zudoku 0.50.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/dist/config/validators/InputNavigationSchema.d.ts +152 -0
  2. package/dist/config/validators/icon-types.d.ts +1 -1
  3. package/dist/config/validators/icon-types.js +38 -0
  4. package/dist/config/validators/icon-types.js.map +1 -1
  5. package/dist/config/validators/validate.d.ts +10 -0
  6. package/dist/config/validators/validate.js +7 -0
  7. package/dist/config/validators/validate.js.map +1 -1
  8. package/dist/flat-config.d.ts +6 -1
  9. package/dist/lib/components/Autocomplete.js +1 -1
  10. package/dist/lib/components/Autocomplete.js.map +1 -1
  11. package/dist/lib/components/ErrorPage.js +2 -2
  12. package/dist/lib/components/ErrorPage.js.map +1 -1
  13. package/dist/lib/components/Markdown.d.ts +0 -1
  14. package/dist/lib/components/Markdown.js +2 -3
  15. package/dist/lib/components/Markdown.js.map +1 -1
  16. package/dist/lib/components/NotFoundPage.js +2 -2
  17. package/dist/lib/components/NotFoundPage.js.map +1 -1
  18. package/dist/lib/components/Pagination.js +1 -1
  19. package/dist/lib/components/Pagination.js.map +1 -1
  20. package/dist/lib/components/Typography.d.ts +5 -0
  21. package/dist/lib/components/Typography.js +8 -0
  22. package/dist/lib/components/Typography.js.map +1 -0
  23. package/dist/lib/components/index.d.ts +4 -0
  24. package/dist/lib/components/index.js +2 -0
  25. package/dist/lib/components/index.js.map +1 -1
  26. package/dist/lib/errors/ErrorAlert.js +2 -3
  27. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  28. package/dist/lib/hooks/useHotkey.d.ts +4 -0
  29. package/dist/lib/hooks/useHotkey.js +58 -0
  30. package/dist/lib/hooks/useHotkey.js.map +1 -0
  31. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +4 -8
  32. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  33. package/dist/lib/plugins/custom-pages/index.d.ts +1 -4
  34. package/dist/lib/plugins/custom-pages/index.js +1 -3
  35. package/dist/lib/plugins/custom-pages/index.js.map +1 -1
  36. package/dist/lib/plugins/markdown/MdxPage.d.ts +1 -2
  37. package/dist/lib/plugins/markdown/MdxPage.js +22 -6
  38. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  39. package/dist/lib/plugins/markdown/index.d.ts +8 -1
  40. package/dist/lib/plugins/markdown/index.js +1 -1
  41. package/dist/lib/plugins/markdown/index.js.map +1 -1
  42. package/dist/lib/plugins/openapi/OperationList.js +2 -3
  43. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  44. package/dist/lib/plugins/openapi/OperationListItem.js +2 -2
  45. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  46. package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
  47. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  48. package/dist/lib/plugins/openapi/SchemaList.js +2 -3
  49. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
  50. package/dist/lib/plugins/openapi/playground/BodyPanel.js +14 -11
  51. package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -1
  52. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.d.ts +8 -0
  53. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +11 -0
  54. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -0
  55. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +2 -2
  56. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
  57. package/dist/lib/plugins/openapi/playground/Headers.d.ts +3 -2
  58. package/dist/lib/plugins/openapi/playground/Headers.js +52 -30
  59. package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
  60. package/dist/lib/plugins/openapi/playground/IdentityDialog.js +2 -1
  61. package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -1
  62. package/dist/lib/plugins/openapi/playground/IdentitySelector.js +1 -2
  63. package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
  64. package/dist/lib/plugins/openapi/playground/InlineInput.js +1 -1
  65. package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -1
  66. package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -2
  67. package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
  68. package/dist/lib/plugins/openapi/playground/PathParams.js +1 -2
  69. package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
  70. package/dist/lib/plugins/openapi/playground/Playground.js +52 -34
  71. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  72. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
  73. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  74. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +2 -2
  75. package/dist/lib/plugins/openapi/playground/QueryParams.js +38 -23
  76. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  77. package/dist/lib/plugins/openapi/playground/Spinner.d.ts +2 -0
  78. package/dist/lib/plugins/openapi/playground/Spinner.js +63 -0
  79. package/dist/lib/plugins/openapi/playground/Spinner.js.map +1 -0
  80. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.d.ts +3 -0
  81. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js +13 -0
  82. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js.map +1 -0
  83. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.d.ts +1 -0
  84. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js +12 -0
  85. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js.map +1 -0
  86. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +12 -0
  87. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js +11 -0
  88. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js.map +1 -0
  89. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.d.ts +6 -0
  90. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +66 -0
  91. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -0
  92. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +7 -4
  93. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +23 -32
  94. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  95. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +2 -2
  96. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +8 -10
  97. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
  98. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +3 -3
  99. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
  100. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +2 -3
  101. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
  102. package/dist/lib/plugins/openapi/schema/SchemaView.js +4 -4
  103. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  104. package/dist/lib/plugins/openapi/schema/utils.js +3 -2
  105. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
  106. package/dist/lib/ui/CodeBlock.js +5 -6
  107. package/dist/lib/ui/CodeBlock.js.map +1 -1
  108. package/dist/lib/ui/Dialog.js +1 -1
  109. package/dist/lib/ui/Dialog.js.map +1 -1
  110. package/dist/lib/ui/Select.js +1 -1
  111. package/dist/lib/util/os.d.ts +2 -0
  112. package/dist/lib/util/os.js +21 -0
  113. package/dist/lib/util/os.js.map +1 -0
  114. package/dist/lib/util/useCopyToClipboard.d.ts +1 -0
  115. package/dist/lib/util/useCopyToClipboard.js +11 -0
  116. package/dist/lib/util/useCopyToClipboard.js.map +1 -0
  117. package/dist/vite/api/SchemaManager.js +6 -2
  118. package/dist/vite/api/SchemaManager.js.map +1 -1
  119. package/dist/vite/api/schema-codegen.js +42 -11
  120. package/dist/vite/api/schema-codegen.js.map +1 -1
  121. package/dist/vite/api/schema-codegen.test.js +82 -0
  122. package/dist/vite/api/schema-codegen.test.js.map +1 -1
  123. package/dist/vite/mdx/remark-last-modified.d.ts +3 -0
  124. package/dist/vite/mdx/remark-last-modified.js +56 -0
  125. package/dist/vite/mdx/remark-last-modified.js.map +1 -0
  126. package/dist/vite/mdx/utils.d.ts +2 -0
  127. package/dist/vite/mdx/utils.js +31 -0
  128. package/dist/vite/mdx/utils.js.map +1 -0
  129. package/dist/vite/plugin-frontmatter.js +4 -2
  130. package/dist/vite/plugin-frontmatter.js.map +1 -1
  131. package/dist/vite/plugin-mdx.js +11 -33
  132. package/dist/vite/plugin-mdx.js.map +1 -1
  133. package/dist/vite/plugin-theme.js +21 -9
  134. package/dist/vite/plugin-theme.js.map +1 -1
  135. package/dist/vite/plugin-theme.test.js +22 -1
  136. package/dist/vite/plugin-theme.test.js.map +1 -1
  137. package/lib/Alert-CT_ViLrJ.js +161 -0
  138. package/lib/Alert-CT_ViLrJ.js.map +1 -0
  139. package/lib/CodeBlock-DAKxs_Tu.js +85 -0
  140. package/lib/CodeBlock-DAKxs_Tu.js.map +1 -0
  141. package/lib/Command-CPtGTZAL.js +140 -0
  142. package/lib/Command-CPtGTZAL.js.map +1 -0
  143. package/lib/{Dialog-BxpuVLh9.js → Dialog-DGlrUTCS.js} +4 -4
  144. package/lib/Dialog-DGlrUTCS.js.map +1 -0
  145. package/lib/MdxPage-D-QSUlMf.js +110 -0
  146. package/lib/MdxPage-D-QSUlMf.js.map +1 -0
  147. package/lib/{OasProvider-BC0q5m3u.js → OasProvider-DS23Ds76.js} +3 -3
  148. package/lib/{OasProvider-BC0q5m3u.js.map → OasProvider-DS23Ds76.js.map} +1 -1
  149. package/lib/{OperationList-Dpip6ozi.js → OperationList-CLidyzBx.js} +578 -567
  150. package/lib/OperationList-CLidyzBx.js.map +1 -0
  151. package/lib/Pagination-ClHXydm9.js +36 -0
  152. package/lib/Pagination-ClHXydm9.js.map +1 -0
  153. package/lib/RouteGuard-Bd-ppFbi.js +737 -0
  154. package/lib/RouteGuard-Bd-ppFbi.js.map +1 -0
  155. package/lib/{SchemaList-t4BIfh6Z.js → SchemaList-AJ8eFhvU.js} +26 -37
  156. package/lib/SchemaList-AJ8eFhvU.js.map +1 -0
  157. package/lib/{SchemaView-CLxthVcA.js → SchemaView-B9MTum2V.js} +94 -103
  158. package/lib/SchemaView-B9MTum2V.js.map +1 -0
  159. package/lib/{SignUp-B6w5AwHM.js → SignUp-CfojO4Pb.js} +13 -13
  160. package/lib/{SignUp-B6w5AwHM.js.map → SignUp-CfojO4Pb.js.map} +1 -1
  161. package/lib/{Markdown-BQ8YqLsz.js → Slot-DwZlQ-vX.js} +3347 -3001
  162. package/lib/Slot-DwZlQ-vX.js.map +1 -0
  163. package/lib/{SyntaxHighlight-C5ja40ix.js → SyntaxHighlight-CrjhGEwT.js} +3 -3
  164. package/lib/{SyntaxHighlight-C5ja40ix.js.map → SyntaxHighlight-CrjhGEwT.js.map} +1 -1
  165. package/lib/{Toc-BS0f4GTe.js → Toc-WCmwFkX-.js} +2 -2
  166. package/lib/{Toc-BS0f4GTe.js.map → Toc-WCmwFkX-.js.map} +1 -1
  167. package/lib/{chunk-DQRVZFIR-BblmKnHy.js → chunk-DQRVZFIR-DHK7_Ilc.js} +7 -7
  168. package/lib/{chunk-DQRVZFIR-BblmKnHy.js.map → chunk-DQRVZFIR-DHK7_Ilc.js.map} +1 -1
  169. package/lib/{circular-DfOaDE_x.js → circular-0wOQ8KUO.js} +2 -2
  170. package/lib/{circular-DfOaDE_x.js.map → circular-0wOQ8KUO.js.map} +1 -1
  171. package/lib/clerk-BDZ31hjU.js +25190 -0
  172. package/lib/clerk-BDZ31hjU.js.map +1 -0
  173. package/lib/{createServer-DjOMygls.js → createServer-Brtv5_hp.js} +4 -4
  174. package/lib/{createServer-DjOMygls.js.map → createServer-Brtv5_hp.js.map} +1 -1
  175. package/lib/{errors-D_5vKvUq.js → errors-BsabiSKg.js} +5 -5
  176. package/lib/{errors-D_5vKvUq.js.map → errors-BsabiSKg.js.map} +1 -1
  177. package/lib/{hook-CHXroBFt.js → hook-Bd0yS8M0.js} +36 -36
  178. package/lib/{hook-CHXroBFt.js.map → hook-Bd0yS8M0.js.map} +1 -1
  179. package/lib/index-BIbCx5Fh.js +3919 -0
  180. package/lib/index-BIbCx5Fh.js.map +1 -0
  181. package/lib/index-BoBGmARR.js +3458 -0
  182. package/lib/index-BoBGmARR.js.map +1 -0
  183. package/lib/{index-BvvmIczU.js → index-CcV90rin.js} +2 -2
  184. package/lib/{index-BvvmIczU.js.map → index-CcV90rin.js.map} +1 -1
  185. package/lib/index-ClhS5TxS.js +107 -0
  186. package/lib/index-ClhS5TxS.js.map +1 -0
  187. package/lib/ui/CodeBlock.js +6 -73
  188. package/lib/ui/CodeBlock.js.map +1 -1
  189. package/lib/ui/Command.js +1 -1
  190. package/lib/ui/Dialog.js +1 -1
  191. package/lib/ui/Dialog.js.map +1 -1
  192. package/lib/ui/Select.js +1 -1
  193. package/lib/ui/Select.js.map +1 -1
  194. package/lib/ui/SyntaxHighlight.js +3 -3
  195. package/lib/{useExposedProps-BZQkZneR.js → useExposedProps-BIYjecPD.js} +2 -2
  196. package/lib/{useExposedProps-BZQkZneR.js.map → useExposedProps-BIYjecPD.js.map} +1 -1
  197. package/lib/zudoku.auth-auth0.js +1 -1
  198. package/lib/zudoku.auth-azureb2c.js +2 -2
  199. package/lib/zudoku.auth-clerk.js +3 -3
  200. package/lib/zudoku.auth-openid.js +2 -2
  201. package/lib/zudoku.components.js +33 -3534
  202. package/lib/zudoku.components.js.map +1 -1
  203. package/lib/zudoku.hooks.js +10 -11
  204. package/lib/zudoku.hooks.js.map +1 -1
  205. package/lib/zudoku.plugin-api-catalog.js +6 -6
  206. package/lib/zudoku.plugin-api-keys.js +268 -321
  207. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  208. package/lib/zudoku.plugin-custom-pages.js +8 -20
  209. package/lib/zudoku.plugin-custom-pages.js.map +1 -1
  210. package/lib/zudoku.plugin-markdown.js +4 -5
  211. package/lib/zudoku.plugin-markdown.js.map +1 -1
  212. package/lib/zudoku.plugin-openapi.js +3 -3
  213. package/lib/zudoku.plugin-redirect.js +1 -1
  214. package/lib/zudoku.plugin-search-pagefind.js +201 -111
  215. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  216. package/package.json +5 -4
  217. package/src/lib/components/Autocomplete.tsx +1 -0
  218. package/src/lib/components/ErrorPage.tsx +3 -3
  219. package/src/lib/components/Markdown.tsx +3 -5
  220. package/src/lib/components/NotFoundPage.tsx +3 -3
  221. package/src/lib/components/Pagination.tsx +4 -4
  222. package/src/lib/components/Typography.tsx +14 -0
  223. package/src/lib/components/index.ts +2 -0
  224. package/src/lib/errors/ErrorAlert.tsx +3 -9
  225. package/src/lib/hooks/useHotkey.ts +70 -0
  226. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +5 -9
  227. package/src/lib/plugins/custom-pages/index.tsx +2 -6
  228. package/src/lib/plugins/markdown/MdxPage.tsx +66 -15
  229. package/src/lib/plugins/markdown/index.tsx +10 -2
  230. package/src/lib/plugins/openapi/OperationList.tsx +7 -17
  231. package/src/lib/plugins/openapi/OperationListItem.tsx +2 -2
  232. package/src/lib/plugins/openapi/ParameterListItem.tsx +6 -0
  233. package/src/lib/plugins/openapi/SchemaList.tsx +3 -9
  234. package/src/lib/plugins/openapi/playground/BodyPanel.tsx +36 -28
  235. package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +47 -0
  236. package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +7 -3
  237. package/src/lib/plugins/openapi/playground/Headers.tsx +187 -89
  238. package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +3 -2
  239. package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +7 -12
  240. package/src/lib/plugins/openapi/playground/InlineInput.tsx +1 -1
  241. package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +2 -2
  242. package/src/lib/plugins/openapi/playground/PathParams.tsx +3 -4
  243. package/src/lib/plugins/openapi/playground/Playground.tsx +196 -136
  244. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
  245. package/src/lib/plugins/openapi/playground/QueryParams.tsx +102 -58
  246. package/src/lib/plugins/openapi/playground/Spinner.tsx +87 -0
  247. package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +31 -0
  248. package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +25 -0
  249. package/src/lib/plugins/openapi/playground/result-panel/Highlight.tsx +26 -0
  250. package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +104 -0
  251. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +98 -97
  252. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +62 -92
  253. package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +3 -3
  254. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +2 -3
  255. package/src/lib/plugins/openapi/schema/SchemaView.tsx +5 -10
  256. package/src/lib/plugins/openapi/schema/utils.ts +3 -2
  257. package/src/lib/ui/CodeBlock.tsx +5 -6
  258. package/src/lib/ui/Dialog.tsx +1 -1
  259. package/src/lib/ui/Select.tsx +1 -1
  260. package/src/lib/util/os.ts +18 -0
  261. package/src/lib/util/useCopyToClipboard.ts +17 -0
  262. package/dist/lib/plugins/custom-pages/CustomPage.d.ts +0 -2
  263. package/dist/lib/plugins/custom-pages/CustomPage.js +0 -11
  264. package/dist/lib/plugins/custom-pages/CustomPage.js.map +0 -1
  265. package/dist/lib/plugins/openapi/playground/UrlDisplay.d.ts +0 -4
  266. package/dist/lib/plugins/openapi/playground/UrlDisplay.js +0 -22
  267. package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
  268. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +0 -7
  269. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +0 -11
  270. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +0 -1
  271. package/lib/Callout-CoVxYafP.js +0 -231
  272. package/lib/Callout-CoVxYafP.js.map +0 -1
  273. package/lib/CategoryHeading-Cu2RwgjC.js +0 -10
  274. package/lib/CategoryHeading-Cu2RwgjC.js.map +0 -1
  275. package/lib/Dialog-BxpuVLh9.js.map +0 -1
  276. package/lib/Markdown-BQ8YqLsz.js.map +0 -1
  277. package/lib/MdxPage-DJvKmI-r.js +0 -84
  278. package/lib/MdxPage-DJvKmI-r.js.map +0 -1
  279. package/lib/OperationList-Dpip6ozi.js.map +0 -1
  280. package/lib/Pagination-CCxhL836.js +0 -36
  281. package/lib/Pagination-CCxhL836.js.map +0 -1
  282. package/lib/RouteGuard-gV7nvzi7.js +0 -55
  283. package/lib/RouteGuard-gV7nvzi7.js.map +0 -1
  284. package/lib/SchemaList-t4BIfh6Z.js.map +0 -1
  285. package/lib/SchemaView-CLxthVcA.js.map +0 -1
  286. package/lib/Slot-CSEIvwwO.js +0 -161
  287. package/lib/Slot-CSEIvwwO.js.map +0 -1
  288. package/lib/clerk-yAKDC3Qz.js +0 -24812
  289. package/lib/clerk-yAKDC3Qz.js.map +0 -1
  290. package/lib/index--oeBayMa.js +0 -86
  291. package/lib/index--oeBayMa.js.map +0 -1
  292. package/lib/index-Bn6Lc9tq.js +0 -9
  293. package/lib/index-Bn6Lc9tq.js.map +0 -1
  294. package/lib/index-DW2qmCJa.js +0 -3227
  295. package/lib/index-DW2qmCJa.js.map +0 -1
  296. package/lib/index-QzXzw_ra.js +0 -24
  297. package/lib/index-QzXzw_ra.js.map +0 -1
  298. package/lib/index.esm-BFcSKCe-.js +0 -683
  299. package/lib/index.esm-BFcSKCe-.js.map +0 -1
  300. package/lib/mutation-BpcyTgWI.js +0 -196
  301. package/lib/mutation-BpcyTgWI.js.map +0 -1
  302. package/lib/objectEntries-yMIkr2mI.js +0 -5
  303. package/lib/objectEntries-yMIkr2mI.js.map +0 -1
  304. package/lib/react-nprogress.esm-C2MPXjiJ.js +0 -389
  305. package/lib/react-nprogress.esm-C2MPXjiJ.js.map +0 -1
  306. package/lib/useLatest-hmRS46UF.js +0 -11
  307. package/lib/useLatest-hmRS46UF.js.map +0 -1
  308. package/lib/useMutation-N4ockVKi.js +0 -97
  309. package/lib/useMutation-N4ockVKi.js.map +0 -1
  310. package/src/lib/plugins/custom-pages/CustomPage.tsx +0 -18
  311. package/src/lib/plugins/openapi/playground/UrlDisplay.tsx +0 -32
  312. 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";
