zudoku 0.0.0-f62edde → 0.0.0-f687ed1
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 +2 -2
- package/dist/app/demo.js +17 -2
- package/dist/app/demo.js.map +1 -1
- package/dist/app/main.js +7 -13
- package/dist/app/main.js.map +1 -1
- package/dist/app/standalone.js +3 -3
- package/dist/app/standalone.js.map +1 -1
- package/dist/cli/build/handler.js +9 -1
- package/dist/cli/build/handler.js.map +1 -1
- package/dist/config/loader.js +2 -5
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/BuildSchema.js +5 -0
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +152 -5
- package/dist/config/validators/InputNavigationSchema.js +0 -3
- package/dist/config/validators/InputNavigationSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js +0 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -1
- package/dist/config/validators/NavigationSchema.js +4 -3
- package/dist/config/validators/NavigationSchema.js.map +1 -1
- package/dist/config/validators/icon-types.d.ts +1 -1
- package/dist/config/validators/icon-types.js +38 -0
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/config/validators/validate.d.ts +6 -3
- package/dist/config/validators/validate.js +15 -5
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/config/validators/validate.test.js +65 -2
- package/dist/config/validators/validate.test.js.map +1 -1
- package/dist/lib/authentication/authentication.d.ts +2 -0
- package/dist/lib/authentication/components/SignIn.js +4 -3
- package/dist/lib/authentication/components/SignIn.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +4 -2
- package/dist/lib/authentication/providers/openid.js +11 -5
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/components/Autocomplete.js +2 -2
- package/dist/lib/components/Autocomplete.js.map +1 -1
- package/dist/lib/components/Banner.js +2 -2
- package/dist/lib/components/Banner.js.map +1 -1
- package/dist/lib/components/CategoryHeading.js +1 -1
- package/dist/lib/components/CategoryHeading.js.map +1 -1
- package/dist/lib/components/ErrorPage.js +2 -2
- package/dist/lib/components/ErrorPage.js.map +1 -1
- package/dist/lib/components/Footer.js +1 -1
- package/dist/lib/components/Footer.js.map +1 -1
- package/dist/lib/components/Header.js +10 -10
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Main.js +1 -1
- package/dist/lib/components/Markdown.d.ts +0 -1
- package/dist/lib/components/Markdown.js +2 -3
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +8 -5
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/NotFoundPage.js +2 -2
- package/dist/lib/components/NotFoundPage.js.map +1 -1
- package/dist/lib/components/Pagination.js +1 -1
- package/dist/lib/components/Pagination.js.map +1 -1
- package/dist/lib/components/StatusPage.js +4 -0
- package/dist/lib/components/StatusPage.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +5 -0
- package/dist/lib/components/TopNavigation.js +16 -12
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Typography.d.ts +5 -0
- package/dist/lib/components/Typography.js +8 -0
- package/dist/lib/components/Typography.js.map +1 -0
- package/dist/lib/components/index.d.ts +4 -0
- package/dist/lib/components/index.js +2 -0
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/NavigationWrapper.js +2 -2
- package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +7 -5
- package/dist/lib/core/ZudokuContext.js +16 -3
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/errors/ErrorAlert.js +2 -3
- package/dist/lib/errors/ErrorAlert.js.map +1 -1
- package/dist/lib/hooks/useHotkey.d.ts +4 -0
- package/dist/lib/hooks/useHotkey.js +58 -0
- package/dist/lib/hooks/useHotkey.js.map +1 -0
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +8 -12
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/api-keys/index.js +1 -1
- package/dist/lib/plugins/custom-pages/index.d.ts +1 -4
- package/dist/lib/plugins/custom-pages/index.js +1 -3
- package/dist/lib/plugins/custom-pages/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +5 -5
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +3 -3
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +2 -2
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaList.js +2 -3
- package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.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/playground/BodyPanel.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/BodyPanel.js +16 -12
- package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.d.ts +8 -0
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +11 -0
- package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +2 -2
- package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.d.ts +3 -2
- package/dist/lib/plugins/openapi/playground/Headers.js +52 -30
- package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/IdentityDialog.js +2 -1
- package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/IdentitySelector.js +1 -2
- package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/InlineInput.js +1 -1
- package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -2
- package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.js +1 -2
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +50 -35
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/QueryParams.js +38 -23
- package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Spinner.d.ts +2 -0
- package/dist/lib/plugins/openapi/playground/Spinner.js +63 -0
- package/dist/lib/plugins/openapi/playground/Spinner.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.d.ts +3 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js +13 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.d.ts +1 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js +12 -0
- package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +12 -0
- package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js +11 -0
- package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.d.ts +8 -0
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +69 -0
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +7 -4
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +25 -32
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +4 -2
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +8 -10
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +2 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +4 -4
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/utils.js +3 -2
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
- package/dist/lib/plugins/search-inkeep/index.d.ts +5 -22
- package/dist/lib/plugins/search-inkeep/index.js +35 -29
- package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
- package/dist/lib/plugins/search-inkeep/inkeep.d.ts +5 -21
- package/dist/lib/plugins/search-inkeep/inkeep.js +10 -19
- package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/ResultList.d.ts +1 -1
- package/dist/lib/plugins/search-pagefind/ResultList.js +12 -5
- package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -1
- package/dist/lib/ui/Alert.d.ts +1 -1
- package/dist/lib/ui/CodeBlock.js +5 -6
- package/dist/lib/ui/CodeBlock.js.map +1 -1
- package/dist/lib/ui/Dialog.js +1 -1
- package/dist/lib/ui/Dialog.js.map +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js +1 -1
- package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/dist/lib/ui/Select.js +1 -1
- package/dist/lib/util/os.d.ts +2 -0
- package/dist/lib/util/os.js +21 -0
- package/dist/lib/util/os.js.map +1 -0
- package/dist/lib/util/useCopyToClipboard.d.ts +1 -0
- package/dist/lib/util/useCopyToClipboard.js +11 -0
- package/dist/lib/util/useCopyToClipboard.js.map +1 -0
- package/dist/vite/api/SchemaManager.js +6 -2
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +42 -11
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +82 -0
- package/dist/vite/api/schema-codegen.test.js.map +1 -1
- package/dist/vite/build.js +8 -2
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/dev-server.js +10 -2
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/mdx/remark-last-modified.js +1 -28
- package/dist/vite/mdx/remark-last-modified.js.map +1 -1
- package/dist/vite/plugin-docs.js +11 -9
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-mdx.js +2 -3
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin-theme.js +91 -40
- package/dist/vite/plugin-theme.js.map +1 -1
- package/dist/vite/plugin-theme.test.js +47 -5
- package/dist/vite/plugin-theme.test.js.map +1 -1
- package/lib/Alert-_ISVjPaE.js +161 -0
- package/lib/Alert-_ISVjPaE.js.map +1 -0
- package/lib/{Button-BE9IVkWV.js → Button-B3o-2Xdf.js} +2 -2
- package/lib/{Button-BE9IVkWV.js.map → Button-B3o-2Xdf.js.map} +1 -1
- package/lib/CallbackHandler-CHrZoaQm.js +38 -0
- package/lib/CallbackHandler-CHrZoaQm.js.map +1 -0
- package/lib/{Card-DPhGbYUM.js → Card-CMDQUPM4.js} +2 -2
- package/lib/{Card-DPhGbYUM.js.map → Card-CMDQUPM4.js.map} +1 -1
- package/lib/ClientOnly-E7hGysn1.js.map +1 -1
- package/lib/CodeBlock-B-G0eKtw.js +85 -0
- package/lib/CodeBlock-B-G0eKtw.js.map +1 -0
- package/lib/Command-C9AC5cf-.js +140 -0
- package/lib/Command-C9AC5cf-.js.map +1 -0
- package/lib/{Dialog-BxpuVLh9.js → Dialog-DMWw1doX.js} +6 -6
- package/lib/Dialog-DMWw1doX.js.map +1 -0
- package/lib/{Drawer-BzkOKwgC.js → Drawer-DJ05s2pH.js} +86 -86
- package/lib/{Drawer-BzkOKwgC.js.map → Drawer-DJ05s2pH.js.map} +1 -1
- package/lib/MdxPage-CO_w2FI6.js +110 -0
- package/lib/MdxPage-CO_w2FI6.js.map +1 -0
- package/lib/{OasProvider-CUXXF3oj.js → OasProvider-BbVO6EgC.js} +3 -3
- package/lib/{OasProvider-CUXXF3oj.js.map → OasProvider-BbVO6EgC.js.map} +1 -1
- package/lib/{OperationList-P_vP7u7f.js → OperationList-Crvmqvd9.js} +726 -714
- package/lib/OperationList-Crvmqvd9.js.map +1 -0
- package/lib/{Pagination-tnJwvuLq.js → Pagination-Ct2YfjYl.js} +10 -9
- package/lib/Pagination-Ct2YfjYl.js.map +1 -0
- package/lib/RouteGuard-Vnlz_t51.js +737 -0
- package/lib/RouteGuard-Vnlz_t51.js.map +1 -0
- package/lib/{SchemaList-6GhTLPZt.js → SchemaList-DOYtqnab.js} +26 -37
- package/lib/SchemaList-DOYtqnab.js.map +1 -0
- package/lib/{SchemaView-DTIMiB_H.js → SchemaView-CyRfElaI.js} +94 -103
- package/lib/SchemaView-CyRfElaI.js.map +1 -0
- package/lib/SignUp-CcP8Tyfs.js +56 -0
- package/lib/SignUp-CcP8Tyfs.js.map +1 -0
- package/lib/{Markdown-BF7mJP8j.js → Slot-DqgTXQwt.js} +3359 -3002
- package/lib/Slot-DqgTXQwt.js.map +1 -0
- package/lib/Spinner-mNLZ6awP.js.map +1 -1
- package/lib/{SyntaxHighlight-C5ja40ix.js → SyntaxHighlight-bm761HDo.js} +756 -756
- package/lib/SyntaxHighlight-bm761HDo.js.map +1 -0
- package/lib/{Toc-BxYiZwxz.js → Toc-8NJ4k4Us.js} +3 -3
- package/lib/{Toc-BxYiZwxz.js.map → Toc-8NJ4k4Us.js.map} +1 -1
- package/lib/{chunk-DQRVZFIR-BblmKnHy.js → chunk-DQRVZFIR-DHK7_Ilc.js} +7 -7
- package/lib/{chunk-DQRVZFIR-BblmKnHy.js.map → chunk-DQRVZFIR-DHK7_Ilc.js.map} +1 -1
- package/lib/{circular-BBvOD6jV.js → circular-DZw_Mz7f.js} +2 -2
- package/lib/{circular-BBvOD6jV.js.map → circular-DZw_Mz7f.js.map} +1 -1
- package/lib/{cn-wvCW-ho6.js → cn-dYga0KKN.js} +2 -2
- package/lib/cn-dYga0KKN.js.map +1 -0
- package/lib/{createServer-CR5sbG6H.js → createServer-CQoCyFC1.js} +3398 -3552
- package/lib/createServer-CQoCyFC1.js.map +1 -0
- package/lib/errors-BfmB7Vsx.js +44 -0
- package/lib/errors-BfmB7Vsx.js.map +1 -0
- package/lib/{hook-CHXroBFt.js → hook-CZjW2buS.js} +423 -416
- package/lib/hook-CZjW2buS.js.map +1 -0
- package/lib/index-B3xY0rUq.js +3471 -0
- package/lib/index-B3xY0rUq.js.map +1 -0
- package/lib/index-BHBXOwle.js +3980 -0
- package/lib/index-BHBXOwle.js.map +1 -0
- package/lib/index-Bm35Tkgf.js +107 -0
- package/lib/index-Bm35Tkgf.js.map +1 -0
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/{index-BvvmIczU.js → index-D-Vi7oy2.js} +2 -2
- package/lib/{index-BvvmIczU.js.map → index-D-Vi7oy2.js.map} +1 -1
- package/lib/index-DI5SPFK9.js.map +1 -1
- package/lib/index-DmNq2fbN.js.map +1 -1
- package/lib/index.esm-Cp4wkyud.js.map +1 -1
- package/lib/invariant-DAFpPywt.js.map +1 -1
- package/lib/jsx-runtime-C5mzlN2N.js.map +1 -1
- package/lib/processors/removeExtensions.js.map +1 -1
- package/lib/processors/removeParameters.js.map +1 -1
- package/lib/processors/removePaths.js.map +1 -1
- package/lib/processors/traverse.js.map +1 -1
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/Accordion.js.map +1 -1
- package/lib/ui/ActionButton.js +2 -2
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Alert.js +1 -1
- package/lib/ui/Alert.js.map +1 -1
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/AlertDialog.js.map +1 -1
- package/lib/ui/Badge.js +1 -1
- package/lib/ui/Badge.js.map +1 -1
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Breadcrumb.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Button.js.map +1 -1
- package/lib/ui/Callout.js +1 -1
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Card.js.map +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/Checkbox.js.map +1 -1
- package/lib/ui/CodeBlock.js +6 -73
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/Command.js +2 -2
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +24 -24
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/DropdownMenu.js.map +1 -1
- package/lib/ui/EmbeddedCodeBlock.js +3 -3
- package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
- package/lib/ui/Form.js +1 -1
- package/lib/ui/Form.js.map +1 -1
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/HoverCard.js.map +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Input.js.map +1 -1
- package/lib/ui/Label.js +1 -1
- package/lib/ui/Label.js.map +1 -1
- package/lib/ui/Pagination.js +1 -1
- package/lib/ui/Pagination.js.map +1 -1
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Popover.js.map +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/Progress.js.map +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/RadioGroup.js.map +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/ScrollArea.js.map +1 -1
- package/lib/ui/Select.js +2 -2
- package/lib/ui/Select.js.map +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Skeleton.js.map +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Slider.js.map +1 -1
- package/lib/ui/Stepper.js.map +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/Switch.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +3 -3
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Tabs.js.map +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Textarea.js.map +1 -1
- package/lib/ui/Toggle.js +1 -1
- package/lib/ui/Toggle.js.map +1 -1
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/ToggleGroup.js.map +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/ui/Tooltip.js.map +1 -1
- package/lib/ui/util.js +1 -1
- package/lib/{useExposedProps-BZQkZneR.js → useExposedProps-BIYjecPD.js} +2 -2
- package/lib/{useExposedProps-BZQkZneR.js.map → useExposedProps-BIYjecPD.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-azureb2c.js +40 -9885
- package/lib/zudoku.auth-azureb2c.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +3 -3
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +131 -121
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +97 -0
- package/lib/zudoku.auth-supabase.js.map +1 -0
- package/lib/zudoku.components.js +33 -3534
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +10 -11
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.icons.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +6 -6
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +128 -167
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +8 -20
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-redirect.js.map +1 -1
- package/lib/zudoku.plugin-search-inkeep.js +54 -57
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +211 -117
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +31 -29
- package/src/app/demo.tsx +20 -3
- package/src/app/main.css +26 -5
- package/src/app/main.tsx +10 -18
- package/src/app/standalone.tsx +3 -3
- package/src/lib/authentication/authentication.ts +2 -2
- package/src/lib/authentication/components/SignIn.tsx +5 -12
- package/src/lib/authentication/providers/openid.tsx +23 -4
- package/src/lib/components/Autocomplete.tsx +2 -1
- package/src/lib/components/Banner.tsx +1 -2
- package/src/lib/components/CategoryHeading.tsx +4 -1
- package/src/lib/components/ErrorPage.tsx +3 -3
- package/src/lib/components/Footer.tsx +1 -1
- package/src/lib/components/Header.tsx +20 -19
- package/src/lib/components/Main.tsx +1 -1
- package/src/lib/components/Markdown.tsx +3 -5
- package/src/lib/components/MobileTopNavigation.tsx +58 -9
- package/src/lib/components/NotFoundPage.tsx +6 -5
- package/src/lib/components/Pagination.tsx +1 -0
- package/src/lib/components/StatusPage.tsx +5 -0
- package/src/lib/components/TopNavigation.tsx +30 -14
- package/src/lib/components/Typography.tsx +14 -0
- package/src/lib/components/index.ts +2 -0
- package/src/lib/components/navigation/NavigationWrapper.tsx +5 -2
- package/src/lib/core/ZudokuContext.ts +27 -5
- package/src/lib/errors/ErrorAlert.tsx +8 -16
- package/src/lib/hooks/useHotkey.ts +70 -0
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +18 -18
- package/src/lib/plugins/api-keys/index.tsx +1 -1
- package/src/lib/plugins/custom-pages/index.tsx +2 -6
- package/src/lib/plugins/markdown/MdxPage.tsx +7 -12
- package/src/lib/plugins/openapi/OperationList.tsx +11 -19
- package/src/lib/plugins/openapi/OperationListItem.tsx +2 -2
- package/src/lib/plugins/openapi/ParameterListItem.tsx +6 -0
- package/src/lib/plugins/openapi/SchemaList.tsx +3 -9
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +2 -1
- package/src/lib/plugins/openapi/index.tsx +1 -1
- package/src/lib/plugins/openapi/playground/BodyPanel.tsx +40 -31
- package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +47 -0
- package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +7 -3
- package/src/lib/plugins/openapi/playground/Headers.tsx +187 -89
- package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +3 -2
- package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +7 -12
- package/src/lib/plugins/openapi/playground/InlineInput.tsx +1 -1
- package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +2 -2
- package/src/lib/plugins/openapi/playground/PathParams.tsx +5 -6
- package/src/lib/plugins/openapi/playground/Playground.tsx +181 -126
- package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +104 -58
- package/src/lib/plugins/openapi/playground/Spinner.tsx +87 -0
- package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +31 -0
- package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +25 -0
- package/src/lib/plugins/openapi/playground/result-panel/Highlight.tsx +26 -0
- package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +115 -0
- package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +103 -97
- package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +68 -92
- package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +3 -3
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +2 -3
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +5 -10
- package/src/lib/plugins/openapi/schema/utils.ts +3 -2
- package/src/lib/plugins/search-inkeep/index.tsx +54 -58
- package/src/lib/plugins/search-inkeep/inkeep.ts +19 -21
- package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +1 -0
- package/src/lib/plugins/search-pagefind/ResultList.tsx +13 -4
- package/src/lib/ui/Alert.tsx +1 -1
- package/src/lib/ui/CodeBlock.tsx +5 -6
- package/src/lib/ui/Dialog.tsx +2 -2
- package/src/lib/ui/EmbeddedCodeBlock.tsx +2 -2
- package/src/lib/ui/Select.tsx +1 -1
- package/src/lib/util/os.ts +18 -0
- package/src/lib/util/useCopyToClipboard.ts +17 -0
- package/dist/lib/plugins/custom-pages/CustomPage.d.ts +0 -2
- package/dist/lib/plugins/custom-pages/CustomPage.js +0 -11
- package/dist/lib/plugins/custom-pages/CustomPage.js.map +0 -1
- package/dist/lib/plugins/openapi/playground/UrlDisplay.d.ts +0 -4
- package/dist/lib/plugins/openapi/playground/UrlDisplay.js +0 -22
- package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
- package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +0 -7
- package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +0 -11
- package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +0 -1
- package/lib/Callout-CoVxYafP.js +0 -231
- package/lib/Callout-CoVxYafP.js.map +0 -1
- package/lib/CategoryHeading-Cu2RwgjC.js +0 -10
- package/lib/CategoryHeading-Cu2RwgjC.js.map +0 -1
- package/lib/Dialog-BxpuVLh9.js.map +0 -1
- package/lib/Markdown-BF7mJP8j.js.map +0 -1
- package/lib/MdxPage-CJs98yjf.js +0 -121
- package/lib/MdxPage-CJs98yjf.js.map +0 -1
- package/lib/OperationList-P_vP7u7f.js.map +0 -1
- package/lib/Pagination-tnJwvuLq.js.map +0 -1
- package/lib/RouteGuard-gV7nvzi7.js +0 -55
- package/lib/RouteGuard-gV7nvzi7.js.map +0 -1
- package/lib/SchemaList-6GhTLPZt.js.map +0 -1
- package/lib/SchemaView-DTIMiB_H.js.map +0 -1
- package/lib/SignUp-B6w5AwHM.js +0 -63
- package/lib/SignUp-B6w5AwHM.js.map +0 -1
- package/lib/Slot-Di32B6gb.js +0 -161
- package/lib/Slot-Di32B6gb.js.map +0 -1
- package/lib/SyntaxHighlight-C5ja40ix.js.map +0 -1
- package/lib/clerk-BDZ31hjU.js +0 -25190
- package/lib/clerk-BDZ31hjU.js.map +0 -1
- package/lib/cn-wvCW-ho6.js.map +0 -1
- package/lib/createServer-CR5sbG6H.js.map +0 -1
- package/lib/errors-D_5vKvUq.js +0 -78
- package/lib/errors-D_5vKvUq.js.map +0 -1
- package/lib/hook-CHXroBFt.js.map +0 -1
- package/lib/index--oeBayMa.js +0 -86
- package/lib/index--oeBayMa.js.map +0 -1
- package/lib/index-Bn6Lc9tq.js +0 -9
- package/lib/index-Bn6Lc9tq.js.map +0 -1
- package/lib/index-DwJ9TXn0.js +0 -3227
- package/lib/index-DwJ9TXn0.js.map +0 -1
- package/lib/index-QzXzw_ra.js +0 -24
- package/lib/index-QzXzw_ra.js.map +0 -1
- package/lib/index.esm-BFcSKCe-.js +0 -683
- package/lib/index.esm-BFcSKCe-.js.map +0 -1
- package/lib/mutation-BpcyTgWI.js +0 -196
- package/lib/mutation-BpcyTgWI.js.map +0 -1
- package/lib/objectEntries-yMIkr2mI.js +0 -5
- package/lib/objectEntries-yMIkr2mI.js.map +0 -1
- package/lib/react-nprogress.esm-C2MPXjiJ.js +0 -389
- package/lib/react-nprogress.esm-C2MPXjiJ.js.map +0 -1
- package/lib/useLatest-hmRS46UF.js +0 -11
- package/lib/useLatest-hmRS46UF.js.map +0 -1
- package/lib/useMutation-N4ockVKi.js +0 -97
- package/lib/useMutation-N4ockVKi.js.map +0 -1
- package/src/lib/plugins/custom-pages/CustomPage.tsx +0 -18
- package/src/lib/plugins/openapi/playground/UrlDisplay.tsx +0 -32
- package/src/lib/plugins/openapi/playground/result-panel/RequestTab.tsx +0 -73
|
@@ -272,6 +272,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
272
272
|
bone: "bone";
|
|
273
273
|
book: "book";
|
|
274
274
|
"book-a": "book-a";
|
|
275
|
+
"book-alert": "book-alert";
|
|
275
276
|
"book-audio": "book-audio";
|
|
276
277
|
"book-check": "book-check";
|
|
277
278
|
"book-copy": "book-copy";
|
|
@@ -304,6 +305,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
304
305
|
bot: "bot";
|
|
305
306
|
"bot-message-square": "bot-message-square";
|
|
306
307
|
"bot-off": "bot-off";
|
|
308
|
+
"bow-arrow": "bow-arrow";
|
|
307
309
|
box: "box";
|
|
308
310
|
"box-select": "box-select";
|
|
309
311
|
boxes: "boxes";
|
|
@@ -313,12 +315,15 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
313
315
|
"brain-circuit": "brain-circuit";
|
|
314
316
|
"brain-cog": "brain-cog";
|
|
315
317
|
"brick-wall": "brick-wall";
|
|
318
|
+
"brick-wall-fire": "brick-wall-fire";
|
|
316
319
|
briefcase: "briefcase";
|
|
317
320
|
"briefcase-business": "briefcase-business";
|
|
318
321
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
319
322
|
"briefcase-medical": "briefcase-medical";
|
|
320
323
|
"bring-to-front": "bring-to-front";
|
|
321
324
|
brush: "brush";
|
|
325
|
+
"brush-cleaning": "brush-cleaning";
|
|
326
|
+
bubbles: "bubbles";
|
|
322
327
|
bug: "bug";
|
|
323
328
|
"bug-off": "bug-off";
|
|
324
329
|
"bug-play": "bug-play";
|
|
@@ -365,6 +370,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
365
370
|
"car-front": "car-front";
|
|
366
371
|
"car-taxi-front": "car-taxi-front";
|
|
367
372
|
caravan: "caravan";
|
|
373
|
+
"card-sim": "card-sim";
|
|
368
374
|
carrot: "carrot";
|
|
369
375
|
"case-lower": "case-lower";
|
|
370
376
|
"case-sensitive": "case-sensitive";
|
|
@@ -401,6 +407,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
401
407
|
"check-check": "check-check";
|
|
402
408
|
"check-circle": "check-circle";
|
|
403
409
|
"check-circle-2": "check-circle-2";
|
|
410
|
+
"check-line": "check-line";
|
|
404
411
|
"check-square": "check-square";
|
|
405
412
|
"check-square-2": "check-square-2";
|
|
406
413
|
"chef-hat": "chef-hat";
|
|
@@ -467,6 +474,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
467
474
|
"circle-percent": "circle-percent";
|
|
468
475
|
"circle-play": "circle-play";
|
|
469
476
|
"circle-plus": "circle-plus";
|
|
477
|
+
"circle-pound-sterling": "circle-pound-sterling";
|
|
470
478
|
"circle-power": "circle-power";
|
|
471
479
|
"circle-slash": "circle-slash";
|
|
472
480
|
"circle-slash-2": "circle-slash-2";
|
|
@@ -509,8 +517,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
509
517
|
"clock-arrow-down": "clock-arrow-down";
|
|
510
518
|
"clock-arrow-up": "clock-arrow-up";
|
|
511
519
|
"clock-fading": "clock-fading";
|
|
520
|
+
"clock-plus": "clock-plus";
|
|
512
521
|
cloud: "cloud";
|
|
513
522
|
"cloud-alert": "cloud-alert";
|
|
523
|
+
"cloud-check": "cloud-check";
|
|
514
524
|
"cloud-cog": "cloud-cog";
|
|
515
525
|
"cloud-download": "cloud-download";
|
|
516
526
|
"cloud-drizzle": "cloud-drizzle";
|
|
@@ -541,7 +551,9 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
541
551
|
columns: "columns";
|
|
542
552
|
"columns-2": "columns-2";
|
|
543
553
|
"columns-3": "columns-3";
|
|
554
|
+
"columns-3-cog": "columns-3-cog";
|
|
544
555
|
"columns-4": "columns-4";
|
|
556
|
+
"columns-settings": "columns-settings";
|
|
545
557
|
combine: "combine";
|
|
546
558
|
command: "command";
|
|
547
559
|
compass: "compass";
|
|
@@ -587,6 +599,8 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
587
599
|
database: "database";
|
|
588
600
|
"database-backup": "database-backup";
|
|
589
601
|
"database-zap": "database-zap";
|
|
602
|
+
"decimals-arrow-left": "decimals-arrow-left";
|
|
603
|
+
"decimals-arrow-right": "decimals-arrow-right";
|
|
590
604
|
dessert: "dessert";
|
|
591
605
|
diameter: "diameter";
|
|
592
606
|
diamond: "diamond";
|
|
@@ -615,6 +629,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
615
629
|
"dollar-sign": "dollar-sign";
|
|
616
630
|
donut: "donut";
|
|
617
631
|
"door-closed": "door-closed";
|
|
632
|
+
"door-closed-locked": "door-closed-locked";
|
|
618
633
|
"door-open": "door-open";
|
|
619
634
|
dot: "dot";
|
|
620
635
|
"dot-square": "dot-square";
|
|
@@ -843,6 +858,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
843
858
|
"globe-2": "globe-2";
|
|
844
859
|
"globe-lock": "globe-lock";
|
|
845
860
|
goal: "goal";
|
|
861
|
+
gpu: "gpu";
|
|
846
862
|
grab: "grab";
|
|
847
863
|
"graduation-cap": "graduation-cap";
|
|
848
864
|
grape: "grape";
|
|
@@ -856,6 +872,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
856
872
|
"grid-2x2-plus": "grid-2x2-plus";
|
|
857
873
|
"grid-2x2-x": "grid-2x2-x";
|
|
858
874
|
"grid-3-x-3": "grid-3-x-3";
|
|
875
|
+
"grid-3x2": "grid-3x2";
|
|
859
876
|
"grid-3x3": "grid-3x3";
|
|
860
877
|
grip: "grip";
|
|
861
878
|
"grip-horizontal": "grip-horizontal";
|
|
@@ -863,6 +880,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
863
880
|
group: "group";
|
|
864
881
|
guitar: "guitar";
|
|
865
882
|
ham: "ham";
|
|
883
|
+
hamburger: "hamburger";
|
|
866
884
|
hammer: "hammer";
|
|
867
885
|
hand: "hand";
|
|
868
886
|
"hand-coins": "hand-coins";
|
|
@@ -891,7 +909,9 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
891
909
|
heart: "heart";
|
|
892
910
|
"heart-crack": "heart-crack";
|
|
893
911
|
"heart-handshake": "heart-handshake";
|
|
912
|
+
"heart-minus": "heart-minus";
|
|
894
913
|
"heart-off": "heart-off";
|
|
914
|
+
"heart-plus": "heart-plus";
|
|
895
915
|
"heart-pulse": "heart-pulse";
|
|
896
916
|
heater: "heater";
|
|
897
917
|
"help-circle": "help-circle";
|
|
@@ -914,6 +934,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
914
934
|
"ice-cream-bowl": "ice-cream-bowl";
|
|
915
935
|
"ice-cream-cone": "ice-cream-cone";
|
|
916
936
|
"id-card": "id-card";
|
|
937
|
+
"id-card-lanyard": "id-card-lanyard";
|
|
917
938
|
image: "image";
|
|
918
939
|
"image-down": "image-down";
|
|
919
940
|
"image-minus": "image-minus";
|
|
@@ -1010,6 +1031,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1010
1031
|
locate: "locate";
|
|
1011
1032
|
"locate-fixed": "locate-fixed";
|
|
1012
1033
|
"locate-off": "locate-off";
|
|
1034
|
+
"location-edit": "location-edit";
|
|
1013
1035
|
lock: "lock";
|
|
1014
1036
|
"lock-keyhole": "lock-keyhole";
|
|
1015
1037
|
"lock-keyhole-open": "lock-keyhole-open";
|
|
@@ -1186,6 +1208,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1186
1208
|
"paintbrush-vertical": "paintbrush-vertical";
|
|
1187
1209
|
palette: "palette";
|
|
1188
1210
|
palmtree: "palmtree";
|
|
1211
|
+
panda: "panda";
|
|
1189
1212
|
"panel-bottom": "panel-bottom";
|
|
1190
1213
|
"panel-bottom-close": "panel-bottom-close";
|
|
1191
1214
|
"panel-bottom-dashed": "panel-bottom-dashed";
|
|
@@ -1319,7 +1342,9 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1319
1342
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
1320
1343
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
1321
1344
|
"receipt-text": "receipt-text";
|
|
1345
|
+
"rectangle-circle": "rectangle-circle";
|
|
1322
1346
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
1347
|
+
"rectangle-goggles": "rectangle-goggles";
|
|
1323
1348
|
"rectangle-horizontal": "rectangle-horizontal";
|
|
1324
1349
|
"rectangle-vertical": "rectangle-vertical";
|
|
1325
1350
|
recycle: "recycle";
|
|
@@ -1346,6 +1371,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1346
1371
|
"rotate-3-d": "rotate-3-d";
|
|
1347
1372
|
"rotate-3d": "rotate-3d";
|
|
1348
1373
|
"rotate-ccw": "rotate-ccw";
|
|
1374
|
+
"rotate-ccw-key": "rotate-ccw-key";
|
|
1349
1375
|
"rotate-ccw-square": "rotate-ccw-square";
|
|
1350
1376
|
"rotate-cw": "rotate-cw";
|
|
1351
1377
|
"rotate-cw-square": "rotate-cw-square";
|
|
@@ -1358,6 +1384,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1358
1384
|
"rows-4": "rows-4";
|
|
1359
1385
|
rss: "rss";
|
|
1360
1386
|
ruler: "ruler";
|
|
1387
|
+
"ruler-dimension-line": "ruler-dimension-line";
|
|
1361
1388
|
"russian-ruble": "russian-ruble";
|
|
1362
1389
|
sailboat: "sailboat";
|
|
1363
1390
|
salad: "salad";
|
|
@@ -1433,6 +1460,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1433
1460
|
"shopping-cart": "shopping-cart";
|
|
1434
1461
|
shovel: "shovel";
|
|
1435
1462
|
"shower-head": "shower-head";
|
|
1463
|
+
shredder: "shredder";
|
|
1436
1464
|
shrimp: "shrimp";
|
|
1437
1465
|
shrink: "shrink";
|
|
1438
1466
|
shrub: "shrub";
|
|
@@ -1467,6 +1495,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1467
1495
|
"smile-plus": "smile-plus";
|
|
1468
1496
|
snail: "snail";
|
|
1469
1497
|
snowflake: "snowflake";
|
|
1498
|
+
"soap-dispenser-droplet": "soap-dispenser-droplet";
|
|
1470
1499
|
sofa: "sofa";
|
|
1471
1500
|
"sort-asc": "sort-asc";
|
|
1472
1501
|
"sort-desc": "sort-desc";
|
|
@@ -1514,6 +1543,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1514
1543
|
"square-dashed-bottom-code": "square-dashed-bottom-code";
|
|
1515
1544
|
"square-dashed-kanban": "square-dashed-kanban";
|
|
1516
1545
|
"square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
|
|
1546
|
+
"square-dashed-top-solid": "square-dashed-top-solid";
|
|
1517
1547
|
"square-divide": "square-divide";
|
|
1518
1548
|
"square-dot": "square-dot";
|
|
1519
1549
|
"square-equal": "square-equal";
|
|
@@ -1547,6 +1577,10 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1547
1577
|
"square-user": "square-user";
|
|
1548
1578
|
"square-user-round": "square-user-round";
|
|
1549
1579
|
"square-x": "square-x";
|
|
1580
|
+
"squares-exclude": "squares-exclude";
|
|
1581
|
+
"squares-intersect": "squares-intersect";
|
|
1582
|
+
"squares-subtract": "squares-subtract";
|
|
1583
|
+
"squares-unite": "squares-unite";
|
|
1550
1584
|
squircle: "squircle";
|
|
1551
1585
|
squirrel: "squirrel";
|
|
1552
1586
|
stamp: "stamp";
|
|
@@ -1585,6 +1619,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1585
1619
|
"table-cells-merge": "table-cells-merge";
|
|
1586
1620
|
"table-cells-split": "table-cells-split";
|
|
1587
1621
|
"table-columns-split": "table-columns-split";
|
|
1622
|
+
"table-config": "table-config";
|
|
1588
1623
|
"table-of-contents": "table-of-contents";
|
|
1589
1624
|
"table-properties": "table-properties";
|
|
1590
1625
|
"table-rows-split": "table-rows-split";
|
|
@@ -1665,6 +1700,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1665
1700
|
"triangle-right": "triangle-right";
|
|
1666
1701
|
trophy: "trophy";
|
|
1667
1702
|
truck: "truck";
|
|
1703
|
+
"truck-electric": "truck-electric";
|
|
1668
1704
|
turtle: "turtle";
|
|
1669
1705
|
tv: "tv";
|
|
1670
1706
|
"tv-2": "tv-2";
|
|
@@ -1699,6 +1735,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1699
1735
|
"user-circle-2": "user-circle-2";
|
|
1700
1736
|
"user-cog": "user-cog";
|
|
1701
1737
|
"user-cog-2": "user-cog-2";
|
|
1738
|
+
"user-lock": "user-lock";
|
|
1702
1739
|
"user-minus": "user-minus";
|
|
1703
1740
|
"user-minus-2": "user-minus-2";
|
|
1704
1741
|
"user-pen": "user-pen";
|
|
@@ -1769,6 +1806,7 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1769
1806
|
"wifi-high": "wifi-high";
|
|
1770
1807
|
"wifi-low": "wifi-low";
|
|
1771
1808
|
"wifi-off": "wifi-off";
|
|
1809
|
+
"wifi-pen": "wifi-pen";
|
|
1772
1810
|
"wifi-zero": "wifi-zero";
|
|
1773
1811
|
wind: "wind";
|
|
1774
1812
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -1801,7 +1839,6 @@ declare const InputNavigationDocSchema: z.ZodUnion<readonly [z.ZodString, z.ZodO
|
|
|
1801
1839
|
gray: "gray";
|
|
1802
1840
|
outline: "outline";
|
|
1803
1841
|
}>;
|
|
1804
|
-
invert: z.ZodOptional<z.ZodBoolean>;
|
|
1805
1842
|
}, z.core.$strip>>;
|
|
1806
1843
|
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1807
1844
|
auth: "auth";
|
|
@@ -2072,6 +2109,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2072
2109
|
bone: "bone";
|
|
2073
2110
|
book: "book";
|
|
2074
2111
|
"book-a": "book-a";
|
|
2112
|
+
"book-alert": "book-alert";
|
|
2075
2113
|
"book-audio": "book-audio";
|
|
2076
2114
|
"book-check": "book-check";
|
|
2077
2115
|
"book-copy": "book-copy";
|
|
@@ -2104,6 +2142,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2104
2142
|
bot: "bot";
|
|
2105
2143
|
"bot-message-square": "bot-message-square";
|
|
2106
2144
|
"bot-off": "bot-off";
|
|
2145
|
+
"bow-arrow": "bow-arrow";
|
|
2107
2146
|
box: "box";
|
|
2108
2147
|
"box-select": "box-select";
|
|
2109
2148
|
boxes: "boxes";
|
|
@@ -2113,12 +2152,15 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2113
2152
|
"brain-circuit": "brain-circuit";
|
|
2114
2153
|
"brain-cog": "brain-cog";
|
|
2115
2154
|
"brick-wall": "brick-wall";
|
|
2155
|
+
"brick-wall-fire": "brick-wall-fire";
|
|
2116
2156
|
briefcase: "briefcase";
|
|
2117
2157
|
"briefcase-business": "briefcase-business";
|
|
2118
2158
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
2119
2159
|
"briefcase-medical": "briefcase-medical";
|
|
2120
2160
|
"bring-to-front": "bring-to-front";
|
|
2121
2161
|
brush: "brush";
|
|
2162
|
+
"brush-cleaning": "brush-cleaning";
|
|
2163
|
+
bubbles: "bubbles";
|
|
2122
2164
|
bug: "bug";
|
|
2123
2165
|
"bug-off": "bug-off";
|
|
2124
2166
|
"bug-play": "bug-play";
|
|
@@ -2165,6 +2207,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2165
2207
|
"car-front": "car-front";
|
|
2166
2208
|
"car-taxi-front": "car-taxi-front";
|
|
2167
2209
|
caravan: "caravan";
|
|
2210
|
+
"card-sim": "card-sim";
|
|
2168
2211
|
carrot: "carrot";
|
|
2169
2212
|
"case-lower": "case-lower";
|
|
2170
2213
|
"case-sensitive": "case-sensitive";
|
|
@@ -2201,6 +2244,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2201
2244
|
"check-check": "check-check";
|
|
2202
2245
|
"check-circle": "check-circle";
|
|
2203
2246
|
"check-circle-2": "check-circle-2";
|
|
2247
|
+
"check-line": "check-line";
|
|
2204
2248
|
"check-square": "check-square";
|
|
2205
2249
|
"check-square-2": "check-square-2";
|
|
2206
2250
|
"chef-hat": "chef-hat";
|
|
@@ -2267,6 +2311,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2267
2311
|
"circle-percent": "circle-percent";
|
|
2268
2312
|
"circle-play": "circle-play";
|
|
2269
2313
|
"circle-plus": "circle-plus";
|
|
2314
|
+
"circle-pound-sterling": "circle-pound-sterling";
|
|
2270
2315
|
"circle-power": "circle-power";
|
|
2271
2316
|
"circle-slash": "circle-slash";
|
|
2272
2317
|
"circle-slash-2": "circle-slash-2";
|
|
@@ -2309,8 +2354,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2309
2354
|
"clock-arrow-down": "clock-arrow-down";
|
|
2310
2355
|
"clock-arrow-up": "clock-arrow-up";
|
|
2311
2356
|
"clock-fading": "clock-fading";
|
|
2357
|
+
"clock-plus": "clock-plus";
|
|
2312
2358
|
cloud: "cloud";
|
|
2313
2359
|
"cloud-alert": "cloud-alert";
|
|
2360
|
+
"cloud-check": "cloud-check";
|
|
2314
2361
|
"cloud-cog": "cloud-cog";
|
|
2315
2362
|
"cloud-download": "cloud-download";
|
|
2316
2363
|
"cloud-drizzle": "cloud-drizzle";
|
|
@@ -2341,7 +2388,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2341
2388
|
columns: "columns";
|
|
2342
2389
|
"columns-2": "columns-2";
|
|
2343
2390
|
"columns-3": "columns-3";
|
|
2391
|
+
"columns-3-cog": "columns-3-cog";
|
|
2344
2392
|
"columns-4": "columns-4";
|
|
2393
|
+
"columns-settings": "columns-settings";
|
|
2345
2394
|
combine: "combine";
|
|
2346
2395
|
command: "command";
|
|
2347
2396
|
compass: "compass";
|
|
@@ -2387,6 +2436,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2387
2436
|
database: "database";
|
|
2388
2437
|
"database-backup": "database-backup";
|
|
2389
2438
|
"database-zap": "database-zap";
|
|
2439
|
+
"decimals-arrow-left": "decimals-arrow-left";
|
|
2440
|
+
"decimals-arrow-right": "decimals-arrow-right";
|
|
2390
2441
|
dessert: "dessert";
|
|
2391
2442
|
diameter: "diameter";
|
|
2392
2443
|
diamond: "diamond";
|
|
@@ -2415,6 +2466,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2415
2466
|
"dollar-sign": "dollar-sign";
|
|
2416
2467
|
donut: "donut";
|
|
2417
2468
|
"door-closed": "door-closed";
|
|
2469
|
+
"door-closed-locked": "door-closed-locked";
|
|
2418
2470
|
"door-open": "door-open";
|
|
2419
2471
|
dot: "dot";
|
|
2420
2472
|
"dot-square": "dot-square";
|
|
@@ -2643,6 +2695,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2643
2695
|
"globe-2": "globe-2";
|
|
2644
2696
|
"globe-lock": "globe-lock";
|
|
2645
2697
|
goal: "goal";
|
|
2698
|
+
gpu: "gpu";
|
|
2646
2699
|
grab: "grab";
|
|
2647
2700
|
"graduation-cap": "graduation-cap";
|
|
2648
2701
|
grape: "grape";
|
|
@@ -2656,6 +2709,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2656
2709
|
"grid-2x2-plus": "grid-2x2-plus";
|
|
2657
2710
|
"grid-2x2-x": "grid-2x2-x";
|
|
2658
2711
|
"grid-3-x-3": "grid-3-x-3";
|
|
2712
|
+
"grid-3x2": "grid-3x2";
|
|
2659
2713
|
"grid-3x3": "grid-3x3";
|
|
2660
2714
|
grip: "grip";
|
|
2661
2715
|
"grip-horizontal": "grip-horizontal";
|
|
@@ -2663,6 +2717,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2663
2717
|
group: "group";
|
|
2664
2718
|
guitar: "guitar";
|
|
2665
2719
|
ham: "ham";
|
|
2720
|
+
hamburger: "hamburger";
|
|
2666
2721
|
hammer: "hammer";
|
|
2667
2722
|
hand: "hand";
|
|
2668
2723
|
"hand-coins": "hand-coins";
|
|
@@ -2691,7 +2746,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2691
2746
|
heart: "heart";
|
|
2692
2747
|
"heart-crack": "heart-crack";
|
|
2693
2748
|
"heart-handshake": "heart-handshake";
|
|
2749
|
+
"heart-minus": "heart-minus";
|
|
2694
2750
|
"heart-off": "heart-off";
|
|
2751
|
+
"heart-plus": "heart-plus";
|
|
2695
2752
|
"heart-pulse": "heart-pulse";
|
|
2696
2753
|
heater: "heater";
|
|
2697
2754
|
"help-circle": "help-circle";
|
|
@@ -2714,6 +2771,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2714
2771
|
"ice-cream-bowl": "ice-cream-bowl";
|
|
2715
2772
|
"ice-cream-cone": "ice-cream-cone";
|
|
2716
2773
|
"id-card": "id-card";
|
|
2774
|
+
"id-card-lanyard": "id-card-lanyard";
|
|
2717
2775
|
image: "image";
|
|
2718
2776
|
"image-down": "image-down";
|
|
2719
2777
|
"image-minus": "image-minus";
|
|
@@ -2810,6 +2868,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2810
2868
|
locate: "locate";
|
|
2811
2869
|
"locate-fixed": "locate-fixed";
|
|
2812
2870
|
"locate-off": "locate-off";
|
|
2871
|
+
"location-edit": "location-edit";
|
|
2813
2872
|
lock: "lock";
|
|
2814
2873
|
"lock-keyhole": "lock-keyhole";
|
|
2815
2874
|
"lock-keyhole-open": "lock-keyhole-open";
|
|
@@ -2986,6 +3045,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
2986
3045
|
"paintbrush-vertical": "paintbrush-vertical";
|
|
2987
3046
|
palette: "palette";
|
|
2988
3047
|
palmtree: "palmtree";
|
|
3048
|
+
panda: "panda";
|
|
2989
3049
|
"panel-bottom": "panel-bottom";
|
|
2990
3050
|
"panel-bottom-close": "panel-bottom-close";
|
|
2991
3051
|
"panel-bottom-dashed": "panel-bottom-dashed";
|
|
@@ -3119,7 +3179,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3119
3179
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
3120
3180
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
3121
3181
|
"receipt-text": "receipt-text";
|
|
3182
|
+
"rectangle-circle": "rectangle-circle";
|
|
3122
3183
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
3184
|
+
"rectangle-goggles": "rectangle-goggles";
|
|
3123
3185
|
"rectangle-horizontal": "rectangle-horizontal";
|
|
3124
3186
|
"rectangle-vertical": "rectangle-vertical";
|
|
3125
3187
|
recycle: "recycle";
|
|
@@ -3146,6 +3208,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3146
3208
|
"rotate-3-d": "rotate-3-d";
|
|
3147
3209
|
"rotate-3d": "rotate-3d";
|
|
3148
3210
|
"rotate-ccw": "rotate-ccw";
|
|
3211
|
+
"rotate-ccw-key": "rotate-ccw-key";
|
|
3149
3212
|
"rotate-ccw-square": "rotate-ccw-square";
|
|
3150
3213
|
"rotate-cw": "rotate-cw";
|
|
3151
3214
|
"rotate-cw-square": "rotate-cw-square";
|
|
@@ -3158,6 +3221,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3158
3221
|
"rows-4": "rows-4";
|
|
3159
3222
|
rss: "rss";
|
|
3160
3223
|
ruler: "ruler";
|
|
3224
|
+
"ruler-dimension-line": "ruler-dimension-line";
|
|
3161
3225
|
"russian-ruble": "russian-ruble";
|
|
3162
3226
|
sailboat: "sailboat";
|
|
3163
3227
|
salad: "salad";
|
|
@@ -3233,6 +3297,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3233
3297
|
"shopping-cart": "shopping-cart";
|
|
3234
3298
|
shovel: "shovel";
|
|
3235
3299
|
"shower-head": "shower-head";
|
|
3300
|
+
shredder: "shredder";
|
|
3236
3301
|
shrimp: "shrimp";
|
|
3237
3302
|
shrink: "shrink";
|
|
3238
3303
|
shrub: "shrub";
|
|
@@ -3267,6 +3332,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3267
3332
|
"smile-plus": "smile-plus";
|
|
3268
3333
|
snail: "snail";
|
|
3269
3334
|
snowflake: "snowflake";
|
|
3335
|
+
"soap-dispenser-droplet": "soap-dispenser-droplet";
|
|
3270
3336
|
sofa: "sofa";
|
|
3271
3337
|
"sort-asc": "sort-asc";
|
|
3272
3338
|
"sort-desc": "sort-desc";
|
|
@@ -3314,6 +3380,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3314
3380
|
"square-dashed-bottom-code": "square-dashed-bottom-code";
|
|
3315
3381
|
"square-dashed-kanban": "square-dashed-kanban";
|
|
3316
3382
|
"square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
|
|
3383
|
+
"square-dashed-top-solid": "square-dashed-top-solid";
|
|
3317
3384
|
"square-divide": "square-divide";
|
|
3318
3385
|
"square-dot": "square-dot";
|
|
3319
3386
|
"square-equal": "square-equal";
|
|
@@ -3347,6 +3414,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3347
3414
|
"square-user": "square-user";
|
|
3348
3415
|
"square-user-round": "square-user-round";
|
|
3349
3416
|
"square-x": "square-x";
|
|
3417
|
+
"squares-exclude": "squares-exclude";
|
|
3418
|
+
"squares-intersect": "squares-intersect";
|
|
3419
|
+
"squares-subtract": "squares-subtract";
|
|
3420
|
+
"squares-unite": "squares-unite";
|
|
3350
3421
|
squircle: "squircle";
|
|
3351
3422
|
squirrel: "squirrel";
|
|
3352
3423
|
stamp: "stamp";
|
|
@@ -3385,6 +3456,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3385
3456
|
"table-cells-merge": "table-cells-merge";
|
|
3386
3457
|
"table-cells-split": "table-cells-split";
|
|
3387
3458
|
"table-columns-split": "table-columns-split";
|
|
3459
|
+
"table-config": "table-config";
|
|
3388
3460
|
"table-of-contents": "table-of-contents";
|
|
3389
3461
|
"table-properties": "table-properties";
|
|
3390
3462
|
"table-rows-split": "table-rows-split";
|
|
@@ -3465,6 +3537,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3465
3537
|
"triangle-right": "triangle-right";
|
|
3466
3538
|
trophy: "trophy";
|
|
3467
3539
|
truck: "truck";
|
|
3540
|
+
"truck-electric": "truck-electric";
|
|
3468
3541
|
turtle: "turtle";
|
|
3469
3542
|
tv: "tv";
|
|
3470
3543
|
"tv-2": "tv-2";
|
|
@@ -3499,6 +3572,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3499
3572
|
"user-circle-2": "user-circle-2";
|
|
3500
3573
|
"user-cog": "user-cog";
|
|
3501
3574
|
"user-cog-2": "user-cog-2";
|
|
3575
|
+
"user-lock": "user-lock";
|
|
3502
3576
|
"user-minus": "user-minus";
|
|
3503
3577
|
"user-minus-2": "user-minus-2";
|
|
3504
3578
|
"user-pen": "user-pen";
|
|
@@ -3569,6 +3643,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3569
3643
|
"wifi-high": "wifi-high";
|
|
3570
3644
|
"wifi-low": "wifi-low";
|
|
3571
3645
|
"wifi-off": "wifi-off";
|
|
3646
|
+
"wifi-pen": "wifi-pen";
|
|
3572
3647
|
"wifi-zero": "wifi-zero";
|
|
3573
3648
|
wind: "wind";
|
|
3574
3649
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -3588,7 +3663,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3588
3663
|
"zoom-in": "zoom-in";
|
|
3589
3664
|
"zoom-out": "zoom-out";
|
|
3590
3665
|
}>>;
|
|
3591
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3592
3666
|
badge: z.ZodOptional<z.ZodObject<{
|
|
3593
3667
|
label: z.ZodString;
|
|
3594
3668
|
color: z.ZodEnum<{
|
|
@@ -3601,7 +3675,6 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
|
|
|
3601
3675
|
gray: "gray";
|
|
3602
3676
|
outline: "outline";
|
|
3603
3677
|
}>;
|
|
3604
|
-
invert: z.ZodOptional<z.ZodBoolean>;
|
|
3605
3678
|
}, z.core.$strip>>;
|
|
3606
3679
|
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3607
3680
|
auth: "auth";
|
|
@@ -3873,6 +3946,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3873
3946
|
bone: "bone";
|
|
3874
3947
|
book: "book";
|
|
3875
3948
|
"book-a": "book-a";
|
|
3949
|
+
"book-alert": "book-alert";
|
|
3876
3950
|
"book-audio": "book-audio";
|
|
3877
3951
|
"book-check": "book-check";
|
|
3878
3952
|
"book-copy": "book-copy";
|
|
@@ -3905,6 +3979,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3905
3979
|
bot: "bot";
|
|
3906
3980
|
"bot-message-square": "bot-message-square";
|
|
3907
3981
|
"bot-off": "bot-off";
|
|
3982
|
+
"bow-arrow": "bow-arrow";
|
|
3908
3983
|
box: "box";
|
|
3909
3984
|
"box-select": "box-select";
|
|
3910
3985
|
boxes: "boxes";
|
|
@@ -3914,12 +3989,15 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3914
3989
|
"brain-circuit": "brain-circuit";
|
|
3915
3990
|
"brain-cog": "brain-cog";
|
|
3916
3991
|
"brick-wall": "brick-wall";
|
|
3992
|
+
"brick-wall-fire": "brick-wall-fire";
|
|
3917
3993
|
briefcase: "briefcase";
|
|
3918
3994
|
"briefcase-business": "briefcase-business";
|
|
3919
3995
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
3920
3996
|
"briefcase-medical": "briefcase-medical";
|
|
3921
3997
|
"bring-to-front": "bring-to-front";
|
|
3922
3998
|
brush: "brush";
|
|
3999
|
+
"brush-cleaning": "brush-cleaning";
|
|
4000
|
+
bubbles: "bubbles";
|
|
3923
4001
|
bug: "bug";
|
|
3924
4002
|
"bug-off": "bug-off";
|
|
3925
4003
|
"bug-play": "bug-play";
|
|
@@ -3966,6 +4044,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
3966
4044
|
"car-front": "car-front";
|
|
3967
4045
|
"car-taxi-front": "car-taxi-front";
|
|
3968
4046
|
caravan: "caravan";
|
|
4047
|
+
"card-sim": "card-sim";
|
|
3969
4048
|
carrot: "carrot";
|
|
3970
4049
|
"case-lower": "case-lower";
|
|
3971
4050
|
"case-sensitive": "case-sensitive";
|
|
@@ -4002,6 +4081,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4002
4081
|
"check-check": "check-check";
|
|
4003
4082
|
"check-circle": "check-circle";
|
|
4004
4083
|
"check-circle-2": "check-circle-2";
|
|
4084
|
+
"check-line": "check-line";
|
|
4005
4085
|
"check-square": "check-square";
|
|
4006
4086
|
"check-square-2": "check-square-2";
|
|
4007
4087
|
"chef-hat": "chef-hat";
|
|
@@ -4068,6 +4148,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4068
4148
|
"circle-percent": "circle-percent";
|
|
4069
4149
|
"circle-play": "circle-play";
|
|
4070
4150
|
"circle-plus": "circle-plus";
|
|
4151
|
+
"circle-pound-sterling": "circle-pound-sterling";
|
|
4071
4152
|
"circle-power": "circle-power";
|
|
4072
4153
|
"circle-slash": "circle-slash";
|
|
4073
4154
|
"circle-slash-2": "circle-slash-2";
|
|
@@ -4110,8 +4191,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4110
4191
|
"clock-arrow-down": "clock-arrow-down";
|
|
4111
4192
|
"clock-arrow-up": "clock-arrow-up";
|
|
4112
4193
|
"clock-fading": "clock-fading";
|
|
4194
|
+
"clock-plus": "clock-plus";
|
|
4113
4195
|
cloud: "cloud";
|
|
4114
4196
|
"cloud-alert": "cloud-alert";
|
|
4197
|
+
"cloud-check": "cloud-check";
|
|
4115
4198
|
"cloud-cog": "cloud-cog";
|
|
4116
4199
|
"cloud-download": "cloud-download";
|
|
4117
4200
|
"cloud-drizzle": "cloud-drizzle";
|
|
@@ -4142,7 +4225,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4142
4225
|
columns: "columns";
|
|
4143
4226
|
"columns-2": "columns-2";
|
|
4144
4227
|
"columns-3": "columns-3";
|
|
4228
|
+
"columns-3-cog": "columns-3-cog";
|
|
4145
4229
|
"columns-4": "columns-4";
|
|
4230
|
+
"columns-settings": "columns-settings";
|
|
4146
4231
|
combine: "combine";
|
|
4147
4232
|
command: "command";
|
|
4148
4233
|
compass: "compass";
|
|
@@ -4188,6 +4273,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4188
4273
|
database: "database";
|
|
4189
4274
|
"database-backup": "database-backup";
|
|
4190
4275
|
"database-zap": "database-zap";
|
|
4276
|
+
"decimals-arrow-left": "decimals-arrow-left";
|
|
4277
|
+
"decimals-arrow-right": "decimals-arrow-right";
|
|
4191
4278
|
dessert: "dessert";
|
|
4192
4279
|
diameter: "diameter";
|
|
4193
4280
|
diamond: "diamond";
|
|
@@ -4216,6 +4303,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4216
4303
|
"dollar-sign": "dollar-sign";
|
|
4217
4304
|
donut: "donut";
|
|
4218
4305
|
"door-closed": "door-closed";
|
|
4306
|
+
"door-closed-locked": "door-closed-locked";
|
|
4219
4307
|
"door-open": "door-open";
|
|
4220
4308
|
dot: "dot";
|
|
4221
4309
|
"dot-square": "dot-square";
|
|
@@ -4444,6 +4532,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4444
4532
|
"globe-2": "globe-2";
|
|
4445
4533
|
"globe-lock": "globe-lock";
|
|
4446
4534
|
goal: "goal";
|
|
4535
|
+
gpu: "gpu";
|
|
4447
4536
|
grab: "grab";
|
|
4448
4537
|
"graduation-cap": "graduation-cap";
|
|
4449
4538
|
grape: "grape";
|
|
@@ -4457,6 +4546,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4457
4546
|
"grid-2x2-plus": "grid-2x2-plus";
|
|
4458
4547
|
"grid-2x2-x": "grid-2x2-x";
|
|
4459
4548
|
"grid-3-x-3": "grid-3-x-3";
|
|
4549
|
+
"grid-3x2": "grid-3x2";
|
|
4460
4550
|
"grid-3x3": "grid-3x3";
|
|
4461
4551
|
grip: "grip";
|
|
4462
4552
|
"grip-horizontal": "grip-horizontal";
|
|
@@ -4464,6 +4554,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4464
4554
|
group: "group";
|
|
4465
4555
|
guitar: "guitar";
|
|
4466
4556
|
ham: "ham";
|
|
4557
|
+
hamburger: "hamburger";
|
|
4467
4558
|
hammer: "hammer";
|
|
4468
4559
|
hand: "hand";
|
|
4469
4560
|
"hand-coins": "hand-coins";
|
|
@@ -4492,7 +4583,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4492
4583
|
heart: "heart";
|
|
4493
4584
|
"heart-crack": "heart-crack";
|
|
4494
4585
|
"heart-handshake": "heart-handshake";
|
|
4586
|
+
"heart-minus": "heart-minus";
|
|
4495
4587
|
"heart-off": "heart-off";
|
|
4588
|
+
"heart-plus": "heart-plus";
|
|
4496
4589
|
"heart-pulse": "heart-pulse";
|
|
4497
4590
|
heater: "heater";
|
|
4498
4591
|
"help-circle": "help-circle";
|
|
@@ -4515,6 +4608,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4515
4608
|
"ice-cream-bowl": "ice-cream-bowl";
|
|
4516
4609
|
"ice-cream-cone": "ice-cream-cone";
|
|
4517
4610
|
"id-card": "id-card";
|
|
4611
|
+
"id-card-lanyard": "id-card-lanyard";
|
|
4518
4612
|
image: "image";
|
|
4519
4613
|
"image-down": "image-down";
|
|
4520
4614
|
"image-minus": "image-minus";
|
|
@@ -4611,6 +4705,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4611
4705
|
locate: "locate";
|
|
4612
4706
|
"locate-fixed": "locate-fixed";
|
|
4613
4707
|
"locate-off": "locate-off";
|
|
4708
|
+
"location-edit": "location-edit";
|
|
4614
4709
|
lock: "lock";
|
|
4615
4710
|
"lock-keyhole": "lock-keyhole";
|
|
4616
4711
|
"lock-keyhole-open": "lock-keyhole-open";
|
|
@@ -4787,6 +4882,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4787
4882
|
"paintbrush-vertical": "paintbrush-vertical";
|
|
4788
4883
|
palette: "palette";
|
|
4789
4884
|
palmtree: "palmtree";
|
|
4885
|
+
panda: "panda";
|
|
4790
4886
|
"panel-bottom": "panel-bottom";
|
|
4791
4887
|
"panel-bottom-close": "panel-bottom-close";
|
|
4792
4888
|
"panel-bottom-dashed": "panel-bottom-dashed";
|
|
@@ -4920,7 +5016,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4920
5016
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
4921
5017
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
4922
5018
|
"receipt-text": "receipt-text";
|
|
5019
|
+
"rectangle-circle": "rectangle-circle";
|
|
4923
5020
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
5021
|
+
"rectangle-goggles": "rectangle-goggles";
|
|
4924
5022
|
"rectangle-horizontal": "rectangle-horizontal";
|
|
4925
5023
|
"rectangle-vertical": "rectangle-vertical";
|
|
4926
5024
|
recycle: "recycle";
|
|
@@ -4947,6 +5045,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4947
5045
|
"rotate-3-d": "rotate-3-d";
|
|
4948
5046
|
"rotate-3d": "rotate-3d";
|
|
4949
5047
|
"rotate-ccw": "rotate-ccw";
|
|
5048
|
+
"rotate-ccw-key": "rotate-ccw-key";
|
|
4950
5049
|
"rotate-ccw-square": "rotate-ccw-square";
|
|
4951
5050
|
"rotate-cw": "rotate-cw";
|
|
4952
5051
|
"rotate-cw-square": "rotate-cw-square";
|
|
@@ -4959,6 +5058,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
4959
5058
|
"rows-4": "rows-4";
|
|
4960
5059
|
rss: "rss";
|
|
4961
5060
|
ruler: "ruler";
|
|
5061
|
+
"ruler-dimension-line": "ruler-dimension-line";
|
|
4962
5062
|
"russian-ruble": "russian-ruble";
|
|
4963
5063
|
sailboat: "sailboat";
|
|
4964
5064
|
salad: "salad";
|
|
@@ -5034,6 +5134,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5034
5134
|
"shopping-cart": "shopping-cart";
|
|
5035
5135
|
shovel: "shovel";
|
|
5036
5136
|
"shower-head": "shower-head";
|
|
5137
|
+
shredder: "shredder";
|
|
5037
5138
|
shrimp: "shrimp";
|
|
5038
5139
|
shrink: "shrink";
|
|
5039
5140
|
shrub: "shrub";
|
|
@@ -5068,6 +5169,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5068
5169
|
"smile-plus": "smile-plus";
|
|
5069
5170
|
snail: "snail";
|
|
5070
5171
|
snowflake: "snowflake";
|
|
5172
|
+
"soap-dispenser-droplet": "soap-dispenser-droplet";
|
|
5071
5173
|
sofa: "sofa";
|
|
5072
5174
|
"sort-asc": "sort-asc";
|
|
5073
5175
|
"sort-desc": "sort-desc";
|
|
@@ -5115,6 +5217,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5115
5217
|
"square-dashed-bottom-code": "square-dashed-bottom-code";
|
|
5116
5218
|
"square-dashed-kanban": "square-dashed-kanban";
|
|
5117
5219
|
"square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
|
|
5220
|
+
"square-dashed-top-solid": "square-dashed-top-solid";
|
|
5118
5221
|
"square-divide": "square-divide";
|
|
5119
5222
|
"square-dot": "square-dot";
|
|
5120
5223
|
"square-equal": "square-equal";
|
|
@@ -5148,6 +5251,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5148
5251
|
"square-user": "square-user";
|
|
5149
5252
|
"square-user-round": "square-user-round";
|
|
5150
5253
|
"square-x": "square-x";
|
|
5254
|
+
"squares-exclude": "squares-exclude";
|
|
5255
|
+
"squares-intersect": "squares-intersect";
|
|
5256
|
+
"squares-subtract": "squares-subtract";
|
|
5257
|
+
"squares-unite": "squares-unite";
|
|
5151
5258
|
squircle: "squircle";
|
|
5152
5259
|
squirrel: "squirrel";
|
|
5153
5260
|
stamp: "stamp";
|
|
@@ -5186,6 +5293,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5186
5293
|
"table-cells-merge": "table-cells-merge";
|
|
5187
5294
|
"table-cells-split": "table-cells-split";
|
|
5188
5295
|
"table-columns-split": "table-columns-split";
|
|
5296
|
+
"table-config": "table-config";
|
|
5189
5297
|
"table-of-contents": "table-of-contents";
|
|
5190
5298
|
"table-properties": "table-properties";
|
|
5191
5299
|
"table-rows-split": "table-rows-split";
|
|
@@ -5266,6 +5374,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5266
5374
|
"triangle-right": "triangle-right";
|
|
5267
5375
|
trophy: "trophy";
|
|
5268
5376
|
truck: "truck";
|
|
5377
|
+
"truck-electric": "truck-electric";
|
|
5269
5378
|
turtle: "turtle";
|
|
5270
5379
|
tv: "tv";
|
|
5271
5380
|
"tv-2": "tv-2";
|
|
@@ -5300,6 +5409,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5300
5409
|
"user-circle-2": "user-circle-2";
|
|
5301
5410
|
"user-cog": "user-cog";
|
|
5302
5411
|
"user-cog-2": "user-cog-2";
|
|
5412
|
+
"user-lock": "user-lock";
|
|
5303
5413
|
"user-minus": "user-minus";
|
|
5304
5414
|
"user-minus-2": "user-minus-2";
|
|
5305
5415
|
"user-pen": "user-pen";
|
|
@@ -5370,6 +5480,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5370
5480
|
"wifi-high": "wifi-high";
|
|
5371
5481
|
"wifi-low": "wifi-low";
|
|
5372
5482
|
"wifi-off": "wifi-off";
|
|
5483
|
+
"wifi-pen": "wifi-pen";
|
|
5373
5484
|
"wifi-zero": "wifi-zero";
|
|
5374
5485
|
wind: "wind";
|
|
5375
5486
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -5401,7 +5512,6 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
|
|
|
5401
5512
|
gray: "gray";
|
|
5402
5513
|
outline: "outline";
|
|
5403
5514
|
}>;
|
|
5404
|
-
invert: z.ZodOptional<z.ZodBoolean>;
|
|
5405
5515
|
}, z.core.$strip>>;
|
|
5406
5516
|
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
5407
5517
|
auth: "auth";
|
|
@@ -5670,6 +5780,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5670
5780
|
bone: "bone";
|
|
5671
5781
|
book: "book";
|
|
5672
5782
|
"book-a": "book-a";
|
|
5783
|
+
"book-alert": "book-alert";
|
|
5673
5784
|
"book-audio": "book-audio";
|
|
5674
5785
|
"book-check": "book-check";
|
|
5675
5786
|
"book-copy": "book-copy";
|
|
@@ -5702,6 +5813,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5702
5813
|
bot: "bot";
|
|
5703
5814
|
"bot-message-square": "bot-message-square";
|
|
5704
5815
|
"bot-off": "bot-off";
|
|
5816
|
+
"bow-arrow": "bow-arrow";
|
|
5705
5817
|
box: "box";
|
|
5706
5818
|
"box-select": "box-select";
|
|
5707
5819
|
boxes: "boxes";
|
|
@@ -5711,12 +5823,15 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5711
5823
|
"brain-circuit": "brain-circuit";
|
|
5712
5824
|
"brain-cog": "brain-cog";
|
|
5713
5825
|
"brick-wall": "brick-wall";
|
|
5826
|
+
"brick-wall-fire": "brick-wall-fire";
|
|
5714
5827
|
briefcase: "briefcase";
|
|
5715
5828
|
"briefcase-business": "briefcase-business";
|
|
5716
5829
|
"briefcase-conveyor-belt": "briefcase-conveyor-belt";
|
|
5717
5830
|
"briefcase-medical": "briefcase-medical";
|
|
5718
5831
|
"bring-to-front": "bring-to-front";
|
|
5719
5832
|
brush: "brush";
|
|
5833
|
+
"brush-cleaning": "brush-cleaning";
|
|
5834
|
+
bubbles: "bubbles";
|
|
5720
5835
|
bug: "bug";
|
|
5721
5836
|
"bug-off": "bug-off";
|
|
5722
5837
|
"bug-play": "bug-play";
|
|
@@ -5763,6 +5878,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5763
5878
|
"car-front": "car-front";
|
|
5764
5879
|
"car-taxi-front": "car-taxi-front";
|
|
5765
5880
|
caravan: "caravan";
|
|
5881
|
+
"card-sim": "card-sim";
|
|
5766
5882
|
carrot: "carrot";
|
|
5767
5883
|
"case-lower": "case-lower";
|
|
5768
5884
|
"case-sensitive": "case-sensitive";
|
|
@@ -5799,6 +5915,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5799
5915
|
"check-check": "check-check";
|
|
5800
5916
|
"check-circle": "check-circle";
|
|
5801
5917
|
"check-circle-2": "check-circle-2";
|
|
5918
|
+
"check-line": "check-line";
|
|
5802
5919
|
"check-square": "check-square";
|
|
5803
5920
|
"check-square-2": "check-square-2";
|
|
5804
5921
|
"chef-hat": "chef-hat";
|
|
@@ -5865,6 +5982,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5865
5982
|
"circle-percent": "circle-percent";
|
|
5866
5983
|
"circle-play": "circle-play";
|
|
5867
5984
|
"circle-plus": "circle-plus";
|
|
5985
|
+
"circle-pound-sterling": "circle-pound-sterling";
|
|
5868
5986
|
"circle-power": "circle-power";
|
|
5869
5987
|
"circle-slash": "circle-slash";
|
|
5870
5988
|
"circle-slash-2": "circle-slash-2";
|
|
@@ -5907,8 +6025,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5907
6025
|
"clock-arrow-down": "clock-arrow-down";
|
|
5908
6026
|
"clock-arrow-up": "clock-arrow-up";
|
|
5909
6027
|
"clock-fading": "clock-fading";
|
|
6028
|
+
"clock-plus": "clock-plus";
|
|
5910
6029
|
cloud: "cloud";
|
|
5911
6030
|
"cloud-alert": "cloud-alert";
|
|
6031
|
+
"cloud-check": "cloud-check";
|
|
5912
6032
|
"cloud-cog": "cloud-cog";
|
|
5913
6033
|
"cloud-download": "cloud-download";
|
|
5914
6034
|
"cloud-drizzle": "cloud-drizzle";
|
|
@@ -5939,7 +6059,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5939
6059
|
columns: "columns";
|
|
5940
6060
|
"columns-2": "columns-2";
|
|
5941
6061
|
"columns-3": "columns-3";
|
|
6062
|
+
"columns-3-cog": "columns-3-cog";
|
|
5942
6063
|
"columns-4": "columns-4";
|
|
6064
|
+
"columns-settings": "columns-settings";
|
|
5943
6065
|
combine: "combine";
|
|
5944
6066
|
command: "command";
|
|
5945
6067
|
compass: "compass";
|
|
@@ -5985,6 +6107,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
5985
6107
|
database: "database";
|
|
5986
6108
|
"database-backup": "database-backup";
|
|
5987
6109
|
"database-zap": "database-zap";
|
|
6110
|
+
"decimals-arrow-left": "decimals-arrow-left";
|
|
6111
|
+
"decimals-arrow-right": "decimals-arrow-right";
|
|
5988
6112
|
dessert: "dessert";
|
|
5989
6113
|
diameter: "diameter";
|
|
5990
6114
|
diamond: "diamond";
|
|
@@ -6013,6 +6137,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6013
6137
|
"dollar-sign": "dollar-sign";
|
|
6014
6138
|
donut: "donut";
|
|
6015
6139
|
"door-closed": "door-closed";
|
|
6140
|
+
"door-closed-locked": "door-closed-locked";
|
|
6016
6141
|
"door-open": "door-open";
|
|
6017
6142
|
dot: "dot";
|
|
6018
6143
|
"dot-square": "dot-square";
|
|
@@ -6241,6 +6366,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6241
6366
|
"globe-2": "globe-2";
|
|
6242
6367
|
"globe-lock": "globe-lock";
|
|
6243
6368
|
goal: "goal";
|
|
6369
|
+
gpu: "gpu";
|
|
6244
6370
|
grab: "grab";
|
|
6245
6371
|
"graduation-cap": "graduation-cap";
|
|
6246
6372
|
grape: "grape";
|
|
@@ -6254,6 +6380,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6254
6380
|
"grid-2x2-plus": "grid-2x2-plus";
|
|
6255
6381
|
"grid-2x2-x": "grid-2x2-x";
|
|
6256
6382
|
"grid-3-x-3": "grid-3-x-3";
|
|
6383
|
+
"grid-3x2": "grid-3x2";
|
|
6257
6384
|
"grid-3x3": "grid-3x3";
|
|
6258
6385
|
grip: "grip";
|
|
6259
6386
|
"grip-horizontal": "grip-horizontal";
|
|
@@ -6261,6 +6388,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6261
6388
|
group: "group";
|
|
6262
6389
|
guitar: "guitar";
|
|
6263
6390
|
ham: "ham";
|
|
6391
|
+
hamburger: "hamburger";
|
|
6264
6392
|
hammer: "hammer";
|
|
6265
6393
|
hand: "hand";
|
|
6266
6394
|
"hand-coins": "hand-coins";
|
|
@@ -6289,7 +6417,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6289
6417
|
heart: "heart";
|
|
6290
6418
|
"heart-crack": "heart-crack";
|
|
6291
6419
|
"heart-handshake": "heart-handshake";
|
|
6420
|
+
"heart-minus": "heart-minus";
|
|
6292
6421
|
"heart-off": "heart-off";
|
|
6422
|
+
"heart-plus": "heart-plus";
|
|
6293
6423
|
"heart-pulse": "heart-pulse";
|
|
6294
6424
|
heater: "heater";
|
|
6295
6425
|
"help-circle": "help-circle";
|
|
@@ -6312,6 +6442,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6312
6442
|
"ice-cream-bowl": "ice-cream-bowl";
|
|
6313
6443
|
"ice-cream-cone": "ice-cream-cone";
|
|
6314
6444
|
"id-card": "id-card";
|
|
6445
|
+
"id-card-lanyard": "id-card-lanyard";
|
|
6315
6446
|
image: "image";
|
|
6316
6447
|
"image-down": "image-down";
|
|
6317
6448
|
"image-minus": "image-minus";
|
|
@@ -6408,6 +6539,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6408
6539
|
locate: "locate";
|
|
6409
6540
|
"locate-fixed": "locate-fixed";
|
|
6410
6541
|
"locate-off": "locate-off";
|
|
6542
|
+
"location-edit": "location-edit";
|
|
6411
6543
|
lock: "lock";
|
|
6412
6544
|
"lock-keyhole": "lock-keyhole";
|
|
6413
6545
|
"lock-keyhole-open": "lock-keyhole-open";
|
|
@@ -6584,6 +6716,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6584
6716
|
"paintbrush-vertical": "paintbrush-vertical";
|
|
6585
6717
|
palette: "palette";
|
|
6586
6718
|
palmtree: "palmtree";
|
|
6719
|
+
panda: "panda";
|
|
6587
6720
|
"panel-bottom": "panel-bottom";
|
|
6588
6721
|
"panel-bottom-close": "panel-bottom-close";
|
|
6589
6722
|
"panel-bottom-dashed": "panel-bottom-dashed";
|
|
@@ -6717,7 +6850,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6717
6850
|
"receipt-russian-ruble": "receipt-russian-ruble";
|
|
6718
6851
|
"receipt-swiss-franc": "receipt-swiss-franc";
|
|
6719
6852
|
"receipt-text": "receipt-text";
|
|
6853
|
+
"rectangle-circle": "rectangle-circle";
|
|
6720
6854
|
"rectangle-ellipsis": "rectangle-ellipsis";
|
|
6855
|
+
"rectangle-goggles": "rectangle-goggles";
|
|
6721
6856
|
"rectangle-horizontal": "rectangle-horizontal";
|
|
6722
6857
|
"rectangle-vertical": "rectangle-vertical";
|
|
6723
6858
|
recycle: "recycle";
|
|
@@ -6744,6 +6879,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6744
6879
|
"rotate-3-d": "rotate-3-d";
|
|
6745
6880
|
"rotate-3d": "rotate-3d";
|
|
6746
6881
|
"rotate-ccw": "rotate-ccw";
|
|
6882
|
+
"rotate-ccw-key": "rotate-ccw-key";
|
|
6747
6883
|
"rotate-ccw-square": "rotate-ccw-square";
|
|
6748
6884
|
"rotate-cw": "rotate-cw";
|
|
6749
6885
|
"rotate-cw-square": "rotate-cw-square";
|
|
@@ -6756,6 +6892,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6756
6892
|
"rows-4": "rows-4";
|
|
6757
6893
|
rss: "rss";
|
|
6758
6894
|
ruler: "ruler";
|
|
6895
|
+
"ruler-dimension-line": "ruler-dimension-line";
|
|
6759
6896
|
"russian-ruble": "russian-ruble";
|
|
6760
6897
|
sailboat: "sailboat";
|
|
6761
6898
|
salad: "salad";
|
|
@@ -6831,6 +6968,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6831
6968
|
"shopping-cart": "shopping-cart";
|
|
6832
6969
|
shovel: "shovel";
|
|
6833
6970
|
"shower-head": "shower-head";
|
|
6971
|
+
shredder: "shredder";
|
|
6834
6972
|
shrimp: "shrimp";
|
|
6835
6973
|
shrink: "shrink";
|
|
6836
6974
|
shrub: "shrub";
|
|
@@ -6865,6 +7003,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6865
7003
|
"smile-plus": "smile-plus";
|
|
6866
7004
|
snail: "snail";
|
|
6867
7005
|
snowflake: "snowflake";
|
|
7006
|
+
"soap-dispenser-droplet": "soap-dispenser-droplet";
|
|
6868
7007
|
sofa: "sofa";
|
|
6869
7008
|
"sort-asc": "sort-asc";
|
|
6870
7009
|
"sort-desc": "sort-desc";
|
|
@@ -6912,6 +7051,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6912
7051
|
"square-dashed-bottom-code": "square-dashed-bottom-code";
|
|
6913
7052
|
"square-dashed-kanban": "square-dashed-kanban";
|
|
6914
7053
|
"square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
|
|
7054
|
+
"square-dashed-top-solid": "square-dashed-top-solid";
|
|
6915
7055
|
"square-divide": "square-divide";
|
|
6916
7056
|
"square-dot": "square-dot";
|
|
6917
7057
|
"square-equal": "square-equal";
|
|
@@ -6945,6 +7085,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6945
7085
|
"square-user": "square-user";
|
|
6946
7086
|
"square-user-round": "square-user-round";
|
|
6947
7087
|
"square-x": "square-x";
|
|
7088
|
+
"squares-exclude": "squares-exclude";
|
|
7089
|
+
"squares-intersect": "squares-intersect";
|
|
7090
|
+
"squares-subtract": "squares-subtract";
|
|
7091
|
+
"squares-unite": "squares-unite";
|
|
6948
7092
|
squircle: "squircle";
|
|
6949
7093
|
squirrel: "squirrel";
|
|
6950
7094
|
stamp: "stamp";
|
|
@@ -6983,6 +7127,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
6983
7127
|
"table-cells-merge": "table-cells-merge";
|
|
6984
7128
|
"table-cells-split": "table-cells-split";
|
|
6985
7129
|
"table-columns-split": "table-columns-split";
|
|
7130
|
+
"table-config": "table-config";
|
|
6986
7131
|
"table-of-contents": "table-of-contents";
|
|
6987
7132
|
"table-properties": "table-properties";
|
|
6988
7133
|
"table-rows-split": "table-rows-split";
|
|
@@ -7063,6 +7208,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7063
7208
|
"triangle-right": "triangle-right";
|
|
7064
7209
|
trophy: "trophy";
|
|
7065
7210
|
truck: "truck";
|
|
7211
|
+
"truck-electric": "truck-electric";
|
|
7066
7212
|
turtle: "turtle";
|
|
7067
7213
|
tv: "tv";
|
|
7068
7214
|
"tv-2": "tv-2";
|
|
@@ -7097,6 +7243,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7097
7243
|
"user-circle-2": "user-circle-2";
|
|
7098
7244
|
"user-cog": "user-cog";
|
|
7099
7245
|
"user-cog-2": "user-cog-2";
|
|
7246
|
+
"user-lock": "user-lock";
|
|
7100
7247
|
"user-minus": "user-minus";
|
|
7101
7248
|
"user-minus-2": "user-minus-2";
|
|
7102
7249
|
"user-pen": "user-pen";
|
|
@@ -7167,6 +7314,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7167
7314
|
"wifi-high": "wifi-high";
|
|
7168
7315
|
"wifi-low": "wifi-low";
|
|
7169
7316
|
"wifi-off": "wifi-off";
|
|
7317
|
+
"wifi-pen": "wifi-pen";
|
|
7170
7318
|
"wifi-zero": "wifi-zero";
|
|
7171
7319
|
wind: "wind";
|
|
7172
7320
|
"wind-arrow-down": "wind-arrow-down";
|
|
@@ -7187,7 +7335,6 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
|
|
|
7187
7335
|
"zoom-out": "zoom-out";
|
|
7188
7336
|
}>>;
|
|
7189
7337
|
label: z.ZodString;
|
|
7190
|
-
description: z.ZodOptional<z.ZodString>;
|
|
7191
7338
|
collapsible: z.ZodOptional<z.ZodBoolean>;
|
|
7192
7339
|
collapsed: z.ZodOptional<z.ZodBoolean>;
|
|
7193
7340
|
link: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|