zudoku 0.0.0-fix-create-zudoku-run-build.eff26864 → 0.0.0-reset-hash-value.ac516c6d
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/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 +3 -0
- package/dist/config/validators/BuildSchema.d.ts +10 -3
- package/dist/config/validators/BuildSchema.js +14 -0
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +192 -32
- 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 +39 -9
- package/dist/config/validators/validate.js +23 -0
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/flat-config.d.ts +352 -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/providers/auth0.js +7 -3
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/openid.js +2 -0
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/authentication/state.d.ts +5 -3
- 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/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 +12 -2
- 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/hooks/index.d.ts +1 -1
- 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.js +27 -4
- 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 +2 -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 +1 -1
- 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/ExamplesDropdown.d.ts +3 -3
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/Playground.js +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +3 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/rememberedIdentity.d.ts +5 -3
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +15 -3
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.d.ts +5 -3
- 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.js +13 -0
- package/dist/lib/shiki.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/EmbeddedCodeBlock.js +1 -1
- 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/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.js +1 -1
- 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/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.js +10 -6
- package/dist/vite/api/SchemaManager.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 +4 -12
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +9 -0
- package/dist/vite/plugin-docs.js +67 -44
- 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 +139 -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 +7 -4
- 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/CodeBlock-CanTUJLl.js +221 -0
- package/lib/CodeBlock-CanTUJLl.js.map +1 -0
- package/lib/{Command-CUSlH0gJ.js → Command-CJY6q3PF.js} +3 -3
- package/lib/{Command-CUSlH0gJ.js.map → Command-CJY6q3PF.js.map} +1 -1
- package/lib/{Dialog-BmgXWOaz.js → Dialog-BOl0QB3n.js} +2 -2
- package/lib/{Dialog-BmgXWOaz.js.map → Dialog-BOl0QB3n.js.map} +1 -1
- 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-VBJ8aHH7.js} +1865 -1879
- package/lib/ErrorAlert-VBJ8aHH7.js.map +1 -0
- package/lib/MdxPage-DFRNwSsc.js +239 -0
- package/lib/MdxPage-DFRNwSsc.js.map +1 -0
- package/lib/{OAuthErrorPage-rAKHHveX.js → OAuthErrorPage-DJUOdr6Q.js} +8 -8
- package/lib/{OAuthErrorPage-rAKHHveX.js.map → OAuthErrorPage-DJUOdr6Q.js.map} +1 -1
- package/lib/{OasProvider-BW4OzAuR.js → OasProvider-BMUgPYQU.js} +4 -4
- package/lib/{OasProvider-BW4OzAuR.js.map → OasProvider-BMUgPYQU.js.map} +1 -1
- package/lib/OperationList-DVig5I94.js +5446 -0
- package/lib/OperationList-DVig5I94.js.map +1 -0
- package/lib/{Pagination-ZI2yyuxj.js → Pagination-CT4VUR6u.js} +4 -4
- package/lib/{Pagination-ZI2yyuxj.js.map → Pagination-CT4VUR6u.js.map} +1 -1
- package/lib/{RouteGuard-BIksrt_C.js → RouteGuard-BPWQlxy5.js} +9 -9
- package/lib/{RouteGuard-BIksrt_C.js.map → RouteGuard-BPWQlxy5.js.map} +1 -1
- package/lib/{RouterError-BYHrbLtD.js → RouterError-fm21cqlj.js} +5 -5
- package/lib/{RouterError-BYHrbLtD.js.map → RouterError-fm21cqlj.js.map} +1 -1
- package/lib/{SchemaList-C4Sk-tLI.js → SchemaList-1eLKXqn8.js} +10 -10
- package/lib/{SchemaList-C4Sk-tLI.js.map → SchemaList-1eLKXqn8.js.map} +1 -1
- package/lib/SchemaView-fq3uKfOA.js +458 -0
- package/lib/SchemaView-fq3uKfOA.js.map +1 -0
- package/lib/Select-CPoGZU_V.js +372 -0
- package/lib/Select-CPoGZU_V.js.map +1 -0
- package/lib/{SignUp-CznaQsRx.js → SignUp-BraHuRN_.js} +12 -12
- package/lib/{SignUp-CznaQsRx.js.map → SignUp-BraHuRN_.js.map} +1 -1
- 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-B0laqAqK.js} +293 -273
- package/lib/SyntaxHighlight-B0laqAqK.js.map +1 -0
- package/lib/{Toc-BAa-kpqN.js → Toc-KzXCRqrX.js} +3 -3
- package/lib/{Toc-BAa-kpqN.js.map → Toc-KzXCRqrX.js.map} +1 -1
- package/lib/ZudokuContext-BXTZApgy.js +1506 -0
- package/lib/ZudokuContext-BXTZApgy.js.map +1 -0
- package/lib/c-B-NUhs61.js +46 -0
- package/lib/c-B-NUhs61.js.map +1 -0
- package/lib/chunk-PVWAREVJ-BO6B-RAk.js +7965 -0
- package/lib/chunk-PVWAREVJ-BO6B-RAk.js.map +1 -0
- package/lib/{circular-BFte5TUt.js → circular-D6wbrxuf.js} +30 -30
- package/lib/{circular-BFte5TUt.js.map → circular-D6wbrxuf.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-C5aY10Bc.js} +3411 -3342
- package/lib/createServer-C5aY10Bc.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-XqO6MsfU.js} +3 -3
- package/lib/{errors-CjmCml50.js.map → errors-XqO6MsfU.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-CAebs2rv.js +31 -0
- package/lib/hook-CAebs2rv.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-BPSpOxTK.js} +103 -102
- package/lib/index-BPSpOxTK.js.map +1 -0
- package/lib/{index-Dp3Fmnfq.js → index-Bb9AsFlk.js} +702 -778
- package/lib/index-Bb9AsFlk.js.map +1 -0
- package/lib/{index-CQGi1b3U.js → index-C5L4favO.js} +166 -50
- package/lib/index-C5L4favO.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.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-CdGPxHNX.js} +2 -2
- package/lib/{mutation-CiMUdKRU.js.map → mutation-CdGPxHNX.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 +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Carousel.js +1 -1
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +1 -1
- package/lib/ui/CodeBlock.js +4 -3
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/Command.js +2 -2
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/EmbeddedCodeBlock.js +4 -4
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/Form.js +2 -2
- package/lib/ui/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-Cd7Yg_uG.js} +34 -34
- package/lib/{useExposedProps-BH9aq4MD.js.map → useExposedProps-Cd7Yg_uG.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 +22 -21
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +14 -15
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +3 -3
- package/lib/zudoku.auth-openid.js +59 -60
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +2 -2
- 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 +255 -280
- 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 +2 -2
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +5 -5
- package/lib/zudoku.plugin-redirect.js +3 -3
- package/lib/zudoku.plugin-search-inkeep.js +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +28 -29
- 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 +67 -64
- package/src/app/main.css +10 -10
- 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/providers/auth0.tsx +7 -3
- package/src/lib/authentication/providers/openid.tsx +2 -0
- 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/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/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 +123 -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 +3 -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 +1 -1
- 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/ExamplesDropdown.tsx +3 -3
- package/src/lib/plugins/openapi/playground/Playground.tsx +3 -3
- package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +12 -1
- package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +31 -3
- 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 +13 -0
- package/src/lib/ui/Carousel.tsx +0 -1
- package/src/lib/ui/CodeBlock.tsx +7 -42
- package/src/lib/ui/EmbeddedCodeBlock.tsx +1 -1
- package/src/lib/ui/ReactComponentDoc.tsx +68 -0
- package/src/lib/ui/Secret.tsx +123 -0
- package/src/lib/ui/Value.tsx +42 -0
- package/src/lib/util/MdxComponents.tsx +4 -1
- package/src/lib/util/pastellize.ts +4 -4
- 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/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/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/Slot-BbdqiRXo.js.map +0 -1
- package/lib/SyntaxHighlight-CvzJ7DNa.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,20 +68,20 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
69
68
|
text: "text";
|
|
70
69
|
mouse: "mouse";
|
|
71
70
|
pen: "pen";
|
|
72
|
-
|
|
71
|
+
circle: "circle";
|
|
73
72
|
target: "target";
|
|
74
73
|
radius: "radius";
|
|
75
74
|
scale: "scale";
|
|
76
75
|
x: "x";
|
|
77
|
-
|
|
78
|
-
video: "video";
|
|
79
|
-
circle: "circle";
|
|
80
|
-
image: "image";
|
|
81
|
-
view: "view";
|
|
76
|
+
shell: "shell";
|
|
82
77
|
baseline: "baseline";
|
|
83
78
|
terminal: "terminal";
|
|
84
79
|
square: "square";
|
|
85
80
|
move: "move";
|
|
81
|
+
section: "section";
|
|
82
|
+
video: "video";
|
|
83
|
+
image: "image";
|
|
84
|
+
view: "view";
|
|
86
85
|
"a-arrow-down": "a-arrow-down";
|
|
87
86
|
"a-arrow-up": "a-arrow-up";
|
|
88
87
|
"a-large-small": "a-large-small";
|
|
@@ -301,6 +300,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
301
300
|
binoculars: "binoculars";
|
|
302
301
|
biohazard: "biohazard";
|
|
303
302
|
bird: "bird";
|
|
303
|
+
birdhouse: "birdhouse";
|
|
304
304
|
bitcoin: "bitcoin";
|
|
305
305
|
blend: "blend";
|
|
306
306
|
blinds: "blinds";
|
|
@@ -359,6 +359,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
359
359
|
"brain-cog": "brain-cog";
|
|
360
360
|
"brick-wall": "brick-wall";
|
|
361
361
|
"brick-wall-fire": "brick-wall-fire";
|
|
362
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
362
363
|
briefcase: "briefcase";
|
|
363
364
|
"briefcase-business": "briefcase-business";
|
|
364
365
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -446,6 +447,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
446
447
|
"chart-pie": "chart-pie";
|
|
447
448
|
"chart-scatter": "chart-scatter";
|
|
448
449
|
"chart-spline": "chart-spline";
|
|
450
|
+
check: "check";
|
|
449
451
|
"check-check": "check-check";
|
|
450
452
|
"check-circle": "check-circle";
|
|
451
453
|
"check-circle-2": "check-circle-2";
|
|
@@ -478,6 +480,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
478
480
|
"chevrons-up": "chevrons-up";
|
|
479
481
|
"chevrons-up-down": "chevrons-up-down";
|
|
480
482
|
chrome: "chrome";
|
|
483
|
+
chromium: "chromium";
|
|
481
484
|
church: "church";
|
|
482
485
|
cigarette: "cigarette";
|
|
483
486
|
"cigarette-off": "cigarette-off";
|
|
@@ -522,6 +525,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
522
525
|
"circle-slash-2": "circle-slash-2";
|
|
523
526
|
"circle-slashed": "circle-slashed";
|
|
524
527
|
"circle-small": "circle-small";
|
|
528
|
+
"circle-star": "circle-star";
|
|
525
529
|
"circle-stop": "circle-stop";
|
|
526
530
|
"circle-user": "circle-user";
|
|
527
531
|
"circle-user-round": "circle-user-round";
|
|
@@ -531,6 +535,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
531
535
|
clapperboard: "clapperboard";
|
|
532
536
|
clipboard: "clipboard";
|
|
533
537
|
"clipboard-check": "clipboard-check";
|
|
538
|
+
"clipboard-clock": "clipboard-clock";
|
|
534
539
|
"clipboard-copy": "clipboard-copy";
|
|
535
540
|
"clipboard-edit": "clipboard-edit";
|
|
536
541
|
"clipboard-list": "clipboard-list";
|
|
@@ -560,6 +565,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
560
565
|
"clock-arrow-up": "clock-arrow-up";
|
|
561
566
|
"clock-fading": "clock-fading";
|
|
562
567
|
"clock-plus": "clock-plus";
|
|
568
|
+
"closed-caption": "closed-caption";
|
|
563
569
|
cloud: "cloud";
|
|
564
570
|
"cloud-alert": "cloud-alert";
|
|
565
571
|
"cloud-check": "cloud-check";
|
|
@@ -707,6 +713,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
707
713
|
eraser: "eraser";
|
|
708
714
|
"ethernet-port": "ethernet-port";
|
|
709
715
|
euro: "euro";
|
|
716
|
+
"ev-charger": "ev-charger";
|
|
710
717
|
"external-link": "external-link";
|
|
711
718
|
eye: "eye";
|
|
712
719
|
"eye-closed": "eye-closed";
|
|
@@ -761,6 +768,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
761
768
|
"file-pen": "file-pen";
|
|
762
769
|
"file-pen-line": "file-pen-line";
|
|
763
770
|
"file-pie-chart": "file-pie-chart";
|
|
771
|
+
"file-play": "file-play";
|
|
764
772
|
"file-plus": "file-plus";
|
|
765
773
|
"file-plus-2": "file-plus-2";
|
|
766
774
|
"file-question": "file-question";
|
|
@@ -781,6 +789,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
781
789
|
"file-user": "file-user";
|
|
782
790
|
"file-video": "file-video";
|
|
783
791
|
"file-video-2": "file-video-2";
|
|
792
|
+
"file-video-camera": "file-video-camera";
|
|
784
793
|
"file-volume": "file-volume";
|
|
785
794
|
"file-volume-2": "file-volume-2";
|
|
786
795
|
"file-warning": "file-warning";
|
|
@@ -868,6 +877,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
868
877
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
869
878
|
gamepad: "gamepad";
|
|
870
879
|
"gamepad-2": "gamepad-2";
|
|
880
|
+
"gamepad-directional": "gamepad-directional";
|
|
871
881
|
"gantt-chart": "gantt-chart";
|
|
872
882
|
"gantt-chart-square": "gantt-chart-square";
|
|
873
883
|
gauge: "gauge";
|
|
@@ -924,16 +934,20 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
924
934
|
hammer: "hammer";
|
|
925
935
|
hand: "hand";
|
|
926
936
|
"hand-coins": "hand-coins";
|
|
937
|
+
"hand-fist": "hand-fist";
|
|
938
|
+
"hand-grab": "hand-grab";
|
|
927
939
|
"hand-heart": "hand-heart";
|
|
928
940
|
"hand-helping": "hand-helping";
|
|
929
941
|
"hand-metal": "hand-metal";
|
|
930
942
|
"hand-platter": "hand-platter";
|
|
943
|
+
handbag: "handbag";
|
|
931
944
|
handshake: "handshake";
|
|
932
945
|
"hard-drive": "hard-drive";
|
|
933
946
|
"hard-drive-download": "hard-drive-download";
|
|
934
947
|
"hard-drive-upload": "hard-drive-upload";
|
|
935
948
|
"hard-hat": "hard-hat";
|
|
936
949
|
hash: "hash";
|
|
950
|
+
"hat-glasses": "hat-glasses";
|
|
937
951
|
haze: "haze";
|
|
938
952
|
"hdmi-port": "hdmi-port";
|
|
939
953
|
"heading-1": "heading-1";
|
|
@@ -965,6 +979,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
965
979
|
hotel: "hotel";
|
|
966
980
|
hourglass: "hourglass";
|
|
967
981
|
house: "house";
|
|
982
|
+
"house-heart": "house-heart";
|
|
968
983
|
"house-plug": "house-plug";
|
|
969
984
|
"house-plus": "house-plus";
|
|
970
985
|
"house-wifi": "house-wifi";
|
|
@@ -1000,6 +1015,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1000
1015
|
kanban: "kanban";
|
|
1001
1016
|
"kanban-square": "kanban-square";
|
|
1002
1017
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
1018
|
+
kayak: "kayak";
|
|
1003
1019
|
"key-round": "key-round";
|
|
1004
1020
|
"key-square": "key-square";
|
|
1005
1021
|
keyboard: "keyboard";
|
|
@@ -1049,10 +1065,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1049
1065
|
linkedin: "linkedin";
|
|
1050
1066
|
"list-check": "list-check";
|
|
1051
1067
|
"list-checks": "list-checks";
|
|
1068
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
1069
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
1052
1070
|
"list-collapse": "list-collapse";
|
|
1053
1071
|
"list-end": "list-end";
|
|
1054
1072
|
"list-filter": "list-filter";
|
|
1055
1073
|
"list-filter-plus": "list-filter-plus";
|
|
1074
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
1075
|
+
"list-indent-increase": "list-indent-increase";
|
|
1056
1076
|
"list-minus": "list-minus";
|
|
1057
1077
|
"list-music": "list-music";
|
|
1058
1078
|
"list-ordered": "list-ordered";
|
|
@@ -1094,6 +1114,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1094
1114
|
"mail-x": "mail-x";
|
|
1095
1115
|
mailbox: "mailbox";
|
|
1096
1116
|
mails: "mails";
|
|
1117
|
+
"map-minus": "map-minus";
|
|
1097
1118
|
"map-pin": "map-pin";
|
|
1098
1119
|
"map-pin-check": "map-pin-check";
|
|
1099
1120
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -1101,6 +1122,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1101
1122
|
"map-pin-minus": "map-pin-minus";
|
|
1102
1123
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
1103
1124
|
"map-pin-off": "map-pin-off";
|
|
1125
|
+
"map-pin-pen": "map-pin-pen";
|
|
1104
1126
|
"map-pin-plus": "map-pin-plus";
|
|
1105
1127
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
1106
1128
|
"map-pin-x": "map-pin-x";
|
|
@@ -1164,6 +1186,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1164
1186
|
"minus-square": "minus-square";
|
|
1165
1187
|
monitor: "monitor";
|
|
1166
1188
|
"monitor-check": "monitor-check";
|
|
1189
|
+
"monitor-cloud": "monitor-cloud";
|
|
1167
1190
|
"monitor-cog": "monitor-cog";
|
|
1168
1191
|
"monitor-dot": "monitor-dot";
|
|
1169
1192
|
"monitor-down": "monitor-down";
|
|
@@ -1179,6 +1202,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1179
1202
|
"moon-star": "moon-star";
|
|
1180
1203
|
"more-horizontal": "more-horizontal";
|
|
1181
1204
|
"more-vertical": "more-vertical";
|
|
1205
|
+
motorbike: "motorbike";
|
|
1182
1206
|
mountain: "mountain";
|
|
1183
1207
|
"mountain-snow": "mountain-snow";
|
|
1184
1208
|
"mouse-off": "mouse-off";
|
|
@@ -1255,12 +1279,14 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1255
1279
|
"panel-left-dashed": "panel-left-dashed";
|
|
1256
1280
|
"panel-left-inactive": "panel-left-inactive";
|
|
1257
1281
|
"panel-left-open": "panel-left-open";
|
|
1282
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
1258
1283
|
"panel-right": "panel-right";
|
|
1259
1284
|
"panel-right-close": "panel-right-close";
|
|
1260
1285
|
"panel-right-dashed": "panel-right-dashed";
|
|
1261
1286
|
"panel-right-inactive": "panel-right-inactive";
|
|
1262
1287
|
"panel-right-open": "panel-right-open";
|
|
1263
1288
|
"panel-top": "panel-top";
|
|
1289
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
1264
1290
|
"panel-top-close": "panel-top-close";
|
|
1265
1291
|
"panel-top-dashed": "panel-top-dashed";
|
|
1266
1292
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -1389,6 +1415,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1389
1415
|
"refresh-cw": "refresh-cw";
|
|
1390
1416
|
"refresh-cw-off": "refresh-cw-off";
|
|
1391
1417
|
refrigerator: "refrigerator";
|
|
1418
|
+
regex: "regex";
|
|
1392
1419
|
"remove-formatting": "remove-formatting";
|
|
1393
1420
|
"repeat-1": "repeat-1";
|
|
1394
1421
|
"repeat-2": "repeat-2";
|
|
@@ -1400,6 +1427,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1400
1427
|
rocket: "rocket";
|
|
1401
1428
|
"rocking-chair": "rocking-chair";
|
|
1402
1429
|
"roller-coaster": "roller-coaster";
|
|
1430
|
+
rose: "rose";
|
|
1403
1431
|
"rotate-3-d": "rotate-3-d";
|
|
1404
1432
|
"rotate-3d": "rotate-3d";
|
|
1405
1433
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -1467,7 +1495,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1467
1495
|
share: "share";
|
|
1468
1496
|
"share-2": "share-2";
|
|
1469
1497
|
sheet: "sheet";
|
|
1470
|
-
shell: "shell";
|
|
1471
1498
|
shield: "shield";
|
|
1472
1499
|
"shield-alert": "shield-alert";
|
|
1473
1500
|
"shield-ban": "shield-ban";
|
|
@@ -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,20 +1976,20 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
1934
1976
|
text: "text";
|
|
1935
1977
|
mouse: "mouse";
|
|
1936
1978
|
pen: "pen";
|
|
1937
|
-
|
|
1979
|
+
circle: "circle";
|
|
1938
1980
|
target: "target";
|
|
1939
1981
|
radius: "radius";
|
|
1940
1982
|
scale: "scale";
|
|
1941
1983
|
x: "x";
|
|
1942
|
-
|
|
1943
|
-
video: "video";
|
|
1944
|
-
circle: "circle";
|
|
1945
|
-
image: "image";
|
|
1946
|
-
view: "view";
|
|
1984
|
+
shell: "shell";
|
|
1947
1985
|
baseline: "baseline";
|
|
1948
1986
|
terminal: "terminal";
|
|
1949
1987
|
square: "square";
|
|
1950
1988
|
move: "move";
|
|
1989
|
+
section: "section";
|
|
1990
|
+
video: "video";
|
|
1991
|
+
image: "image";
|
|
1992
|
+
view: "view";
|
|
1951
1993
|
"a-arrow-down": "a-arrow-down";
|
|
1952
1994
|
"a-arrow-up": "a-arrow-up";
|
|
1953
1995
|
"a-large-small": "a-large-small";
|
|
@@ -2166,6 +2208,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2166
2208
|
binoculars: "binoculars";
|
|
2167
2209
|
biohazard: "biohazard";
|
|
2168
2210
|
bird: "bird";
|
|
2211
|
+
birdhouse: "birdhouse";
|
|
2169
2212
|
bitcoin: "bitcoin";
|
|
2170
2213
|
blend: "blend";
|
|
2171
2214
|
blinds: "blinds";
|
|
@@ -2224,6 +2267,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2224
2267
|
"brain-cog": "brain-cog";
|
|
2225
2268
|
"brick-wall": "brick-wall";
|
|
2226
2269
|
"brick-wall-fire": "brick-wall-fire";
|
|
2270
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
2227
2271
|
briefcase: "briefcase";
|
|
2228
2272
|
"briefcase-business": "briefcase-business";
|
|
2229
2273
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -2311,6 +2355,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2311
2355
|
"chart-pie": "chart-pie";
|
|
2312
2356
|
"chart-scatter": "chart-scatter";
|
|
2313
2357
|
"chart-spline": "chart-spline";
|
|
2358
|
+
check: "check";
|
|
2314
2359
|
"check-check": "check-check";
|
|
2315
2360
|
"check-circle": "check-circle";
|
|
2316
2361
|
"check-circle-2": "check-circle-2";
|
|
@@ -2343,6 +2388,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2343
2388
|
"chevrons-up": "chevrons-up";
|
|
2344
2389
|
"chevrons-up-down": "chevrons-up-down";
|
|
2345
2390
|
chrome: "chrome";
|
|
2391
|
+
chromium: "chromium";
|
|
2346
2392
|
church: "church";
|
|
2347
2393
|
cigarette: "cigarette";
|
|
2348
2394
|
"cigarette-off": "cigarette-off";
|
|
@@ -2387,6 +2433,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2387
2433
|
"circle-slash-2": "circle-slash-2";
|
|
2388
2434
|
"circle-slashed": "circle-slashed";
|
|
2389
2435
|
"circle-small": "circle-small";
|
|
2436
|
+
"circle-star": "circle-star";
|
|
2390
2437
|
"circle-stop": "circle-stop";
|
|
2391
2438
|
"circle-user": "circle-user";
|
|
2392
2439
|
"circle-user-round": "circle-user-round";
|
|
@@ -2396,6 +2443,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2396
2443
|
clapperboard: "clapperboard";
|
|
2397
2444
|
clipboard: "clipboard";
|
|
2398
2445
|
"clipboard-check": "clipboard-check";
|
|
2446
|
+
"clipboard-clock": "clipboard-clock";
|
|
2399
2447
|
"clipboard-copy": "clipboard-copy";
|
|
2400
2448
|
"clipboard-edit": "clipboard-edit";
|
|
2401
2449
|
"clipboard-list": "clipboard-list";
|
|
@@ -2425,6 +2473,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2425
2473
|
"clock-arrow-up": "clock-arrow-up";
|
|
2426
2474
|
"clock-fading": "clock-fading";
|
|
2427
2475
|
"clock-plus": "clock-plus";
|
|
2476
|
+
"closed-caption": "closed-caption";
|
|
2428
2477
|
cloud: "cloud";
|
|
2429
2478
|
"cloud-alert": "cloud-alert";
|
|
2430
2479
|
"cloud-check": "cloud-check";
|
|
@@ -2572,6 +2621,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2572
2621
|
eraser: "eraser";
|
|
2573
2622
|
"ethernet-port": "ethernet-port";
|
|
2574
2623
|
euro: "euro";
|
|
2624
|
+
"ev-charger": "ev-charger";
|
|
2575
2625
|
"external-link": "external-link";
|
|
2576
2626
|
eye: "eye";
|
|
2577
2627
|
"eye-closed": "eye-closed";
|
|
@@ -2626,6 +2676,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2626
2676
|
"file-pen": "file-pen";
|
|
2627
2677
|
"file-pen-line": "file-pen-line";
|
|
2628
2678
|
"file-pie-chart": "file-pie-chart";
|
|
2679
|
+
"file-play": "file-play";
|
|
2629
2680
|
"file-plus": "file-plus";
|
|
2630
2681
|
"file-plus-2": "file-plus-2";
|
|
2631
2682
|
"file-question": "file-question";
|
|
@@ -2646,6 +2697,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2646
2697
|
"file-user": "file-user";
|
|
2647
2698
|
"file-video": "file-video";
|
|
2648
2699
|
"file-video-2": "file-video-2";
|
|
2700
|
+
"file-video-camera": "file-video-camera";
|
|
2649
2701
|
"file-volume": "file-volume";
|
|
2650
2702
|
"file-volume-2": "file-volume-2";
|
|
2651
2703
|
"file-warning": "file-warning";
|
|
@@ -2733,6 +2785,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2733
2785
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
2734
2786
|
gamepad: "gamepad";
|
|
2735
2787
|
"gamepad-2": "gamepad-2";
|
|
2788
|
+
"gamepad-directional": "gamepad-directional";
|
|
2736
2789
|
"gantt-chart": "gantt-chart";
|
|
2737
2790
|
"gantt-chart-square": "gantt-chart-square";
|
|
2738
2791
|
gauge: "gauge";
|
|
@@ -2789,16 +2842,20 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2789
2842
|
hammer: "hammer";
|
|
2790
2843
|
hand: "hand";
|
|
2791
2844
|
"hand-coins": "hand-coins";
|
|
2845
|
+
"hand-fist": "hand-fist";
|
|
2846
|
+
"hand-grab": "hand-grab";
|
|
2792
2847
|
"hand-heart": "hand-heart";
|
|
2793
2848
|
"hand-helping": "hand-helping";
|
|
2794
2849
|
"hand-metal": "hand-metal";
|
|
2795
2850
|
"hand-platter": "hand-platter";
|
|
2851
|
+
handbag: "handbag";
|
|
2796
2852
|
handshake: "handshake";
|
|
2797
2853
|
"hard-drive": "hard-drive";
|
|
2798
2854
|
"hard-drive-download": "hard-drive-download";
|
|
2799
2855
|
"hard-drive-upload": "hard-drive-upload";
|
|
2800
2856
|
"hard-hat": "hard-hat";
|
|
2801
2857
|
hash: "hash";
|
|
2858
|
+
"hat-glasses": "hat-glasses";
|
|
2802
2859
|
haze: "haze";
|
|
2803
2860
|
"hdmi-port": "hdmi-port";
|
|
2804
2861
|
"heading-1": "heading-1";
|
|
@@ -2830,6 +2887,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2830
2887
|
hotel: "hotel";
|
|
2831
2888
|
hourglass: "hourglass";
|
|
2832
2889
|
house: "house";
|
|
2890
|
+
"house-heart": "house-heart";
|
|
2833
2891
|
"house-plug": "house-plug";
|
|
2834
2892
|
"house-plus": "house-plus";
|
|
2835
2893
|
"house-wifi": "house-wifi";
|
|
@@ -2865,6 +2923,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2865
2923
|
kanban: "kanban";
|
|
2866
2924
|
"kanban-square": "kanban-square";
|
|
2867
2925
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
2926
|
+
kayak: "kayak";
|
|
2868
2927
|
"key-round": "key-round";
|
|
2869
2928
|
"key-square": "key-square";
|
|
2870
2929
|
keyboard: "keyboard";
|
|
@@ -2914,10 +2973,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2914
2973
|
linkedin: "linkedin";
|
|
2915
2974
|
"list-check": "list-check";
|
|
2916
2975
|
"list-checks": "list-checks";
|
|
2976
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
2977
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
2917
2978
|
"list-collapse": "list-collapse";
|
|
2918
2979
|
"list-end": "list-end";
|
|
2919
2980
|
"list-filter": "list-filter";
|
|
2920
2981
|
"list-filter-plus": "list-filter-plus";
|
|
2982
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
2983
|
+
"list-indent-increase": "list-indent-increase";
|
|
2921
2984
|
"list-minus": "list-minus";
|
|
2922
2985
|
"list-music": "list-music";
|
|
2923
2986
|
"list-ordered": "list-ordered";
|
|
@@ -2959,6 +3022,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2959
3022
|
"mail-x": "mail-x";
|
|
2960
3023
|
mailbox: "mailbox";
|
|
2961
3024
|
mails: "mails";
|
|
3025
|
+
"map-minus": "map-minus";
|
|
2962
3026
|
"map-pin": "map-pin";
|
|
2963
3027
|
"map-pin-check": "map-pin-check";
|
|
2964
3028
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -2966,6 +3030,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2966
3030
|
"map-pin-minus": "map-pin-minus";
|
|
2967
3031
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
2968
3032
|
"map-pin-off": "map-pin-off";
|
|
3033
|
+
"map-pin-pen": "map-pin-pen";
|
|
2969
3034
|
"map-pin-plus": "map-pin-plus";
|
|
2970
3035
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
2971
3036
|
"map-pin-x": "map-pin-x";
|
|
@@ -3029,6 +3094,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3029
3094
|
"minus-square": "minus-square";
|
|
3030
3095
|
monitor: "monitor";
|
|
3031
3096
|
"monitor-check": "monitor-check";
|
|
3097
|
+
"monitor-cloud": "monitor-cloud";
|
|
3032
3098
|
"monitor-cog": "monitor-cog";
|
|
3033
3099
|
"monitor-dot": "monitor-dot";
|
|
3034
3100
|
"monitor-down": "monitor-down";
|
|
@@ -3044,6 +3110,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3044
3110
|
"moon-star": "moon-star";
|
|
3045
3111
|
"more-horizontal": "more-horizontal";
|
|
3046
3112
|
"more-vertical": "more-vertical";
|
|
3113
|
+
motorbike: "motorbike";
|
|
3047
3114
|
mountain: "mountain";
|
|
3048
3115
|
"mountain-snow": "mountain-snow";
|
|
3049
3116
|
"mouse-off": "mouse-off";
|
|
@@ -3120,12 +3187,14 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3120
3187
|
"panel-left-dashed": "panel-left-dashed";
|
|
3121
3188
|
"panel-left-inactive": "panel-left-inactive";
|
|
3122
3189
|
"panel-left-open": "panel-left-open";
|
|
3190
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
3123
3191
|
"panel-right": "panel-right";
|
|
3124
3192
|
"panel-right-close": "panel-right-close";
|
|
3125
3193
|
"panel-right-dashed": "panel-right-dashed";
|
|
3126
3194
|
"panel-right-inactive": "panel-right-inactive";
|
|
3127
3195
|
"panel-right-open": "panel-right-open";
|
|
3128
3196
|
"panel-top": "panel-top";
|
|
3197
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
3129
3198
|
"panel-top-close": "panel-top-close";
|
|
3130
3199
|
"panel-top-dashed": "panel-top-dashed";
|
|
3131
3200
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -3254,6 +3323,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3254
3323
|
"refresh-cw": "refresh-cw";
|
|
3255
3324
|
"refresh-cw-off": "refresh-cw-off";
|
|
3256
3325
|
refrigerator: "refrigerator";
|
|
3326
|
+
regex: "regex";
|
|
3257
3327
|
"remove-formatting": "remove-formatting";
|
|
3258
3328
|
"repeat-1": "repeat-1";
|
|
3259
3329
|
"repeat-2": "repeat-2";
|
|
@@ -3265,6 +3335,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3265
3335
|
rocket: "rocket";
|
|
3266
3336
|
"rocking-chair": "rocking-chair";
|
|
3267
3337
|
"roller-coaster": "roller-coaster";
|
|
3338
|
+
rose: "rose";
|
|
3268
3339
|
"rotate-3-d": "rotate-3-d";
|
|
3269
3340
|
"rotate-3d": "rotate-3d";
|
|
3270
3341
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -3332,7 +3403,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3332
3403
|
share: "share";
|
|
3333
3404
|
"share-2": "share-2";
|
|
3334
3405
|
sheet: "sheet";
|
|
3335
|
-
shell: "shell";
|
|
3336
3406
|
shield: "shield";
|
|
3337
3407
|
"shield-alert": "shield-alert";
|
|
3338
3408
|
"shield-ban": "shield-ban";
|
|
@@ -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,20 +3880,20 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3799
3880
|
text: "text";
|
|
3800
3881
|
mouse: "mouse";
|
|
3801
3882
|
pen: "pen";
|
|
3802
|
-
|
|
3883
|
+
circle: "circle";
|
|
3803
3884
|
target: "target";
|
|
3804
3885
|
radius: "radius";
|
|
3805
3886
|
scale: "scale";
|
|
3806
3887
|
x: "x";
|
|
3807
|
-
|
|
3808
|
-
video: "video";
|
|
3809
|
-
circle: "circle";
|
|
3810
|
-
image: "image";
|
|
3811
|
-
view: "view";
|
|
3888
|
+
shell: "shell";
|
|
3812
3889
|
baseline: "baseline";
|
|
3813
3890
|
terminal: "terminal";
|
|
3814
3891
|
square: "square";
|
|
3815
3892
|
move: "move";
|
|
3893
|
+
section: "section";
|
|
3894
|
+
video: "video";
|
|
3895
|
+
image: "image";
|
|
3896
|
+
view: "view";
|
|
3816
3897
|
"a-arrow-down": "a-arrow-down";
|
|
3817
3898
|
"a-arrow-up": "a-arrow-up";
|
|
3818
3899
|
"a-large-small": "a-large-small";
|
|
@@ -4031,6 +4112,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4031
4112
|
binoculars: "binoculars";
|
|
4032
4113
|
biohazard: "biohazard";
|
|
4033
4114
|
bird: "bird";
|
|
4115
|
+
birdhouse: "birdhouse";
|
|
4034
4116
|
bitcoin: "bitcoin";
|
|
4035
4117
|
blend: "blend";
|
|
4036
4118
|
blinds: "blinds";
|
|
@@ -4089,6 +4171,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4089
4171
|
"brain-cog": "brain-cog";
|
|
4090
4172
|
"brick-wall": "brick-wall";
|
|
4091
4173
|
"brick-wall-fire": "brick-wall-fire";
|
|
4174
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
4092
4175
|
briefcase: "briefcase";
|
|
4093
4176
|
"briefcase-business": "briefcase-business";
|
|
4094
4177
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -4176,6 +4259,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4176
4259
|
"chart-pie": "chart-pie";
|
|
4177
4260
|
"chart-scatter": "chart-scatter";
|
|
4178
4261
|
"chart-spline": "chart-spline";
|
|
4262
|
+
check: "check";
|
|
4179
4263
|
"check-check": "check-check";
|
|
4180
4264
|
"check-circle": "check-circle";
|
|
4181
4265
|
"check-circle-2": "check-circle-2";
|
|
@@ -4208,6 +4292,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4208
4292
|
"chevrons-up": "chevrons-up";
|
|
4209
4293
|
"chevrons-up-down": "chevrons-up-down";
|
|
4210
4294
|
chrome: "chrome";
|
|
4295
|
+
chromium: "chromium";
|
|
4211
4296
|
church: "church";
|
|
4212
4297
|
cigarette: "cigarette";
|
|
4213
4298
|
"cigarette-off": "cigarette-off";
|
|
@@ -4252,6 +4337,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4252
4337
|
"circle-slash-2": "circle-slash-2";
|
|
4253
4338
|
"circle-slashed": "circle-slashed";
|
|
4254
4339
|
"circle-small": "circle-small";
|
|
4340
|
+
"circle-star": "circle-star";
|
|
4255
4341
|
"circle-stop": "circle-stop";
|
|
4256
4342
|
"circle-user": "circle-user";
|
|
4257
4343
|
"circle-user-round": "circle-user-round";
|
|
@@ -4261,6 +4347,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4261
4347
|
clapperboard: "clapperboard";
|
|
4262
4348
|
clipboard: "clipboard";
|
|
4263
4349
|
"clipboard-check": "clipboard-check";
|
|
4350
|
+
"clipboard-clock": "clipboard-clock";
|
|
4264
4351
|
"clipboard-copy": "clipboard-copy";
|
|
4265
4352
|
"clipboard-edit": "clipboard-edit";
|
|
4266
4353
|
"clipboard-list": "clipboard-list";
|
|
@@ -4290,6 +4377,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4290
4377
|
"clock-arrow-up": "clock-arrow-up";
|
|
4291
4378
|
"clock-fading": "clock-fading";
|
|
4292
4379
|
"clock-plus": "clock-plus";
|
|
4380
|
+
"closed-caption": "closed-caption";
|
|
4293
4381
|
cloud: "cloud";
|
|
4294
4382
|
"cloud-alert": "cloud-alert";
|
|
4295
4383
|
"cloud-check": "cloud-check";
|
|
@@ -4437,6 +4525,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4437
4525
|
eraser: "eraser";
|
|
4438
4526
|
"ethernet-port": "ethernet-port";
|
|
4439
4527
|
euro: "euro";
|
|
4528
|
+
"ev-charger": "ev-charger";
|
|
4440
4529
|
"external-link": "external-link";
|
|
4441
4530
|
eye: "eye";
|
|
4442
4531
|
"eye-closed": "eye-closed";
|
|
@@ -4491,6 +4580,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4491
4580
|
"file-pen": "file-pen";
|
|
4492
4581
|
"file-pen-line": "file-pen-line";
|
|
4493
4582
|
"file-pie-chart": "file-pie-chart";
|
|
4583
|
+
"file-play": "file-play";
|
|
4494
4584
|
"file-plus": "file-plus";
|
|
4495
4585
|
"file-plus-2": "file-plus-2";
|
|
4496
4586
|
"file-question": "file-question";
|
|
@@ -4511,6 +4601,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4511
4601
|
"file-user": "file-user";
|
|
4512
4602
|
"file-video": "file-video";
|
|
4513
4603
|
"file-video-2": "file-video-2";
|
|
4604
|
+
"file-video-camera": "file-video-camera";
|
|
4514
4605
|
"file-volume": "file-volume";
|
|
4515
4606
|
"file-volume-2": "file-volume-2";
|
|
4516
4607
|
"file-warning": "file-warning";
|
|
@@ -4598,6 +4689,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4598
4689
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
4599
4690
|
gamepad: "gamepad";
|
|
4600
4691
|
"gamepad-2": "gamepad-2";
|
|
4692
|
+
"gamepad-directional": "gamepad-directional";
|
|
4601
4693
|
"gantt-chart": "gantt-chart";
|
|
4602
4694
|
"gantt-chart-square": "gantt-chart-square";
|
|
4603
4695
|
gauge: "gauge";
|
|
@@ -4654,16 +4746,20 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4654
4746
|
hammer: "hammer";
|
|
4655
4747
|
hand: "hand";
|
|
4656
4748
|
"hand-coins": "hand-coins";
|
|
4749
|
+
"hand-fist": "hand-fist";
|
|
4750
|
+
"hand-grab": "hand-grab";
|
|
4657
4751
|
"hand-heart": "hand-heart";
|
|
4658
4752
|
"hand-helping": "hand-helping";
|
|
4659
4753
|
"hand-metal": "hand-metal";
|
|
4660
4754
|
"hand-platter": "hand-platter";
|
|
4755
|
+
handbag: "handbag";
|
|
4661
4756
|
handshake: "handshake";
|
|
4662
4757
|
"hard-drive": "hard-drive";
|
|
4663
4758
|
"hard-drive-download": "hard-drive-download";
|
|
4664
4759
|
"hard-drive-upload": "hard-drive-upload";
|
|
4665
4760
|
"hard-hat": "hard-hat";
|
|
4666
4761
|
hash: "hash";
|
|
4762
|
+
"hat-glasses": "hat-glasses";
|
|
4667
4763
|
haze: "haze";
|
|
4668
4764
|
"hdmi-port": "hdmi-port";
|
|
4669
4765
|
"heading-1": "heading-1";
|
|
@@ -4695,6 +4791,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4695
4791
|
hotel: "hotel";
|
|
4696
4792
|
hourglass: "hourglass";
|
|
4697
4793
|
house: "house";
|
|
4794
|
+
"house-heart": "house-heart";
|
|
4698
4795
|
"house-plug": "house-plug";
|
|
4699
4796
|
"house-plus": "house-plus";
|
|
4700
4797
|
"house-wifi": "house-wifi";
|
|
@@ -4730,6 +4827,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4730
4827
|
kanban: "kanban";
|
|
4731
4828
|
"kanban-square": "kanban-square";
|
|
4732
4829
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
4830
|
+
kayak: "kayak";
|
|
4733
4831
|
"key-round": "key-round";
|
|
4734
4832
|
"key-square": "key-square";
|
|
4735
4833
|
keyboard: "keyboard";
|
|
@@ -4779,10 +4877,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4779
4877
|
linkedin: "linkedin";
|
|
4780
4878
|
"list-check": "list-check";
|
|
4781
4879
|
"list-checks": "list-checks";
|
|
4880
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
4881
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
4782
4882
|
"list-collapse": "list-collapse";
|
|
4783
4883
|
"list-end": "list-end";
|
|
4784
4884
|
"list-filter": "list-filter";
|
|
4785
4885
|
"list-filter-plus": "list-filter-plus";
|
|
4886
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
4887
|
+
"list-indent-increase": "list-indent-increase";
|
|
4786
4888
|
"list-minus": "list-minus";
|
|
4787
4889
|
"list-music": "list-music";
|
|
4788
4890
|
"list-ordered": "list-ordered";
|
|
@@ -4824,6 +4926,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4824
4926
|
"mail-x": "mail-x";
|
|
4825
4927
|
mailbox: "mailbox";
|
|
4826
4928
|
mails: "mails";
|
|
4929
|
+
"map-minus": "map-minus";
|
|
4827
4930
|
"map-pin": "map-pin";
|
|
4828
4931
|
"map-pin-check": "map-pin-check";
|
|
4829
4932
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -4831,6 +4934,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4831
4934
|
"map-pin-minus": "map-pin-minus";
|
|
4832
4935
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
4833
4936
|
"map-pin-off": "map-pin-off";
|
|
4937
|
+
"map-pin-pen": "map-pin-pen";
|
|
4834
4938
|
"map-pin-plus": "map-pin-plus";
|
|
4835
4939
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
4836
4940
|
"map-pin-x": "map-pin-x";
|
|
@@ -4894,6 +4998,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4894
4998
|
"minus-square": "minus-square";
|
|
4895
4999
|
monitor: "monitor";
|
|
4896
5000
|
"monitor-check": "monitor-check";
|
|
5001
|
+
"monitor-cloud": "monitor-cloud";
|
|
4897
5002
|
"monitor-cog": "monitor-cog";
|
|
4898
5003
|
"monitor-dot": "monitor-dot";
|
|
4899
5004
|
"monitor-down": "monitor-down";
|
|
@@ -4909,6 +5014,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4909
5014
|
"moon-star": "moon-star";
|
|
4910
5015
|
"more-horizontal": "more-horizontal";
|
|
4911
5016
|
"more-vertical": "more-vertical";
|
|
5017
|
+
motorbike: "motorbike";
|
|
4912
5018
|
mountain: "mountain";
|
|
4913
5019
|
"mountain-snow": "mountain-snow";
|
|
4914
5020
|
"mouse-off": "mouse-off";
|
|
@@ -4985,12 +5091,14 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4985
5091
|
"panel-left-dashed": "panel-left-dashed";
|
|
4986
5092
|
"panel-left-inactive": "panel-left-inactive";
|
|
4987
5093
|
"panel-left-open": "panel-left-open";
|
|
5094
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
4988
5095
|
"panel-right": "panel-right";
|
|
4989
5096
|
"panel-right-close": "panel-right-close";
|
|
4990
5097
|
"panel-right-dashed": "panel-right-dashed";
|
|
4991
5098
|
"panel-right-inactive": "panel-right-inactive";
|
|
4992
5099
|
"panel-right-open": "panel-right-open";
|
|
4993
5100
|
"panel-top": "panel-top";
|
|
5101
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
4994
5102
|
"panel-top-close": "panel-top-close";
|
|
4995
5103
|
"panel-top-dashed": "panel-top-dashed";
|
|
4996
5104
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -5119,6 +5227,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5119
5227
|
"refresh-cw": "refresh-cw";
|
|
5120
5228
|
"refresh-cw-off": "refresh-cw-off";
|
|
5121
5229
|
refrigerator: "refrigerator";
|
|
5230
|
+
regex: "regex";
|
|
5122
5231
|
"remove-formatting": "remove-formatting";
|
|
5123
5232
|
"repeat-1": "repeat-1";
|
|
5124
5233
|
"repeat-2": "repeat-2";
|
|
@@ -5130,6 +5239,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5130
5239
|
rocket: "rocket";
|
|
5131
5240
|
"rocking-chair": "rocking-chair";
|
|
5132
5241
|
"roller-coaster": "roller-coaster";
|
|
5242
|
+
rose: "rose";
|
|
5133
5243
|
"rotate-3-d": "rotate-3-d";
|
|
5134
5244
|
"rotate-3d": "rotate-3d";
|
|
5135
5245
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -5197,7 +5307,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5197
5307
|
share: "share";
|
|
5198
5308
|
"share-2": "share-2";
|
|
5199
5309
|
sheet: "sheet";
|
|
5200
|
-
shell: "shell";
|
|
5201
5310
|
shield: "shield";
|
|
5202
5311
|
"shield-alert": "shield-alert";
|
|
5203
5312
|
"shield-ban": "shield-ban";
|
|
@@ -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,20 +5785,20 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5665
5785
|
text: "text";
|
|
5666
5786
|
mouse: "mouse";
|
|
5667
5787
|
pen: "pen";
|
|
5668
|
-
|
|
5788
|
+
circle: "circle";
|
|
5669
5789
|
target: "target";
|
|
5670
5790
|
radius: "radius";
|
|
5671
5791
|
scale: "scale";
|
|
5672
5792
|
x: "x";
|
|
5673
|
-
|
|
5674
|
-
video: "video";
|
|
5675
|
-
circle: "circle";
|
|
5676
|
-
image: "image";
|
|
5677
|
-
view: "view";
|
|
5793
|
+
shell: "shell";
|
|
5678
5794
|
baseline: "baseline";
|
|
5679
5795
|
terminal: "terminal";
|
|
5680
5796
|
square: "square";
|
|
5681
5797
|
move: "move";
|
|
5798
|
+
section: "section";
|
|
5799
|
+
video: "video";
|
|
5800
|
+
image: "image";
|
|
5801
|
+
view: "view";
|
|
5682
5802
|
"a-arrow-down": "a-arrow-down";
|
|
5683
5803
|
"a-arrow-up": "a-arrow-up";
|
|
5684
5804
|
"a-large-small": "a-large-small";
|
|
@@ -5897,6 +6017,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5897
6017
|
binoculars: "binoculars";
|
|
5898
6018
|
biohazard: "biohazard";
|
|
5899
6019
|
bird: "bird";
|
|
6020
|
+
birdhouse: "birdhouse";
|
|
5900
6021
|
bitcoin: "bitcoin";
|
|
5901
6022
|
blend: "blend";
|
|
5902
6023
|
blinds: "blinds";
|
|
@@ -5955,6 +6076,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5955
6076
|
"brain-cog": "brain-cog";
|
|
5956
6077
|
"brick-wall": "brick-wall";
|
|
5957
6078
|
"brick-wall-fire": "brick-wall-fire";
|
|
6079
|
+
"brick-wall-shield": "brick-wall-shield";
|
|
5958
6080
|
briefcase: "briefcase";
|
|
5959
6081
|
"briefcase-business": "briefcase-business";
|
|
5960
6082
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
@@ -6042,6 +6164,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6042
6164
|
"chart-pie": "chart-pie";
|
|
6043
6165
|
"chart-scatter": "chart-scatter";
|
|
6044
6166
|
"chart-spline": "chart-spline";
|
|
6167
|
+
check: "check";
|
|
6045
6168
|
"check-check": "check-check";
|
|
6046
6169
|
"check-circle": "check-circle";
|
|
6047
6170
|
"check-circle-2": "check-circle-2";
|
|
@@ -6074,6 +6197,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6074
6197
|
"chevrons-up": "chevrons-up";
|
|
6075
6198
|
"chevrons-up-down": "chevrons-up-down";
|
|
6076
6199
|
chrome: "chrome";
|
|
6200
|
+
chromium: "chromium";
|
|
6077
6201
|
church: "church";
|
|
6078
6202
|
cigarette: "cigarette";
|
|
6079
6203
|
"cigarette-off": "cigarette-off";
|
|
@@ -6118,6 +6242,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6118
6242
|
"circle-slash-2": "circle-slash-2";
|
|
6119
6243
|
"circle-slashed": "circle-slashed";
|
|
6120
6244
|
"circle-small": "circle-small";
|
|
6245
|
+
"circle-star": "circle-star";
|
|
6121
6246
|
"circle-stop": "circle-stop";
|
|
6122
6247
|
"circle-user": "circle-user";
|
|
6123
6248
|
"circle-user-round": "circle-user-round";
|
|
@@ -6127,6 +6252,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6127
6252
|
clapperboard: "clapperboard";
|
|
6128
6253
|
clipboard: "clipboard";
|
|
6129
6254
|
"clipboard-check": "clipboard-check";
|
|
6255
|
+
"clipboard-clock": "clipboard-clock";
|
|
6130
6256
|
"clipboard-copy": "clipboard-copy";
|
|
6131
6257
|
"clipboard-edit": "clipboard-edit";
|
|
6132
6258
|
"clipboard-list": "clipboard-list";
|
|
@@ -6156,6 +6282,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6156
6282
|
"clock-arrow-up": "clock-arrow-up";
|
|
6157
6283
|
"clock-fading": "clock-fading";
|
|
6158
6284
|
"clock-plus": "clock-plus";
|
|
6285
|
+
"closed-caption": "closed-caption";
|
|
6159
6286
|
cloud: "cloud";
|
|
6160
6287
|
"cloud-alert": "cloud-alert";
|
|
6161
6288
|
"cloud-check": "cloud-check";
|
|
@@ -6303,6 +6430,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6303
6430
|
eraser: "eraser";
|
|
6304
6431
|
"ethernet-port": "ethernet-port";
|
|
6305
6432
|
euro: "euro";
|
|
6433
|
+
"ev-charger": "ev-charger";
|
|
6306
6434
|
"external-link": "external-link";
|
|
6307
6435
|
eye: "eye";
|
|
6308
6436
|
"eye-closed": "eye-closed";
|
|
@@ -6357,6 +6485,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6357
6485
|
"file-pen": "file-pen";
|
|
6358
6486
|
"file-pen-line": "file-pen-line";
|
|
6359
6487
|
"file-pie-chart": "file-pie-chart";
|
|
6488
|
+
"file-play": "file-play";
|
|
6360
6489
|
"file-plus": "file-plus";
|
|
6361
6490
|
"file-plus-2": "file-plus-2";
|
|
6362
6491
|
"file-question": "file-question";
|
|
@@ -6377,6 +6506,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6377
6506
|
"file-user": "file-user";
|
|
6378
6507
|
"file-video": "file-video";
|
|
6379
6508
|
"file-video-2": "file-video-2";
|
|
6509
|
+
"file-video-camera": "file-video-camera";
|
|
6380
6510
|
"file-volume": "file-volume";
|
|
6381
6511
|
"file-volume-2": "file-volume-2";
|
|
6382
6512
|
"file-warning": "file-warning";
|
|
@@ -6464,6 +6594,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6464
6594
|
"gallery-vertical-end": "gallery-vertical-end";
|
|
6465
6595
|
gamepad: "gamepad";
|
|
6466
6596
|
"gamepad-2": "gamepad-2";
|
|
6597
|
+
"gamepad-directional": "gamepad-directional";
|
|
6467
6598
|
"gantt-chart": "gantt-chart";
|
|
6468
6599
|
"gantt-chart-square": "gantt-chart-square";
|
|
6469
6600
|
gauge: "gauge";
|
|
@@ -6520,16 +6651,20 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6520
6651
|
hammer: "hammer";
|
|
6521
6652
|
hand: "hand";
|
|
6522
6653
|
"hand-coins": "hand-coins";
|
|
6654
|
+
"hand-fist": "hand-fist";
|
|
6655
|
+
"hand-grab": "hand-grab";
|
|
6523
6656
|
"hand-heart": "hand-heart";
|
|
6524
6657
|
"hand-helping": "hand-helping";
|
|
6525
6658
|
"hand-metal": "hand-metal";
|
|
6526
6659
|
"hand-platter": "hand-platter";
|
|
6660
|
+
handbag: "handbag";
|
|
6527
6661
|
handshake: "handshake";
|
|
6528
6662
|
"hard-drive": "hard-drive";
|
|
6529
6663
|
"hard-drive-download": "hard-drive-download";
|
|
6530
6664
|
"hard-drive-upload": "hard-drive-upload";
|
|
6531
6665
|
"hard-hat": "hard-hat";
|
|
6532
6666
|
hash: "hash";
|
|
6667
|
+
"hat-glasses": "hat-glasses";
|
|
6533
6668
|
haze: "haze";
|
|
6534
6669
|
"hdmi-port": "hdmi-port";
|
|
6535
6670
|
"heading-1": "heading-1";
|
|
@@ -6561,6 +6696,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6561
6696
|
hotel: "hotel";
|
|
6562
6697
|
hourglass: "hourglass";
|
|
6563
6698
|
house: "house";
|
|
6699
|
+
"house-heart": "house-heart";
|
|
6564
6700
|
"house-plug": "house-plug";
|
|
6565
6701
|
"house-plus": "house-plus";
|
|
6566
6702
|
"house-wifi": "house-wifi";
|
|
@@ -6596,6 +6732,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6596
6732
|
kanban: "kanban";
|
|
6597
6733
|
"kanban-square": "kanban-square";
|
|
6598
6734
|
"kanban-square-dashed": "kanban-square-dashed";
|
|
6735
|
+
kayak: "kayak";
|
|
6599
6736
|
"key-round": "key-round";
|
|
6600
6737
|
"key-square": "key-square";
|
|
6601
6738
|
keyboard: "keyboard";
|
|
@@ -6645,10 +6782,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6645
6782
|
linkedin: "linkedin";
|
|
6646
6783
|
"list-check": "list-check";
|
|
6647
6784
|
"list-checks": "list-checks";
|
|
6785
|
+
"list-chevrons-down-up": "list-chevrons-down-up";
|
|
6786
|
+
"list-chevrons-up-down": "list-chevrons-up-down";
|
|
6648
6787
|
"list-collapse": "list-collapse";
|
|
6649
6788
|
"list-end": "list-end";
|
|
6650
6789
|
"list-filter": "list-filter";
|
|
6651
6790
|
"list-filter-plus": "list-filter-plus";
|
|
6791
|
+
"list-indent-decrease": "list-indent-decrease";
|
|
6792
|
+
"list-indent-increase": "list-indent-increase";
|
|
6652
6793
|
"list-minus": "list-minus";
|
|
6653
6794
|
"list-music": "list-music";
|
|
6654
6795
|
"list-ordered": "list-ordered";
|
|
@@ -6690,6 +6831,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6690
6831
|
"mail-x": "mail-x";
|
|
6691
6832
|
mailbox: "mailbox";
|
|
6692
6833
|
mails: "mails";
|
|
6834
|
+
"map-minus": "map-minus";
|
|
6693
6835
|
"map-pin": "map-pin";
|
|
6694
6836
|
"map-pin-check": "map-pin-check";
|
|
6695
6837
|
"map-pin-check-inside": "map-pin-check-inside";
|
|
@@ -6697,6 +6839,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6697
6839
|
"map-pin-minus": "map-pin-minus";
|
|
6698
6840
|
"map-pin-minus-inside": "map-pin-minus-inside";
|
|
6699
6841
|
"map-pin-off": "map-pin-off";
|
|
6842
|
+
"map-pin-pen": "map-pin-pen";
|
|
6700
6843
|
"map-pin-plus": "map-pin-plus";
|
|
6701
6844
|
"map-pin-plus-inside": "map-pin-plus-inside";
|
|
6702
6845
|
"map-pin-x": "map-pin-x";
|
|
@@ -6760,6 +6903,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6760
6903
|
"minus-square": "minus-square";
|
|
6761
6904
|
monitor: "monitor";
|
|
6762
6905
|
"monitor-check": "monitor-check";
|
|
6906
|
+
"monitor-cloud": "monitor-cloud";
|
|
6763
6907
|
"monitor-cog": "monitor-cog";
|
|
6764
6908
|
"monitor-dot": "monitor-dot";
|
|
6765
6909
|
"monitor-down": "monitor-down";
|
|
@@ -6775,6 +6919,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6775
6919
|
"moon-star": "moon-star";
|
|
6776
6920
|
"more-horizontal": "more-horizontal";
|
|
6777
6921
|
"more-vertical": "more-vertical";
|
|
6922
|
+
motorbike: "motorbike";
|
|
6778
6923
|
mountain: "mountain";
|
|
6779
6924
|
"mountain-snow": "mountain-snow";
|
|
6780
6925
|
"mouse-off": "mouse-off";
|
|
@@ -6851,12 +6996,14 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6851
6996
|
"panel-left-dashed": "panel-left-dashed";
|
|
6852
6997
|
"panel-left-inactive": "panel-left-inactive";
|
|
6853
6998
|
"panel-left-open": "panel-left-open";
|
|
6999
|
+
"panel-left-right-dashed": "panel-left-right-dashed";
|
|
6854
7000
|
"panel-right": "panel-right";
|
|
6855
7001
|
"panel-right-close": "panel-right-close";
|
|
6856
7002
|
"panel-right-dashed": "panel-right-dashed";
|
|
6857
7003
|
"panel-right-inactive": "panel-right-inactive";
|
|
6858
7004
|
"panel-right-open": "panel-right-open";
|
|
6859
7005
|
"panel-top": "panel-top";
|
|
7006
|
+
"panel-top-bottom-dashed": "panel-top-bottom-dashed";
|
|
6860
7007
|
"panel-top-close": "panel-top-close";
|
|
6861
7008
|
"panel-top-dashed": "panel-top-dashed";
|
|
6862
7009
|
"panel-top-inactive": "panel-top-inactive";
|
|
@@ -6985,6 +7132,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6985
7132
|
"refresh-cw": "refresh-cw";
|
|
6986
7133
|
"refresh-cw-off": "refresh-cw-off";
|
|
6987
7134
|
refrigerator: "refrigerator";
|
|
7135
|
+
regex: "regex";
|
|
6988
7136
|
"remove-formatting": "remove-formatting";
|
|
6989
7137
|
"repeat-1": "repeat-1";
|
|
6990
7138
|
"repeat-2": "repeat-2";
|
|
@@ -6996,6 +7144,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6996
7144
|
rocket: "rocket";
|
|
6997
7145
|
"rocking-chair": "rocking-chair";
|
|
6998
7146
|
"roller-coaster": "roller-coaster";
|
|
7147
|
+
rose: "rose";
|
|
6999
7148
|
"rotate-3-d": "rotate-3-d";
|
|
7000
7149
|
"rotate-3d": "rotate-3d";
|
|
7001
7150
|
"rotate-ccw": "rotate-ccw";
|
|
@@ -7063,7 +7212,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7063
7212
|
share: "share";
|
|
7064
7213
|
"share-2": "share-2";
|
|
7065
7214
|
sheet: "sheet";
|
|
7066
|
-
shell: "shell";
|
|
7067
7215
|
shield: "shield";
|
|
7068
7216
|
"shield-alert": "shield-alert";
|
|
7069
7217
|
"shield-ban": "shield-ban";
|
|
@@ -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";
|