@@ -2072,6 +2110,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2072
2110
  bone: "bone";
2073
2111
  book: "book";
2074
2112
  "book-a": "book-a";
2113
+ "book-alert": "book-alert";
2075
2114
  "book-audio": "book-audio";
2076
2115
  "book-check": "book-check";
2077
2116
  "book-copy": "book-copy";
@@ -2104,6 +2143,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2104
2143
  bot: "bot";
2105
2144
  "bot-message-square": "bot-message-square";
2106
2145
  "bot-off": "bot-off";
2146
+ "bow-arrow": "bow-arrow";
2107
2147
  box: "box";
2108
2148
  "box-select": "box-select";
2109
2149
  boxes: "boxes";
@@ -2113,12 +2153,15 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2113
2153
  "brain-circuit": "brain-circuit";
2114
2154
  "brain-cog": "brain-cog";
2115
2155
  "brick-wall": "brick-wall";
2156
+ "brick-wall-fire": "brick-wall-fire";
2116
2157
  briefcase: "briefcase";
2117
2158
  "briefcase-business": "briefcase-business";
2118
2159
  "briefcase-conveyor-belt": "briefcase-conveyor-belt";
2119
2160
  "briefcase-medical": "briefcase-medical";
2120
2161
  "bring-to-front": "bring-to-front";
