zudoku 0.0.0-f42e3678 → 0.0.0-f46233e4
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/README.md +32 -12
- 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/demo.js +1 -1
- package/dist/app/entry.client.js +6 -5
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/entry.server.js +3 -3
- 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.d.ts +1 -1
- package/dist/app/main.js +12 -6
- package/dist/app/main.js.map +1 -1
- package/dist/app/standalone.js +5 -2
- package/dist/app/standalone.js.map +1 -1
- package/dist/cli/cli.d.ts +9 -0
- package/dist/cli/cli.js +5 -10
- 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/common/version-check.d.ts +2 -0
- package/dist/cli/common/version-check.js +58 -0
- package/dist/cli/common/version-check.js.map +1 -0
- 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 +11 -4
- package/dist/config/validators/BuildSchema.js +17 -3
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +194 -68
- package/dist/config/validators/InputNavigationSchema.js +6 -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 +5 -3
- package/dist/config/validators/NavigationSchema.js.map +1 -1
- package/dist/config/validators/ProtectedRoutesSchema.d.ts +6 -5
- package/dist/config/validators/ProtectedRoutesSchema.js +5 -14
- 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/icon-types.d.ts +1 -1
- package/dist/config/validators/icon-types.js +28 -0
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/config/validators/validate.d.ts +57 -30
- package/dist/config/validators/validate.js +26 -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 +26 -2
- package/dist/index.d.ts +6 -5
- package/dist/index.js +2 -1
- 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/assets/language-icons/c.d.ts +3 -0
- package/dist/lib/assets/language-icons/c.js +4 -0
- package/dist/lib/assets/language-icons/c.js.map +1 -0
- package/dist/lib/assets/language-icons/commonlisp.d.ts +3 -0
- package/dist/lib/assets/language-icons/commonlisp.js +4 -0
- package/dist/lib/assets/language-icons/commonlisp.js.map +1 -0
- package/dist/lib/assets/language-icons/cpp.d.ts +3 -0
- package/dist/lib/assets/language-icons/cpp.js +4 -0
- package/dist/lib/assets/language-icons/cpp.js.map +1 -0
- package/dist/lib/assets/language-icons/csharp.d.ts +3 -0
- package/dist/lib/assets/language-icons/csharp.js +4 -0
- package/dist/lib/assets/language-icons/csharp.js.map +1 -0
- package/dist/lib/assets/language-icons/css.d.ts +3 -0
- package/dist/lib/assets/language-icons/css.js +4 -0
- package/dist/lib/assets/language-icons/css.js.map +1 -0
- package/dist/lib/assets/language-icons/dart.d.ts +3 -0
- package/dist/lib/assets/language-icons/dart.js +4 -0
- package/dist/lib/assets/language-icons/dart.js.map +1 -0
- package/dist/lib/assets/language-icons/elixir.d.ts +3 -0
- package/dist/lib/assets/language-icons/elixir.js +4 -0
- package/dist/lib/assets/language-icons/elixir.js.map +1 -0
- package/dist/lib/assets/language-icons/go.d.ts +3 -0
- package/dist/lib/assets/language-icons/go.js +4 -0
- package/dist/lib/assets/language-icons/go.js.map +1 -0
- package/dist/lib/assets/language-icons/graphql.d.ts +3 -0
- package/dist/lib/assets/language-icons/graphql.js +4 -0
- package/dist/lib/assets/language-icons/graphql.js.map +1 -0
- package/dist/lib/assets/language-icons/html.d.ts +3 -0
- package/dist/lib/assets/language-icons/html.js +4 -0
- package/dist/lib/assets/language-icons/html.js.map +1 -0
- package/dist/lib/assets/language-icons/java.d.ts +3 -0
- package/dist/lib/assets/language-icons/java.js +4 -0
- package/dist/lib/assets/language-icons/java.js.map +1 -0
- package/dist/lib/assets/language-icons/javascript.d.ts +3 -0
- package/dist/lib/assets/language-icons/javascript.js +4 -0
- package/dist/lib/assets/language-icons/javascript.js.map +1 -0
- package/dist/lib/assets/language-icons/json.d.ts +3 -0
- package/dist/lib/assets/language-icons/json.js +4 -0
- package/dist/lib/assets/language-icons/json.js.map +1 -0
- package/dist/lib/assets/language-icons/kotlin.d.ts +3 -0
- package/dist/lib/assets/language-icons/kotlin.js +4 -0
- package/dist/lib/assets/language-icons/kotlin.js.map +1 -0
- package/dist/lib/assets/language-icons/markdown.d.ts +3 -0
- package/dist/lib/assets/language-icons/markdown.js +4 -0
- package/dist/lib/assets/language-icons/markdown.js.map +1 -0
- package/dist/lib/assets/language-icons/mdx.d.ts +3 -0
- package/dist/lib/assets/language-icons/mdx.js +4 -0
- package/dist/lib/assets/language-icons/mdx.js.map +1 -0
- package/dist/lib/assets/language-icons/objectivec.d.ts +3 -0
- package/dist/lib/assets/language-icons/objectivec.js +4 -0
- package/dist/lib/assets/language-icons/objectivec.js.map +1 -0
- package/dist/lib/assets/language-icons/ocaml.d.ts +3 -0
- package/dist/lib/assets/language-icons/ocaml.js +4 -0
- package/dist/lib/assets/language-icons/ocaml.js.map +1 -0
- package/dist/lib/assets/language-icons/php.d.ts +3 -0
- package/dist/lib/assets/language-icons/php.js +4 -0
- package/dist/lib/assets/language-icons/php.js.map +1 -0
- package/dist/lib/assets/language-icons/powershell.d.ts +3 -0
- package/dist/lib/assets/language-icons/powershell.js +4 -0
- package/dist/lib/assets/language-icons/powershell.js.map +1 -0
- package/dist/lib/assets/language-icons/python.d.ts +3 -0
- package/dist/lib/assets/language-icons/python.js +4 -0
- package/dist/lib/assets/language-icons/python.js.map +1 -0
- package/dist/lib/assets/language-icons/react.d.ts +3 -0
- package/dist/lib/assets/language-icons/react.js +4 -0
- package/dist/lib/assets/language-icons/react.js.map +1 -0
- package/dist/lib/assets/language-icons/ruby.d.ts +3 -0
- package/dist/lib/assets/language-icons/ruby.js +4 -0
- package/dist/lib/assets/language-icons/ruby.js.map +1 -0
- package/dist/lib/assets/language-icons/rust.d.ts +3 -0
- package/dist/lib/assets/language-icons/rust.js +4 -0
- package/dist/lib/assets/language-icons/rust.js.map +1 -0
- package/dist/lib/assets/language-icons/scala.d.ts +3 -0
- package/dist/lib/assets/language-icons/scala.js +4 -0
- package/dist/lib/assets/language-icons/scala.js.map +1 -0
- package/dist/lib/assets/language-icons/shell.d.ts +3 -0
- package/dist/lib/assets/language-icons/shell.js +4 -0
- package/dist/lib/assets/language-icons/shell.js.map +1 -0
- package/dist/lib/assets/language-icons/swift.d.ts +3 -0
- package/dist/lib/assets/language-icons/swift.js +4 -0
- package/dist/lib/assets/language-icons/swift.js.map +1 -0
- package/dist/lib/assets/language-icons/toml.d.ts +3 -0
- package/dist/lib/assets/language-icons/toml.js +4 -0
- package/dist/lib/assets/language-icons/toml.js.map +1 -0
- package/dist/lib/assets/language-icons/typescript.d.ts +3 -0
- package/dist/lib/assets/language-icons/typescript.js +4 -0
- package/dist/lib/assets/language-icons/typescript.js.map +1 -0
- package/dist/lib/assets/language-icons/xml.d.ts +3 -0
- package/dist/lib/assets/language-icons/xml.js +4 -0
- package/dist/lib/assets/language-icons/xml.js.map +1 -0
- package/dist/lib/assets/language-icons/yaml.d.ts +3 -0
- package/dist/lib/assets/language-icons/yaml.js +4 -0
- package/dist/lib/assets/language-icons/yaml.js.map +1 -0
- package/dist/lib/assets/language-icons/zig.d.ts +3 -0
- package/dist/lib/assets/language-icons/zig.js +4 -0
- package/dist/lib/assets/language-icons/zig.js.map +1 -0
- 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/state.d.ts +5 -3
- 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.d.ts +2 -1
- package/dist/lib/components/BuildCheck.js +13 -6
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/dist/lib/components/Header.js +2 -4
- 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/LanguageIcon.d.ts +3 -0
- package/dist/lib/components/LanguageIcon.js +163 -0
- package/dist/lib/components/LanguageIcon.js.map +1 -0
- package/dist/lib/components/Layout.js +4 -7
- 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/Meta.d.ts +2 -0
- package/dist/lib/components/Meta.js +11 -0
- package/dist/lib/components/Meta.js.map +1 -0
- 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/ZudokuContext.js +11 -3
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/context/ZudokuProvider.d.ts +1 -1
- package/dist/lib/components/index.d.ts +11 -27
- package/dist/lib/components/index.js +3 -16
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/NavigationCategory.js +7 -2
- package/dist/lib/components/navigation/NavigationCategory.js.map +1 -1
- package/dist/lib/components/navigation/NavigationItem.js +6 -5
- 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 +12 -12
- package/dist/lib/components/navigation/utils.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +4 -2
- package/dist/lib/core/ZudokuContext.js +14 -3
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/__internal.d.ts +37 -0
- package/dist/lib/core/__internal.js +26 -0
- package/dist/lib/core/__internal.js.map +1 -0
- package/dist/lib/core/router.d.ts +1 -0
- package/dist/lib/core/router.js +2 -0
- package/dist/lib/core/router.js.map +1 -0
- 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 +22 -3
- 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-catalog/Catalog.js +7 -1
- package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKey.d.ts +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKey.js +9 -3
- package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKeyDialog.d.ts +11 -0
- package/dist/lib/plugins/api-keys/CreateApiKeyDialog.js +9 -0
- package/dist/lib/plugins/api-keys/CreateApiKeyDialog.js.map +1 -0
- package/dist/lib/plugins/api-keys/SettingsApiKeys.d.ts +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +10 -16
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/api-keys/index.d.ts +11 -7
- 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/custom-pages/index.js +3 -0
- package/dist/lib/plugins/custom-pages/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.d.ts +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +4 -4
- 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/MCPEndpoint.d.ts +5 -0
- package/dist/lib/plugins/openapi/MCPEndpoint.js +56 -0
- package/dist/lib/plugins/openapi/MCPEndpoint.js.map +1 -0
- 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 +0 -2
- package/dist/lib/plugins/openapi/OperationList.js +22 -7
- 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 +8 -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 +11 -9
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterList.d.ts +2 -2
- package/dist/lib/plugins/openapi/ParameterList.js +1 -1
- package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.d.ts +2 -3
- 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 +3 -4
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +3 -5
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.d.ts +2 -2
- package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.d.ts +2 -2
- package/dist/lib/plugins/openapi/Sidecar.js +4 -2
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.d.ts +2 -4
- package/dist/lib/plugins/openapi/SidecarExamples.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.d.ts +1 -1
- 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 +5 -2
- package/dist/lib/plugins/openapi/graphql/graphql.js +3 -0
- 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 +5 -4
- package/dist/lib/plugins/openapi/playground/BodyPanel.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.d.ts +3 -3
- 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 +2 -2
- package/dist/lib/plugins/openapi/playground/Playground.js +2 -2
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +3 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.d.ts +5 -3
- 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/ResponseTab.js +15 -3
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.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/playground/useRememberSkipLoginDialog.d.ts +5 -3
- 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/AllOfGroup/AllOfGroupConnector.d.ts +5 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.js +7 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/{LogicalGroup/LogicalGroupItem.d.ts → AllOfGroup/AllOfGroupItem.d.ts} +1 -3
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.js +10 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.d.ts +5 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js +16 -0
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.d.ts +0 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +7 -15
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +2 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +16 -11
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/UnionView.d.ts +5 -0
- package/dist/lib/plugins/openapi/schema/UnionView.js +36 -0
- package/dist/lib/plugins/openapi/schema/UnionView.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/union-helpers.d.ts +28 -0
- package/dist/lib/plugins/openapi/schema/union-helpers.js +72 -0
- package/dist/lib/plugins/openapi/schema/union-helpers.js.map +1 -0
- package/dist/lib/plugins/openapi/schema/utils.d.ts +0 -7
- package/dist/lib/plugins/openapi/schema/utils.js +0 -6
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
- package/dist/lib/plugins/openapi/state.d.ts +5 -3
- 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 +6 -5
- package/dist/lib/shiki.js +18 -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/CodeBlock.d.ts +1 -1
- package/dist/lib/ui/CodeBlock.js +5 -4
- 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 +2 -2
- package/dist/lib/ui/Dialog.js.map +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.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/ReactComponentDoc.d.ts +20 -0
- package/dist/lib/ui/ReactComponentDoc.js +10 -0
- package/dist/lib/ui/ReactComponentDoc.js.map +1 -0
- package/dist/lib/ui/Secret.d.ts +18 -0
- package/dist/lib/ui/Secret.js +26 -0
- package/dist/lib/ui/Secret.js.map +1 -0
- package/dist/lib/ui/ToggleGroup.d.ts +1 -1
- package/dist/lib/ui/Value.d.ts +5 -0
- package/dist/lib/ui/Value.js +13 -0
- package/dist/lib/ui/Value.js.map +1 -0
- package/dist/lib/util/MdxComponents.d.ts +1 -1
- package/dist/lib/util/MdxComponents.js +5 -3
- 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 +4 -4
- package/dist/lib/util/pastellize.js.map +1 -1
- package/dist/lib/util/traverse.d.ts +1 -0
- package/dist/lib/util/traverse.js +25 -0
- package/dist/lib/util/traverse.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 +16 -12
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +60 -42
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +76 -3
- 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/config.js +6 -1
- package/dist/vite/config.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/llms.d.ts +28 -0
- package/dist/vite/llms.js +82 -0
- package/dist/vite/llms.js.map +1 -0
- 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 +7 -15
- 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-config.d.ts +1 -1
- package/dist/vite/plugin-config.js +2 -1
- package/dist/vite/plugin-config.js.map +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.d.ts +9 -0
- package/dist/vite/plugin-docs.js +71 -50
- 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-llms.d.ts +10 -0
- package/dist/vite/plugin-llms.js +105 -0
- package/dist/vite/plugin-llms.js.map +1 -0
- package/dist/vite/plugin-mdx.d.ts +2 -2
- package/dist/vite/plugin-mdx.js +16 -29
- 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 +38 -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 +4 -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 +24 -5
- 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 +14 -13
- package/dist/vite/sitemap.js.map +1 -1
- package/dist/zuplo/enrich-with-zuplo-mcp.d.ts +4 -0
- package/dist/zuplo/enrich-with-zuplo-mcp.js +117 -0
- package/dist/zuplo/enrich-with-zuplo-mcp.js.map +1 -0
- package/dist/zuplo/enrich-with-zuplo.d.ts +1 -0
- package/dist/zuplo/enrich-with-zuplo.js +4 -4
- 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-processors.js +2 -0
- package/dist/zuplo/with-zuplo-processors.js.map +1 -1
- package/dist/zuplo/with-zuplo.js +1 -1
- package/dist/zuplo/with-zuplo.js.map +1 -1
- package/lib/{Button-B3o-2Xdf.js → Button-DmS4u8Lj.js} +2 -2
- package/lib/{Button-B3o-2Xdf.js.map → Button-DmS4u8Lj.js.map} +1 -1
- package/lib/{Card-CMDQUPM4.js → Card-KFniaZn5.js} +2 -2
- package/lib/{Card-CMDQUPM4.js.map → Card-KFniaZn5.js.map} +1 -1
- package/lib/CategoryHeading-DhmodDcq.js +17 -0
- package/lib/CategoryHeading-DhmodDcq.js.map +1 -0
- package/lib/CodeBlock-CanTUJLl.js +221 -0
- package/lib/CodeBlock-CanTUJLl.js.map +1 -0
- package/lib/{Command-BYukybsa.js → Command-CJY6q3PF.js} +22 -28
- package/lib/Command-CJY6q3PF.js.map +1 -0
- package/lib/Dialog-BOl0QB3n.js +114 -0
- package/lib/Dialog-BOl0QB3n.js.map +1 -0
- package/lib/{Drawer-DJ05s2pH.js → Drawer-Ci7XwhqT.js} +2 -2
- package/lib/{Drawer-DJ05s2pH.js.map → Drawer-Ci7XwhqT.js.map} +1 -1
- package/lib/{Slot-DAyXieeZ.js → ErrorAlert-Brvk_U1i.js} +2082 -2286
- package/lib/ErrorAlert-Brvk_U1i.js.map +1 -0
- package/lib/{MdxPage-Bsko6_kb.js → MdxPage-CGX72MLx.js} +30 -29
- package/lib/MdxPage-CGX72MLx.js.map +1 -0
- package/lib/{OAuthErrorPage-DJzGiIBt.js → OAuthErrorPage-Cv2Cy3L8.js} +8 -8
- package/lib/OAuthErrorPage-Cv2Cy3L8.js.map +1 -0
- package/lib/{OasProvider-DQQRt3oS.js → OasProvider-Doa4bJq6.js} +5 -4
- package/lib/OasProvider-Doa4bJq6.js.map +1 -0
- package/lib/{OperationList-DpmkHf26.js → OperationList-B6v941u4.js} +2245 -1977
- package/lib/OperationList-B6v941u4.js.map +1 -0
- package/lib/{Pagination-kqFNgtnI.js → Pagination-DLOX63A8.js} +4 -4
- package/lib/{Pagination-kqFNgtnI.js.map → Pagination-DLOX63A8.js.map} +1 -1
- package/lib/RouteGuard-hHAwglew.js +56 -0
- package/lib/RouteGuard-hHAwglew.js.map +1 -0
- package/lib/RouterError-DFKYoA21.js +41 -0
- package/lib/RouterError-DFKYoA21.js.map +1 -0
- package/lib/{SchemaList-DS-pMd6B.js → SchemaList-B_ZSBIZQ.js} +17 -16
- package/lib/{SchemaList-DS-pMd6B.js.map → SchemaList-B_ZSBIZQ.js.map} +1 -1
- package/lib/SchemaView-P_vs98kp.js +458 -0
- package/lib/SchemaView-P_vs98kp.js.map +1 -0
- package/lib/Select-Cd4-iVtm.js +372 -0
- package/lib/Select-Cd4-iVtm.js.map +1 -0
- package/lib/{SignUp-BwOSCD-6.js → SignUp-DmGhKaYB.js} +7 -7
- package/lib/SignUp-DmGhKaYB.js.map +1 -0
- package/lib/{Spinner-mNLZ6awP.js → Spinner-CI6bRyZw.js} +2 -2
- package/lib/{Spinner-mNLZ6awP.js.map → Spinner-CI6bRyZw.js.map} +1 -1
- package/lib/{SyntaxHighlight-BMKR4pl6.js → SyntaxHighlight-BvPom2Ah.js} +656 -637
- package/lib/SyntaxHighlight-BvPom2Ah.js.map +1 -0
- package/lib/{Toc-BKDRCQzU.js → Toc-BUvPY3Eo.js} +3 -3
- package/lib/{Toc-BKDRCQzU.js.map → Toc-BUvPY3Eo.js.map} +1 -1
- package/lib/ZudokuContext-CgNnmIdS.js +1507 -0
- package/lib/ZudokuContext-CgNnmIdS.js.map +1 -0
- package/lib/c-B-NUhs61.js +46 -0
- package/lib/c-B-NUhs61.js.map +1 -0
- package/lib/chunk-PVWAREVJ-BO6B-RAk.js +7965 -0
- package/lib/chunk-PVWAREVJ-BO6B-RAk.js.map +1 -0
- package/lib/{circular-8GWQDvCW.js → circular-Dj7ksnVz.js} +30 -30
- package/lib/{circular-8GWQDvCW.js.map → circular-Dj7ksnVz.js.map} +1 -1
- package/lib/cn-dYga0KKN.js.map +1 -1
- package/lib/commonlisp-De080z23.js +28 -0
- package/lib/commonlisp-De080z23.js.map +1 -0
- package/lib/cpp-79Paht7T.js +53 -0
- package/lib/cpp-79Paht7T.js.map +1 -0
- package/lib/{createServer-BsezSzvV.js → createServer-TdhrtpF-.js} +4023 -3976
- package/lib/createServer-TdhrtpF-.js.map +1 -0
- package/lib/csharp-D8MIL50B.js +53 -0
- package/lib/csharp-D8MIL50B.js.map +1 -0
- package/lib/css-Bt6hr1td.js +54 -0
- package/lib/css-Bt6hr1td.js.map +1 -0
- package/lib/dart-B0vy1jWB.js +60 -0
- package/lib/dart-B0vy1jWB.js.map +1 -0
- package/lib/elixir-Ds8r0sF8.js +25 -0
- package/lib/elixir-Ds8r0sF8.js.map +1 -0
- package/lib/{errors-Cs7hKmdL.js → errors-Djd93sGS.js} +3 -3
- package/lib/errors-Djd93sGS.js.map +1 -0
- package/lib/go-D2VsmIOS.js +25 -0
- package/lib/go-D2VsmIOS.js.map +1 -0
- package/lib/graphql-BtA6M4m5.js +25 -0
- package/lib/graphql-BtA6M4m5.js.map +1 -0
- package/lib/hook-CN3s-MdA.js +31 -0
- package/lib/hook-CN3s-MdA.js.map +1 -0
- package/lib/html-MGnI2uzP.js +33 -0
- package/lib/html-MGnI2uzP.js.map +1 -0
- package/lib/{index-BkW9tJ6j.js → index-B9_Vty7t.js} +166 -50
- package/lib/index-B9_Vty7t.js.map +1 -0
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/index-D5H3egwO.js +1058 -0
- package/lib/index-D5H3egwO.js.map +1 -0
- package/lib/{index-Bg7Js3jB.js → index-flQyzEBn.js} +732 -702
- package/lib/index-flQyzEBn.js.map +1 -0
- package/lib/{index-DmNq2fbN.js → index-nGbmHh_A.js} +2 -2
- package/lib/index-nGbmHh_A.js.map +1 -0
- package/lib/{RouteGuard-0wPUKdxJ.js → index.esm-BnYHxCYC.js} +226 -281
- package/lib/index.esm-BnYHxCYC.js.map +1 -0
- package/lib/index.esm-DpgNxKa2.js +1267 -0
- package/lib/index.esm-DpgNxKa2.js.map +1 -0
- package/lib/invariant-Bm-FVUQE.js.map +1 -1
- package/lib/java-CVLzHfb1.js +53 -0
- package/lib/java-CVLzHfb1.js.map +1 -0
- package/lib/javascript-CcmIpL4G.js +10 -0
- package/lib/javascript-CcmIpL4G.js.map +1 -0
- package/lib/json-4AyP4uiY.js +25 -0
- package/lib/json-4AyP4uiY.js.map +1 -0
- package/lib/{jsx-runtime-C5mzlN2N.js → jsx-runtime-BzflLqGi.js} +110 -112
- package/lib/jsx-runtime-BzflLqGi.js.map +1 -0
- package/lib/kotlin-v2plddBQ.js +37 -0
- package/lib/kotlin-v2plddBQ.js.map +1 -0
- package/lib/markdown-DYGWCmGQ.js +25 -0
- package/lib/markdown-DYGWCmGQ.js.map +1 -0
- package/lib/mdx-CHwYvXd4.js +32 -0
- package/lib/mdx-CHwYvXd4.js.map +1 -0
- package/lib/mutation-Byfu-P5y.js +196 -0
- package/lib/mutation-Byfu-P5y.js.map +1 -0
- package/lib/objectivec-HZY8shkd.js +32 -0
- package/lib/objectivec-HZY8shkd.js.map +1 -0
- package/lib/ocaml-DqsdDdwb.js +52 -0
- package/lib/ocaml-DqsdDdwb.js.map +1 -0
- package/lib/php-rQXzo7K_.js +25 -0
- package/lib/php-rQXzo7K_.js.map +1 -0
- package/lib/powershell-CQje9pm1.js +39 -0
- package/lib/powershell-CQje9pm1.js.map +1 -0
- package/lib/processors/traverse.js.map +1 -1
- package/lib/python-QIQAE5Ei.js +32 -0
- package/lib/python-QIQAE5Ei.js.map +1 -0
- package/lib/react-DHpVpxRv.js +24 -0
- package/lib/react-DHpVpxRv.js.map +1 -0
- package/lib/ruby-B2dU8Ny5.js +25 -0
- package/lib/ruby-B2dU8Ny5.js.map +1 -0
- package/lib/rust-DYnLHAi2.js +25 -0
- package/lib/rust-DYnLHAi2.js.map +1 -0
- package/lib/scala-CeKInBR8.js +25 -0
- package/lib/scala-CeKInBR8.js.map +1 -0
- package/lib/shell-HUv9oVtp.js +25 -0
- package/lib/shell-HUv9oVtp.js.map +1 -0
- package/lib/swift-B4z6ig1Z.js +25 -0
- package/lib/swift-B4z6ig1Z.js.map +1 -0
- package/lib/toml-Co9mpdct.js +32 -0
- package/lib/toml-Co9mpdct.js.map +1 -0
- package/lib/typescript-C26xdBDC.js +32 -0
- package/lib/typescript-C26xdBDC.js.map +1 -0
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/ActionButton.js +3 -3
- package/lib/ui/Alert.js +1 -1
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/Badge.js +1 -1
- package/lib/ui/Breadcrumb.js +23 -22
- package/lib/ui/Breadcrumb.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Callout.js +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Carousel.js +1 -1
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +1 -1
- package/lib/ui/CodeBlock.js +4 -3
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/Command.js +21 -27
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +56 -41
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/EmbeddedCodeBlock.js +4 -4
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/Form.js +2 -2
- package/lib/ui/Form.js.map +1 -1
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Label.js +1 -1
- package/lib/ui/Pagination.js +28 -29
- package/lib/ui/Pagination.js.map +1 -1
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/ReactComponentDoc.js +28 -0
- package/lib/ui/ReactComponentDoc.js.map +1 -0
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/Secret.js +106 -0
- package/lib/ui/Secret.js.map +1 -0
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Stepper.js +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/SyntaxHighlight.js +4 -4
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Toggle.js +1 -1
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/ToggleGroup.js.map +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/ui/Value.js +39 -0
- package/lib/ui/Value.js.map +1 -0
- package/lib/useCopyToClipboard-B_085nfO.js +14 -0
- package/lib/useCopyToClipboard-B_085nfO.js.map +1 -0
- package/lib/useExposedProps-B8NHdNRq.js +113 -0
- package/lib/useExposedProps-B8NHdNRq.js.map +1 -0
- package/lib/useLatest-hmRS46UF.js +11 -0
- package/lib/useLatest-hmRS46UF.js.map +1 -0
- package/lib/xml-BQOOC04j.js +25 -0
- package/lib/xml-BQOOC04j.js.map +1 -0
- package/lib/yaml-BGsJItKv.js +32 -0
- package/lib/yaml-BGsJItKv.js.map +1 -0
- package/lib/zig-CUV2sTct.js +35 -0
- package/lib/zig-CUV2sTct.js.map +1 -0
- package/lib/zudoku.__internal.js +3084 -0
- package/lib/zudoku.__internal.js.map +1 -0
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +14 -15
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +3 -3
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +57 -58
- 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 +24 -31
- package/lib/zudoku.hooks.js +19 -20
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.icons.js +1 -1
- package/lib/zudoku.icons.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +30 -24
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +253 -278
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +8 -5
- 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-search-inkeep.js +1 -1
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +29 -30
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.router.js +2507 -0
- package/lib/zudoku.router.js.map +1 -0
- package/package.json +69 -73
- package/src/app/ZuploBuildConfig.ts +1 -1
- package/src/app/demo.tsx +1 -1
- package/src/app/entry.client.tsx +7 -6
- package/src/app/entry.server.tsx +4 -4
- package/src/app/env.ts +6 -6
- package/src/app/main.css +12 -16
- package/src/app/main.tsx +24 -12
- package/src/app/standalone.tsx +8 -3
- package/src/lib/MissingIcon.tsx +1 -1
- package/src/lib/assets/language-icons/c.tsx +31 -0
- package/src/lib/assets/language-icons/commonlisp.tsx +22 -0
- package/src/lib/assets/language-icons/cpp.tsx +35 -0
- package/src/lib/assets/language-icons/csharp.tsx +35 -0
- package/src/lib/assets/language-icons/css.tsx +36 -0
- package/src/lib/assets/language-icons/dart.tsx +39 -0
- package/src/lib/assets/language-icons/elixir.tsx +19 -0
- package/src/lib/assets/language-icons/go.tsx +19 -0
- package/src/lib/assets/language-icons/graphql.tsx +19 -0
- package/src/lib/assets/language-icons/html.tsx +24 -0
- package/src/lib/assets/language-icons/java.tsx +35 -0
- package/src/lib/assets/language-icons/javascript.tsx +11 -0
- package/src/lib/assets/language-icons/json.tsx +19 -0
- package/src/lib/assets/language-icons/kotlin.tsx +30 -0
- package/src/lib/assets/language-icons/markdown.tsx +19 -0
- package/src/lib/assets/language-icons/mdx.tsx +23 -0
- package/src/lib/assets/language-icons/objectivec.tsx +23 -0
- package/src/lib/assets/language-icons/ocaml.tsx +34 -0
- package/src/lib/assets/language-icons/php.tsx +19 -0
- package/src/lib/assets/language-icons/powershell.tsx +27 -0
- package/src/lib/assets/language-icons/python.tsx +23 -0
- package/src/lib/assets/language-icons/react.tsx +21 -0
- package/src/lib/assets/language-icons/ruby.tsx +19 -0
- package/src/lib/assets/language-icons/rust.tsx +19 -0
- package/src/lib/assets/language-icons/scala.tsx +19 -0
- package/src/lib/assets/language-icons/shell.tsx +19 -0
- package/src/lib/assets/language-icons/swift.tsx +19 -0
- package/src/lib/assets/language-icons/toml.tsx +23 -0
- package/src/lib/assets/language-icons/typescript.tsx +23 -0
- package/src/lib/assets/language-icons/xml.tsx +19 -0
- package/src/lib/assets/language-icons/yaml.tsx +23 -0
- package/src/lib/assets/language-icons/zig.tsx +32 -0
- 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/LICENSE.md +12 -3
- 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 +27 -14
- package/src/lib/components/Header.tsx +5 -5
- package/src/lib/components/Heading.tsx +2 -3
- package/src/lib/components/LanguageIcon.tsx +181 -0
- package/src/lib/components/Layout.tsx +3 -22
- package/src/lib/components/Markdown.tsx +5 -2
- package/src/lib/components/Meta.tsx +45 -0
- 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 +13 -4
- package/src/lib/components/context/ZudokuProvider.tsx +1 -1
- package/src/lib/components/index.ts +3 -19
- package/src/lib/components/navigation/NavigationCategory.tsx +9 -2
- package/src/lib/components/navigation/NavigationItem.tsx +7 -5
- 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 +16 -17
- package/src/lib/core/ZudokuContext.ts +25 -6
- package/src/lib/core/__internal.tsx +30 -0
- package/src/lib/core/router.ts +1 -0
- 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 +20 -3
- 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-catalog/Catalog.tsx +7 -0
- package/src/lib/plugins/api-keys/CreateApiKey.tsx +7 -4
- package/src/lib/plugins/api-keys/CreateApiKeyDialog.tsx +49 -0
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +24 -73
- package/src/lib/plugins/api-keys/index.tsx +17 -11
- package/src/lib/plugins/custom-pages/index.tsx +4 -1
- package/src/lib/plugins/markdown/MdxPage.tsx +6 -6
- 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/MCPEndpoint.tsx +273 -0
- package/src/lib/plugins/openapi/OasProvider.tsx +2 -1
- package/src/lib/plugins/openapi/OperationList.tsx +25 -11
- package/src/lib/plugins/openapi/OperationListItem.tsx +93 -74
- package/src/lib/plugins/openapi/ParamInfos.tsx +10 -9
- package/src/lib/plugins/openapi/ParameterList.tsx +3 -5
- package/src/lib/plugins/openapi/ParameterListItem.tsx +6 -12
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +8 -13
- package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +3 -2
- package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +1 -1
- package/src/lib/plugins/openapi/Sidecar.tsx +4 -3
- package/src/lib/plugins/openapi/SidecarExamples.tsx +3 -10
- 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 +1 -1
- package/src/lib/plugins/openapi/graphql/gql.ts +3 -3
- package/src/lib/plugins/openapi/graphql/graphql.ts +11 -3
- package/src/lib/plugins/openapi/index.tsx +5 -4
- package/src/lib/plugins/openapi/interfaces.ts +7 -4
- package/src/lib/plugins/openapi/playground/BodyPanel.tsx +3 -3
- package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +3 -3
- 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 +4 -4
- package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +12 -1
- 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/ResponseTab.tsx +31 -3
- 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/LogicalGroupConnector.tsx → AllOfGroup/AllOfGroupConnector.tsx} +4 -25
- package/src/lib/plugins/openapi/schema/{LogicalGroup/LogicalGroupItem.tsx → AllOfGroup/AllOfGroupItem.tsx} +3 -11
- package/src/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.tsx +42 -0
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +9 -27
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +35 -23
- package/src/lib/plugins/openapi/schema/UnionView.tsx +143 -0
- package/src/lib/plugins/openapi/schema/union-helpers.ts +124 -0
- package/src/lib/plugins/openapi/schema/utils.ts +0 -11
- 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 +21 -6
- package/src/lib/ui/Breadcrumb.tsx +1 -0
- package/src/lib/ui/CodeBlock.tsx +11 -19
- package/src/lib/ui/Command.tsx +2 -4
- package/src/lib/ui/Dialog.tsx +12 -4
- package/src/lib/ui/EmbeddedCodeBlock.tsx +1 -1
- package/src/lib/ui/Form.tsx +4 -4
- package/src/lib/ui/Pagination.tsx +1 -2
- package/src/lib/ui/ReactComponentDoc.tsx +68 -0
- package/src/lib/ui/Secret.tsx +123 -0
- package/src/lib/ui/ToggleGroup.tsx +1 -1
- package/src/lib/ui/Value.tsx +42 -0
- package/src/lib/util/MdxComponents.tsx +13 -3
- 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 +4 -4
- package/src/lib/util/traverse.ts +36 -0
- 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/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.d.ts +0 -8
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js +0 -14
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +0 -1
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.d.ts +0 -7
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js +0 -17
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js.map +0 -1
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js +0 -10
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js.map +0 -1
- package/dist/vite/remarkStaticGeneration.js.map +0 -1
- package/lib/CodeBlock-B-G0eKtw.js +0 -85
- package/lib/CodeBlock-B-G0eKtw.js.map +0 -1
- package/lib/Command-BYukybsa.js.map +0 -1
- package/lib/Dialog-u9Uz9sTt.js +0 -99
- package/lib/Dialog-u9Uz9sTt.js.map +0 -1
- package/lib/MdxPage-Bsko6_kb.js.map +0 -1
- package/lib/OAuthErrorPage-DJzGiIBt.js.map +0 -1
- package/lib/OasProvider-DQQRt3oS.js.map +0 -1
- package/lib/OperationList-DpmkHf26.js.map +0 -1
- package/lib/RouteGuard-0wPUKdxJ.js.map +0 -1
- package/lib/SchemaView-BnN6WHjw.js +0 -366
- package/lib/SchemaView-BnN6WHjw.js.map +0 -1
- package/lib/Select-BmTTKNPp.js +0 -273
- package/lib/Select-BmTTKNPp.js.map +0 -1
- package/lib/SignUp-BwOSCD-6.js.map +0 -1
- package/lib/Slot-DAyXieeZ.js.map +0 -1
- package/lib/SyntaxHighlight-BMKR4pl6.js.map +0 -1
- package/lib/ZudokuContext-CLl5w57E.js +0 -1278
- package/lib/ZudokuContext-CLl5w57E.js.map +0 -1
- package/lib/chunk-QMGIS6GS-CEOk3lro.js +0 -1839
- package/lib/chunk-QMGIS6GS-CEOk3lro.js.map +0 -1
- package/lib/createServer-BsezSzvV.js.map +0 -1
- package/lib/errors-Cs7hKmdL.js.map +0 -1
- package/lib/hook-DbUCLQNg.js +0 -247
- package/lib/hook-DbUCLQNg.js.map +0 -1
- package/lib/index-A5Qdwj1B.js +0 -4081
- package/lib/index-A5Qdwj1B.js.map +0 -1
- package/lib/index-Bg7Js3jB.js.map +0 -1
- package/lib/index-BkW9tJ6j.js.map +0 -1
- package/lib/index-Bm35Tkgf.js +0 -107
- package/lib/index-Bm35Tkgf.js.map +0 -1
- package/lib/index-DmNq2fbN.js.map +0 -1
- package/lib/index.esm-CdzlRw50.js +0 -1254
- package/lib/index.esm-CdzlRw50.js.map +0 -1
- package/lib/jsx-runtime-C5mzlN2N.js.map +0 -1
- package/lib/useExposedProps-KcgXHKeE.js +0 -9
- package/lib/useExposedProps-KcgXHKeE.js.map +0 -1
- package/src/lib/components/ReactMarkdown.license.txt +0 -21
- package/src/lib/components/ReactMarkdown.tsx +0 -264
- package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.tsx +0 -40
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from "zod
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
import type { UseAuthReturn } from "../../lib/authentication/hook.js";
|
|
3
3
|
import type { ZudokuContext } from "../../lib/core/ZudokuContext.js";
|
|
4
4
|
declare const InputNavigationCategoryLinkDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -45,14 +45,13 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
45
45
|
tag: "tag";
|
|
46
46
|
file: "file";
|
|
47
47
|
delete: "delete";
|
|
48
|
+
code: "code";
|
|
48
49
|
copy: "copy";
|
|
49
50
|
focus: "focus";
|
|
50
51
|
pause: "pause";
|
|
51
52
|
play: "play";
|
|
52
53
|
scroll: "scroll";
|
|
53
54
|
merge: "merge";
|
|
54
|
-
code: "code";
|
|
55
|
-
check: "check";
|
|
56
55
|
ghost: "ghost";
|
|
57
56
|
expand: "expand";
|
|
58
57
|
send: "send";
|
|
@@ -69,18 +68,20 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
69
68
|
text: "text";
|
|
70
69
|
mouse: "mouse";
|
|
71
70
|
pen: "pen";
|
|
72
|
-
section: "section";
|
|
73
|
-
video: "video";
|
|
74
71
|
circle: "circle";
|
|
75
|
-
image: "image";
|
|
76
|
-
view: "view";
|
|
77
|
-
move: "move";
|
|
78
|
-
container: "container";
|
|
79
72
|
target: "target";
|
|
80
73
|
radius: "radius";
|
|
81
74
|
scale: "scale";
|
|
82
75
|
x: "x";
|
|
83
|
-
|
|
76
|
+
shell: "shell";
|
|
77
|
+
baseline: "baseline";
|
|
78
|
+
terminal: "terminal";
|
|
79
|
+
square: "square";
|
|
80
|
+
move: "move";
|
|
81
|
+
section: "section";
|
|
82
|
+
video: "video";
|
|
83
|
+
image: "image";
|
|
84
|
+
view: "view";
|
|
84
85
|
"a-arrow-down": "a-arrow-down";
|
|
85
86
|
"a-arrow-up": "a-arrow-up";
|
|
86
87
|
"a-large-small": "a-large-small";
|
|
@@ -245,6 +246,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
245
246
|
"badge-question-mark": "badge-question-mark";
|
|
246
247
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
247
248
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
249
|
+
"badge-turkish-lira": "badge-turkish-lira";
|
|
248
250
|
"badge-x": "badge-x";
|
|
249
251
|
"baggage-claim": "baggage-claim";
|
|
250
252
|
ban: "ban";
|
|
@@ -263,7 +265,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
263
265
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
264
266
|
barcode: "barcode";
|
|
265
267
|
barrel: "barrel";
|
|
266
|
-
baseline: "baseline";
|
|
267
268
|
bath: "bath";
|
|
268
269
|
battery: "battery";
|
|
269
270
|
"battery-charging": "battery-charging";
|
|
@@ -357,6 +358,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
357
358
|
"brain-cog": "brain-cog";
|
|
358
359
|
"brick-wall": "brick-wall";
|
|
359
360
|
"brick-wall-fire": "brick-wall-fire";
|
|
361
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
360
362
|
briefcase: "briefcase";
|
|
361
363
|
"briefcase-business": "briefcase-business";
|
|
362
364
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -444,6 +446,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
444
446
|
"chart-pie": "chart-pie";
|
|
445
447
|
"chart-scatter": "chart-scatter";
|
|
446
448
|
"chart-spline": "chart-spline";
|
|
449
|
+
check: "check";
|
|
447
450
|
"check-check": "check-check";
|
|
448
451
|
"check-circle": "check-circle";
|
|
449
452
|
"check-circle-2": "check-circle-2";
|
|
@@ -476,6 +479,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
476
479
|
"chevrons-up": "chevrons-up";
|
|
477
480
|
"chevrons-up-down": "chevrons-up-down";
|
|
478
481
|
chrome: "chrome";
|
|
482
|
+
chromium: "chromium";
|
|
479
483
|
church: "church";
|
|
480
484
|
cigarette: "cigarette";
|
|
481
485
|
"cigarette-off": "cigarette-off";
|
|
@@ -520,6 +524,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
520
524
|
"circle-slash-2": "circle-slash-2";
|
|
521
525
|
"circle-slashed": "circle-slashed";
|
|
522
526
|
"circle-small": "circle-small";
|
|
527
|
+
"circle-star": "circle-star";
|
|
523
528
|
"circle-stop": "circle-stop";
|
|
524
529
|
"circle-user": "circle-user";
|
|
525
530
|
"circle-user-round": "circle-user-round";
|
|
@@ -529,6 +534,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
529
534
|
clapperboard: "clapperboard";
|
|
530
535
|
clipboard: "clipboard";
|
|
531
536
|
"clipboard-check": "clipboard-check";
|
|
537
|
+
"clipboard-clock": "clipboard-clock";
|
|
532
538
|
"clipboard-copy": "clipboard-copy";
|
|
533
539
|
"clipboard-edit": "clipboard-edit";
|
|
534
540
|
"clipboard-list": "clipboard-list";
|
|
@@ -558,6 +564,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
558
564
|
"clock-arrow-up": "clock-arrow-up";
|
|
559
565
|
"clock-fading": "clock-fading";
|
|
560
566
|
"clock-plus": "clock-plus";
|
|
567
|
+
"closed-caption": "closed-caption";
|
|
561
568
|
cloud: "cloud";
|
|
562
569
|
"cloud-alert": "cloud-alert";
|
|
563
570
|
"cloud-check": "cloud-check";
|
|
@@ -603,6 +610,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
603
610
|
construction: "construction";
|
|
604
611
|
"contact-2": "contact-2";
|
|
605
612
|
"contact-round": "contact-round";
|
|
613
|
+
container: "container";
|
|
606
614
|
contrast: "contrast";
|
|
607
615
|
"cooking-pot": "cooking-pot";
|
|
608
616
|
"copy-check": "copy-check";
|
|
@@ -758,6 +766,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
758
766
|
"file-pen": "file-pen";
|
|
759
767
|
"file-pen-line": "file-pen-line";
|
|
760
768
|
"file-pie-chart": "file-pie-chart";
|
|
769
|
+
"file-play": "file-play";
|
|
761
770
|
"file-plus": "file-plus";
|
|
762
771
|
"file-plus-2": "file-plus-2";
|
|
763
772
|
"file-question": "file-question";
|
|
@@ -778,6 +787,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
778
787
|
"file-user": "file-user";
|
|
779
788
|
"file-video": "file-video";
|
|
780
789
|
"file-video-2": "file-video-2";
|
|
790
|
+
"file-video-camera": "file-video-camera";
|
|
781
791
|
"file-volume": "file-volume";
|
|
782
792
|
"file-volume-2": "file-volume-2";
|
|
783
793
|
"file-warning": "file-warning";
|
|
@@ -921,16 +931,20 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
921
931
|
hammer: "hammer";
|
|
922
932
|
hand: "hand";
|
|
923
933
|
"hand-coins": "hand-coins";
|
|
934
|
+
"hand-fist": "hand-fist";
|
|
935
|
+
"hand-grab": "hand-grab";
|
|
924
936
|
"hand-heart": "hand-heart";
|
|
925
937
|
"hand-helping": "hand-helping";
|
|
926
938
|
"hand-metal": "hand-metal";
|
|
927
939
|
"hand-platter": "hand-platter";
|
|
940
|
+
handbag: "handbag";
|
|
928
941
|
handshake: "handshake";
|
|
929
942
|
"hard-drive": "hard-drive";
|
|
930
943
|
"hard-drive-download": "hard-drive-download";
|
|
931
944
|
"hard-drive-upload": "hard-drive-upload";
|
|
932
945
|
"hard-hat": "hard-hat";
|
|
933
946
|
hash: "hash";
|
|
947
|
+
"hat-glasses": "hat-glasses";
|
|
934
948
|
haze: "haze";
|
|
935
949
|
"hdmi-port": "hdmi-port";
|
|
936
950
|
"heading-1": "heading-1";
|
|
@@ -997,6 +1011,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
997
1011
|
kanban: "kanban";
|
|
998
1012
|
"kanban-square": "kanban-square";
|
|
999
1013
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
1014
|
+
kayak: "kayak";
|
|
1000
1015
|
"key-round": "key-round";
|
|
1001
1016
|
"key-square": "key-square";
|
|
1002
1017
|
keyboard: "keyboard";
|
|
@@ -1046,6 +1061,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1046
1061
|
linkedin: "linkedin";
|
|
1047
1062
|
"list-check": "list-check";
|
|
1048
1063
|
"list-checks": "list-checks";
|
|
1064
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
1049
1065
|
"list-collapse": "list-collapse";
|
|
1050
1066
|
"list-end": "list-end";
|
|
1051
1067
|
"list-filter": "list-filter";
|
|
@@ -1091,6 +1107,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1091
1107
|
"mail-x": "mail-x";
|
|
1092
1108
|
mailbox: "mailbox";
|
|
1093
1109
|
mails: "mails";
|
|
1110
|
+
"map-minus": "map-minus";
|
|
1094
1111
|
"map-pin": "map-pin";
|
|
1095
1112
|
"map-pin-check": "map-pin-check";
|
|
1096
1113
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -1098,6 +1115,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1098
1115
|
"map-pin-minus": "map-pin-minus";
|
|
1099
1116
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
1100
1117
|
"map-pin-off": "map-pin-off";
|
|
1118
|
+
"map-pin-pen": "map-pin-pen";
|
|
1101
1119
|
"map-pin-plus": "map-pin-plus";
|
|
1102
1120
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
1103
1121
|
"map-pin-x": "map-pin-x";
|
|
@@ -1252,12 +1270,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1252
1270
|
"panel-left-dashed": "panel-left-dashed";
|
|
1253
1271
|
"panel-left-inactive": "panel-left-inactive";
|
|
1254
1272
|
"panel-left-open": "panel-left-open";
|
|
1273
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
1255
1274
|
"panel-right": "panel-right";
|
|
1256
1275
|
"panel-right-close": "panel-right-close";
|
|
1257
1276
|
"panel-right-dashed": "panel-right-dashed";
|
|
1258
1277
|
"panel-right-inactive": "panel-right-inactive";
|
|
1259
1278
|
"panel-right-open": "panel-right-open";
|
|
1260
1279
|
"panel-top": "panel-top";
|
|
1280
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
1261
1281
|
"panel-top-close": "panel-top-close";
|
|
1262
1282
|
"panel-top-dashed": "panel-top-dashed";
|
|
1263
1283
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -1371,6 +1391,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1371
1391
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
1372
1392
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
1373
1393
|
"receipt-text": "receipt-text";
|
|
1394
|
+
"receipt-turkish-lira": "receipt-turkish-lira";
|
|
1374
1395
|
"rectangle-circle": "rectangle-circle";
|
|
1375
1396
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
1376
1397
|
"rectangle-goggles": "rectangle-goggles";
|
|
@@ -1397,6 +1418,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1397
1418
|
rocket: "rocket";
|
|
1398
1419
|
"rocking-chair": "rocking-chair";
|
|
1399
1420
|
"roller-coaster": "roller-coaster";
|
|
1421
|
+
rose: "rose";
|
|
1400
1422
|
"rotate-3-d": "rotate-3-d";
|
|
1401
1423
|
"rotate-3d": "rotate-3d";
|
|
1402
1424
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -1464,7 +1486,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1464
1486
|
share: "share";
|
|
1465
1487
|
"share-2": "share-2";
|
|
1466
1488
|
sheet: "sheet";
|
|
1467
|
-
shell: "shell";
|
|
1468
1489
|
shield: "shield";
|
|
1469
1490
|
"shield-alert": "shield-alert";
|
|
1470
1491
|
"shield-ban": "shield-ban";
|
|
@@ -1540,9 +1561,9 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1540
1561
|
"split-square-horizontal": "split-square-horizontal";
|
|
1541
1562
|
"split-square-vertical": "split-square-vertical";
|
|
1542
1563
|
spool: "spool";
|
|
1564
|
+
spotlight: "spotlight";
|
|
1543
1565
|
"spray-can": "spray-can";
|
|
1544
1566
|
sprout: "sprout";
|
|
1545
|
-
square: "square";
|
|
1546
1567
|
"square-activity": "square-activity";
|
|
1547
1568
|
"square-arrow-down": "square-arrow-down";
|
|
1548
1569
|
"square-arrow-down-left": "square-arrow-down-left";
|
|
@@ -1585,6 +1606,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1585
1606
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
1586
1607
|
"square-parking": "square-parking";
|
|
1587
1608
|
"square-parking-off": "square-parking-off";
|
|
1609
|
+
"square-pause": "square-pause";
|
|
1588
1610
|
"square-pen": "square-pen";
|
|
1589
1611
|
"square-percent": "square-percent";
|
|
1590
1612
|
"square-pi": "square-pi";
|
|
@@ -1601,6 +1623,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1601
1623
|
"square-split-vertical": "square-split-vertical";
|
|
1602
1624
|
"square-square": "square-square";
|
|
1603
1625
|
"square-stack": "square-stack";
|
|
1626
|
+
"square-star": "square-star";
|
|
1627
|
+
"square-stop": "square-stop";
|
|
1604
1628
|
"square-terminal": "square-terminal";
|
|
1605
1629
|
"square-user": "square-user";
|
|
1606
1630
|
"square-user-round": "square-user-round";
|
|
@@ -1663,7 +1687,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1663
1687
|
telescope: "telescope";
|
|
1664
1688
|
tent: "tent";
|
|
1665
1689
|
"tent-tree": "tent-tree";
|
|
1666
|
-
terminal: "terminal";
|
|
1667
1690
|
"terminal-square": "terminal-square";
|
|
1668
1691
|
"test-tube": "test-tube";
|
|
1669
1692
|
"test-tube-2": "test-tube-2";
|
|
@@ -1727,6 +1750,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1727
1750
|
trophy: "trophy";
|
|
1728
1751
|
truck: "truck";
|
|
1729
1752
|
"truck-electric": "truck-electric";
|
|
1753
|
+
"turkish-lira": "turkish-lira";
|
|
1754
|
+
turntable: "turntable";
|
|
1730
1755
|
turtle: "turtle";
|
|
1731
1756
|
tv: "tv";
|
|
1732
1757
|
"tv-2": "tv-2";
|
|
@@ -1778,6 +1803,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1778
1803
|
"user-search": "user-search";
|
|
1779
1804
|
"user-square": "user-square";
|
|
1780
1805
|
"user-square-2": "user-square-2";
|
|
1806
|
+
"user-star": "user-star";
|
|
1781
1807
|
"user-x": "user-x";
|
|
1782
1808
|
"user-x-2": "user-x-2";
|
|
1783
1809
|
users: "users";
|
|
@@ -1824,6 +1850,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1824
1850
|
webhook: "webhook";
|
|
1825
1851
|
"webhook-off": "webhook-off";
|
|
1826
1852
|
weight: "weight";
|
|
1853
|
+
wheat: "wheat";
|
|
1827
1854
|
"wheat-off": "wheat-off";
|
|
1828
1855
|
"whole-word": "whole-word";
|
|
1829
1856
|
wifi: "wifi";
|
|
@@ -1832,6 +1859,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1832
1859
|
"wifi-low": "wifi-low";
|
|
1833
1860
|
"wifi-off": "wifi-off";
|
|
1834
1861
|
"wifi-pen": "wifi-pen";
|
|
1862
|
+
"wifi-sync": "wifi-sync";
|
|
1835
1863
|
"wifi-zero": "wifi-zero";
|
|
1836
1864
|
wind: "wind";
|
|
1837
1865
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -1855,14 +1883,16 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1855
1883
|
label: z.ZodString;
|
|
1856
1884
|
color: z.ZodEnum<{
|
|
1857
1885
|
outline: "outline";
|
|
1858
|
-
blue: "blue";
|
|
1859
|
-
gray: "gray";
|
|
1860
1886
|
green: "green";
|
|
1861
|
-
|
|
1862
|
-
purple: "purple";
|
|
1863
|
-
red: "red";
|
|
1887
|
+
blue: "blue";
|
|
1864
1888
|
yellow: "yellow";
|
|
1889
|
+
red: "red";
|
|
1890
|
+
purple: "purple";
|
|
1891
|
+
indigo: "indigo";
|
|
1892
|
+
gray: "gray";
|
|
1865
1893
|
}>;
|
|
1894
|
+
invert: z.ZodOptional<z.ZodBoolean>;
|
|
1895
|
+
className: z.ZodOptional<z.ZodString>;
|
|
1866
1896
|
}, z.core.$strip>>;
|
|
1867
1897
|
display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1868
1898
|
hide: "hide";
|
|
@@ -1881,6 +1911,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1881
1911
|
type: z.ZodLiteral<"link">;
|
|
1882
1912
|
to: z.ZodString;
|
|
1883
1913
|
label: z.ZodString;
|
|
1914
|
+
target: z.ZodOptional<z.ZodEnum<{
|
|
1915
|
+
_self: "_self";
|
|
1916
|
+
_blank: "_blank";
|
|
1917
|
+
}>>;
|
|
1884
1918
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
1885
1919
|
slice: "slice";
|
|
1886
1920
|
map: "map";
|
|
@@ -1904,14 +1938,13 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1904
1938
|
tag: "tag";
|
|
1905
1939
|
file: "file";
|
|
1906
1940
|
delete: "delete";
|
|
1941
|
+
code: "code";
|
|
1907
1942
|
copy: "copy";
|
|
1908
1943
|
focus: "focus";
|
|
1909
1944
|
pause: "pause";
|
|
1910
1945
|
play: "play";
|
|
1911
1946
|
scroll: "scroll";
|
|
1912
1947
|
merge: "merge";
|
|
1913
|
-
code: "code";
|
|
1914
|
-
check: "check";
|
|
1915
1948
|
ghost: "ghost";
|
|
1916
1949
|
expand: "expand";
|
|
1917
1950
|
send: "send";
|
|
@@ -1928,18 +1961,20 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1928
1961
|
text: "text";
|
|
1929
1962
|
mouse: "mouse";
|
|
1930
1963
|
pen: "pen";
|
|
1931
|
-
section: "section";
|
|
1932
|
-
video: "video";
|
|
1933
1964
|
circle: "circle";
|
|
1934
|
-
image: "image";
|
|
1935
|
-
view: "view";
|
|
1936
|
-
move: "move";
|
|
1937
|
-
container: "container";
|
|
1938
1965
|
target: "target";
|
|
1939
1966
|
radius: "radius";
|
|
1940
1967
|
scale: "scale";
|
|
1941
1968
|
x: "x";
|
|
1942
|
-
|
|
1969
|
+
shell: "shell";
|
|
1970
|
+
baseline: "baseline";
|
|
1971
|
+
terminal: "terminal";
|
|
1972
|
+
square: "square";
|
|
1973
|
+
move: "move";
|
|
1974
|
+
section: "section";
|
|
1975
|
+
video: "video";
|
|
1976
|
+
image: "image";
|
|
1977
|
+
view: "view";
|
|
1943
1978
|
"a-arrow-down": "a-arrow-down";
|
|
1944
1979
|
"a-arrow-up": "a-arrow-up";
|
|
1945
1980
|
"a-large-small": "a-large-small";
|
|
@@ -2104,6 +2139,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2104
2139
|
"badge-question-mark": "badge-question-mark";
|
|
2105
2140
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
2106
2141
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
2142
|
+
"badge-turkish-lira": "badge-turkish-lira";
|
|
2107
2143
|
"badge-x": "badge-x";
|
|
2108
2144
|
"baggage-claim": "baggage-claim";
|
|
2109
2145
|
ban: "ban";
|
|
@@ -2122,7 +2158,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2122
2158
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
2123
2159
|
barcode: "barcode";
|
|
2124
2160
|
barrel: "barrel";
|
|
2125
|
-
baseline: "baseline";
|
|
2126
2161
|
bath: "bath";
|
|
2127
2162
|
battery: "battery";
|
|
2128
2163
|
"battery-charging": "battery-charging";
|
|
@@ -2216,6 +2251,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2216
2251
|
"brain-cog": "brain-cog";
|
|
2217
2252
|
"brick-wall": "brick-wall";
|
|
2218
2253
|
"brick-wall-fire": "brick-wall-fire";
|
|
2254
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
2219
2255
|
briefcase: "briefcase";
|
|
2220
2256
|
"briefcase-business": "briefcase-business";
|
|
2221
2257
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -2303,6 +2339,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2303
2339
|
"chart-pie": "chart-pie";
|
|
2304
2340
|
"chart-scatter": "chart-scatter";
|
|
2305
2341
|
"chart-spline": "chart-spline";
|
|
2342
|
+
check: "check";
|
|
2306
2343
|
"check-check": "check-check";
|
|
2307
2344
|
"check-circle": "check-circle";
|
|
2308
2345
|
"check-circle-2": "check-circle-2";
|
|
@@ -2335,6 +2372,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2335
2372
|
"chevrons-up": "chevrons-up";
|
|
2336
2373
|
"chevrons-up-down": "chevrons-up-down";
|
|
2337
2374
|
chrome: "chrome";
|
|
2375
|
+
chromium: "chromium";
|
|
2338
2376
|
church: "church";
|
|
2339
2377
|
cigarette: "cigarette";
|
|
2340
2378
|
"cigarette-off": "cigarette-off";
|
|
@@ -2379,6 +2417,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2379
2417
|
"circle-slash-2": "circle-slash-2";
|
|
2380
2418
|
"circle-slashed": "circle-slashed";
|
|
2381
2419
|
"circle-small": "circle-small";
|
|
2420
|
+
"circle-star": "circle-star";
|
|
2382
2421
|
"circle-stop": "circle-stop";
|
|
2383
2422
|
"circle-user": "circle-user";
|
|
2384
2423
|
"circle-user-round": "circle-user-round";
|
|
@@ -2388,6 +2427,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2388
2427
|
clapperboard: "clapperboard";
|
|
2389
2428
|
clipboard: "clipboard";
|
|
2390
2429
|
"clipboard-check": "clipboard-check";
|
|
2430
|
+
"clipboard-clock": "clipboard-clock";
|
|
2391
2431
|
"clipboard-copy": "clipboard-copy";
|
|
2392
2432
|
"clipboard-edit": "clipboard-edit";
|
|
2393
2433
|
"clipboard-list": "clipboard-list";
|
|
@@ -2417,6 +2457,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2417
2457
|
"clock-arrow-up": "clock-arrow-up";
|
|
2418
2458
|
"clock-fading": "clock-fading";
|
|
2419
2459
|
"clock-plus": "clock-plus";
|
|
2460
|
+
"closed-caption": "closed-caption";
|
|
2420
2461
|
cloud: "cloud";
|
|
2421
2462
|
"cloud-alert": "cloud-alert";
|
|
2422
2463
|
"cloud-check": "cloud-check";
|
|
@@ -2462,6 +2503,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2462
2503
|
construction: "construction";
|
|
2463
2504
|
"contact-2": "contact-2";
|
|
2464
2505
|
"contact-round": "contact-round";
|
|
2506
|
+
container: "container";
|
|
2465
2507
|
contrast: "contrast";
|
|
2466
2508
|
"cooking-pot": "cooking-pot";
|
|
2467
2509
|
"copy-check": "copy-check";
|
|
@@ -2617,6 +2659,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2617
2659
|
"file-pen": "file-pen";
|
|
2618
2660
|
"file-pen-line": "file-pen-line";
|
|
2619
2661
|
"file-pie-chart": "file-pie-chart";
|
|
2662
|
+
"file-play": "file-play";
|
|
2620
2663
|
"file-plus": "file-plus";
|
|
2621
2664
|
"file-plus-2": "file-plus-2";
|
|
2622
2665
|
"file-question": "file-question";
|
|
@@ -2637,6 +2680,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2637
2680
|
"file-user": "file-user";
|
|
2638
2681
|
"file-video": "file-video";
|
|
2639
2682
|
"file-video-2": "file-video-2";
|
|
2683
|
+
"file-video-camera": "file-video-camera";
|
|
2640
2684
|
"file-volume": "file-volume";
|
|
2641
2685
|
"file-volume-2": "file-volume-2";
|
|
2642
2686
|
"file-warning": "file-warning";
|
|
@@ -2780,16 +2824,20 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2780
2824
|
hammer: "hammer";
|
|
2781
2825
|
hand: "hand";
|
|
2782
2826
|
"hand-coins": "hand-coins";
|
|
2827
|
+
"hand-fist": "hand-fist";
|
|
2828
|
+
"hand-grab": "hand-grab";
|
|
2783
2829
|
"hand-heart": "hand-heart";
|
|
2784
2830
|
"hand-helping": "hand-helping";
|
|
2785
2831
|
"hand-metal": "hand-metal";
|
|
2786
2832
|
"hand-platter": "hand-platter";
|
|
2833
|
+
handbag: "handbag";
|
|
2787
2834
|
handshake: "handshake";
|
|
2788
2835
|
"hard-drive": "hard-drive";
|
|
2789
2836
|
"hard-drive-download": "hard-drive-download";
|
|
2790
2837
|
"hard-drive-upload": "hard-drive-upload";
|
|
2791
2838
|
"hard-hat": "hard-hat";
|
|
2792
2839
|
hash: "hash";
|
|
2840
|
+
"hat-glasses": "hat-glasses";
|
|
2793
2841
|
haze: "haze";
|
|
2794
2842
|
"hdmi-port": "hdmi-port";
|
|
2795
2843
|
"heading-1": "heading-1";
|
|
@@ -2856,6 +2904,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2856
2904
|
kanban: "kanban";
|
|
2857
2905
|
"kanban-square": "kanban-square";
|
|
2858
2906
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
2907
|
+
kayak: "kayak";
|
|
2859
2908
|
"key-round": "key-round";
|
|
2860
2909
|
"key-square": "key-square";
|
|
2861
2910
|
keyboard: "keyboard";
|
|
@@ -2905,6 +2954,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2905
2954
|
linkedin: "linkedin";
|
|
2906
2955
|
"list-check": "list-check";
|
|
2907
2956
|
"list-checks": "list-checks";
|
|
2957
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
2908
2958
|
"list-collapse": "list-collapse";
|
|
2909
2959
|
"list-end": "list-end";
|
|
2910
2960
|
"list-filter": "list-filter";
|
|
@@ -2950,6 +3000,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2950
3000
|
"mail-x": "mail-x";
|
|
2951
3001
|
mailbox: "mailbox";
|
|
2952
3002
|
mails: "mails";
|
|
3003
|
+
"map-minus": "map-minus";
|
|
2953
3004
|
"map-pin": "map-pin";
|
|
2954
3005
|
"map-pin-check": "map-pin-check";
|
|
2955
3006
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -2957,6 +3008,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2957
3008
|
"map-pin-minus": "map-pin-minus";
|
|
2958
3009
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
2959
3010
|
"map-pin-off": "map-pin-off";
|
|
3011
|
+
"map-pin-pen": "map-pin-pen";
|
|
2960
3012
|
"map-pin-plus": "map-pin-plus";
|
|
2961
3013
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
2962
3014
|
"map-pin-x": "map-pin-x";
|
|
@@ -3111,12 +3163,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3111
3163
|
"panel-left-dashed": "panel-left-dashed";
|
|
3112
3164
|
"panel-left-inactive": "panel-left-inactive";
|
|
3113
3165
|
"panel-left-open": "panel-left-open";
|
|
3166
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
3114
3167
|
"panel-right": "panel-right";
|
|
3115
3168
|
"panel-right-close": "panel-right-close";
|
|
3116
3169
|
"panel-right-dashed": "panel-right-dashed";
|
|
3117
3170
|
"panel-right-inactive": "panel-right-inactive";
|
|
3118
3171
|
"panel-right-open": "panel-right-open";
|
|
3119
3172
|
"panel-top": "panel-top";
|
|
3173
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
3120
3174
|
"panel-top-close": "panel-top-close";
|
|
3121
3175
|
"panel-top-dashed": "panel-top-dashed";
|
|
3122
3176
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -3230,6 +3284,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3230
3284
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
3231
3285
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
3232
3286
|
"receipt-text": "receipt-text";
|
|
3287
|
+
"receipt-turkish-lira": "receipt-turkish-lira";
|
|
3233
3288
|
"rectangle-circle": "rectangle-circle";
|
|
3234
3289
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
3235
3290
|
"rectangle-goggles": "rectangle-goggles";
|
|
@@ -3256,6 +3311,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3256
3311
|
rocket: "rocket";
|
|
3257
3312
|
"rocking-chair": "rocking-chair";
|
|
3258
3313
|
"roller-coaster": "roller-coaster";
|
|
3314
|
+
rose: "rose";
|
|
3259
3315
|
"rotate-3-d": "rotate-3-d";
|
|
3260
3316
|
"rotate-3d": "rotate-3d";
|
|
3261
3317
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -3323,7 +3379,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3323
3379
|
share: "share";
|
|
3324
3380
|
"share-2": "share-2";
|
|
3325
3381
|
sheet: "sheet";
|
|
3326
|
-
shell: "shell";
|
|
3327
3382
|
shield: "shield";
|
|
3328
3383
|
"shield-alert": "shield-alert";
|
|
3329
3384
|
"shield-ban": "shield-ban";
|
|
@@ -3399,9 +3454,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3399
3454
|
"split-square-horizontal": "split-square-horizontal";
|
|
3400
3455
|
"split-square-vertical": "split-square-vertical";
|
|
3401
3456
|
spool: "spool";
|
|
3457
|
+
spotlight: "spotlight";
|
|
3402
3458
|
"spray-can": "spray-can";
|
|
3403
3459
|
sprout: "sprout";
|
|
3404
|
-
square: "square";
|
|
3405
3460
|
"square-activity": "square-activity";
|
|
3406
3461
|
"square-arrow-down": "square-arrow-down";
|
|
3407
3462
|
"square-arrow-down-left": "square-arrow-down-left";
|
|
@@ -3444,6 +3499,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3444
3499
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
3445
3500
|
"square-parking": "square-parking";
|
|
3446
3501
|
"square-parking-off": "square-parking-off";
|
|
3502
|
+
"square-pause": "square-pause";
|
|
3447
3503
|
"square-pen": "square-pen";
|
|
3448
3504
|
"square-percent": "square-percent";
|
|
3449
3505
|
"square-pi": "square-pi";
|
|
@@ -3460,6 +3516,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3460
3516
|
"square-split-vertical": "square-split-vertical";
|
|
3461
3517
|
"square-square": "square-square";
|
|
3462
3518
|
"square-stack": "square-stack";
|
|
3519
|
+
"square-star": "square-star";
|
|
3520
|
+
"square-stop": "square-stop";
|
|
3463
3521
|
"square-terminal": "square-terminal";
|
|
3464
3522
|
"square-user": "square-user";
|
|
3465
3523
|
"square-user-round": "square-user-round";
|
|
@@ -3522,7 +3580,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3522
3580
|
telescope: "telescope";
|
|
3523
3581
|
tent: "tent";
|
|
3524
3582
|
"tent-tree": "tent-tree";
|
|
3525
|
-
terminal: "terminal";
|
|
3526
3583
|
"terminal-square": "terminal-square";
|
|
3527
3584
|
"test-tube": "test-tube";
|
|
3528
3585
|
"test-tube-2": "test-tube-2";
|
|
@@ -3586,6 +3643,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3586
3643
|
trophy: "trophy";
|
|
3587
3644
|
truck: "truck";
|
|
3588
3645
|
"truck-electric": "truck-electric";
|
|
3646
|
+
"turkish-lira": "turkish-lira";
|
|
3647
|
+
turntable: "turntable";
|
|
3589
3648
|
turtle: "turtle";
|
|
3590
3649
|
tv: "tv";
|
|
3591
3650
|
"tv-2": "tv-2";
|
|
@@ -3637,6 +3696,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3637
3696
|
"user-search": "user-search";
|
|
3638
3697
|
"user-square": "user-square";
|
|
3639
3698
|
"user-square-2": "user-square-2";
|
|
3699
|
+
"user-star": "user-star";
|
|
3640
3700
|
"user-x": "user-x";
|
|
3641
3701
|
"user-x-2": "user-x-2";
|
|
3642
3702
|
users: "users";
|
|
@@ -3683,6 +3743,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3683
3743
|
webhook: "webhook";
|
|
3684
3744
|
"webhook-off": "webhook-off";
|
|
3685
3745
|
weight: "weight";
|
|
3746
|
+
wheat: "wheat";
|
|
3686
3747
|
"wheat-off": "wheat-off";
|
|
3687
3748
|
"whole-word": "whole-word";
|
|
3688
3749
|
wifi: "wifi";
|
|
@@ -3691,6 +3752,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3691
3752
|
"wifi-low": "wifi-low";
|
|
3692
3753
|
"wifi-off": "wifi-off";
|
|
3693
3754
|
"wifi-pen": "wifi-pen";
|
|
3755
|
+
"wifi-sync": "wifi-sync";
|
|
3694
3756
|
"wifi-zero": "wifi-zero";
|
|
3695
3757
|
wind: "wind";
|
|
3696
3758
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -3713,14 +3775,16 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3713
3775
|
label: z.ZodString;
|
|
3714
3776
|
color: z.ZodEnum<{
|
|
3715
3777
|
outline: "outline";
|
|
3716
|
-
blue: "blue";
|
|
3717
|
-
gray: "gray";
|
|
3718
3778
|
green: "green";
|
|
3719
|
-
|
|
3720
|
-
purple: "purple";
|
|
3721
|
-
red: "red";
|
|
3779
|
+
blue: "blue";
|
|
3722
3780
|
yellow: "yellow";
|
|
3781
|
+
red: "red";
|
|
3782
|
+
purple: "purple";
|
|
3783
|
+
indigo: "indigo";
|
|
3784
|
+
gray: "gray";
|
|
3723
3785
|
}>;
|
|
3786
|
+
invert: z.ZodOptional<z.ZodBoolean>;
|
|
3787
|
+
className: z.ZodOptional<z.ZodString>;
|
|
3724
3788
|
}, z.core.$strip>>;
|
|
3725
3789
|
display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3726
3790
|
hide: "hide";
|
|
@@ -3763,14 +3827,13 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3763
3827
|
tag: "tag";
|
|
3764
3828
|
file: "file";
|
|
3765
3829
|
delete: "delete";
|
|
3830
|
+
code: "code";
|
|
3766
3831
|
copy: "copy";
|
|
3767
3832
|
focus: "focus";
|
|
3768
3833
|
pause: "pause";
|
|
3769
3834
|
play: "play";
|
|
3770
3835
|
scroll: "scroll";
|
|
3771
3836
|
merge: "merge";
|
|
3772
|
-
code: "code";
|
|
3773
|
-
check: "check";
|
|
3774
3837
|
ghost: "ghost";
|
|
3775
3838
|
expand: "expand";
|
|
3776
3839
|
send: "send";
|
|
@@ -3787,18 +3850,20 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3787
3850
|
text: "text";
|
|
3788
3851
|
mouse: "mouse";
|
|
3789
3852
|
pen: "pen";
|
|
3790
|
-
section: "section";
|
|
3791
|
-
video: "video";
|
|
3792
3853
|
circle: "circle";
|
|
3793
|
-
image: "image";
|
|
3794
|
-
view: "view";
|
|
3795
|
-
move: "move";
|
|
3796
|
-
container: "container";
|
|
3797
3854
|
target: "target";
|
|
3798
3855
|
radius: "radius";
|
|
3799
3856
|
scale: "scale";
|
|
3800
3857
|
x: "x";
|
|
3801
|
-
|
|
3858
|
+
shell: "shell";
|
|
3859
|
+
baseline: "baseline";
|
|
3860
|
+
terminal: "terminal";
|
|
3861
|
+
square: "square";
|
|
3862
|
+
move: "move";
|
|
3863
|
+
section: "section";
|
|
3864
|
+
video: "video";
|
|
3865
|
+
image: "image";
|
|
3866
|
+
view: "view";
|
|
3802
3867
|
"a-arrow-down": "a-arrow-down";
|
|
3803
3868
|
"a-arrow-up": "a-arrow-up";
|
|
3804
3869
|
"a-large-small": "a-large-small";
|
|
@@ -3963,6 +4028,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3963
4028
|
"badge-question-mark": "badge-question-mark";
|
|
3964
4029
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
3965
4030
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
4031
|
+
"badge-turkish-lira": "badge-turkish-lira";
|
|
3966
4032
|
"badge-x": "badge-x";
|
|
3967
4033
|
"baggage-claim": "baggage-claim";
|
|
3968
4034
|
ban: "ban";
|
|
@@ -3981,7 +4047,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3981
4047
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
3982
4048
|
barcode: "barcode";
|
|
3983
4049
|
barrel: "barrel";
|
|
3984
|
-
baseline: "baseline";
|
|
3985
4050
|
bath: "bath";
|
|
3986
4051
|
battery: "battery";
|
|
3987
4052
|
"battery-charging": "battery-charging";
|
|
@@ -4075,6 +4140,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4075
4140
|
"brain-cog": "brain-cog";
|
|
4076
4141
|
"brick-wall": "brick-wall";
|
|
4077
4142
|
"brick-wall-fire": "brick-wall-fire";
|
|
4143
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
4078
4144
|
briefcase: "briefcase";
|
|
4079
4145
|
"briefcase-business": "briefcase-business";
|
|
4080
4146
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -4162,6 +4228,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4162
4228
|
"chart-pie": "chart-pie";
|
|
4163
4229
|
"chart-scatter": "chart-scatter";
|
|
4164
4230
|
"chart-spline": "chart-spline";
|
|
4231
|
+
check: "check";
|
|
4165
4232
|
"check-check": "check-check";
|
|
4166
4233
|
"check-circle": "check-circle";
|
|
4167
4234
|
"check-circle-2": "check-circle-2";
|
|
@@ -4194,6 +4261,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4194
4261
|
"chevrons-up": "chevrons-up";
|
|
4195
4262
|
"chevrons-up-down": "chevrons-up-down";
|
|
4196
4263
|
chrome: "chrome";
|
|
4264
|
+
chromium: "chromium";
|
|
4197
4265
|
church: "church";
|
|
4198
4266
|
cigarette: "cigarette";
|
|
4199
4267
|
"cigarette-off": "cigarette-off";
|
|
@@ -4238,6 +4306,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4238
4306
|
"circle-slash-2": "circle-slash-2";
|
|
4239
4307
|
"circle-slashed": "circle-slashed";
|
|
4240
4308
|
"circle-small": "circle-small";
|
|
4309
|
+
"circle-star": "circle-star";
|
|
4241
4310
|
"circle-stop": "circle-stop";
|
|
4242
4311
|
"circle-user": "circle-user";
|
|
4243
4312
|
"circle-user-round": "circle-user-round";
|
|
@@ -4247,6 +4316,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4247
4316
|
clapperboard: "clapperboard";
|
|
4248
4317
|
clipboard: "clipboard";
|
|
4249
4318
|
"clipboard-check": "clipboard-check";
|
|
4319
|
+
"clipboard-clock": "clipboard-clock";
|
|
4250
4320
|
"clipboard-copy": "clipboard-copy";
|
|
4251
4321
|
"clipboard-edit": "clipboard-edit";
|
|
4252
4322
|
"clipboard-list": "clipboard-list";
|
|
@@ -4276,6 +4346,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4276
4346
|
"clock-arrow-up": "clock-arrow-up";
|
|
4277
4347
|
"clock-fading": "clock-fading";
|
|
4278
4348
|
"clock-plus": "clock-plus";
|
|
4349
|
+
"closed-caption": "closed-caption";
|
|
4279
4350
|
cloud: "cloud";
|
|
4280
4351
|
"cloud-alert": "cloud-alert";
|
|
4281
4352
|
"cloud-check": "cloud-check";
|
|
@@ -4321,6 +4392,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4321
4392
|
construction: "construction";
|
|
4322
4393
|
"contact-2": "contact-2";
|
|
4323
4394
|
"contact-round": "contact-round";
|
|
4395
|
+
container: "container";
|
|
4324
4396
|
contrast: "contrast";
|
|
4325
4397
|
"cooking-pot": "cooking-pot";
|
|
4326
4398
|
"copy-check": "copy-check";
|
|
@@ -4476,6 +4548,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4476
4548
|
"file-pen": "file-pen";
|
|
4477
4549
|
"file-pen-line": "file-pen-line";
|
|
4478
4550
|
"file-pie-chart": "file-pie-chart";
|
|
4551
|
+
"file-play": "file-play";
|
|
4479
4552
|
"file-plus": "file-plus";
|
|
4480
4553
|
"file-plus-2": "file-plus-2";
|
|
4481
4554
|
"file-question": "file-question";
|
|
@@ -4496,6 +4569,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4496
4569
|
"file-user": "file-user";
|
|
4497
4570
|
"file-video": "file-video";
|
|
4498
4571
|
"file-video-2": "file-video-2";
|
|
4572
|
+
"file-video-camera": "file-video-camera";
|
|
4499
4573
|
"file-volume": "file-volume";
|
|
4500
4574
|
"file-volume-2": "file-volume-2";
|
|
4501
4575
|
"file-warning": "file-warning";
|
|
@@ -4639,16 +4713,20 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4639
4713
|
hammer: "hammer";
|
|
4640
4714
|
hand: "hand";
|
|
4641
4715
|
"hand-coins": "hand-coins";
|
|
4716
|
+
"hand-fist": "hand-fist";
|
|
4717
|
+
"hand-grab": "hand-grab";
|
|
4642
4718
|
"hand-heart": "hand-heart";
|
|
4643
4719
|
"hand-helping": "hand-helping";
|
|
4644
4720
|
"hand-metal": "hand-metal";
|
|
4645
4721
|
"hand-platter": "hand-platter";
|
|
4722
|
+
handbag: "handbag";
|
|
4646
4723
|
handshake: "handshake";
|
|
4647
4724
|
"hard-drive": "hard-drive";
|
|
4648
4725
|
"hard-drive-download": "hard-drive-download";
|
|
4649
4726
|
"hard-drive-upload": "hard-drive-upload";
|
|
4650
4727
|
"hard-hat": "hard-hat";
|
|
4651
4728
|
hash: "hash";
|
|
4729
|
+
"hat-glasses": "hat-glasses";
|
|
4652
4730
|
haze: "haze";
|
|
4653
4731
|
"hdmi-port": "hdmi-port";
|
|
4654
4732
|
"heading-1": "heading-1";
|
|
@@ -4715,6 +4793,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4715
4793
|
kanban: "kanban";
|
|
4716
4794
|
"kanban-square": "kanban-square";
|
|
4717
4795
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
4796
|
+
kayak: "kayak";
|
|
4718
4797
|
"key-round": "key-round";
|
|
4719
4798
|
"key-square": "key-square";
|
|
4720
4799
|
keyboard: "keyboard";
|
|
@@ -4764,6 +4843,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4764
4843
|
linkedin: "linkedin";
|
|
4765
4844
|
"list-check": "list-check";
|
|
4766
4845
|
"list-checks": "list-checks";
|
|
4846
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
4767
4847
|
"list-collapse": "list-collapse";
|
|
4768
4848
|
"list-end": "list-end";
|
|
4769
4849
|
"list-filter": "list-filter";
|
|
@@ -4809,6 +4889,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4809
4889
|
"mail-x": "mail-x";
|
|
4810
4890
|
mailbox: "mailbox";
|
|
4811
4891
|
mails: "mails";
|
|
4892
|
+
"map-minus": "map-minus";
|
|
4812
4893
|
"map-pin": "map-pin";
|
|
4813
4894
|
"map-pin-check": "map-pin-check";
|
|
4814
4895
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -4816,6 +4897,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4816
4897
|
"map-pin-minus": "map-pin-minus";
|
|
4817
4898
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
4818
4899
|
"map-pin-off": "map-pin-off";
|
|
4900
|
+
"map-pin-pen": "map-pin-pen";
|
|
4819
4901
|
"map-pin-plus": "map-pin-plus";
|
|
4820
4902
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
4821
4903
|
"map-pin-x": "map-pin-x";
|
|
@@ -4970,12 +5052,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4970
5052
|
"panel-left-dashed": "panel-left-dashed";
|
|
4971
5053
|
"panel-left-inactive": "panel-left-inactive";
|
|
4972
5054
|
"panel-left-open": "panel-left-open";
|
|
5055
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
4973
5056
|
"panel-right": "panel-right";
|
|
4974
5057
|
"panel-right-close": "panel-right-close";
|
|
4975
5058
|
"panel-right-dashed": "panel-right-dashed";
|
|
4976
5059
|
"panel-right-inactive": "panel-right-inactive";
|
|
4977
5060
|
"panel-right-open": "panel-right-open";
|
|
4978
5061
|
"panel-top": "panel-top";
|
|
5062
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
4979
5063
|
"panel-top-close": "panel-top-close";
|
|
4980
5064
|
"panel-top-dashed": "panel-top-dashed";
|
|
4981
5065
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -5089,6 +5173,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5089
5173
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
5090
5174
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
5091
5175
|
"receipt-text": "receipt-text";
|
|
5176
|
+
"receipt-turkish-lira": "receipt-turkish-lira";
|
|
5092
5177
|
"rectangle-circle": "rectangle-circle";
|
|
5093
5178
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
5094
5179
|
"rectangle-goggles": "rectangle-goggles";
|
|
@@ -5115,6 +5200,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5115
5200
|
rocket: "rocket";
|
|
5116
5201
|
"rocking-chair": "rocking-chair";
|
|
5117
5202
|
"roller-coaster": "roller-coaster";
|
|
5203
|
+
rose: "rose";
|
|
5118
5204
|
"rotate-3-d": "rotate-3-d";
|
|
5119
5205
|
"rotate-3d": "rotate-3d";
|
|
5120
5206
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -5182,7 +5268,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5182
5268
|
share: "share";
|
|
5183
5269
|
"share-2": "share-2";
|
|
5184
5270
|
sheet: "sheet";
|
|
5185
|
-
shell: "shell";
|
|
5186
5271
|
shield: "shield";
|
|
5187
5272
|
"shield-alert": "shield-alert";
|
|
5188
5273
|
"shield-ban": "shield-ban";
|
|
@@ -5258,9 +5343,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5258
5343
|
"split-square-horizontal": "split-square-horizontal";
|
|
5259
5344
|
"split-square-vertical": "split-square-vertical";
|
|
5260
5345
|
spool: "spool";
|
|
5346
|
+
spotlight: "spotlight";
|
|
5261
5347
|
"spray-can": "spray-can";
|
|
5262
5348
|
sprout: "sprout";
|
|
5263
|
-
square: "square";
|
|
5264
5349
|
"square-activity": "square-activity";
|
|
5265
5350
|
"square-arrow-down": "square-arrow-down";
|
|
5266
5351
|
"square-arrow-down-left": "square-arrow-down-left";
|
|
@@ -5303,6 +5388,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5303
5388
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
5304
5389
|
"square-parking": "square-parking";
|
|
5305
5390
|
"square-parking-off": "square-parking-off";
|
|
5391
|
+
"square-pause": "square-pause";
|
|
5306
5392
|
"square-pen": "square-pen";
|
|
5307
5393
|
"square-percent": "square-percent";
|
|
5308
5394
|
"square-pi": "square-pi";
|
|
@@ -5319,6 +5405,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5319
5405
|
"square-split-vertical": "square-split-vertical";
|
|
5320
5406
|
"square-square": "square-square";
|
|
5321
5407
|
"square-stack": "square-stack";
|
|
5408
|
+
"square-star": "square-star";
|
|
5409
|
+
"square-stop": "square-stop";
|
|
5322
5410
|
"square-terminal": "square-terminal";
|
|
5323
5411
|
"square-user": "square-user";
|
|
5324
5412
|
"square-user-round": "square-user-round";
|
|
@@ -5381,7 +5469,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5381
5469
|
telescope: "telescope";
|
|
5382
5470
|
tent: "tent";
|
|
5383
5471
|
"tent-tree": "tent-tree";
|
|
5384
|
-
terminal: "terminal";
|
|
5385
5472
|
"terminal-square": "terminal-square";
|
|
5386
5473
|
"test-tube": "test-tube";
|
|
5387
5474
|
"test-tube-2": "test-tube-2";
|
|
@@ -5445,6 +5532,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5445
5532
|
trophy: "trophy";
|
|
5446
5533
|
truck: "truck";
|
|
5447
5534
|
"truck-electric": "truck-electric";
|
|
5535
|
+
"turkish-lira": "turkish-lira";
|
|
5536
|
+
turntable: "turntable";
|
|
5448
5537
|
turtle: "turtle";
|
|
5449
5538
|
tv: "tv";
|
|
5450
5539
|
"tv-2": "tv-2";
|
|
@@ -5496,6 +5585,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5496
5585
|
"user-search": "user-search";
|
|
5497
5586
|
"user-square": "user-square";
|
|
5498
5587
|
"user-square-2": "user-square-2";
|
|
5588
|
+
"user-star": "user-star";
|
|
5499
5589
|
"user-x": "user-x";
|
|
5500
5590
|
"user-x-2": "user-x-2";
|
|
5501
5591
|
users: "users";
|
|
@@ -5542,6 +5632,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5542
5632
|
webhook: "webhook";
|
|
5543
5633
|
"webhook-off": "webhook-off";
|
|
5544
5634
|
weight: "weight";
|
|
5635
|
+
wheat: "wheat";
|
|
5545
5636
|
"wheat-off": "wheat-off";
|
|
5546
5637
|
"whole-word": "whole-word";
|
|
5547
5638
|
wifi: "wifi";
|
|
@@ -5550,6 +5641,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5550
5641
|
"wifi-low": "wifi-low";
|
|
5551
5642
|
"wifi-off": "wifi-off";
|
|
5552
5643
|
"wifi-pen": "wifi-pen";
|
|
5644
|
+
"wifi-sync": "wifi-sync";
|
|
5553
5645
|
"wifi-zero": "wifi-zero";
|
|
5554
5646
|
wind: "wind";
|
|
5555
5647
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -5572,14 +5664,16 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5572
5664
|
label: z.ZodString;
|
|
5573
5665
|
color: z.ZodEnum<{
|
|
5574
5666
|
outline: "outline";
|
|
5575
|
-
blue: "blue";
|
|
5576
|
-
gray: "gray";
|
|
5577
5667
|
green: "green";
|
|
5578
|
-
|
|
5579
|
-
purple: "purple";
|
|
5580
|
-
red: "red";
|
|
5668
|
+
blue: "blue";
|
|
5581
5669
|
yellow: "yellow";
|
|
5670
|
+
red: "red";
|
|
5671
|
+
purple: "purple";
|
|
5672
|
+
indigo: "indigo";
|
|
5673
|
+
gray: "gray";
|
|
5582
5674
|
}>;
|
|
5675
|
+
invert: z.ZodOptional<z.ZodBoolean>;
|
|
5676
|
+
className: z.ZodOptional<z.ZodString>;
|
|
5583
5677
|
}, z.core.$strip>>;
|
|
5584
5678
|
display: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
5585
5679
|
hide: "hide";
|
|
@@ -5593,6 +5687,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5593
5687
|
context: ZudokuContext;
|
|
5594
5688
|
auth: UseAuthReturn;
|
|
5595
5689
|
}) => boolean>]>>>;
|
|
5690
|
+
layout: z.ZodOptional<z.ZodEnum<{
|
|
5691
|
+
default: "default";
|
|
5692
|
+
none: "none";
|
|
5693
|
+
}>>;
|
|
5596
5694
|
}, z.core.$strip>;
|
|
5597
5695
|
declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
5598
5696
|
type: z.ZodLiteral<"category">;
|
|
@@ -5619,14 +5717,13 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5619
5717
|
tag: "tag";
|
|
5620
5718
|
file: "file";
|
|
5621
5719
|
delete: "delete";
|
|
5720
|
+
code: "code";
|
|
5622
5721
|
copy: "copy";
|
|
5623
5722
|
focus: "focus";
|
|
5624
5723
|
pause: "pause";
|
|
5625
5724
|
play: "play";
|
|
5626
5725
|
scroll: "scroll";
|
|
5627
5726
|
merge: "merge";
|
|
5628
|
-
code: "code";
|
|
5629
|
-
check: "check";
|
|
5630
5727
|
ghost: "ghost";
|
|
5631
5728
|
expand: "expand";
|
|
5632
5729
|
send: "send";
|
|
@@ -5643,18 +5740,20 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5643
5740
|
text: "text";
|
|
5644
5741
|
mouse: "mouse";
|
|
5645
5742
|
pen: "pen";
|
|
5646
|
-
section: "section";
|
|
5647
|
-
video: "video";
|
|
5648
5743
|
circle: "circle";
|
|
5649
|
-
image: "image";
|
|
5650
|
-
view: "view";
|
|
5651
|
-
move: "move";
|
|
5652
|
-
container: "container";
|
|
5653
5744
|
target: "target";
|
|
5654
5745
|
radius: "radius";
|
|
5655
5746
|
scale: "scale";
|
|
5656
5747
|
x: "x";
|
|
5657
|
-
|
|
5748
|
+
shell: "shell";
|
|
5749
|
+
baseline: "baseline";
|
|
5750
|
+
terminal: "terminal";
|
|
5751
|
+
square: "square";
|
|
5752
|
+
move: "move";
|
|
5753
|
+
section: "section";
|
|
5754
|
+
video: "video";
|
|
5755
|
+
image: "image";
|
|
5756
|
+
view: "view";
|
|
5658
5757
|
"a-arrow-down": "a-arrow-down";
|
|
5659
5758
|
"a-arrow-up": "a-arrow-up";
|
|
5660
5759
|
"a-large-small": "a-large-small";
|
|
@@ -5819,6 +5918,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5819
5918
|
"badge-question-mark": "badge-question-mark";
|
|
5820
5919
|
"badge-russian-ruble": "badge-russian-ruble";
|
|
5821
5920
|
"badge-swiss-franc": "badge-swiss-franc";
|
|
5921
|
+
"badge-turkish-lira": "badge-turkish-lira";
|
|
5822
5922
|
"badge-x": "badge-x";
|
|
5823
5923
|
"baggage-claim": "baggage-claim";
|
|
5824
5924
|
ban: "ban";
|
|
@@ -5837,7 +5937,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5837
5937
|
"bar-chart-horizontal-big": "bar-chart-horizontal-big";
|
|
5838
5938
|
barcode: "barcode";
|
|
5839
5939
|
barrel: "barrel";
|
|
5840
|
-
baseline: "baseline";
|
|
5841
5940
|
bath: "bath";
|
|
5842
5941
|
battery: "battery";
|
|
5843
5942
|
"battery-charging": "battery-charging";
|
|
@@ -5931,6 +6030,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5931
6030
|
"brain-cog": "brain-cog";
|
|
5932
6031
|
"brick-wall": "brick-wall";
|
|
5933
6032
|
"brick-wall-fire": "brick-wall-fire";
|
|
6033
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
5934
6034
|
briefcase: "briefcase";
|
|
5935
6035
|
"briefcase-business": "briefcase-business";
|
|
5936
6036
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -6018,6 +6118,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6018
6118
|
"chart-pie": "chart-pie";
|
|
6019
6119
|
"chart-scatter": "chart-scatter";
|
|
6020
6120
|
"chart-spline": "chart-spline";
|
|
6121
|
+
check: "check";
|
|
6021
6122
|
"check-check": "check-check";
|
|
6022
6123
|
"check-circle": "check-circle";
|
|
6023
6124
|
"check-circle-2": "check-circle-2";
|
|
@@ -6050,6 +6151,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6050
6151
|
"chevrons-up": "chevrons-up";
|
|
6051
6152
|
"chevrons-up-down": "chevrons-up-down";
|
|
6052
6153
|
chrome: "chrome";
|
|
6154
|
+
chromium: "chromium";
|
|
6053
6155
|
church: "church";
|
|
6054
6156
|
cigarette: "cigarette";
|
|
6055
6157
|
"cigarette-off": "cigarette-off";
|
|
@@ -6094,6 +6196,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6094
6196
|
"circle-slash-2": "circle-slash-2";
|
|
6095
6197
|
"circle-slashed": "circle-slashed";
|
|
6096
6198
|
"circle-small": "circle-small";
|
|
6199
|
+
"circle-star": "circle-star";
|
|
6097
6200
|
"circle-stop": "circle-stop";
|
|
6098
6201
|
"circle-user": "circle-user";
|
|
6099
6202
|
"circle-user-round": "circle-user-round";
|
|
@@ -6103,6 +6206,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6103
6206
|
clapperboard: "clapperboard";
|
|
6104
6207
|
clipboard: "clipboard";
|
|
6105
6208
|
"clipboard-check": "clipboard-check";
|
|
6209
|
+
"clipboard-clock": "clipboard-clock";
|
|
6106
6210
|
"clipboard-copy": "clipboard-copy";
|
|
6107
6211
|
"clipboard-edit": "clipboard-edit";
|
|
6108
6212
|
"clipboard-list": "clipboard-list";
|
|
@@ -6132,6 +6236,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6132
6236
|
"clock-arrow-up": "clock-arrow-up";
|
|
6133
6237
|
"clock-fading": "clock-fading";
|
|
6134
6238
|
"clock-plus": "clock-plus";
|
|
6239
|
+
"closed-caption": "closed-caption";
|
|
6135
6240
|
cloud: "cloud";
|
|
6136
6241
|
"cloud-alert": "cloud-alert";
|
|
6137
6242
|
"cloud-check": "cloud-check";
|
|
@@ -6177,6 +6282,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6177
6282
|
construction: "construction";
|
|
6178
6283
|
"contact-2": "contact-2";
|
|
6179
6284
|
"contact-round": "contact-round";
|
|
6285
|
+
container: "container";
|
|
6180
6286
|
contrast: "contrast";
|
|
6181
6287
|
"cooking-pot": "cooking-pot";
|
|
6182
6288
|
"copy-check": "copy-check";
|
|
@@ -6332,6 +6438,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6332
6438
|
"file-pen": "file-pen";
|
|
6333
6439
|
"file-pen-line": "file-pen-line";
|
|
6334
6440
|
"file-pie-chart": "file-pie-chart";
|
|
6441
|
+
"file-play": "file-play";
|
|
6335
6442
|
"file-plus": "file-plus";
|
|
6336
6443
|
"file-plus-2": "file-plus-2";
|
|
6337
6444
|
"file-question": "file-question";
|
|
@@ -6352,6 +6459,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6352
6459
|
"file-user": "file-user";
|
|
6353
6460
|
"file-video": "file-video";
|
|
6354
6461
|
"file-video-2": "file-video-2";
|
|
6462
|
+
"file-video-camera": "file-video-camera";
|
|
6355
6463
|
"file-volume": "file-volume";
|
|
6356
6464
|
"file-volume-2": "file-volume-2";
|
|
6357
6465
|
"file-warning": "file-warning";
|
|
@@ -6495,16 +6603,20 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6495
6603
|
hammer: "hammer";
|
|
6496
6604
|
hand: "hand";
|
|
6497
6605
|
"hand-coins": "hand-coins";
|
|
6606
|
+
"hand-fist": "hand-fist";
|
|
6607
|
+
"hand-grab": "hand-grab";
|
|
6498
6608
|
"hand-heart": "hand-heart";
|
|
6499
6609
|
"hand-helping": "hand-helping";
|
|
6500
6610
|
"hand-metal": "hand-metal";
|
|
6501
6611
|
"hand-platter": "hand-platter";
|
|
6612
|
+
handbag: "handbag";
|
|
6502
6613
|
handshake: "handshake";
|
|
6503
6614
|
"hard-drive": "hard-drive";
|
|
6504
6615
|
"hard-drive-download": "hard-drive-download";
|
|
6505
6616
|
"hard-drive-upload": "hard-drive-upload";
|
|
6506
6617
|
"hard-hat": "hard-hat";
|
|
6507
6618
|
hash: "hash";
|
|
6619
|
+
"hat-glasses": "hat-glasses";
|
|
6508
6620
|
haze: "haze";
|
|
6509
6621
|
"hdmi-port": "hdmi-port";
|
|
6510
6622
|
"heading-1": "heading-1";
|
|
@@ -6571,6 +6683,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6571
6683
|
kanban: "kanban";
|
|
6572
6684
|
"kanban-square": "kanban-square";
|
|
6573
6685
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
6686
|
+
kayak: "kayak";
|
|
6574
6687
|
"key-round": "key-round";
|
|
6575
6688
|
"key-square": "key-square";
|
|
6576
6689
|
keyboard: "keyboard";
|
|
@@ -6620,6 +6733,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6620
6733
|
linkedin: "linkedin";
|
|
6621
6734
|
"list-check": "list-check";
|
|
6622
6735
|
"list-checks": "list-checks";
|
|
6736
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
6623
6737
|
"list-collapse": "list-collapse";
|
|
6624
6738
|
"list-end": "list-end";
|
|
6625
6739
|
"list-filter": "list-filter";
|
|
@@ -6665,6 +6779,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6665
6779
|
"mail-x": "mail-x";
|
|
6666
6780
|
mailbox: "mailbox";
|
|
6667
6781
|
mails: "mails";
|
|
6782
|
+
"map-minus": "map-minus";
|
|
6668
6783
|
"map-pin": "map-pin";
|
|
6669
6784
|
"map-pin-check": "map-pin-check";
|
|
6670
6785
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -6672,6 +6787,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6672
6787
|
"map-pin-minus": "map-pin-minus";
|
|
6673
6788
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
6674
6789
|
"map-pin-off": "map-pin-off";
|
|
6790
|
+
"map-pin-pen": "map-pin-pen";
|
|
6675
6791
|
"map-pin-plus": "map-pin-plus";
|
|
6676
6792
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
6677
6793
|
"map-pin-x": "map-pin-x";
|
|
@@ -6826,12 +6942,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6826
6942
|
"panel-left-dashed": "panel-left-dashed";
|
|
6827
6943
|
"panel-left-inactive": "panel-left-inactive";
|
|
6828
6944
|
"panel-left-open": "panel-left-open";
|
|
6945
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
6829
6946
|
"panel-right": "panel-right";
|
|
6830
6947
|
"panel-right-close": "panel-right-close";
|
|
6831
6948
|
"panel-right-dashed": "panel-right-dashed";
|
|
6832
6949
|
"panel-right-inactive": "panel-right-inactive";
|
|
6833
6950
|
"panel-right-open": "panel-right-open";
|
|
6834
6951
|
"panel-top": "panel-top";
|
|
6952
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
6835
6953
|
"panel-top-close": "panel-top-close";
|
|
6836
6954
|
"panel-top-dashed": "panel-top-dashed";
|
|
6837
6955
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -6945,6 +7063,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6945
7063
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
6946
7064
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
6947
7065
|
"receipt-text": "receipt-text";
|
|
7066
|
+
"receipt-turkish-lira": "receipt-turkish-lira";
|
|
6948
7067
|
"rectangle-circle": "rectangle-circle";
|
|
6949
7068
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
6950
7069
|
"rectangle-goggles": "rectangle-goggles";
|
|
@@ -6971,6 +7090,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6971
7090
|
rocket: "rocket";
|
|
6972
7091
|
"rocking-chair": "rocking-chair";
|
|
6973
7092
|
"roller-coaster": "roller-coaster";
|
|
7093
|
+
rose: "rose";
|
|
6974
7094
|
"rotate-3-d": "rotate-3-d";
|
|
6975
7095
|
"rotate-3d": "rotate-3d";
|
|
6976
7096
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -7038,7 +7158,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7038
7158
|
share: "share";
|
|
7039
7159
|
"share-2": "share-2";
|
|
7040
7160
|
sheet: "sheet";
|
|
7041
|
-
shell: "shell";
|
|
7042
7161
|
shield: "shield";
|
|
7043
7162
|
"shield-alert": "shield-alert";
|
|
7044
7163
|
"shield-ban": "shield-ban";
|
|
@@ -7114,9 +7233,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7114
7233
|
"split-square-horizontal": "split-square-horizontal";
|
|
7115
7234
|
"split-square-vertical": "split-square-vertical";
|
|
7116
7235
|
spool: "spool";
|
|
7236
|
+
spotlight: "spotlight";
|
|
7117
7237
|
"spray-can": "spray-can";
|
|
7118
7238
|
sprout: "sprout";
|
|
7119
|
-
square: "square";
|
|
7120
7239
|
"square-activity": "square-activity";
|
|
7121
7240
|
"square-arrow-down": "square-arrow-down";
|
|
7122
7241
|
"square-arrow-down-left": "square-arrow-down-left";
|
|
@@ -7159,6 +7278,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7159
7278
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
7160
7279
|
"square-parking": "square-parking";
|
|
7161
7280
|
"square-parking-off": "square-parking-off";
|
|
7281
|
+
"square-pause": "square-pause";
|
|
7162
7282
|
"square-pen": "square-pen";
|
|
7163
7283
|
"square-percent": "square-percent";
|
|
7164
7284
|
"square-pi": "square-pi";
|
|
@@ -7175,6 +7295,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7175
7295
|
"square-split-vertical": "square-split-vertical";
|
|
7176
7296
|
"square-square": "square-square";
|
|
7177
7297
|
"square-stack": "square-stack";
|
|
7298
|
+
"square-star": "square-star";
|
|
7299
|
+
"square-stop": "square-stop";
|
|
7178
7300
|
"square-terminal": "square-terminal";
|
|
7179
7301
|
"square-user": "square-user";
|
|
7180
7302
|
"square-user-round": "square-user-round";
|
|
@@ -7237,7 +7359,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7237
7359
|
telescope: "telescope";
|
|
7238
7360
|
tent: "tent";
|
|
7239
7361
|
"tent-tree": "tent-tree";
|
|
7240
|
-
terminal: "terminal";
|
|
7241
7362
|
"terminal-square": "terminal-square";
|
|
7242
7363
|
"test-tube": "test-tube";
|
|
7243
7364
|
"test-tube-2": "test-tube-2";
|
|
@@ -7301,6 +7422,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7301
7422
|
trophy: "trophy";
|
|
7302
7423
|
truck: "truck";
|
|
7303
7424
|
"truck-electric": "truck-electric";
|
|
7425
|
+
"turkish-lira": "turkish-lira";
|
|
7426
|
+
turntable: "turntable";
|
|
7304
7427
|
turtle: "turtle";
|
|
7305
7428
|
tv: "tv";
|
|
7306
7429
|
"tv-2": "tv-2";
|
|
@@ -7352,6 +7475,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7352
7475
|
"user-search": "user-search";
|
|
7353
7476
|
"user-square": "user-square";
|
|
7354
7477
|
"user-square-2": "user-square-2";
|
|
7478
|
+
"user-star": "user-star";
|
|
7355
7479
|
"user-x": "user-x";
|
|
7356
7480
|
"user-x-2": "user-x-2";
|
|
7357
7481
|
users: "users";
|
|
@@ -7398,6 +7522,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7398
7522
|
webhook: "webhook";
|
|
7399
7523
|
"webhook-off": "webhook-off";
|
|
7400
7524
|
weight: "weight";
|
|
7525
|
+
wheat: "wheat";
|
|
7401
7526
|
"wheat-off": "wheat-off";
|
|
7402
7527
|
"whole-word": "whole-word";
|
|
7403
7528
|
wifi: "wifi";
|
|
@@ -7406,6 +7531,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7406
7531
|
"wifi-low": "wifi-low";
|
|
7407
7532
|
"wifi-off": "wifi-off";
|
|
7408
7533
|
"wifi-pen": "wifi-pen";
|
|
7534
|
+
"wifi-sync": "wifi-sync";
|
|
7409
7535
|
"wifi-zero": "wifi-zero";
|
|
7410
7536
|
wind: "wind";
|
|
7411
7537
|
"wind-arrow-down": "wind-arrow-down";
|