zudoku 0.0.0-fix-create-zudoku-run-build.fefccf58 → 0.0.0-fix-downgrade-openapi-parser.aac00796
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/client.d.ts +8 -0
- package/dist/app/entry.server.js +14 -1
- package/dist/app/entry.server.js.map +1 -1
- package/dist/cli/cli.d.ts +9 -0
- package/dist/cli/cli.js +4 -10
- package/dist/cli/cli.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/config/config.d.ts +6 -1
- package/dist/config/validators/BuildSchema.d.ts +15 -7
- package/dist/config/validators/BuildSchema.js +19 -2
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +184 -24
- package/dist/config/validators/InputNavigationSchema.js +1 -0
- package/dist/config/validators/InputNavigationSchema.js.map +1 -1
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/icon-types.js +39 -0
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/config/validators/validate.d.ts +45 -17
- package/dist/config/validators/validate.js +31 -8
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +357 -0
- 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/authentication/authentication.d.ts +17 -9
- package/dist/lib/authentication/components/OAuthErrorPage.js +1 -1
- package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -1
- package/dist/lib/authentication/components/SignIn.js +6 -5
- package/dist/lib/authentication/components/SignIn.js.map +1 -1
- package/dist/lib/authentication/components/SignOut.js +6 -6
- package/dist/lib/authentication/components/SignOut.js.map +1 -1
- package/dist/lib/authentication/components/SignUp.js +5 -5
- package/dist/lib/authentication/components/SignUp.js.map +1 -1
- package/dist/lib/authentication/hook.d.ts +3 -2
- package/dist/lib/authentication/hook.js +12 -8
- package/dist/lib/authentication/hook.js.map +1 -1
- package/dist/lib/authentication/providers/auth0.js +8 -4
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/azureb2c.d.ts +4 -4
- package/dist/lib/authentication/providers/azureb2c.js +3 -3
- package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +2 -2
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +7 -7
- package/dist/lib/authentication/providers/openid.js +5 -3
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.d.ts +8 -0
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js +39 -0
- package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js.map +1 -0
- package/dist/lib/authentication/providers/supabase.js +35 -31
- package/dist/lib/authentication/providers/supabase.js.map +1 -1
- package/dist/lib/authentication/state.d.ts +5 -7
- package/dist/lib/authentication/state.js +2 -14
- package/dist/lib/authentication/state.js.map +1 -1
- package/dist/lib/components/BuildCheck.js +2 -2
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/dist/lib/components/Heading.js +1 -5
- 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/Main.js +1 -1
- package/dist/lib/components/Main.js.map +1 -1
- package/dist/lib/components/Meta.js +1 -1
- package/dist/lib/components/Meta.js.map +1 -1
- package/dist/lib/components/Zudoku.js +3 -3
- package/dist/lib/components/cache.d.ts +3 -1
- package/dist/lib/components/cache.js +3 -5
- package/dist/lib/components/cache.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.js +10 -2
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/index.d.ts +14 -4
- package/dist/lib/components/index.js +2 -0
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/NavigationItem.js +1 -1
- package/dist/lib/components/navigation/NavigationItem.js.map +1 -1
- package/dist/lib/components/navigation/Toc.js +1 -1
- package/dist/lib/components/navigation/Toc.js.map +1 -1
- package/dist/lib/core/RouteGuard.d.ts +1 -1
- package/dist/lib/core/RouteGuard.js +6 -14
- package/dist/lib/core/RouteGuard.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +1 -0
- package/dist/lib/core/ZudokuContext.js +2 -0
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/__internal.d.ts +1 -1
- package/dist/lib/hooks/index.d.ts +3 -3
- package/dist/lib/oas/graphql/index.js +37 -2
- package/dist/lib/oas/graphql/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/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.js +5 -10
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.d.ts +2 -1
- package/dist/lib/plugins/markdown/MdxPage.js +29 -5
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/markdown/assets/ChatGPTLogo.d.ts +2 -0
- package/dist/lib/plugins/markdown/assets/ChatGPTLogo.js +3 -0
- package/dist/lib/plugins/markdown/assets/ChatGPTLogo.js.map +1 -0
- package/dist/lib/plugins/markdown/assets/ClaudeLogo.d.ts +2 -0
- package/dist/lib/plugins/markdown/assets/ClaudeLogo.js +3 -0
- package/dist/lib/plugins/markdown/assets/ClaudeLogo.js.map +1 -0
- package/dist/lib/plugins/markdown/index.d.ts +3 -1
- package/dist/lib/plugins/markdown/index.js +1 -1
- package/dist/lib/plugins/markdown/index.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/OperationList.d.ts +0 -2
- package/dist/lib/plugins/openapi/OperationList.js +22 -6
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.d.ts +2 -2
- package/dist/lib/plugins/openapi/OperationListItem.js +8 -3
- package/dist/lib/plugins/openapi/OperationListItem.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.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.d.ts +3 -4
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +1 -3
- 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/Sidecar.d.ts +4 -3
- package/dist/lib/plugins/openapi/Sidecar.js +6 -9
- 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/graphql/fragment-masking.d.ts +1 -1
- package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +2 -2
- package/dist/lib/plugins/openapi/graphql/gql.js +3 -2
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +11 -2
- package/dist/lib/plugins/openapi/graphql/graphql.js +11 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.js +5 -10
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -2
- 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/CollapsibleHeader.js +1 -1
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.d.ts +3 -3
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/Playground.js +13 -3
- 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/RequestLoginDialog.d.ts +2 -1
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js +10 -2
- package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.d.ts +5 -3
- package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +33 -19
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.d.ts +5 -3
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js +2 -0
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.d.ts +2 -1
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js +2 -2
- package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +5 -5
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/UnionView.d.ts +2 -1
- package/dist/lib/plugins/openapi/schema/UnionView.js +13 -7
- package/dist/lib/plugins/openapi/schema/UnionView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/union-helpers.js +25 -1
- package/dist/lib/plugins/openapi/schema/union-helpers.js.map +1 -1
- package/dist/lib/plugins/openapi/state.d.ts +5 -3
- package/dist/lib/shiki.d.ts +1 -1
- package/dist/lib/shiki.js +26 -2
- package/dist/lib/shiki.js.map +1 -1
- package/dist/lib/ui/Callout.d.ts +5 -5
- package/dist/lib/ui/Callout.js +5 -5
- package/dist/lib/ui/Callout.js.map +1 -1
- package/dist/lib/ui/Carousel.js.map +1 -1
- package/dist/lib/ui/CodeBlock.d.ts +1 -1
- package/dist/lib/ui/CodeBlock.js +3 -28
- package/dist/lib/ui/CodeBlock.js.map +1 -1
- package/dist/lib/ui/Dialog.d.ts +12 -18
- package/dist/lib/ui/Dialog.js +30 -17
- package/dist/lib/ui/Dialog.js.map +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.d.ts +3 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js +2 -2
- package/dist/lib/ui/EmbeddedCodeBlock.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/SyntaxHighlight.d.ts +1 -0
- package/dist/lib/ui/SyntaxHighlight.js.map +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 +2 -1
- package/dist/lib/util/MdxComponents.js +3 -2
- package/dist/lib/util/MdxComponents.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/syncZustandState.d.ts +5 -0
- package/dist/lib/util/syncZustandState.js +14 -0
- package/dist/lib/util/syncZustandState.js.map +1 -0
- 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/vite/api/SchemaManager.d.ts +3 -1
- package/dist/vite/api/SchemaManager.js +32 -9
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/SchemaManager.test.js +2 -2
- package/dist/vite/api/SchemaManager.test.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +60 -41
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +75 -2
- package/dist/vite/api/schema-codegen.test.js.map +1 -1
- package/dist/vite/llms.d.ts +12 -0
- package/dist/vite/llms.js +66 -0
- package/dist/vite/llms.js.map +1 -0
- package/dist/vite/plugin-api.js +18 -17
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +9 -0
- package/dist/vite/plugin-docs.js +68 -45
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-markdown-export.d.ts +21 -0
- package/dist/vite/plugin-markdown-export.js +141 -0
- package/dist/vite/plugin-markdown-export.js.map +1 -0
- package/dist/vite/plugin-mdx.d.ts +1 -1
- package/dist/vite/plugin-mdx.js +41 -32
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin-navigation.js +4 -0
- package/dist/vite/plugin-navigation.js.map +1 -1
- package/dist/vite/plugin.js +2 -0
- package/dist/vite/plugin.js.map +1 -1
- package/dist/vite/prerender/prerender.js +37 -4
- package/dist/vite/prerender/prerender.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 +1 -1
- package/dist/zuplo/enrich-with-zuplo.js.map +1 -1
- package/dist/zuplo/with-zuplo-processors.js +2 -0
- package/dist/zuplo/with-zuplo-processors.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-DCpZu3yG.js → CategoryHeading-DhmodDcq.js} +2 -2
- package/lib/{CategoryHeading-DCpZu3yG.js.map → CategoryHeading-DhmodDcq.js.map} +1 -1
- package/lib/{Command-CUSlH0gJ.js → Command-CUcrW3qs.js} +3 -3
- package/lib/{Command-CUSlH0gJ.js.map → Command-CUcrW3qs.js.map} +1 -1
- package/lib/Dialog-BQciPiHN.js +144 -0
- package/lib/Dialog-BQciPiHN.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/DropdownMenu-BZ2NKQ3K.js +126 -0
- package/lib/DropdownMenu-BZ2NKQ3K.js.map +1 -0
- package/lib/{Slot-BbdqiRXo.js → ErrorAlert-DE3Sf66a.js} +2176 -2251
- package/lib/ErrorAlert-DE3Sf66a.js.map +1 -0
- package/lib/MdxPage-DZfeC0QY.js +240 -0
- package/lib/MdxPage-DZfeC0QY.js.map +1 -0
- package/lib/{OAuthErrorPage-rAKHHveX.js → OAuthErrorPage-BycMozgn.js} +9 -9
- package/lib/{OAuthErrorPage-rAKHHveX.js.map → OAuthErrorPage-BycMozgn.js.map} +1 -1
- package/lib/{OasProvider-BW4OzAuR.js → OasProvider-Bf5zBDBY.js} +4 -4
- package/lib/{OasProvider-BW4OzAuR.js.map → OasProvider-Bf5zBDBY.js.map} +1 -1
- package/lib/OperationList-Cmiw1xm2.js +5446 -0
- package/lib/OperationList-Cmiw1xm2.js.map +1 -0
- package/lib/{Pagination-ZI2yyuxj.js → Pagination-CJszmeSA.js} +4 -4
- package/lib/{Pagination-ZI2yyuxj.js.map → Pagination-CJszmeSA.js.map} +1 -1
- package/lib/RouteGuard-DhU3LRr1.js +81 -0
- package/lib/RouteGuard-DhU3LRr1.js.map +1 -0
- package/lib/{RouterError-BYHrbLtD.js → RouterError-VDLnrFqF.js} +7 -7
- package/lib/{RouterError-BYHrbLtD.js.map → RouterError-VDLnrFqF.js.map} +1 -1
- package/lib/{SchemaList-C4Sk-tLI.js → SchemaList-xZSf3IMh.js} +10 -10
- package/lib/{SchemaList-C4Sk-tLI.js.map → SchemaList-xZSf3IMh.js.map} +1 -1
- package/lib/SchemaView-tHXTm5oM.js +458 -0
- package/lib/SchemaView-tHXTm5oM.js.map +1 -0
- package/lib/Select-C1DeCqKv.js +372 -0
- package/lib/Select-C1DeCqKv.js.map +1 -0
- package/lib/SignUp-6SGx9Yyq.js +50 -0
- package/lib/SignUp-6SGx9Yyq.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-CvzJ7DNa.js → SyntaxHighlight-zvlnSnHB.js} +815 -784
- package/lib/SyntaxHighlight-zvlnSnHB.js.map +1 -0
- package/lib/{Toc-BAa-kpqN.js → Toc-Da9yp7lo.js} +6 -6
- package/lib/Toc-Da9yp7lo.js.map +1 -0
- package/lib/ZudokuContext-BUZ5hkWB.js +1508 -0
- package/lib/ZudokuContext-BUZ5hkWB.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-BMhpCH5D.js +7965 -0
- package/lib/chunk-PVWAREVJ-BMhpCH5D.js.map +1 -0
- package/lib/{circular-BFte5TUt.js → circular-DvuimBGQ.js} +30 -30
- package/lib/{circular-BFte5TUt.js.map → circular-DvuimBGQ.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-B4giw6jv.js → createServer-D9UvCoDf.js} +3411 -3342
- package/lib/createServer-D9UvCoDf.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-CjmCml50.js → errors-CuGgh3hf.js} +3 -3
- package/lib/{errors-CjmCml50.js.map → errors-CuGgh3hf.js.map} +1 -1
- 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-CMeoxziF.js +40 -0
- package/lib/hook-CMeoxziF.js.map +1 -0
- package/lib/html-MGnI2uzP.js +33 -0
- package/lib/html-MGnI2uzP.js.map +1 -0
- package/lib/{index-BuKx9nrj.js → index-B1rmok4X.js} +209 -207
- package/lib/index-B1rmok4X.js.map +1 -0
- package/lib/{index-Dp3Fmnfq.js → index-Cr9_YzOZ.js} +908 -938
- package/lib/index-Cr9_YzOZ.js.map +1 -0
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/{index-DmNq2fbN.js → index-nGbmHh_A.js} +2 -2
- package/lib/index-nGbmHh_A.js.map +1 -0
- package/lib/{index-CQGi1b3U.js → index-rYHsvtTo.js} +166 -50
- package/lib/index-rYHsvtTo.js.map +1 -0
- package/lib/index.esm-BYObtETB.js +1294 -0
- package/lib/index.esm-BYObtETB.js.map +1 -0
- package/lib/index.esm-BnYHxCYC.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-CiMUdKRU.js → mutation-BSU0xu4m.js} +2 -2
- package/lib/{mutation-CiMUdKRU.js.map → mutation-BSU0xu4m.js.map} +1 -1
- 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 +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Callout.js +19 -19
- package/lib/ui/Callout.js.map +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 +217 -6
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/Command.js +2 -2
- package/lib/ui/Dialog.js +135 -105
- 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 +23 -20
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/Form.js +2 -2
- 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 +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/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-BH9aq4MD.js → useExposedProps-U3pmsHaG.js} +34 -34
- package/lib/{useExposedProps-BH9aq4MD.js.map → useExposedProps-U3pmsHaG.js.map} +1 -1
- 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 +1050 -940
- package/lib/zudoku.__internal.js.map +1 -1
- package/lib/zudoku.auth-auth0.js +23 -22
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +34 -35
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +41 -41
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +104 -108
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +111 -52
- package/lib/zudoku.auth-supabase.js.map +1 -1
- package/lib/zudoku.components.js +21 -20
- package/lib/zudoku.hooks.js +6 -6
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.icons.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +34 -28
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +302 -327
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +10 -9
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +7 -8
- package/lib/zudoku.plugin-openapi.js.map +1 -1
- package/lib/zudoku.plugin-redirect.js +3 -3
- package/lib/zudoku.plugin-search-inkeep.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +47 -48
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.router.js +2502 -118
- package/lib/zudoku.router.js.map +1 -1
- package/package.json +83 -72
- package/src/app/entry.server.tsx +16 -6
- package/src/app/main.css +71 -19
- 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/authentication/authentication.ts +22 -4
- package/src/lib/authentication/components/OAuthErrorPage.tsx +1 -1
- package/src/lib/authentication/components/SignIn.tsx +7 -5
- package/src/lib/authentication/components/SignOut.tsx +7 -6
- package/src/lib/authentication/components/SignUp.tsx +5 -8
- package/src/lib/authentication/hook.ts +21 -10
- package/src/lib/authentication/providers/auth0.tsx +9 -4
- package/src/lib/authentication/providers/azureb2c.tsx +10 -3
- package/src/lib/authentication/providers/clerk.tsx +9 -2
- package/src/lib/authentication/providers/openid.tsx +20 -15
- package/src/lib/authentication/providers/supabase/SupabaseAuthUI.tsx +75 -0
- package/src/lib/authentication/providers/supabase.tsx +59 -43
- package/src/lib/authentication/state.ts +3 -23
- package/src/lib/authentication/use-broadcast/LICENSE.md +12 -3
- package/src/lib/components/BuildCheck.tsx +12 -10
- package/src/lib/components/Heading.tsx +2 -6
- package/src/lib/components/LanguageIcon.tsx +181 -0
- package/src/lib/components/Main.tsx +1 -1
- package/src/lib/components/Meta.tsx +13 -0
- package/src/lib/components/Zudoku.tsx +3 -3
- package/src/lib/components/cache.ts +9 -5
- package/src/lib/components/context/ZudokuContext.ts +11 -2
- package/src/lib/components/index.ts +2 -0
- package/src/lib/components/navigation/NavigationItem.tsx +1 -1
- package/src/lib/components/navigation/Toc.tsx +3 -3
- package/src/lib/core/RouteGuard.tsx +33 -13
- package/src/lib/core/ZudokuContext.ts +3 -0
- package/src/lib/oas/graphql/index.ts +37 -2
- package/src/lib/plugins/api-catalog/Catalog.tsx +7 -0
- package/src/lib/plugins/api-keys/CreateApiKeyDialog.tsx +49 -0
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +18 -64
- package/src/lib/plugins/markdown/MdxPage.tsx +126 -9
- package/src/lib/plugins/markdown/assets/ChatGPTLogo.tsx +11 -0
- package/src/lib/plugins/markdown/assets/ClaudeLogo.tsx +19 -0
- package/src/lib/plugins/markdown/index.tsx +5 -7
- package/src/lib/plugins/openapi/MCPEndpoint.tsx +273 -0
- package/src/lib/plugins/openapi/OperationList.tsx +30 -10
- package/src/lib/plugins/openapi/OperationListItem.tsx +107 -81
- package/src/lib/plugins/openapi/ParameterList.tsx +3 -5
- package/src/lib/plugins/openapi/ParameterListItem.tsx +3 -9
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +6 -11
- package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +3 -2
- package/src/lib/plugins/openapi/Sidecar.tsx +10 -10
- package/src/lib/plugins/openapi/SidecarExamples.tsx +2 -9
- package/src/lib/plugins/openapi/graphql/fragment-masking.ts +2 -1
- package/src/lib/plugins/openapi/graphql/gql.ts +7 -6
- package/src/lib/plugins/openapi/graphql/graphql.ts +26 -3
- package/src/lib/plugins/openapi/index.tsx +10 -30
- package/src/lib/plugins/openapi/interfaces.ts +3 -2
- package/src/lib/plugins/openapi/playground/BodyPanel.tsx +2 -2
- package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +2 -2
- package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +3 -3
- package/src/lib/plugins/openapi/playground/Playground.tsx +16 -5
- package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +13 -2
- package/src/lib/plugins/openapi/playground/RequestLoginDialog.tsx +20 -1
- package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +2 -2
- package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +124 -52
- package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +1 -1
- package/src/lib/plugins/openapi/playground/useRememberSkipLoginDialog.tsx +3 -0
- package/src/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.tsx +11 -4
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +18 -12
- package/src/lib/plugins/openapi/schema/UnionView.tsx +56 -36
- package/src/lib/plugins/openapi/schema/union-helpers.ts +30 -2
- package/src/lib/shiki.ts +29 -2
- package/src/lib/ui/Callout.tsx +10 -5
- package/src/lib/ui/Carousel.tsx +0 -1
- package/src/lib/ui/CodeBlock.tsx +7 -42
- package/src/lib/ui/Dialog.tsx +112 -106
- package/src/lib/ui/EmbeddedCodeBlock.tsx +6 -3
- package/src/lib/ui/ReactComponentDoc.tsx +68 -0
- package/src/lib/ui/Secret.tsx +123 -0
- package/src/lib/ui/SyntaxHighlight.tsx +6 -1
- package/src/lib/ui/Value.tsx +42 -0
- package/src/lib/util/MdxComponents.tsx +3 -2
- package/src/lib/util/pastellize.ts +4 -4
- package/src/lib/util/syncZustandState.ts +22 -0
- package/src/lib/util/traverse.ts +36 -0
- package/src/shiki/langs/hurl.js +1 -0
- package/src/shiki/langs/kdl.js +1 -0
- package/src/shiki/langs/pkl.js +1 -0
- package/src/shiki/langs/rosmsg.js +1 -0
- package/lib/CodeBlock-CX_J17Hf.js +0 -98
- package/lib/CodeBlock-CX_J17Hf.js.map +0 -1
- package/lib/Dialog-BmgXWOaz.js +0 -114
- package/lib/Dialog-BmgXWOaz.js.map +0 -1
- package/lib/MdxPage-yXbTtcWf.js +0 -111
- package/lib/MdxPage-yXbTtcWf.js.map +0 -1
- package/lib/OperationList-CWxpdIbO.js +0 -5165
- package/lib/OperationList-CWxpdIbO.js.map +0 -1
- package/lib/RouteGuard-BIksrt_C.js +0 -56
- package/lib/RouteGuard-BIksrt_C.js.map +0 -1
- package/lib/SchemaView-B2BeAuci.js +0 -429
- package/lib/SchemaView-B2BeAuci.js.map +0 -1
- package/lib/Select-DWh0wSay.js +0 -273
- package/lib/Select-DWh0wSay.js.map +0 -1
- package/lib/SignUp-CznaQsRx.js +0 -56
- package/lib/SignUp-CznaQsRx.js.map +0 -1
- package/lib/Slot-BbdqiRXo.js.map +0 -1
- package/lib/SyntaxHighlight-CvzJ7DNa.js.map +0 -1
- package/lib/Toc-BAa-kpqN.js.map +0 -1
- package/lib/ZudokuContext-BR-lnR7O.js +0 -1285
- package/lib/ZudokuContext-BR-lnR7O.js.map +0 -1
- package/lib/chunk-QMGIS6GS-DqecZ6nq.js +0 -9204
- package/lib/chunk-QMGIS6GS-DqecZ6nq.js.map +0 -1
- package/lib/createServer-B4giw6jv.js.map +0 -1
- package/lib/hook-B4Q30zMI.js +0 -247
- package/lib/hook-B4Q30zMI.js.map +0 -1
- package/lib/index-BuKx9nrj.js.map +0 -1
- package/lib/index-CQGi1b3U.js.map +0 -1
- package/lib/index-DmNq2fbN.js.map +0 -1
- package/lib/index-Dp3Fmnfq.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
|
@@ -46,7 +46,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
46
46
|
file: "file";
|
|
47
47
|
delete: "delete";
|
|
48
48
|
code: "code";
|
|
49
|
-
check: "check";
|
|
50
49
|
copy: "copy";
|
|
51
50
|
focus: "focus";
|
|
52
51
|
pause: "pause";
|
|
@@ -69,16 +68,15 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
69
68
|
text: "text";
|
|
70
69
|
mouse: "mouse";
|
|
71
70
|
pen: "pen";
|
|
72
|
-
regex: "regex";
|
|
73
|
-
target: "target";
|
|
74
|
-
radius: "radius";
|
|
75
|
-
scale: "scale";
|
|
76
|
-
x: "x";
|
|
77
71
|
section: "section";
|
|
78
72
|
video: "video";
|
|
79
73
|
circle: "circle";
|
|
80
74
|
image: "image";
|
|
81
75
|
view: "view";
|
|
76
|
+
target: "target";
|
|
77
|
+
radius: "radius";
|
|
78
|
+
scale: "scale";
|
|
79
|
+
x: "x";
|
|
82
80
|
baseline: "baseline";
|
|
83
81
|
terminal: "terminal";
|
|
84
82
|
square: "square";
|
|
@@ -301,6 +299,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
301
299
|
binoculars: "binoculars";
|
|
302
300
|
biohazard: "biohazard";
|
|
303
301
|
bird: "bird";
|
|
302
|
+
birdhouse: "birdhouse";
|
|
304
303
|
bitcoin: "bitcoin";
|
|
305
304
|
blend: "blend";
|
|
306
305
|
blinds: "blinds";
|
|
@@ -359,6 +358,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
359
358
|
"brain-cog": "brain-cog";
|
|
360
359
|
"brick-wall": "brick-wall";
|
|
361
360
|
"brick-wall-fire": "brick-wall-fire";
|
|
361
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
362
362
|
briefcase: "briefcase";
|
|
363
363
|
"briefcase-business": "briefcase-business";
|
|
364
364
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -446,6 +446,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
446
446
|
"chart-pie": "chart-pie";
|
|
447
447
|
"chart-scatter": "chart-scatter";
|
|
448
448
|
"chart-spline": "chart-spline";
|
|
449
|
+
check: "check";
|
|
449
450
|
"check-check": "check-check";
|
|
450
451
|
"check-circle": "check-circle";
|
|
451
452
|
"check-circle-2": "check-circle-2";
|
|
@@ -478,6 +479,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
478
479
|
"chevrons-up": "chevrons-up";
|
|
479
480
|
"chevrons-up-down": "chevrons-up-down";
|
|
480
481
|
chrome: "chrome";
|
|
482
|
+
chromium: "chromium";
|
|
481
483
|
church: "church";
|
|
482
484
|
cigarette: "cigarette";
|
|
483
485
|
"cigarette-off": "cigarette-off";
|
|
@@ -522,6 +524,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
522
524
|
"circle-slash-2": "circle-slash-2";
|
|
523
525
|
"circle-slashed": "circle-slashed";
|
|
524
526
|
"circle-small": "circle-small";
|
|
527
|
+
"circle-star": "circle-star";
|
|
525
528
|
"circle-stop": "circle-stop";
|
|
526
529
|
"circle-user": "circle-user";
|
|
527
530
|
"circle-user-round": "circle-user-round";
|
|
@@ -531,6 +534,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
531
534
|
clapperboard: "clapperboard";
|
|
532
535
|
clipboard: "clipboard";
|
|
533
536
|
"clipboard-check": "clipboard-check";
|
|
537
|
+
"clipboard-clock": "clipboard-clock";
|
|
534
538
|
"clipboard-copy": "clipboard-copy";
|
|
535
539
|
"clipboard-edit": "clipboard-edit";
|
|
536
540
|
"clipboard-list": "clipboard-list";
|
|
@@ -560,6 +564,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
560
564
|
"clock-arrow-up": "clock-arrow-up";
|
|
561
565
|
"clock-fading": "clock-fading";
|
|
562
566
|
"clock-plus": "clock-plus";
|
|
567
|
+
"closed-caption": "closed-caption";
|
|
563
568
|
cloud: "cloud";
|
|
564
569
|
"cloud-alert": "cloud-alert";
|
|
565
570
|
"cloud-check": "cloud-check";
|
|
@@ -707,6 +712,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
707
712
|
eraser: "eraser";
|
|
708
713
|
"ethernet-port": "ethernet-port";
|
|
709
714
|
euro: "euro";
|
|
715
|
+
"ev-charger": "ev-charger";
|
|
710
716
|
"external-link": "external-link";
|
|
711
717
|
eye: "eye";
|
|
712
718
|
"eye-closed": "eye-closed";
|
|
@@ -761,6 +767,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
761
767
|
"file-pen": "file-pen";
|
|
762
768
|
"file-pen-line": "file-pen-line";
|
|
763
769
|
"file-pie-chart": "file-pie-chart";
|
|
770
|
+
"file-play": "file-play";
|
|
764
771
|
"file-plus": "file-plus";
|
|
765
772
|
"file-plus-2": "file-plus-2";
|
|
766
773
|
"file-question": "file-question";
|
|
@@ -781,6 +788,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
781
788
|
"file-user": "file-user";
|
|
782
789
|
"file-video": "file-video";
|
|
783
790
|
"file-video-2": "file-video-2";
|
|
791
|
+
"file-video-camera": "file-video-camera";
|
|
784
792
|
"file-volume": "file-volume";
|
|
785
793
|
"file-volume-2": "file-volume-2";
|
|
786
794
|
"file-warning": "file-warning";
|
|
@@ -868,6 +876,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
868
876
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
869
877
|
gamepad: "gamepad";
|
|
870
878
|
"gamepad-2": "gamepad-2";
|
|
879
|
+
"gamepad-directional": "gamepad-directional";
|
|
871
880
|
"gantt-chart": "gantt-chart";
|
|
872
881
|
"gantt-chart-square": "gantt-chart-square";
|
|
873
882
|
gauge: "gauge";
|
|
@@ -924,16 +933,20 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
924
933
|
hammer: "hammer";
|
|
925
934
|
hand: "hand";
|
|
926
935
|
"hand-coins": "hand-coins";
|
|
936
|
+
"hand-fist": "hand-fist";
|
|
937
|
+
"hand-grab": "hand-grab";
|
|
927
938
|
"hand-heart": "hand-heart";
|
|
928
939
|
"hand-helping": "hand-helping";
|
|
929
940
|
"hand-metal": "hand-metal";
|
|
930
941
|
"hand-platter": "hand-platter";
|
|
942
|
+
handbag: "handbag";
|
|
931
943
|
handshake: "handshake";
|
|
932
944
|
"hard-drive": "hard-drive";
|
|
933
945
|
"hard-drive-download": "hard-drive-download";
|
|
934
946
|
"hard-drive-upload": "hard-drive-upload";
|
|
935
947
|
"hard-hat": "hard-hat";
|
|
936
948
|
hash: "hash";
|
|
949
|
+
"hat-glasses": "hat-glasses";
|
|
937
950
|
haze: "haze";
|
|
938
951
|
"hdmi-port": "hdmi-port";
|
|
939
952
|
"heading-1": "heading-1";
|
|
@@ -965,6 +978,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
965
978
|
hotel: "hotel";
|
|
966
979
|
hourglass: "hourglass";
|
|
967
980
|
house: "house";
|
|
981
|
+
"house-heart": "house-heart";
|
|
968
982
|
"house-plug": "house-plug";
|
|
969
983
|
"house-plus": "house-plus";
|
|
970
984
|
"house-wifi": "house-wifi";
|
|
@@ -1000,6 +1014,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1000
1014
|
kanban: "kanban";
|
|
1001
1015
|
"kanban-square": "kanban-square";
|
|
1002
1016
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
1017
|
+
kayak: "kayak";
|
|
1003
1018
|
"key-round": "key-round";
|
|
1004
1019
|
"key-square": "key-square";
|
|
1005
1020
|
keyboard: "keyboard";
|
|
@@ -1049,10 +1064,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1049
1064
|
linkedin: "linkedin";
|
|
1050
1065
|
"list-check": "list-check";
|
|
1051
1066
|
"list-checks": "list-checks";
|
|
1067
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
1068
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
1052
1069
|
"list-collapse": "list-collapse";
|
|
1053
1070
|
"list-end": "list-end";
|
|
1054
1071
|
"list-filter": "list-filter";
|
|
1055
1072
|
"list-filter-plus": "list-filter-plus";
|
|
1073
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
1074
|
+
"list-indent-increase": "list-indent-increase";
|
|
1056
1075
|
"list-minus": "list-minus";
|
|
1057
1076
|
"list-music": "list-music";
|
|
1058
1077
|
"list-ordered": "list-ordered";
|
|
@@ -1094,6 +1113,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1094
1113
|
"mail-x": "mail-x";
|
|
1095
1114
|
mailbox: "mailbox";
|
|
1096
1115
|
mails: "mails";
|
|
1116
|
+
"map-minus": "map-minus";
|
|
1097
1117
|
"map-pin": "map-pin";
|
|
1098
1118
|
"map-pin-check": "map-pin-check";
|
|
1099
1119
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -1101,6 +1121,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1101
1121
|
"map-pin-minus": "map-pin-minus";
|
|
1102
1122
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
1103
1123
|
"map-pin-off": "map-pin-off";
|
|
1124
|
+
"map-pin-pen": "map-pin-pen";
|
|
1104
1125
|
"map-pin-plus": "map-pin-plus";
|
|
1105
1126
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
1106
1127
|
"map-pin-x": "map-pin-x";
|
|
@@ -1164,6 +1185,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1164
1185
|
"minus-square": "minus-square";
|
|
1165
1186
|
monitor: "monitor";
|
|
1166
1187
|
"monitor-check": "monitor-check";
|
|
1188
|
+
"monitor-cloud": "monitor-cloud";
|
|
1167
1189
|
"monitor-cog": "monitor-cog";
|
|
1168
1190
|
"monitor-dot": "monitor-dot";
|
|
1169
1191
|
"monitor-down": "monitor-down";
|
|
@@ -1179,6 +1201,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1179
1201
|
"moon-star": "moon-star";
|
|
1180
1202
|
"more-horizontal": "more-horizontal";
|
|
1181
1203
|
"more-vertical": "more-vertical";
|
|
1204
|
+
motorbike: "motorbike";
|
|
1182
1205
|
mountain: "mountain";
|
|
1183
1206
|
"mountain-snow": "mountain-snow";
|
|
1184
1207
|
"mouse-off": "mouse-off";
|
|
@@ -1255,12 +1278,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1255
1278
|
"panel-left-dashed": "panel-left-dashed";
|
|
1256
1279
|
"panel-left-inactive": "panel-left-inactive";
|
|
1257
1280
|
"panel-left-open": "panel-left-open";
|
|
1281
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
1258
1282
|
"panel-right": "panel-right";
|
|
1259
1283
|
"panel-right-close": "panel-right-close";
|
|
1260
1284
|
"panel-right-dashed": "panel-right-dashed";
|
|
1261
1285
|
"panel-right-inactive": "panel-right-inactive";
|
|
1262
1286
|
"panel-right-open": "panel-right-open";
|
|
1263
1287
|
"panel-top": "panel-top";
|
|
1288
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
1264
1289
|
"panel-top-close": "panel-top-close";
|
|
1265
1290
|
"panel-top-dashed": "panel-top-dashed";
|
|
1266
1291
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -1389,6 +1414,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1389
1414
|
"refresh-cw": "refresh-cw";
|
|
1390
1415
|
"refresh-cw-off": "refresh-cw-off";
|
|
1391
1416
|
refrigerator: "refrigerator";
|
|
1417
|
+
regex: "regex";
|
|
1392
1418
|
"remove-formatting": "remove-formatting";
|
|
1393
1419
|
"repeat-1": "repeat-1";
|
|
1394
1420
|
"repeat-2": "repeat-2";
|
|
@@ -1400,6 +1426,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1400
1426
|
rocket: "rocket";
|
|
1401
1427
|
"rocking-chair": "rocking-chair";
|
|
1402
1428
|
"roller-coaster": "roller-coaster";
|
|
1429
|
+
rose: "rose";
|
|
1403
1430
|
"rotate-3-d": "rotate-3-d";
|
|
1404
1431
|
"rotate-3d": "rotate-3d";
|
|
1405
1432
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -1543,6 +1570,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1543
1570
|
"split-square-horizontal": "split-square-horizontal";
|
|
1544
1571
|
"split-square-vertical": "split-square-vertical";
|
|
1545
1572
|
spool: "spool";
|
|
1573
|
+
spotlight: "spotlight";
|
|
1546
1574
|
"spray-can": "spray-can";
|
|
1547
1575
|
sprout: "sprout";
|
|
1548
1576
|
"square-activity": "square-activity";
|
|
@@ -1587,6 +1615,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1587
1615
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
1588
1616
|
"square-parking": "square-parking";
|
|
1589
1617
|
"square-parking-off": "square-parking-off";
|
|
1618
|
+
"square-pause": "square-pause";
|
|
1590
1619
|
"square-pen": "square-pen";
|
|
1591
1620
|
"square-percent": "square-percent";
|
|
1592
1621
|
"square-pi": "square-pi";
|
|
@@ -1603,6 +1632,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1603
1632
|
"square-split-vertical": "square-split-vertical";
|
|
1604
1633
|
"square-square": "square-square";
|
|
1605
1634
|
"square-stack": "square-stack";
|
|
1635
|
+
"square-star": "square-star";
|
|
1636
|
+
"square-stop": "square-stop";
|
|
1606
1637
|
"square-terminal": "square-terminal";
|
|
1607
1638
|
"square-user": "square-user";
|
|
1608
1639
|
"square-user-round": "square-user-round";
|
|
@@ -1670,12 +1701,18 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1670
1701
|
"test-tube-2": "test-tube-2";
|
|
1671
1702
|
"test-tube-diagonal": "test-tube-diagonal";
|
|
1672
1703
|
"test-tubes": "test-tubes";
|
|
1704
|
+
"text-align-center": "text-align-center";
|
|
1705
|
+
"text-align-end": "text-align-end";
|
|
1706
|
+
"text-align-justify": "text-align-justify";
|
|
1707
|
+
"text-align-start": "text-align-start";
|
|
1673
1708
|
"text-cursor": "text-cursor";
|
|
1674
1709
|
"text-cursor-input": "text-cursor-input";
|
|
1710
|
+
"text-initial": "text-initial";
|
|
1675
1711
|
"text-quote": "text-quote";
|
|
1676
1712
|
"text-search": "text-search";
|
|
1677
1713
|
"text-select": "text-select";
|
|
1678
1714
|
"text-selection": "text-selection";
|
|
1715
|
+
"text-wrap": "text-wrap";
|
|
1679
1716
|
theater: "theater";
|
|
1680
1717
|
thermometer: "thermometer";
|
|
1681
1718
|
"thermometer-snowflake": "thermometer-snowflake";
|
|
@@ -1729,6 +1766,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1729
1766
|
truck: "truck";
|
|
1730
1767
|
"truck-electric": "truck-electric";
|
|
1731
1768
|
"turkish-lira": "turkish-lira";
|
|
1769
|
+
turntable: "turntable";
|
|
1732
1770
|
turtle: "turtle";
|
|
1733
1771
|
tv: "tv";
|
|
1734
1772
|
"tv-2": "tv-2";
|
|
@@ -1780,6 +1818,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1780
1818
|
"user-search": "user-search";
|
|
1781
1819
|
"user-square": "user-square";
|
|
1782
1820
|
"user-square-2": "user-square-2";
|
|
1821
|
+
"user-star": "user-star";
|
|
1783
1822
|
"user-x": "user-x";
|
|
1784
1823
|
"user-x-2": "user-x-2";
|
|
1785
1824
|
users: "users";
|
|
@@ -1887,6 +1926,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1887
1926
|
type: z.ZodLiteral<"link">;
|
|
1888
1927
|
to: z.ZodString;
|
|
1889
1928
|
label: z.ZodString;
|
|
1929
|
+
target: z.ZodOptional<z.ZodEnum<{
|
|
1930
|
+
_self: "_self";
|
|
1931
|
+
_blank: "_blank";
|
|
1932
|
+
}>>;
|
|
1890
1933
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
1891
1934
|
slice: "slice";
|
|
1892
1935
|
map: "map";
|
|
@@ -1911,7 +1954,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1911
1954
|
file: "file";
|
|
1912
1955
|
delete: "delete";
|
|
1913
1956
|
code: "code";
|
|
1914
|
-
check: "check";
|
|
1915
1957
|
copy: "copy";
|
|
1916
1958
|
focus: "focus";
|
|
1917
1959
|
pause: "pause";
|
|
@@ -1934,16 +1976,15 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1934
1976
|
text: "text";
|
|
1935
1977
|
mouse: "mouse";
|
|
1936
1978
|
pen: "pen";
|
|
1937
|
-
regex: "regex";
|
|
1938
|
-
target: "target";
|
|
1939
|
-
radius: "radius";
|
|
1940
|
-
scale: "scale";
|
|
1941
|
-
x: "x";
|
|
1942
1979
|
section: "section";
|
|
1943
1980
|
video: "video";
|
|
1944
1981
|
circle: "circle";
|
|
1945
1982
|
image: "image";
|
|
1946
1983
|
view: "view";
|
|
1984
|
+
target: "target";
|
|
1985
|
+
radius: "radius";
|
|
1986
|
+
scale: "scale";
|
|
1987
|
+
x: "x";
|
|
1947
1988
|
baseline: "baseline";
|
|
1948
1989
|
terminal: "terminal";
|
|
1949
1990
|
square: "square";
|
|
@@ -2166,6 +2207,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2166
2207
|
binoculars: "binoculars";
|
|
2167
2208
|
biohazard: "biohazard";
|
|
2168
2209
|
bird: "bird";
|
|
2210
|
+
birdhouse: "birdhouse";
|
|
2169
2211
|
bitcoin: "bitcoin";
|
|
2170
2212
|
blend: "blend";
|
|
2171
2213
|
blinds: "blinds";
|
|
@@ -2224,6 +2266,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2224
2266
|
"brain-cog": "brain-cog";
|
|
2225
2267
|
"brick-wall": "brick-wall";
|
|
2226
2268
|
"brick-wall-fire": "brick-wall-fire";
|
|
2269
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
2227
2270
|
briefcase: "briefcase";
|
|
2228
2271
|
"briefcase-business": "briefcase-business";
|
|
2229
2272
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -2311,6 +2354,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2311
2354
|
"chart-pie": "chart-pie";
|
|
2312
2355
|
"chart-scatter": "chart-scatter";
|
|
2313
2356
|
"chart-spline": "chart-spline";
|
|
2357
|
+
check: "check";
|
|
2314
2358
|
"check-check": "check-check";
|
|
2315
2359
|
"check-circle": "check-circle";
|
|
2316
2360
|
"check-circle-2": "check-circle-2";
|
|
@@ -2343,6 +2387,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2343
2387
|
"chevrons-up": "chevrons-up";
|
|
2344
2388
|
"chevrons-up-down": "chevrons-up-down";
|
|
2345
2389
|
chrome: "chrome";
|
|
2390
|
+
chromium: "chromium";
|
|
2346
2391
|
church: "church";
|
|
2347
2392
|
cigarette: "cigarette";
|
|
2348
2393
|
"cigarette-off": "cigarette-off";
|
|
@@ -2387,6 +2432,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2387
2432
|
"circle-slash-2": "circle-slash-2";
|
|
2388
2433
|
"circle-slashed": "circle-slashed";
|
|
2389
2434
|
"circle-small": "circle-small";
|
|
2435
|
+
"circle-star": "circle-star";
|
|
2390
2436
|
"circle-stop": "circle-stop";
|
|
2391
2437
|
"circle-user": "circle-user";
|
|
2392
2438
|
"circle-user-round": "circle-user-round";
|
|
@@ -2396,6 +2442,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2396
2442
|
clapperboard: "clapperboard";
|
|
2397
2443
|
clipboard: "clipboard";
|
|
2398
2444
|
"clipboard-check": "clipboard-check";
|
|
2445
|
+
"clipboard-clock": "clipboard-clock";
|
|
2399
2446
|
"clipboard-copy": "clipboard-copy";
|
|
2400
2447
|
"clipboard-edit": "clipboard-edit";
|
|
2401
2448
|
"clipboard-list": "clipboard-list";
|
|
@@ -2425,6 +2472,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2425
2472
|
"clock-arrow-up": "clock-arrow-up";
|
|
2426
2473
|
"clock-fading": "clock-fading";
|
|
2427
2474
|
"clock-plus": "clock-plus";
|
|
2475
|
+
"closed-caption": "closed-caption";
|
|
2428
2476
|
cloud: "cloud";
|
|
2429
2477
|
"cloud-alert": "cloud-alert";
|
|
2430
2478
|
"cloud-check": "cloud-check";
|
|
@@ -2572,6 +2620,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2572
2620
|
eraser: "eraser";
|
|
2573
2621
|
"ethernet-port": "ethernet-port";
|
|
2574
2622
|
euro: "euro";
|
|
2623
|
+
"ev-charger": "ev-charger";
|
|
2575
2624
|
"external-link": "external-link";
|
|
2576
2625
|
eye: "eye";
|
|
2577
2626
|
"eye-closed": "eye-closed";
|
|
@@ -2626,6 +2675,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2626
2675
|
"file-pen": "file-pen";
|
|
2627
2676
|
"file-pen-line": "file-pen-line";
|
|
2628
2677
|
"file-pie-chart": "file-pie-chart";
|
|
2678
|
+
"file-play": "file-play";
|
|
2629
2679
|
"file-plus": "file-plus";
|
|
2630
2680
|
"file-plus-2": "file-plus-2";
|
|
2631
2681
|
"file-question": "file-question";
|
|
@@ -2646,6 +2696,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2646
2696
|
"file-user": "file-user";
|
|
2647
2697
|
"file-video": "file-video";
|
|
2648
2698
|
"file-video-2": "file-video-2";
|
|
2699
|
+
"file-video-camera": "file-video-camera";
|
|
2649
2700
|
"file-volume": "file-volume";
|
|
2650
2701
|
"file-volume-2": "file-volume-2";
|
|
2651
2702
|
"file-warning": "file-warning";
|
|
@@ -2733,6 +2784,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2733
2784
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
2734
2785
|
gamepad: "gamepad";
|
|
2735
2786
|
"gamepad-2": "gamepad-2";
|
|
2787
|
+
"gamepad-directional": "gamepad-directional";
|
|
2736
2788
|
"gantt-chart": "gantt-chart";
|
|
2737
2789
|
"gantt-chart-square": "gantt-chart-square";
|
|
2738
2790
|
gauge: "gauge";
|
|
@@ -2789,16 +2841,20 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2789
2841
|
hammer: "hammer";
|
|
2790
2842
|
hand: "hand";
|
|
2791
2843
|
"hand-coins": "hand-coins";
|
|
2844
|
+
"hand-fist": "hand-fist";
|
|
2845
|
+
"hand-grab": "hand-grab";
|
|
2792
2846
|
"hand-heart": "hand-heart";
|
|
2793
2847
|
"hand-helping": "hand-helping";
|
|
2794
2848
|
"hand-metal": "hand-metal";
|
|
2795
2849
|
"hand-platter": "hand-platter";
|
|
2850
|
+
handbag: "handbag";
|
|
2796
2851
|
handshake: "handshake";
|
|
2797
2852
|
"hard-drive": "hard-drive";
|
|
2798
2853
|
"hard-drive-download": "hard-drive-download";
|
|
2799
2854
|
"hard-drive-upload": "hard-drive-upload";
|
|
2800
2855
|
"hard-hat": "hard-hat";
|
|
2801
2856
|
hash: "hash";
|
|
2857
|
+
"hat-glasses": "hat-glasses";
|
|
2802
2858
|
haze: "haze";
|
|
2803
2859
|
"hdmi-port": "hdmi-port";
|
|
2804
2860
|
"heading-1": "heading-1";
|
|
@@ -2830,6 +2886,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2830
2886
|
hotel: "hotel";
|
|
2831
2887
|
hourglass: "hourglass";
|
|
2832
2888
|
house: "house";
|
|
2889
|
+
"house-heart": "house-heart";
|
|
2833
2890
|
"house-plug": "house-plug";
|
|
2834
2891
|
"house-plus": "house-plus";
|
|
2835
2892
|
"house-wifi": "house-wifi";
|
|
@@ -2865,6 +2922,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2865
2922
|
kanban: "kanban";
|
|
2866
2923
|
"kanban-square": "kanban-square";
|
|
2867
2924
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
2925
|
+
kayak: "kayak";
|
|
2868
2926
|
"key-round": "key-round";
|
|
2869
2927
|
"key-square": "key-square";
|
|
2870
2928
|
keyboard: "keyboard";
|
|
@@ -2914,10 +2972,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2914
2972
|
linkedin: "linkedin";
|
|
2915
2973
|
"list-check": "list-check";
|
|
2916
2974
|
"list-checks": "list-checks";
|
|
2975
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
2976
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
2917
2977
|
"list-collapse": "list-collapse";
|
|
2918
2978
|
"list-end": "list-end";
|
|
2919
2979
|
"list-filter": "list-filter";
|
|
2920
2980
|
"list-filter-plus": "list-filter-plus";
|
|
2981
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
2982
|
+
"list-indent-increase": "list-indent-increase";
|
|
2921
2983
|
"list-minus": "list-minus";
|
|
2922
2984
|
"list-music": "list-music";
|
|
2923
2985
|
"list-ordered": "list-ordered";
|
|
@@ -2959,6 +3021,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2959
3021
|
"mail-x": "mail-x";
|
|
2960
3022
|
mailbox: "mailbox";
|
|
2961
3023
|
mails: "mails";
|
|
3024
|
+
"map-minus": "map-minus";
|
|
2962
3025
|
"map-pin": "map-pin";
|
|
2963
3026
|
"map-pin-check": "map-pin-check";
|
|
2964
3027
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -2966,6 +3029,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2966
3029
|
"map-pin-minus": "map-pin-minus";
|
|
2967
3030
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
2968
3031
|
"map-pin-off": "map-pin-off";
|
|
3032
|
+
"map-pin-pen": "map-pin-pen";
|
|
2969
3033
|
"map-pin-plus": "map-pin-plus";
|
|
2970
3034
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
2971
3035
|
"map-pin-x": "map-pin-x";
|
|
@@ -3029,6 +3093,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3029
3093
|
"minus-square": "minus-square";
|
|
3030
3094
|
monitor: "monitor";
|
|
3031
3095
|
"monitor-check": "monitor-check";
|
|
3096
|
+
"monitor-cloud": "monitor-cloud";
|
|
3032
3097
|
"monitor-cog": "monitor-cog";
|
|
3033
3098
|
"monitor-dot": "monitor-dot";
|
|
3034
3099
|
"monitor-down": "monitor-down";
|
|
@@ -3044,6 +3109,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3044
3109
|
"moon-star": "moon-star";
|
|
3045
3110
|
"more-horizontal": "more-horizontal";
|
|
3046
3111
|
"more-vertical": "more-vertical";
|
|
3112
|
+
motorbike: "motorbike";
|
|
3047
3113
|
mountain: "mountain";
|
|
3048
3114
|
"mountain-snow": "mountain-snow";
|
|
3049
3115
|
"mouse-off": "mouse-off";
|
|
@@ -3120,12 +3186,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3120
3186
|
"panel-left-dashed": "panel-left-dashed";
|
|
3121
3187
|
"panel-left-inactive": "panel-left-inactive";
|
|
3122
3188
|
"panel-left-open": "panel-left-open";
|
|
3189
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
3123
3190
|
"panel-right": "panel-right";
|
|
3124
3191
|
"panel-right-close": "panel-right-close";
|
|
3125
3192
|
"panel-right-dashed": "panel-right-dashed";
|
|
3126
3193
|
"panel-right-inactive": "panel-right-inactive";
|
|
3127
3194
|
"panel-right-open": "panel-right-open";
|
|
3128
3195
|
"panel-top": "panel-top";
|
|
3196
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
3129
3197
|
"panel-top-close": "panel-top-close";
|
|
3130
3198
|
"panel-top-dashed": "panel-top-dashed";
|
|
3131
3199
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -3254,6 +3322,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3254
3322
|
"refresh-cw": "refresh-cw";
|
|
3255
3323
|
"refresh-cw-off": "refresh-cw-off";
|
|
3256
3324
|
refrigerator: "refrigerator";
|
|
3325
|
+
regex: "regex";
|
|
3257
3326
|
"remove-formatting": "remove-formatting";
|
|
3258
3327
|
"repeat-1": "repeat-1";
|
|
3259
3328
|
"repeat-2": "repeat-2";
|
|
@@ -3265,6 +3334,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3265
3334
|
rocket: "rocket";
|
|
3266
3335
|
"rocking-chair": "rocking-chair";
|
|
3267
3336
|
"roller-coaster": "roller-coaster";
|
|
3337
|
+
rose: "rose";
|
|
3268
3338
|
"rotate-3-d": "rotate-3-d";
|
|
3269
3339
|
"rotate-3d": "rotate-3d";
|
|
3270
3340
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -3408,6 +3478,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3408
3478
|
"split-square-horizontal": "split-square-horizontal";
|
|
3409
3479
|
"split-square-vertical": "split-square-vertical";
|
|
3410
3480
|
spool: "spool";
|
|
3481
|
+
spotlight: "spotlight";
|
|
3411
3482
|
"spray-can": "spray-can";
|
|
3412
3483
|
sprout: "sprout";
|
|
3413
3484
|
"square-activity": "square-activity";
|
|
@@ -3452,6 +3523,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3452
3523
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
3453
3524
|
"square-parking": "square-parking";
|
|
3454
3525
|
"square-parking-off": "square-parking-off";
|
|
3526
|
+
"square-pause": "square-pause";
|
|
3455
3527
|
"square-pen": "square-pen";
|
|
3456
3528
|
"square-percent": "square-percent";
|
|
3457
3529
|
"square-pi": "square-pi";
|
|
@@ -3468,6 +3540,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3468
3540
|
"square-split-vertical": "square-split-vertical";
|
|
3469
3541
|
"square-square": "square-square";
|
|
3470
3542
|
"square-stack": "square-stack";
|
|
3543
|
+
"square-star": "square-star";
|
|
3544
|
+
"square-stop": "square-stop";
|
|
3471
3545
|
"square-terminal": "square-terminal";
|
|
3472
3546
|
"square-user": "square-user";
|
|
3473
3547
|
"square-user-round": "square-user-round";
|
|
@@ -3535,12 +3609,18 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3535
3609
|
"test-tube-2": "test-tube-2";
|
|
3536
3610
|
"test-tube-diagonal": "test-tube-diagonal";
|
|
3537
3611
|
"test-tubes": "test-tubes";
|
|
3612
|
+
"text-align-center": "text-align-center";
|
|
3613
|
+
"text-align-end": "text-align-end";
|
|
3614
|
+
"text-align-justify": "text-align-justify";
|
|
3615
|
+
"text-align-start": "text-align-start";
|
|
3538
3616
|
"text-cursor": "text-cursor";
|
|
3539
3617
|
"text-cursor-input": "text-cursor-input";
|
|
3618
|
+
"text-initial": "text-initial";
|
|
3540
3619
|
"text-quote": "text-quote";
|
|
3541
3620
|
"text-search": "text-search";
|
|
3542
3621
|
"text-select": "text-select";
|
|
3543
3622
|
"text-selection": "text-selection";
|
|
3623
|
+
"text-wrap": "text-wrap";
|
|
3544
3624
|
theater: "theater";
|
|
3545
3625
|
thermometer: "thermometer";
|
|
3546
3626
|
"thermometer-snowflake": "thermometer-snowflake";
|
|
@@ -3594,6 +3674,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3594
3674
|
truck: "truck";
|
|
3595
3675
|
"truck-electric": "truck-electric";
|
|
3596
3676
|
"turkish-lira": "turkish-lira";
|
|
3677
|
+
turntable: "turntable";
|
|
3597
3678
|
turtle: "turtle";
|
|
3598
3679
|
tv: "tv";
|
|
3599
3680
|
"tv-2": "tv-2";
|
|
@@ -3645,6 +3726,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3645
3726
|
"user-search": "user-search";
|
|
3646
3727
|
"user-square": "user-square";
|
|
3647
3728
|
"user-square-2": "user-square-2";
|
|
3729
|
+
"user-star": "user-star";
|
|
3648
3730
|
"user-x": "user-x";
|
|
3649
3731
|
"user-x-2": "user-x-2";
|
|
3650
3732
|
users: "users";
|
|
@@ -3776,7 +3858,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3776
3858
|
file: "file";
|
|
3777
3859
|
delete: "delete";
|
|
3778
3860
|
code: "code";
|
|
3779
|
-
check: "check";
|
|
3780
3861
|
copy: "copy";
|
|
3781
3862
|
focus: "focus";
|
|
3782
3863
|
pause: "pause";
|
|
@@ -3799,16 +3880,15 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3799
3880
|
text: "text";
|
|
3800
3881
|
mouse: "mouse";
|
|
3801
3882
|
pen: "pen";
|
|
3802
|
-
regex: "regex";
|
|
3803
|
-
target: "target";
|
|
3804
|
-
radius: "radius";
|
|
3805
|
-
scale: "scale";
|
|
3806
|
-
x: "x";
|
|
3807
3883
|
section: "section";
|
|
3808
3884
|
video: "video";
|
|
3809
3885
|
circle: "circle";
|
|
3810
3886
|
image: "image";
|
|
3811
3887
|
view: "view";
|
|
3888
|
+
target: "target";
|
|
3889
|
+
radius: "radius";
|
|
3890
|
+
scale: "scale";
|
|
3891
|
+
x: "x";
|
|
3812
3892
|
baseline: "baseline";
|
|
3813
3893
|
terminal: "terminal";
|
|
3814
3894
|
square: "square";
|
|
@@ -4031,6 +4111,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4031
4111
|
binoculars: "binoculars";
|
|
4032
4112
|
biohazard: "biohazard";
|
|
4033
4113
|
bird: "bird";
|
|
4114
|
+
birdhouse: "birdhouse";
|
|
4034
4115
|
bitcoin: "bitcoin";
|
|
4035
4116
|
blend: "blend";
|
|
4036
4117
|
blinds: "blinds";
|
|
@@ -4089,6 +4170,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4089
4170
|
"brain-cog": "brain-cog";
|
|
4090
4171
|
"brick-wall": "brick-wall";
|
|
4091
4172
|
"brick-wall-fire": "brick-wall-fire";
|
|
4173
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
4092
4174
|
briefcase: "briefcase";
|
|
4093
4175
|
"briefcase-business": "briefcase-business";
|
|
4094
4176
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -4176,6 +4258,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4176
4258
|
"chart-pie": "chart-pie";
|
|
4177
4259
|
"chart-scatter": "chart-scatter";
|
|
4178
4260
|
"chart-spline": "chart-spline";
|
|
4261
|
+
check: "check";
|
|
4179
4262
|
"check-check": "check-check";
|
|
4180
4263
|
"check-circle": "check-circle";
|
|
4181
4264
|
"check-circle-2": "check-circle-2";
|
|
@@ -4208,6 +4291,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4208
4291
|
"chevrons-up": "chevrons-up";
|
|
4209
4292
|
"chevrons-up-down": "chevrons-up-down";
|
|
4210
4293
|
chrome: "chrome";
|
|
4294
|
+
chromium: "chromium";
|
|
4211
4295
|
church: "church";
|
|
4212
4296
|
cigarette: "cigarette";
|
|
4213
4297
|
"cigarette-off": "cigarette-off";
|
|
@@ -4252,6 +4336,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4252
4336
|
"circle-slash-2": "circle-slash-2";
|
|
4253
4337
|
"circle-slashed": "circle-slashed";
|
|
4254
4338
|
"circle-small": "circle-small";
|
|
4339
|
+
"circle-star": "circle-star";
|
|
4255
4340
|
"circle-stop": "circle-stop";
|
|
4256
4341
|
"circle-user": "circle-user";
|
|
4257
4342
|
"circle-user-round": "circle-user-round";
|
|
@@ -4261,6 +4346,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4261
4346
|
clapperboard: "clapperboard";
|
|
4262
4347
|
clipboard: "clipboard";
|
|
4263
4348
|
"clipboard-check": "clipboard-check";
|
|
4349
|
+
"clipboard-clock": "clipboard-clock";
|
|
4264
4350
|
"clipboard-copy": "clipboard-copy";
|
|
4265
4351
|
"clipboard-edit": "clipboard-edit";
|
|
4266
4352
|
"clipboard-list": "clipboard-list";
|
|
@@ -4290,6 +4376,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4290
4376
|
"clock-arrow-up": "clock-arrow-up";
|
|
4291
4377
|
"clock-fading": "clock-fading";
|
|
4292
4378
|
"clock-plus": "clock-plus";
|
|
4379
|
+
"closed-caption": "closed-caption";
|
|
4293
4380
|
cloud: "cloud";
|
|
4294
4381
|
"cloud-alert": "cloud-alert";
|
|
4295
4382
|
"cloud-check": "cloud-check";
|
|
@@ -4437,6 +4524,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4437
4524
|
eraser: "eraser";
|
|
4438
4525
|
"ethernet-port": "ethernet-port";
|
|
4439
4526
|
euro: "euro";
|
|
4527
|
+
"ev-charger": "ev-charger";
|
|
4440
4528
|
"external-link": "external-link";
|
|
4441
4529
|
eye: "eye";
|
|
4442
4530
|
"eye-closed": "eye-closed";
|
|
@@ -4491,6 +4579,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4491
4579
|
"file-pen": "file-pen";
|
|
4492
4580
|
"file-pen-line": "file-pen-line";
|
|
4493
4581
|
"file-pie-chart": "file-pie-chart";
|
|
4582
|
+
"file-play": "file-play";
|
|
4494
4583
|
"file-plus": "file-plus";
|
|
4495
4584
|
"file-plus-2": "file-plus-2";
|
|
4496
4585
|
"file-question": "file-question";
|
|
@@ -4511,6 +4600,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4511
4600
|
"file-user": "file-user";
|
|
4512
4601
|
"file-video": "file-video";
|
|
4513
4602
|
"file-video-2": "file-video-2";
|
|
4603
|
+
"file-video-camera": "file-video-camera";
|
|
4514
4604
|
"file-volume": "file-volume";
|
|
4515
4605
|
"file-volume-2": "file-volume-2";
|
|
4516
4606
|
"file-warning": "file-warning";
|
|
@@ -4598,6 +4688,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4598
4688
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
4599
4689
|
gamepad: "gamepad";
|
|
4600
4690
|
"gamepad-2": "gamepad-2";
|
|
4691
|
+
"gamepad-directional": "gamepad-directional";
|
|
4601
4692
|
"gantt-chart": "gantt-chart";
|
|
4602
4693
|
"gantt-chart-square": "gantt-chart-square";
|
|
4603
4694
|
gauge: "gauge";
|
|
@@ -4654,16 +4745,20 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4654
4745
|
hammer: "hammer";
|
|
4655
4746
|
hand: "hand";
|
|
4656
4747
|
"hand-coins": "hand-coins";
|
|
4748
|
+
"hand-fist": "hand-fist";
|
|
4749
|
+
"hand-grab": "hand-grab";
|
|
4657
4750
|
"hand-heart": "hand-heart";
|
|
4658
4751
|
"hand-helping": "hand-helping";
|
|
4659
4752
|
"hand-metal": "hand-metal";
|
|
4660
4753
|
"hand-platter": "hand-platter";
|
|
4754
|
+
handbag: "handbag";
|
|
4661
4755
|
handshake: "handshake";
|
|
4662
4756
|
"hard-drive": "hard-drive";
|
|
4663
4757
|
"hard-drive-download": "hard-drive-download";
|
|
4664
4758
|
"hard-drive-upload": "hard-drive-upload";
|
|
4665
4759
|
"hard-hat": "hard-hat";
|
|
4666
4760
|
hash: "hash";
|
|
4761
|
+
"hat-glasses": "hat-glasses";
|
|
4667
4762
|
haze: "haze";
|
|
4668
4763
|
"hdmi-port": "hdmi-port";
|
|
4669
4764
|
"heading-1": "heading-1";
|
|
@@ -4695,6 +4790,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4695
4790
|
hotel: "hotel";
|
|
4696
4791
|
hourglass: "hourglass";
|
|
4697
4792
|
house: "house";
|
|
4793
|
+
"house-heart": "house-heart";
|
|
4698
4794
|
"house-plug": "house-plug";
|
|
4699
4795
|
"house-plus": "house-plus";
|
|
4700
4796
|
"house-wifi": "house-wifi";
|
|
@@ -4730,6 +4826,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4730
4826
|
kanban: "kanban";
|
|
4731
4827
|
"kanban-square": "kanban-square";
|
|
4732
4828
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
4829
|
+
kayak: "kayak";
|
|
4733
4830
|
"key-round": "key-round";
|
|
4734
4831
|
"key-square": "key-square";
|
|
4735
4832
|
keyboard: "keyboard";
|
|
@@ -4779,10 +4876,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4779
4876
|
linkedin: "linkedin";
|
|
4780
4877
|
"list-check": "list-check";
|
|
4781
4878
|
"list-checks": "list-checks";
|
|
4879
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
4880
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
4782
4881
|
"list-collapse": "list-collapse";
|
|
4783
4882
|
"list-end": "list-end";
|
|
4784
4883
|
"list-filter": "list-filter";
|
|
4785
4884
|
"list-filter-plus": "list-filter-plus";
|
|
4885
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
4886
|
+
"list-indent-increase": "list-indent-increase";
|
|
4786
4887
|
"list-minus": "list-minus";
|
|
4787
4888
|
"list-music": "list-music";
|
|
4788
4889
|
"list-ordered": "list-ordered";
|
|
@@ -4824,6 +4925,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4824
4925
|
"mail-x": "mail-x";
|
|
4825
4926
|
mailbox: "mailbox";
|
|
4826
4927
|
mails: "mails";
|
|
4928
|
+
"map-minus": "map-minus";
|
|
4827
4929
|
"map-pin": "map-pin";
|
|
4828
4930
|
"map-pin-check": "map-pin-check";
|
|
4829
4931
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -4831,6 +4933,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4831
4933
|
"map-pin-minus": "map-pin-minus";
|
|
4832
4934
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
4833
4935
|
"map-pin-off": "map-pin-off";
|
|
4936
|
+
"map-pin-pen": "map-pin-pen";
|
|
4834
4937
|
"map-pin-plus": "map-pin-plus";
|
|
4835
4938
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
4836
4939
|
"map-pin-x": "map-pin-x";
|
|
@@ -4894,6 +4997,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4894
4997
|
"minus-square": "minus-square";
|
|
4895
4998
|
monitor: "monitor";
|
|
4896
4999
|
"monitor-check": "monitor-check";
|
|
5000
|
+
"monitor-cloud": "monitor-cloud";
|
|
4897
5001
|
"monitor-cog": "monitor-cog";
|
|
4898
5002
|
"monitor-dot": "monitor-dot";
|
|
4899
5003
|
"monitor-down": "monitor-down";
|
|
@@ -4909,6 +5013,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4909
5013
|
"moon-star": "moon-star";
|
|
4910
5014
|
"more-horizontal": "more-horizontal";
|
|
4911
5015
|
"more-vertical": "more-vertical";
|
|
5016
|
+
motorbike: "motorbike";
|
|
4912
5017
|
mountain: "mountain";
|
|
4913
5018
|
"mountain-snow": "mountain-snow";
|
|
4914
5019
|
"mouse-off": "mouse-off";
|
|
@@ -4985,12 +5090,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4985
5090
|
"panel-left-dashed": "panel-left-dashed";
|
|
4986
5091
|
"panel-left-inactive": "panel-left-inactive";
|
|
4987
5092
|
"panel-left-open": "panel-left-open";
|
|
5093
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
4988
5094
|
"panel-right": "panel-right";
|
|
4989
5095
|
"panel-right-close": "panel-right-close";
|
|
4990
5096
|
"panel-right-dashed": "panel-right-dashed";
|
|
4991
5097
|
"panel-right-inactive": "panel-right-inactive";
|
|
4992
5098
|
"panel-right-open": "panel-right-open";
|
|
4993
5099
|
"panel-top": "panel-top";
|
|
5100
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
4994
5101
|
"panel-top-close": "panel-top-close";
|
|
4995
5102
|
"panel-top-dashed": "panel-top-dashed";
|
|
4996
5103
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -5119,6 +5226,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5119
5226
|
"refresh-cw": "refresh-cw";
|
|
5120
5227
|
"refresh-cw-off": "refresh-cw-off";
|
|
5121
5228
|
refrigerator: "refrigerator";
|
|
5229
|
+
regex: "regex";
|
|
5122
5230
|
"remove-formatting": "remove-formatting";
|
|
5123
5231
|
"repeat-1": "repeat-1";
|
|
5124
5232
|
"repeat-2": "repeat-2";
|
|
@@ -5130,6 +5238,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5130
5238
|
rocket: "rocket";
|
|
5131
5239
|
"rocking-chair": "rocking-chair";
|
|
5132
5240
|
"roller-coaster": "roller-coaster";
|
|
5241
|
+
rose: "rose";
|
|
5133
5242
|
"rotate-3-d": "rotate-3-d";
|
|
5134
5243
|
"rotate-3d": "rotate-3d";
|
|
5135
5244
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -5273,6 +5382,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5273
5382
|
"split-square-horizontal": "split-square-horizontal";
|
|
5274
5383
|
"split-square-vertical": "split-square-vertical";
|
|
5275
5384
|
spool: "spool";
|
|
5385
|
+
spotlight: "spotlight";
|
|
5276
5386
|
"spray-can": "spray-can";
|
|
5277
5387
|
sprout: "sprout";
|
|
5278
5388
|
"square-activity": "square-activity";
|
|
@@ -5317,6 +5427,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5317
5427
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
5318
5428
|
"square-parking": "square-parking";
|
|
5319
5429
|
"square-parking-off": "square-parking-off";
|
|
5430
|
+
"square-pause": "square-pause";
|
|
5320
5431
|
"square-pen": "square-pen";
|
|
5321
5432
|
"square-percent": "square-percent";
|
|
5322
5433
|
"square-pi": "square-pi";
|
|
@@ -5333,6 +5444,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5333
5444
|
"square-split-vertical": "square-split-vertical";
|
|
5334
5445
|
"square-square": "square-square";
|
|
5335
5446
|
"square-stack": "square-stack";
|
|
5447
|
+
"square-star": "square-star";
|
|
5448
|
+
"square-stop": "square-stop";
|
|
5336
5449
|
"square-terminal": "square-terminal";
|
|
5337
5450
|
"square-user": "square-user";
|
|
5338
5451
|
"square-user-round": "square-user-round";
|
|
@@ -5400,12 +5513,18 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5400
5513
|
"test-tube-2": "test-tube-2";
|
|
5401
5514
|
"test-tube-diagonal": "test-tube-diagonal";
|
|
5402
5515
|
"test-tubes": "test-tubes";
|
|
5516
|
+
"text-align-center": "text-align-center";
|
|
5517
|
+
"text-align-end": "text-align-end";
|
|
5518
|
+
"text-align-justify": "text-align-justify";
|
|
5519
|
+
"text-align-start": "text-align-start";
|
|
5403
5520
|
"text-cursor": "text-cursor";
|
|
5404
5521
|
"text-cursor-input": "text-cursor-input";
|
|
5522
|
+
"text-initial": "text-initial";
|
|
5405
5523
|
"text-quote": "text-quote";
|
|
5406
5524
|
"text-search": "text-search";
|
|
5407
5525
|
"text-select": "text-select";
|
|
5408
5526
|
"text-selection": "text-selection";
|
|
5527
|
+
"text-wrap": "text-wrap";
|
|
5409
5528
|
theater: "theater";
|
|
5410
5529
|
thermometer: "thermometer";
|
|
5411
5530
|
"thermometer-snowflake": "thermometer-snowflake";
|
|
@@ -5459,6 +5578,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5459
5578
|
truck: "truck";
|
|
5460
5579
|
"truck-electric": "truck-electric";
|
|
5461
5580
|
"turkish-lira": "turkish-lira";
|
|
5581
|
+
turntable: "turntable";
|
|
5462
5582
|
turtle: "turtle";
|
|
5463
5583
|
tv: "tv";
|
|
5464
5584
|
"tv-2": "tv-2";
|
|
@@ -5510,6 +5630,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5510
5630
|
"user-search": "user-search";
|
|
5511
5631
|
"user-square": "user-square";
|
|
5512
5632
|
"user-square-2": "user-square-2";
|
|
5633
|
+
"user-star": "user-star";
|
|
5513
5634
|
"user-x": "user-x";
|
|
5514
5635
|
"user-x-2": "user-x-2";
|
|
5515
5636
|
users: "users";
|
|
@@ -5642,7 +5763,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5642
5763
|
file: "file";
|
|
5643
5764
|
delete: "delete";
|
|
5644
5765
|
code: "code";
|
|
5645
|
-
check: "check";
|
|
5646
5766
|
copy: "copy";
|
|
5647
5767
|
focus: "focus";
|
|
5648
5768
|
pause: "pause";
|
|
@@ -5665,16 +5785,15 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5665
5785
|
text: "text";
|
|
5666
5786
|
mouse: "mouse";
|
|
5667
5787
|
pen: "pen";
|
|
5668
|
-
regex: "regex";
|
|
5669
|
-
target: "target";
|
|
5670
|
-
radius: "radius";
|
|
5671
|
-
scale: "scale";
|
|
5672
|
-
x: "x";
|
|
5673
5788
|
section: "section";
|
|
5674
5789
|
video: "video";
|
|
5675
5790
|
circle: "circle";
|
|
5676
5791
|
image: "image";
|
|
5677
5792
|
view: "view";
|
|
5793
|
+
target: "target";
|
|
5794
|
+
radius: "radius";
|
|
5795
|
+
scale: "scale";
|
|
5796
|
+
x: "x";
|
|
5678
5797
|
baseline: "baseline";
|
|
5679
5798
|
terminal: "terminal";
|
|
5680
5799
|
square: "square";
|
|
@@ -5897,6 +6016,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5897
6016
|
binoculars: "binoculars";
|
|
5898
6017
|
biohazard: "biohazard";
|
|
5899
6018
|
bird: "bird";
|
|
6019
|
+
birdhouse: "birdhouse";
|
|
5900
6020
|
bitcoin: "bitcoin";
|
|
5901
6021
|
blend: "blend";
|
|
5902
6022
|
blinds: "blinds";
|
|
@@ -5955,6 +6075,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5955
6075
|
"brain-cog": "brain-cog";
|
|
5956
6076
|
"brick-wall": "brick-wall";
|
|
5957
6077
|
"brick-wall-fire": "brick-wall-fire";
|
|
6078
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
5958
6079
|
briefcase: "briefcase";
|
|
5959
6080
|
"briefcase-business": "briefcase-business";
|
|
5960
6081
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -6042,6 +6163,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6042
6163
|
"chart-pie": "chart-pie";
|
|
6043
6164
|
"chart-scatter": "chart-scatter";
|
|
6044
6165
|
"chart-spline": "chart-spline";
|
|
6166
|
+
check: "check";
|
|
6045
6167
|
"check-check": "check-check";
|
|
6046
6168
|
"check-circle": "check-circle";
|
|
6047
6169
|
"check-circle-2": "check-circle-2";
|
|
@@ -6074,6 +6196,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6074
6196
|
"chevrons-up": "chevrons-up";
|
|
6075
6197
|
"chevrons-up-down": "chevrons-up-down";
|
|
6076
6198
|
chrome: "chrome";
|
|
6199
|
+
chromium: "chromium";
|
|
6077
6200
|
church: "church";
|
|
6078
6201
|
cigarette: "cigarette";
|
|
6079
6202
|
"cigarette-off": "cigarette-off";
|
|
@@ -6118,6 +6241,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6118
6241
|
"circle-slash-2": "circle-slash-2";
|
|
6119
6242
|
"circle-slashed": "circle-slashed";
|
|
6120
6243
|
"circle-small": "circle-small";
|
|
6244
|
+
"circle-star": "circle-star";
|
|
6121
6245
|
"circle-stop": "circle-stop";
|
|
6122
6246
|
"circle-user": "circle-user";
|
|
6123
6247
|
"circle-user-round": "circle-user-round";
|
|
@@ -6127,6 +6251,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6127
6251
|
clapperboard: "clapperboard";
|
|
6128
6252
|
clipboard: "clipboard";
|
|
6129
6253
|
"clipboard-check": "clipboard-check";
|
|
6254
|
+
"clipboard-clock": "clipboard-clock";
|
|
6130
6255
|
"clipboard-copy": "clipboard-copy";
|
|
6131
6256
|
"clipboard-edit": "clipboard-edit";
|
|
6132
6257
|
"clipboard-list": "clipboard-list";
|
|
@@ -6156,6 +6281,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6156
6281
|
"clock-arrow-up": "clock-arrow-up";
|
|
6157
6282
|
"clock-fading": "clock-fading";
|
|
6158
6283
|
"clock-plus": "clock-plus";
|
|
6284
|
+
"closed-caption": "closed-caption";
|
|
6159
6285
|
cloud: "cloud";
|
|
6160
6286
|
"cloud-alert": "cloud-alert";
|
|
6161
6287
|
"cloud-check": "cloud-check";
|
|
@@ -6303,6 +6429,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6303
6429
|
eraser: "eraser";
|
|
6304
6430
|
"ethernet-port": "ethernet-port";
|
|
6305
6431
|
euro: "euro";
|
|
6432
|
+
"ev-charger": "ev-charger";
|
|
6306
6433
|
"external-link": "external-link";
|
|
6307
6434
|
eye: "eye";
|
|
6308
6435
|
"eye-closed": "eye-closed";
|
|
@@ -6357,6 +6484,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6357
6484
|
"file-pen": "file-pen";
|
|
6358
6485
|
"file-pen-line": "file-pen-line";
|
|
6359
6486
|
"file-pie-chart": "file-pie-chart";
|
|
6487
|
+
"file-play": "file-play";
|
|
6360
6488
|
"file-plus": "file-plus";
|
|
6361
6489
|
"file-plus-2": "file-plus-2";
|
|
6362
6490
|
"file-question": "file-question";
|
|
@@ -6377,6 +6505,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6377
6505
|
"file-user": "file-user";
|
|
6378
6506
|
"file-video": "file-video";
|
|
6379
6507
|
"file-video-2": "file-video-2";
|
|
6508
|
+
"file-video-camera": "file-video-camera";
|
|
6380
6509
|
"file-volume": "file-volume";
|
|
6381
6510
|
"file-volume-2": "file-volume-2";
|
|
6382
6511
|
"file-warning": "file-warning";
|
|
@@ -6464,6 +6593,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6464
6593
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
6465
6594
|
gamepad: "gamepad";
|
|
6466
6595
|
"gamepad-2": "gamepad-2";
|
|
6596
|
+
"gamepad-directional": "gamepad-directional";
|
|
6467
6597
|
"gantt-chart": "gantt-chart";
|
|
6468
6598
|
"gantt-chart-square": "gantt-chart-square";
|
|
6469
6599
|
gauge: "gauge";
|
|
@@ -6520,16 +6650,20 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6520
6650
|
hammer: "hammer";
|
|
6521
6651
|
hand: "hand";
|
|
6522
6652
|
"hand-coins": "hand-coins";
|
|
6653
|
+
"hand-fist": "hand-fist";
|
|
6654
|
+
"hand-grab": "hand-grab";
|
|
6523
6655
|
"hand-heart": "hand-heart";
|
|
6524
6656
|
"hand-helping": "hand-helping";
|
|
6525
6657
|
"hand-metal": "hand-metal";
|
|
6526
6658
|
"hand-platter": "hand-platter";
|
|
6659
|
+
handbag: "handbag";
|
|
6527
6660
|
handshake: "handshake";
|
|
6528
6661
|
"hard-drive": "hard-drive";
|
|
6529
6662
|
"hard-drive-download": "hard-drive-download";
|
|
6530
6663
|
"hard-drive-upload": "hard-drive-upload";
|
|
6531
6664
|
"hard-hat": "hard-hat";
|
|
6532
6665
|
hash: "hash";
|
|
6666
|
+
"hat-glasses": "hat-glasses";
|
|
6533
6667
|
haze: "haze";
|
|
6534
6668
|
"hdmi-port": "hdmi-port";
|
|
6535
6669
|
"heading-1": "heading-1";
|
|
@@ -6561,6 +6695,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6561
6695
|
hotel: "hotel";
|
|
6562
6696
|
hourglass: "hourglass";
|
|
6563
6697
|
house: "house";
|
|
6698
|
+
"house-heart": "house-heart";
|
|
6564
6699
|
"house-plug": "house-plug";
|
|
6565
6700
|
"house-plus": "house-plus";
|
|
6566
6701
|
"house-wifi": "house-wifi";
|
|
@@ -6596,6 +6731,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6596
6731
|
kanban: "kanban";
|
|
6597
6732
|
"kanban-square": "kanban-square";
|
|
6598
6733
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
6734
|
+
kayak: "kayak";
|
|
6599
6735
|
"key-round": "key-round";
|
|
6600
6736
|
"key-square": "key-square";
|
|
6601
6737
|
keyboard: "keyboard";
|
|
@@ -6645,10 +6781,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6645
6781
|
linkedin: "linkedin";
|
|
6646
6782
|
"list-check": "list-check";
|
|
6647
6783
|
"list-checks": "list-checks";
|
|
6784
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
6785
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
6648
6786
|
"list-collapse": "list-collapse";
|
|
6649
6787
|
"list-end": "list-end";
|
|
6650
6788
|
"list-filter": "list-filter";
|
|
6651
6789
|
"list-filter-plus": "list-filter-plus";
|
|
6790
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
6791
|
+
"list-indent-increase": "list-indent-increase";
|
|
6652
6792
|
"list-minus": "list-minus";
|
|
6653
6793
|
"list-music": "list-music";
|
|
6654
6794
|
"list-ordered": "list-ordered";
|
|
@@ -6690,6 +6830,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6690
6830
|
"mail-x": "mail-x";
|
|
6691
6831
|
mailbox: "mailbox";
|
|
6692
6832
|
mails: "mails";
|
|
6833
|
+
"map-minus": "map-minus";
|
|
6693
6834
|
"map-pin": "map-pin";
|
|
6694
6835
|
"map-pin-check": "map-pin-check";
|
|
6695
6836
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -6697,6 +6838,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6697
6838
|
"map-pin-minus": "map-pin-minus";
|
|
6698
6839
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
6699
6840
|
"map-pin-off": "map-pin-off";
|
|
6841
|
+
"map-pin-pen": "map-pin-pen";
|
|
6700
6842
|
"map-pin-plus": "map-pin-plus";
|
|
6701
6843
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
6702
6844
|
"map-pin-x": "map-pin-x";
|
|
@@ -6760,6 +6902,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6760
6902
|
"minus-square": "minus-square";
|
|
6761
6903
|
monitor: "monitor";
|
|
6762
6904
|
"monitor-check": "monitor-check";
|
|
6905
|
+
"monitor-cloud": "monitor-cloud";
|
|
6763
6906
|
"monitor-cog": "monitor-cog";
|
|
6764
6907
|
"monitor-dot": "monitor-dot";
|
|
6765
6908
|
"monitor-down": "monitor-down";
|
|
@@ -6775,6 +6918,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6775
6918
|
"moon-star": "moon-star";
|
|
6776
6919
|
"more-horizontal": "more-horizontal";
|
|
6777
6920
|
"more-vertical": "more-vertical";
|
|
6921
|
+
motorbike: "motorbike";
|
|
6778
6922
|
mountain: "mountain";
|
|
6779
6923
|
"mountain-snow": "mountain-snow";
|
|
6780
6924
|
"mouse-off": "mouse-off";
|
|
@@ -6851,12 +6995,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6851
6995
|
"panel-left-dashed": "panel-left-dashed";
|
|
6852
6996
|
"panel-left-inactive": "panel-left-inactive";
|
|
6853
6997
|
"panel-left-open": "panel-left-open";
|
|
6998
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
6854
6999
|
"panel-right": "panel-right";
|
|
6855
7000
|
"panel-right-close": "panel-right-close";
|
|
6856
7001
|
"panel-right-dashed": "panel-right-dashed";
|
|
6857
7002
|
"panel-right-inactive": "panel-right-inactive";
|
|
6858
7003
|
"panel-right-open": "panel-right-open";
|
|
6859
7004
|
"panel-top": "panel-top";
|
|
7005
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
6860
7006
|
"panel-top-close": "panel-top-close";
|
|
6861
7007
|
"panel-top-dashed": "panel-top-dashed";
|
|
6862
7008
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -6985,6 +7131,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6985
7131
|
"refresh-cw": "refresh-cw";
|
|
6986
7132
|
"refresh-cw-off": "refresh-cw-off";
|
|
6987
7133
|
refrigerator: "refrigerator";
|
|
7134
|
+
regex: "regex";
|
|
6988
7135
|
"remove-formatting": "remove-formatting";
|
|
6989
7136
|
"repeat-1": "repeat-1";
|
|
6990
7137
|
"repeat-2": "repeat-2";
|
|
@@ -6996,6 +7143,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6996
7143
|
rocket: "rocket";
|
|
6997
7144
|
"rocking-chair": "rocking-chair";
|
|
6998
7145
|
"roller-coaster": "roller-coaster";
|
|
7146
|
+
rose: "rose";
|
|
6999
7147
|
"rotate-3-d": "rotate-3-d";
|
|
7000
7148
|
"rotate-3d": "rotate-3d";
|
|
7001
7149
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -7139,6 +7287,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7139
7287
|
"split-square-horizontal": "split-square-horizontal";
|
|
7140
7288
|
"split-square-vertical": "split-square-vertical";
|
|
7141
7289
|
spool: "spool";
|
|
7290
|
+
spotlight: "spotlight";
|
|
7142
7291
|
"spray-can": "spray-can";
|
|
7143
7292
|
sprout: "sprout";
|
|
7144
7293
|
"square-activity": "square-activity";
|
|
@@ -7183,6 +7332,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7183
7332
|
"square-mouse-pointer": "square-mouse-pointer";
|
|
7184
7333
|
"square-parking": "square-parking";
|
|
7185
7334
|
"square-parking-off": "square-parking-off";
|
|
7335
|
+
"square-pause": "square-pause";
|
|
7186
7336
|
"square-pen": "square-pen";
|
|
7187
7337
|
"square-percent": "square-percent";
|
|
7188
7338
|
"square-pi": "square-pi";
|
|
@@ -7199,6 +7349,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7199
7349
|
"square-split-vertical": "square-split-vertical";
|
|
7200
7350
|
"square-square": "square-square";
|
|
7201
7351
|
"square-stack": "square-stack";
|
|
7352
|
+
"square-star": "square-star";
|
|
7353
|
+
"square-stop": "square-stop";
|
|
7202
7354
|
"square-terminal": "square-terminal";
|
|
7203
7355
|
"square-user": "square-user";
|
|
7204
7356
|
"square-user-round": "square-user-round";
|
|
@@ -7266,12 +7418,18 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7266
7418
|
"test-tube-2": "test-tube-2";
|
|
7267
7419
|
"test-tube-diagonal": "test-tube-diagonal";
|
|
7268
7420
|
"test-tubes": "test-tubes";
|
|
7421
|
+
"text-align-center": "text-align-center";
|
|
7422
|
+
"text-align-end": "text-align-end";
|
|
7423
|
+
"text-align-justify": "text-align-justify";
|
|
7424
|
+
"text-align-start": "text-align-start";
|
|
7269
7425
|
"text-cursor": "text-cursor";
|
|
7270
7426
|
"text-cursor-input": "text-cursor-input";
|
|
7427
|
+
"text-initial": "text-initial";
|
|
7271
7428
|
"text-quote": "text-quote";
|
|
7272
7429
|
"text-search": "text-search";
|
|
7273
7430
|
"text-select": "text-select";
|
|
7274
7431
|
"text-selection": "text-selection";
|
|
7432
|
+
"text-wrap": "text-wrap";
|
|
7275
7433
|
theater: "theater";
|
|
7276
7434
|
thermometer: "thermometer";
|
|
7277
7435
|
"thermometer-snowflake": "thermometer-snowflake";
|
|
@@ -7325,6 +7483,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7325
7483
|
truck: "truck";
|
|
7326
7484
|
"truck-electric": "truck-electric";
|
|
7327
7485
|
"turkish-lira": "turkish-lira";
|
|
7486
|
+
turntable: "turntable";
|
|
7328
7487
|
turtle: "turtle";
|
|
7329
7488
|
tv: "tv";
|
|
7330
7489
|
"tv-2": "tv-2";
|
|
@@ -7376,6 +7535,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7376
7535
|
"user-search": "user-search";
|
|
7377
7536
|
"user-square": "user-square";
|
|
7378
7537
|
"user-square-2": "user-square-2";
|
|
7538
|
+
"user-star": "user-star";
|
|
7379
7539
|
"user-x": "user-x";
|
|
7380
7540
|
"user-x-2": "user-x-2";
|
|
7381
7541
|
users: "users";
|