2121
2162
  brush: "brush";
2163
+ "brush-cleaning": "brush-cleaning";
2164
+ bubbles: "bubbles";
2122
2165
  bug: "bug";
2123
2166
  "bug-off": "bug-off";
2124
2167
  "bug-play": "bug-play";
@@ -2165,6 +2208,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2165
2208
  "car-front": "car-front";
2166
2209
  "car-taxi-front": "car-taxi-front";
2167
2210
  caravan: "caravan";
2211
+ "card-sim": "card-sim";
2168
2212
  carrot: "carrot";
2169
2213
  "case-lower": "case-lower";
2170
2214
  "case-sensitive": "case-sensitive";
@@ -2201,6 +2245,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2201
2245
  "check-check": "check-check";
2202
2246
  "check-circle": "check-circle";
2203
2247
  "check-circle-2": "check-circle-2";
2248
+ "check-line": "check-line";
2204
2249
  "check-square": "check-square";
2205
2250
  "check-square-2": "check-square-2";
2206
2251
  "chef-hat": "chef-hat";
@@ -2267,6 +2312,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2267
2312
  "circle-percent": "circle-percent";
2268
2313
  "circle-play": "circle-play";
2269
2314
  "circle-plus": "circle-plus";
2315
+ "circle-pound-sterling": "circle-pound-sterling";
2270
2316
  "circle-power": "circle-power";
2271
2317
  "circle-slash": "circle-slash";
2272
2318
  "circle-slash-2": "circle-slash-2";
@@ -2309,8 +2355,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2309
2355
  "clock-arrow-down": "clock-arrow-down";
2310
2356
  "clock-arrow-up": "clock-arrow-up";
2311
2357
  "clock-fading": "clock-fading";
2358
+ "clock-plus": "clock-plus";
2312
2359
  cloud: "cloud";
2313
2360
  "cloud-alert": "cloud-alert";
2361
+ "cloud-check": "cloud-check";
2314
2362
  "cloud-cog": "cloud-cog";
2315
2363
  "cloud-download": "cloud-download";
2316
2364
  "cloud-drizzle": "cloud-drizzle";
@@ -2341,7 +2389,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2341
2389
  columns: "columns";
2342
2390
  "columns-2": "columns-2";
2343
2391
  "columns-3": "columns-3";
2392
+ "columns-3-cog": "columns-3-cog";
2344
2393
  "columns-4": "columns-4";
2394
+ "columns-settings": "columns-settings";
2345
2395
  combine: "combine";
2346
2396
  command: "command";
2347
2397
  compass: "compass";
@@ -2387,6 +2437,8 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2387
2437
  database: "database";
2388
2438
  "database-backup": "database-backup";
2389
2439
  "database-zap": "database-zap";
2440
+ "decimals-arrow-left": "decimals-arrow-left";
2441
+ "decimals-arrow-right": "decimals-arrow-right";
2390
2442
  dessert: "dessert";
2391
2443
  diameter: "diameter";
2392
2444
  diamond: "diamond";
@@ -2415,6 +2467,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2415
2467
  "dollar-sign": "dollar-sign";
2416
2468
  donut: "donut";
2417
2469
  "door-closed": "door-closed";
2470
+ "door-closed-locked": "door-closed-locked";
2418
2471
  "door-open": "door-open";
2419
2472
  dot: "dot";
2420
2473
  "dot-square": "dot-square";
@@ -2643,6 +2696,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2643
2696
  "globe-2": "globe-2";
2644
2697
  "globe-lock": "globe-lock";
2645
2698
  goal: "goal";
2699
+ gpu: "gpu";
2646
2700
  grab: "grab";
2647
2701
  "graduation-cap": "graduation-cap";
2648
2702
  grape: "grape";
@@ -2656,6 +2710,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2656
2710
  "grid-2x2-plus": "grid-2x2-plus";
2657
2711
  "grid-2x2-x": "grid-2x2-x";
2658
2712
  "grid-3-x-3": "grid-3-x-3";
2713
+ "grid-3x2": "grid-3x2";
2659
2714
  "grid-3x3": "grid-3x3";
2660
2715
  grip: "grip";
2661
2716
  "grip-horizontal": "grip-horizontal";
@@ -2663,6 +2718,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2663
2718
  group: "group";
2664
2719
  guitar: "guitar";
2665
2720
  ham: "ham";
2721
+ hamburger: "hamburger";
2666
2722
  hammer: "hammer";
2667
2723
  hand: "hand";
2668
2724
  "hand-coins": "hand-coins";
@@ -2691,7 +2747,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2691
2747
  heart: "heart";
2692
2748
  "heart-crack": "heart-crack";
2693
2749
  "heart-handshake": "heart-handshake";
2750
+ "heart-minus": "heart-minus";
2694
2751
  "heart-off": "heart-off";
2752
+ "heart-plus": "heart-plus";
2695
2753
  "heart-pulse": "heart-pulse";
2696
2754
  heater: "heater";
2697
2755
  "help-circle": "help-circle";
@@ -2714,6 +2772,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2714
2772
  "ice-cream-bowl": "ice-cream-bowl";
2715
2773
  "ice-cream-cone": "ice-cream-cone";
2716
2774
  "id-card": "id-card";
2775
+ "id-card-lanyard": "id-card-lanyard";
2717
2776
  image: "image";
2718
2777
  "image-down": "image-down";
2719
2778
  "image-minus": "image-minus";
@@ -2810,6 +2869,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2810
2869
  locate: "locate";
2811
2870
  "locate-fixed": "locate-fixed";
2812
2871
  "locate-off": "locate-off";
2872
+ "location-edit": "location-edit";
2813
2873
  lock: "lock";
2814
2874
  "lock-keyhole": "lock-keyhole";
2815
2875
  "lock-keyhole-open": "lock-keyhole-open";
@@ -2986,6 +3046,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
2986
3046
  "paintbrush-vertical": "paintbrush-vertical";
2987
3047
  palette: "palette";
2988
3048
  palmtree: "palmtree";
3049
+ panda: "panda";
2989
3050
  "panel-bottom": "panel-bottom";
2990
3051
  "panel-bottom-close": "panel-bottom-close";
2991
3052
  "panel-bottom-dashed": "panel-bottom-dashed";
@@ -3119,7 +3180,9 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3119
3180
  "receipt-russian-ruble": "receipt-russian-ruble";
3120
3181
  "receipt-swiss-franc": "receipt-swiss-franc";
3121
3182
  "receipt-text": "receipt-text";
3183
+ "rectangle-circle": "rectangle-circle";
3122
3184
  "rectangle-ellipsis": "rectangle-ellipsis";
3185
+ "rectangle-goggles": "rectangle-goggles";
3123
3186
  "rectangle-horizontal": "rectangle-horizontal";
3124
3187
  "rectangle-vertical": "rectangle-vertical";
3125
3188
  recycle: "recycle";
@@ -3146,6 +3209,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3146
3209
  "rotate-3-d": "rotate-3-d";
3147
3210
  "rotate-3d": "rotate-3d";
3148
3211
  "rotate-ccw": "rotate-ccw";
3212
+ "rotate-ccw-key": "rotate-ccw-key";
3149
3213
  "rotate-ccw-square": "rotate-ccw-square";
3150
3214
  "rotate-cw": "rotate-cw";
3151
3215
  "rotate-cw-square": "rotate-cw-square";
@@ -3158,6 +3222,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3158
3222
  "rows-4": "rows-4";
3159
3223
  rss: "rss";
3160
3224
  ruler: "ruler";
3225
+ "ruler-dimension-line": "ruler-dimension-line";
3161
3226
  "russian-ruble": "russian-ruble";
3162
3227
  sailboat: "sailboat";
3163
3228
  salad: "salad";
@@ -3233,6 +3298,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3233
3298
  "shopping-cart": "shopping-cart";
3234
3299
  shovel: "shovel";
3235
3300
  "shower-head": "shower-head";
3301
+ shredder: "shredder";
3236
3302
  shrimp: "shrimp";
3237
3303
  shrink: "shrink";
3238
3304
  shrub: "shrub";
@@ -3267,6 +3333,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3267
3333
  "smile-plus": "smile-plus";
3268
3334
  snail: "snail";
3269
3335
  snowflake: "snowflake";
3336
+ "soap-dispenser-droplet": "soap-dispenser-droplet";
3270
3337
  sofa: "sofa";
3271
3338
  "sort-asc": "sort-asc";
3272
3339
  "sort-desc": "sort-desc";
@@ -3314,6 +3381,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3314
3381
  "square-dashed-bottom-code": "square-dashed-bottom-code";
3315
3382
  "square-dashed-kanban": "square-dashed-kanban";
3316
3383
  "square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
3384
+ "square-dashed-top-solid": "square-dashed-top-solid";
3317
3385
  "square-divide": "square-divide";
3318
3386
  "square-dot": "square-dot";
3319
3387
  "square-equal": "square-equal";
@@ -3347,6 +3415,10 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3347
3415
  "square-user": "square-user";
3348
3416
  "square-user-round": "square-user-round";
3349
3417
  "square-x": "square-x";
3418
+ "squares-exclude": "squares-exclude";
3419
+ "squares-intersect": "squares-intersect";
3420
+ "squares-subtract": "squares-subtract";
3421
+ "squares-unite": "squares-unite";
3350
3422
  squircle: "squircle";
3351
3423
  squirrel: "squirrel";
3352
3424
  stamp: "stamp";
@@ -3385,6 +3457,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3385
3457
  "table-cells-merge": "table-cells-merge";
3386
3458
  "table-cells-split": "table-cells-split";
3387
3459
  "table-columns-split": "table-columns-split";
3460
+ "table-config": "table-config";
3388
3461
  "table-of-contents": "table-of-contents";
3389
3462
  "table-properties": "table-properties";
3390
3463
  "table-rows-split": "table-rows-split";
@@ -3465,6 +3538,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3465
3538
  "triangle-right": "triangle-right";
3466
3539
  trophy: "trophy";
3467
3540
  truck: "truck";
3541
+ "truck-electric": "truck-electric";
3468
3542
  turtle: "turtle";
3469
3543
  tv: "tv";
3470
3544
  "tv-2": "tv-2";
@@ -3499,6 +3573,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3499
3573
  "user-circle-2": "user-circle-2";
3500
3574
  "user-cog": "user-cog";
3501
3575
  "user-cog-2": "user-cog-2";
3576
+ "user-lock": "user-lock";
3502
3577
  "user-minus": "user-minus";
3503
3578
  "user-minus-2": "user-minus-2";
3504
3579
  "user-pen": "user-pen";
@@ -3569,6 +3644,7 @@ declare const InputNavigationLinkSchema: z.ZodObject<{
3569
3644
  "wifi-high": "wifi-high";
3570
3645
  "wifi-low": "wifi-low";
3571
3646
  "wifi-off": "wifi-off";
3647
+ "wifi-pen": "wifi-pen";
3572
3648
  "wifi-zero": "wifi-zero";
3573
3649
  wind: "wind";
3574
3650
  "wind-arrow-down": "wind-arrow-down";
@@ -3873,6 +3949,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3873
3949
  bone: "bone";
3874
3950
  book: "book";
3875
3951
  "book-a": "book-a";
3952
+ "book-alert": "book-alert";
3876
3953
  "book-audio": "book-audio";
3877
3954
  "book-check": "book-check";
3878
3955
  "book-copy": "book-copy";
@@ -3905,6 +3982,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3905
3982
  bot: "bot";
3906
3983
  "bot-message-square": "bot-message-square";
3907
3984
  "bot-off": "bot-off";
3985
+ "bow-arrow": "bow-arrow";
3908
3986
  box: "box";
3909
3987
  "box-select": "box-select";
3910
3988
  boxes: "boxes";
@@ -3914,12 +3992,15 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3914
3992
  "brain-circuit": "brain-circuit";
3915
3993
  "brain-cog": "brain-cog";
3916
3994
  "brick-wall": "brick-wall";
3995
+ "brick-wall-fire": "brick-wall-fire";
3917
3996
  briefcase: "briefcase";
3918
3997
  "briefcase-business": "briefcase-business";
3919
3998
  "briefcase-conveyor-belt": "briefcase-conveyor-belt";
3920
3999
  "briefcase-medical": "briefcase-medical";
3921
4000
  "bring-to-front": "bring-to-front";
3922
4001
  brush: "brush";
4002
+ "brush-cleaning": "brush-cleaning";
4003
+ bubbles: "bubbles";
3923
4004
  bug: "bug";
3924
4005
  "bug-off": "bug-off";
3925
4006
  "bug-play": "bug-play";
@@ -3966,6 +4047,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
3966
4047
  "car-front": "car-front";
3967
4048
  "car-taxi-front": "car-taxi-front";
3968
4049
  caravan: "caravan";
4050
+ "card-sim": "card-sim";
3969
4051
  carrot: "carrot";
3970
4052
  "case-lower": "case-lower";
3971
4053
  "case-sensitive": "case-sensitive";
@@ -4002,6 +4084,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4002
4084
  "check-check": "check-check";
4003
4085
  "check-circle": "check-circle";
4004
4086
  "check-circle-2": "check-circle-2";
4087
+ "check-line": "check-line";
4005
4088
  "check-square": "check-square";
4006
4089
  "check-square-2": "check-square-2";
4007
4090
  "chef-hat": "chef-hat";
@@ -4068,6 +4151,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4068
4151
  "circle-percent": "circle-percent";
4069
4152
  "circle-play": "circle-play";
4070
4153
  "circle-plus": "circle-plus";
4154
+ "circle-pound-sterling": "circle-pound-sterling";
4071
4155
  "circle-power": "circle-power";
4072
4156
  "circle-slash": "circle-slash";
4073
4157
  "circle-slash-2": "circle-slash-2";
@@ -4110,8 +4194,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4110
4194
  "clock-arrow-down": "clock-arrow-down";
4111
4195
  "clock-arrow-up": "clock-arrow-up";
4112
4196
  "clock-fading": "clock-fading";
4197
+ "clock-plus": "clock-plus";
4113
4198
  cloud: "cloud";
4114
4199
  "cloud-alert": "cloud-alert";
4200
+ "cloud-check": "cloud-check";
4115
4201
  "cloud-cog": "cloud-cog";
4116
4202
  "cloud-download": "cloud-download";
4117
4203
  "cloud-drizzle": "cloud-drizzle";
@@ -4142,7 +4228,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4142
4228
  columns: "columns";
4143
4229
  "columns-2": "columns-2";
4144
4230
  "columns-3": "columns-3";
4231
+ "columns-3-cog": "columns-3-cog";
4145
4232
  "columns-4": "columns-4";
4233
+ "columns-settings": "columns-settings";
4146
4234
  combine: "combine";
4147
4235
  command: "command";
4148
4236
  compass: "compass";
@@ -4188,6 +4276,8 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4188
4276
  database: "database";
4189
4277
  "database-backup": "database-backup";
4190
4278
  "database-zap": "database-zap";
4279
+ "decimals-arrow-left": "decimals-arrow-left";
4280
+ "decimals-arrow-right": "decimals-arrow-right";
4191
4281
  dessert: "dessert";
4192
4282
  diameter: "diameter";
4193
4283
  diamond: "diamond";
@@ -4216,6 +4306,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4216
4306
  "dollar-sign": "dollar-sign";
4217
4307
  donut: "donut";
4218
4308
  "door-closed": "door-closed";
4309
+ "door-closed-locked": "door-closed-locked";
4219
4310
  "door-open": "door-open";
4220
4311
  dot: "dot";
4221
4312
  "dot-square": "dot-square";
@@ -4444,6 +4535,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4444
4535
  "globe-2": "globe-2";
4445
4536
  "globe-lock": "globe-lock";
4446
4537
  goal: "goal";
4538
+ gpu: "gpu";
4447
4539
  grab: "grab";
4448
4540
  "graduation-cap": "graduation-cap";
4449
4541
  grape: "grape";
@@ -4457,6 +4549,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4457
4549
  "grid-2x2-plus": "grid-2x2-plus";
4458
4550
  "grid-2x2-x": "grid-2x2-x";
4459
4551
  "grid-3-x-3": "grid-3-x-3";
4552
+ "grid-3x2": "grid-3x2";
4460
4553
  "grid-3x3": "grid-3x3";
4461
4554
  grip: "grip";
4462
4555
  "grip-horizontal": "grip-horizontal";
@@ -4464,6 +4557,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4464
4557
  group: "group";
4465
4558
  guitar: "guitar";
4466
4559
  ham: "ham";
4560
+ hamburger: "hamburger";
4467
4561
  hammer: "hammer";
4468
4562
  hand: "hand";
4469
4563
  "hand-coins": "hand-coins";
@@ -4492,7 +4586,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4492
4586
  heart: "heart";
4493
4587
  "heart-crack": "heart-crack";
4494
4588
  "heart-handshake": "heart-handshake";
4589
+ "heart-minus": "heart-minus";
4495
4590
  "heart-off": "heart-off";
4591
+ "heart-plus": "heart-plus";
4496
4592
  "heart-pulse": "heart-pulse";
4497
4593
  heater: "heater";
4498
4594
  "help-circle": "help-circle";
@@ -4515,6 +4611,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4515
4611
  "ice-cream-bowl": "ice-cream-bowl";
4516
4612
  "ice-cream-cone": "ice-cream-cone";
4517
4613
  "id-card": "id-card";
4614
+ "id-card-lanyard": "id-card-lanyard";
4518
4615
  image: "image";
4519
4616
  "image-down": "image-down";
4520
4617
  "image-minus": "image-minus";
@@ -4611,6 +4708,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4611
4708
  locate: "locate";
4612
4709
  "locate-fixed": "locate-fixed";
4613
4710
  "locate-off": "locate-off";
4711
+ "location-edit": "location-edit";
4614
4712
  lock: "lock";
4615
4713
  "lock-keyhole": "lock-keyhole";
4616
4714
  "lock-keyhole-open": "lock-keyhole-open";
@@ -4787,6 +4885,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4787
4885
  "paintbrush-vertical": "paintbrush-vertical";
4788
4886
  palette: "palette";
4789
4887
  palmtree: "palmtree";
4888
+ panda: "panda";
4790
4889
  "panel-bottom": "panel-bottom";
4791
4890
  "panel-bottom-close": "panel-bottom-close";
4792
4891
  "panel-bottom-dashed": "panel-bottom-dashed";
@@ -4920,7 +5019,9 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4920
5019
  "receipt-russian-ruble": "receipt-russian-ruble";
4921
5020
  "receipt-swiss-franc": "receipt-swiss-franc";
4922
5021
  "receipt-text": "receipt-text";
5022
+ "rectangle-circle": "rectangle-circle";
4923
5023
  "rectangle-ellipsis": "rectangle-ellipsis";
5024
+ "rectangle-goggles": "rectangle-goggles";
4924
5025
  "rectangle-horizontal": "rectangle-horizontal";
4925
5026
  "rectangle-vertical": "rectangle-vertical";
4926
5027
  recycle: "recycle";
@@ -4947,6 +5048,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4947
5048
  "rotate-3-d": "rotate-3-d";
4948
5049
  "rotate-3d": "rotate-3d";
4949
5050
  "rotate-ccw": "rotate-ccw";
5051
+ "rotate-ccw-key": "rotate-ccw-key";
4950
5052
  "rotate-ccw-square": "rotate-ccw-square";
4951
5053
  "rotate-cw": "rotate-cw";
4952
5054
  "rotate-cw-square": "rotate-cw-square";
@@ -4959,6 +5061,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
4959
5061
  "rows-4": "rows-4";
4960
5062
  rss: "rss";
4961
5063
  ruler: "ruler";
5064
+ "ruler-dimension-line": "ruler-dimension-line";
4962
5065
  "russian-ruble": "russian-ruble";
4963
5066
  sailboat: "sailboat";
4964
5067
  salad: "salad";
@@ -5034,6 +5137,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5034
5137
  "shopping-cart": "shopping-cart";
5035
5138
  shovel: "shovel";
5036
5139
  "shower-head": "shower-head";
5140
+ shredder: "shredder";
5037
5141
  shrimp: "shrimp";
5038
5142
  shrink: "shrink";
5039
5143
  shrub: "shrub";
@@ -5068,6 +5172,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5068
5172
  "smile-plus": "smile-plus";
5069
5173
  snail: "snail";
5070
5174
  snowflake: "snowflake";
5175
+ "soap-dispenser-droplet": "soap-dispenser-droplet";
5071
5176
  sofa: "sofa";
5072
5177
  "sort-asc": "sort-asc";
5073
5178
  "sort-desc": "sort-desc";
@@ -5115,6 +5220,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5115
5220
  "square-dashed-bottom-code": "square-dashed-bottom-code";
5116
5221
  "square-dashed-kanban": "square-dashed-kanban";
5117
5222
  "square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
5223
+ "square-dashed-top-solid": "square-dashed-top-solid";
5118
5224
  "square-divide": "square-divide";
5119
5225
  "square-dot": "square-dot";
5120
5226
  "square-equal": "square-equal";
@@ -5148,6 +5254,10 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5148
5254
  "square-user": "square-user";
5149
5255
  "square-user-round": "square-user-round";
5150
5256
  "square-x": "square-x";
5257
+ "squares-exclude": "squares-exclude";
5258
+ "squares-intersect": "squares-intersect";
5259
+ "squares-subtract": "squares-subtract";
5260
+ "squares-unite": "squares-unite";
5151
5261
  squircle: "squircle";
5152
5262
  squirrel: "squirrel";
5153
5263
  stamp: "stamp";
@@ -5186,6 +5296,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5186
5296
  "table-cells-merge": "table-cells-merge";
5187
5297
  "table-cells-split": "table-cells-split";
5188
5298
  "table-columns-split": "table-columns-split";
5299
+ "table-config": "table-config";
5189
5300
  "table-of-contents": "table-of-contents";
5190
5301
  "table-properties": "table-properties";
5191
5302
  "table-rows-split": "table-rows-split";
@@ -5266,6 +5377,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5266
5377
  "triangle-right": "triangle-right";
5267
5378
  trophy: "trophy";
5268
5379
  truck: "truck";
5380
+ "truck-electric": "truck-electric";
5269
5381
  turtle: "turtle";
5270
5382
  tv: "tv";
5271
5383
  "tv-2": "tv-2";
@@ -5300,6 +5412,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5300
5412
  "user-circle-2": "user-circle-2";
5301
5413
  "user-cog": "user-cog";
5302
5414
  "user-cog-2": "user-cog-2";
5415
+ "user-lock": "user-lock";
5303
5416
  "user-minus": "user-minus";
5304
5417
  "user-minus-2": "user-minus-2";
5305
5418
  "user-pen": "user-pen";
@@ -5370,6 +5483,7 @@ declare const InputNavigationCustomPageSchema: z.ZodObject<{
5370
5483
  "wifi-high": "wifi-high";
5371
5484
  "wifi-low": "wifi-low";
5372
5485
  "wifi-off": "wifi-off";
5486
+ "wifi-pen": "wifi-pen";
5373
5487
  "wifi-zero": "wifi-zero";
5374
5488
  wind: "wind";
5375
5489
  "wind-arrow-down": "wind-arrow-down";
@@ -5670,6 +5784,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5670
5784
  bone: "bone";
5671
5785
  book: "book";
5672
5786
  "book-a": "book-a";
5787
+ "book-alert": "book-alert";
5673
5788
  "book-audio": "book-audio";
5674
5789
  "book-check": "book-check";
5675
5790
  "book-copy": "book-copy";
@@ -5702,6 +5817,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5702
5817
  bot: "bot";
5703
5818
  "bot-message-square": "bot-message-square";
5704
5819
  "bot-off": "bot-off";
5820
+ "bow-arrow": "bow-arrow";
5705
5821
  box: "box";
5706
5822
  "box-select": "box-select";
5707
5823
  boxes: "boxes";
@@ -5711,12 +5827,15 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5711
5827
  "brain-circuit": "brain-circuit";
5712
5828
  "brain-cog": "brain-cog";
5713
5829
  "brick-wall": "brick-wall";
5830
+ "brick-wall-fire": "brick-wall-fire";
5714
5831
  briefcase: "briefcase";
5715
5832
  "briefcase-business": "briefcase-business";
5716
5833
  "briefcase-conveyor-belt": "briefcase-conveyor-belt";
5717
5834
  "briefcase-medical": "briefcase-medical";
5718
5835
  "bring-to-front": "bring-to-front";
5719
5836
  brush: "brush";
5837
+ "brush-cleaning": "brush-cleaning";
5838
+ bubbles: "bubbles";
5720
5839
  bug: "bug";
5721
5840
  "bug-off": "bug-off";
5722
5841
  "bug-play": "bug-play";
@@ -5763,6 +5882,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5763
5882
  "car-front": "car-front";
5764
5883
  "car-taxi-front": "car-taxi-front";
5765
5884
  caravan: "caravan";
5885
+ "card-sim": "card-sim";
5766
5886
  carrot: "carrot";
5767
5887
  "case-lower": "case-lower";
5768
5888
  "case-sensitive": "case-sensitive";
@@ -5799,6 +5919,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5799
5919
  "check-check": "check-check";
5800
5920
  "check-circle": "check-circle";
5801
5921
  "check-circle-2": "check-circle-2";
5922
+ "check-line": "check-line";
5802
5923
  "check-square": "check-square";
5803
5924
  "check-square-2": "check-square-2";
5804
5925
  "chef-hat": "chef-hat";
@@ -5865,6 +5986,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5865
5986
  "circle-percent": "circle-percent";
5866
5987
  "circle-play": "circle-play";
5867
5988
  "circle-plus": "circle-plus";
5989
+ "circle-pound-sterling": "circle-pound-sterling";
5868
5990
  "circle-power": "circle-power";
5869
5991
  "circle-slash": "circle-slash";
5870
5992
  "circle-slash-2": "circle-slash-2";
@@ -5907,8 +6029,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5907
6029
  "clock-arrow-down": "clock-arrow-down";
5908
6030
  "clock-arrow-up": "clock-arrow-up";
5909
6031
  "clock-fading": "clock-fading";
6032
+ "clock-plus": "clock-plus";
5910
6033
  cloud: "cloud";
5911
6034
  "cloud-alert": "cloud-alert";
6035
+ "cloud-check": "cloud-check";
5912
6036
  "cloud-cog": "cloud-cog";
5913
6037
  "cloud-download": "cloud-download";
5914
6038
  "cloud-drizzle": "cloud-drizzle";
@@ -5939,7 +6063,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5939
6063
  columns: "columns";
5940
6064
  "columns-2": "columns-2";
5941
6065
  "columns-3": "columns-3";
6066
+ "columns-3-cog": "columns-3-cog";
5942
6067
  "columns-4": "columns-4";
6068
+ "columns-settings": "columns-settings";
5943
6069
  combine: "combine";
5944
6070
  command: "command";
5945
6071
  compass: "compass";
@@ -5985,6 +6111,8 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
5985
6111
  database: "database";
5986
6112
  "database-backup": "database-backup";
5987
6113
  "database-zap": "database-zap";
6114
+ "decimals-arrow-left": "decimals-arrow-left";
6115
+ "decimals-arrow-right": "decimals-arrow-right";
5988
6116
  dessert: "dessert";
5989
6117
  diameter: "diameter";
5990
6118
  diamond: "diamond";
@@ -6013,6 +6141,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6013
6141
  "dollar-sign": "dollar-sign";
6014
6142
  donut: "donut";
6015
6143
  "door-closed": "door-closed";
6144
+ "door-closed-locked": "door-closed-locked";
6016
6145
  "door-open": "door-open";
6017
6146
  dot: "dot";
6018
6147
  "dot-square": "dot-square";
@@ -6241,6 +6370,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6241
6370
  "globe-2": "globe-2";
6242
6371
  "globe-lock": "globe-lock";
6243
6372
  goal: "goal";
6373
+ gpu: "gpu";
6244
6374
  grab: "grab";
6245
6375
  "graduation-cap": "graduation-cap";
6246
6376
  grape: "grape";
@@ -6254,6 +6384,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6254
6384
  "grid-2x2-plus": "grid-2x2-plus";
6255
6385
  "grid-2x2-x": "grid-2x2-x";
6256
6386
  "grid-3-x-3": "grid-3-x-3";
6387
+ "grid-3x2": "grid-3x2";
6257
6388
  "grid-3x3": "grid-3x3";
6258
6389
  grip: "grip";
6259
6390
  "grip-horizontal": "grip-horizontal";
@@ -6261,6 +6392,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6261
6392
  group: "group";
6262
6393
  guitar: "guitar";
6263
6394
  ham: "ham";
6395
+ hamburger: "hamburger";
6264
6396
  hammer: "hammer";
6265
6397
  hand: "hand";
6266
6398
  "hand-coins": "hand-coins";
@@ -6289,7 +6421,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6289
6421
  heart: "heart";
6290
6422
  "heart-crack": "heart-crack";
6291
6423
  "heart-handshake": "heart-handshake";
6424
+ "heart-minus": "heart-minus";
6292
6425
  "heart-off": "heart-off";
6426
+ "heart-plus": "heart-plus";
6293
6427
  "heart-pulse": "heart-pulse";
6294
6428
  heater: "heater";
6295
6429
  "help-circle": "help-circle";
@@ -6312,6 +6446,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6312
6446
  "ice-cream-bowl": "ice-cream-bowl";
6313
6447
  "ice-cream-cone": "ice-cream-cone";
6314
6448
  "id-card": "id-card";
6449
+ "id-card-lanyard": "id-card-lanyard";
6315
6450
  image: "image";
6316
6451
  "image-down": "image-down";
6317
6452
  "image-minus": "image-minus";
@@ -6408,6 +6543,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6408
6543
  locate: "locate";
6409
6544
  "locate-fixed": "locate-fixed";
6410
6545
  "locate-off": "locate-off";
6546
+ "location-edit": "location-edit";
6411
6547
  lock: "lock";
6412
6548
  "lock-keyhole": "lock-keyhole";
6413
6549
  "lock-keyhole-open": "lock-keyhole-open";
@@ -6584,6 +6720,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6584
6720
  "paintbrush-vertical": "paintbrush-vertical";
6585
6721
  palette: "palette";
6586
6722
  palmtree: "palmtree";
6723
+ panda: "panda";
6587
6724
  "panel-bottom": "panel-bottom";
6588
6725
  "panel-bottom-close": "panel-bottom-close";
6589
6726
  "panel-bottom-dashed": "panel-bottom-dashed";
@@ -6717,7 +6854,9 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6717
6854
  "receipt-russian-ruble": "receipt-russian-ruble";
6718
6855
  "receipt-swiss-franc": "receipt-swiss-franc";
6719
6856
  "receipt-text": "receipt-text";
6857
+ "rectangle-circle": "rectangle-circle";
6720
6858
  "rectangle-ellipsis": "rectangle-ellipsis";
6859
+ "rectangle-goggles": "rectangle-goggles";
6721
6860
  "rectangle-horizontal": "rectangle-horizontal";
6722
6861
  "rectangle-vertical": "rectangle-vertical";
6723
6862
  recycle: "recycle";
@@ -6744,6 +6883,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6744
6883
  "rotate-3-d": "rotate-3-d";
6745
6884
  "rotate-3d": "rotate-3d";
6746
6885
  "rotate-ccw": "rotate-ccw";
6886
+ "rotate-ccw-key": "rotate-ccw-key";
6747
6887
  "rotate-ccw-square": "rotate-ccw-square";
6748
6888
  "rotate-cw": "rotate-cw";
6749
6889
  "rotate-cw-square": "rotate-cw-square";
@@ -6756,6 +6896,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6756
6896
  "rows-4": "rows-4";
6757
6897
  rss: "rss";
6758
6898
  ruler: "ruler";
6899
+ "ruler-dimension-line": "ruler-dimension-line";
6759
6900
  "russian-ruble": "russian-ruble";
6760
6901
  sailboat: "sailboat";
6761
6902
  salad: "salad";
@@ -6831,6 +6972,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6831
6972
  "shopping-cart": "shopping-cart";
6832
6973
  shovel: "shovel";
6833
6974
  "shower-head": "shower-head";
6975
+ shredder: "shredder";
6834
6976
  shrimp: "shrimp";
6835
6977
  shrink: "shrink";
6836
6978
  shrub: "shrub";
@@ -6865,6 +7007,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6865
7007
  "smile-plus": "smile-plus";
6866
7008
  snail: "snail";
6867
7009
  snowflake: "snowflake";
7010
+ "soap-dispenser-droplet": "soap-dispenser-droplet";
6868
7011
  sofa: "sofa";
6869
7012
  "sort-asc": "sort-asc";
6870
7013
  "sort-desc": "sort-desc";
@@ -6912,6 +7055,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6912
7055
  "square-dashed-bottom-code": "square-dashed-bottom-code";
6913
7056
  "square-dashed-kanban": "square-dashed-kanban";
6914
7057
  "square-dashed-mouse-pointer": "square-dashed-mouse-pointer";
7058
+ "square-dashed-top-solid": "square-dashed-top-solid";
6915
7059
  "square-divide": "square-divide";
6916
7060
  "square-dot": "square-dot";
6917
7061
  "square-equal": "square-equal";
@@ -6945,6 +7089,10 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6945
7089
  "square-user": "square-user";
6946
7090
  "square-user-round": "square-user-round";
6947
7091
  "square-x": "square-x";
7092
+ "squares-exclude": "squares-exclude";
7093
+ "squares-intersect": "squares-intersect";
7094
+ "squares-subtract": "squares-subtract";
7095
+ "squares-unite": "squares-unite";
6948
7096
  squircle: "squircle";
6949
7097
  squirrel: "squirrel";
6950
7098
  stamp: "stamp";
@@ -6983,6 +7131,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
6983
7131
  "table-cells-merge": "table-cells-merge";
6984
7132
  "table-cells-split": "table-cells-split";
6985
7133
  "table-columns-split": "table-columns-split";
7134
+ "table-config": "table-config";
6986
7135
  "table-of-contents": "table-of-contents";
6987
7136
  "table-properties": "table-properties";
6988
7137
  "table-rows-split": "table-rows-split";
@@ -7063,6 +7212,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7063
7212
  "triangle-right": "triangle-right";
7064
7213
  trophy: "trophy";
7065
7214
  truck: "truck";
7215
+ "truck-electric": "truck-electric";
7066
7216
  turtle: "turtle";
7067
7217
  tv: "tv";
7068
7218
  "tv-2": "tv-2";
@@ -7097,6 +7247,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7097
7247
  "user-circle-2": "user-circle-2";
7098
7248
  "user-cog": "user-cog";
7099
7249
  "user-cog-2": "user-cog-2";
7250
+ "user-lock": "user-lock";
7100
7251
  "user-minus": "user-minus";
7101
7252
  "user-minus-2": "user-minus-2";
7102
7253
  "user-pen": "user-pen";
@@ -7167,6 +7318,7 @@ declare const BaseInputNavigationCategorySchema: z.ZodObject<{
7167
7318
  "wifi-high": "wifi-high";
7168
7319
  "wifi-low": "wifi-low";
7169
7320
  "wifi-off": "wifi-off";
7321
+ "wifi-pen": "wifi-pen";
7170
7322
  "wifi-zero": "wifi-zero";
7171
7323
  wind: "wind";
7172
7324
  "wind-arrow-down": "wind-arrow-down";