zudoku 0.62.0 → 0.63.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 (379) hide show
  1. package/dist/cli/cli.d.ts +9 -0
  2. package/dist/cli/cli.js +4 -10
  3. package/dist/cli/cli.js.map +1 -1
  4. package/dist/cli/common/version-check.d.ts +2 -0
  5. package/dist/cli/common/version-check.js +58 -0
  6. package/dist/cli/common/version-check.js.map +1 -0
  7. package/dist/config/config.d.ts +3 -0
  8. package/dist/config/validators/InputNavigationSchema.d.ts +64 -4
  9. package/dist/config/validators/icon-types.d.ts +1 -1
  10. package/dist/config/validators/icon-types.js +15 -0
  11. package/dist/config/validators/icon-types.js.map +1 -1
  12. package/dist/config/validators/validate.d.ts +29 -9
  13. package/dist/config/validators/validate.js +22 -0
  14. package/dist/config/validators/validate.js.map +1 -1
  15. package/dist/flat-config.d.ts +21 -2
  16. package/dist/lib/assets/language-icons/c.d.ts +3 -0
  17. package/dist/lib/assets/language-icons/c.js +4 -0
  18. package/dist/lib/assets/language-icons/c.js.map +1 -0
  19. package/dist/lib/assets/language-icons/commonlisp.d.ts +3 -0
  20. package/dist/lib/assets/language-icons/commonlisp.js +4 -0
  21. package/dist/lib/assets/language-icons/commonlisp.js.map +1 -0
  22. package/dist/lib/assets/language-icons/cpp.d.ts +3 -0
  23. package/dist/lib/assets/language-icons/cpp.js +4 -0
  24. package/dist/lib/assets/language-icons/cpp.js.map +1 -0
  25. package/dist/lib/assets/language-icons/dart.d.ts +3 -0
  26. package/dist/lib/assets/language-icons/dart.js +4 -0
  27. package/dist/lib/assets/language-icons/dart.js.map +1 -0
  28. package/dist/lib/assets/language-icons/elixir.d.ts +3 -0
  29. package/dist/lib/assets/language-icons/elixir.js +4 -0
  30. package/dist/lib/assets/language-icons/elixir.js.map +1 -0
  31. package/dist/lib/assets/language-icons/ocaml.d.ts +3 -0
  32. package/dist/lib/assets/language-icons/ocaml.js +4 -0
  33. package/dist/lib/assets/language-icons/ocaml.js.map +1 -0
  34. package/dist/lib/assets/language-icons/powershell.d.ts +3 -0
  35. package/dist/lib/assets/language-icons/powershell.js +4 -0
  36. package/dist/lib/assets/language-icons/powershell.js.map +1 -0
  37. package/dist/lib/assets/language-icons/scala.d.ts +3 -0
  38. package/dist/lib/assets/language-icons/scala.js +4 -0
  39. package/dist/lib/assets/language-icons/scala.js.map +1 -0
  40. package/dist/lib/assets/language-icons/zig.d.ts +3 -0
  41. package/dist/lib/assets/language-icons/zig.js +4 -0
  42. package/dist/lib/assets/language-icons/zig.js.map +1 -0
  43. package/dist/lib/authentication/providers/auth0.js +7 -3
  44. package/dist/lib/authentication/providers/auth0.js.map +1 -1
  45. package/dist/lib/components/Heading.js +1 -5
  46. package/dist/lib/components/Heading.js.map +1 -1
  47. package/dist/lib/components/LanguageIcon.js +45 -0
  48. package/dist/lib/components/LanguageIcon.js.map +1 -1
  49. package/dist/lib/components/Main.js +1 -1
  50. package/dist/lib/components/Main.js.map +1 -1
  51. package/dist/lib/components/cache.d.ts +3 -1
  52. package/dist/lib/components/cache.js +3 -5
  53. package/dist/lib/components/cache.js.map +1 -1
  54. package/dist/lib/components/context/ZudokuContext.js +10 -2
  55. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  56. package/dist/lib/components/index.d.ts +1 -2
  57. package/dist/lib/hooks/index.d.ts +1 -1
  58. package/dist/lib/oas/graphql/index.js +17 -0
  59. package/dist/lib/oas/graphql/index.js.map +1 -1
  60. package/dist/lib/plugins/markdown/MdxPage.js +26 -3
  61. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  62. package/dist/lib/plugins/markdown/assets/ChatGPTLogo.d.ts +2 -0
  63. package/dist/lib/plugins/markdown/assets/ChatGPTLogo.js +3 -0
  64. package/dist/lib/plugins/markdown/assets/ChatGPTLogo.js.map +1 -0
  65. package/dist/lib/plugins/markdown/assets/ClaudeLogo.d.ts +2 -0
  66. package/dist/lib/plugins/markdown/assets/ClaudeLogo.js +3 -0
  67. package/dist/lib/plugins/markdown/assets/ClaudeLogo.js.map +1 -0
  68. package/dist/lib/plugins/markdown/index.d.ts +2 -1
  69. package/dist/lib/plugins/markdown/index.js.map +1 -1
  70. package/dist/lib/plugins/openapi/OperationList.js +7 -2
  71. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  72. package/dist/lib/plugins/openapi/OperationListItem.d.ts +2 -2
  73. package/dist/lib/plugins/openapi/OperationListItem.js +6 -3
  74. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  75. package/dist/lib/plugins/openapi/Sidecar.d.ts +2 -1
  76. package/dist/lib/plugins/openapi/Sidecar.js +6 -9
  77. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  78. package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -1
  79. package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
  80. package/dist/lib/plugins/openapi/graphql/gql.js +2 -1
  81. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  82. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +8 -2
  83. package/dist/lib/plugins/openapi/graphql/graphql.js +8 -0
  84. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  85. package/dist/lib/plugins/openapi/index.js +1 -1
  86. package/dist/lib/plugins/openapi/index.js.map +1 -1
  87. package/dist/lib/plugins/openapi/playground/Playground.js +1 -1
  88. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  89. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
  90. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  91. package/dist/lib/shiki.js +9 -0
  92. package/dist/lib/shiki.js.map +1 -1
  93. package/dist/lib/ui/Carousel.js.map +1 -1
  94. package/dist/lib/ui/Dialog.d.ts +12 -18
  95. package/dist/lib/ui/Dialog.js +30 -17
  96. package/dist/lib/ui/Dialog.js.map +1 -1
  97. package/dist/lib/util/pastellize.js +4 -4
  98. package/dist/lib/util/pastellize.js.map +1 -1
  99. package/dist/vite/api/SchemaManager.js.map +1 -1
  100. package/dist/vite/llms.d.ts +12 -0
  101. package/dist/vite/llms.js +66 -0
  102. package/dist/vite/llms.js.map +1 -0
  103. package/dist/vite/plugin-docs.d.ts +9 -0
  104. package/dist/vite/plugin-docs.js +67 -48
  105. package/dist/vite/plugin-docs.js.map +1 -1
  106. package/dist/vite/plugin-markdown-export.d.ts +21 -0
  107. package/dist/vite/plugin-markdown-export.js +139 -0
  108. package/dist/vite/plugin-markdown-export.js.map +1 -0
  109. package/dist/vite/plugin-navigation.js +4 -0
  110. package/dist/vite/plugin-navigation.js.map +1 -1
  111. package/dist/vite/plugin.js +2 -0
  112. package/dist/vite/plugin.js.map +1 -1
  113. package/dist/vite/prerender/prerender.js +30 -0
  114. package/dist/vite/prerender/prerender.js.map +1 -1
  115. package/lib/{Button-DTDRi4CT.js → Button-DmS4u8Lj.js} +2 -2
  116. package/lib/{Button-DTDRi4CT.js.map → Button-DmS4u8Lj.js.map} +1 -1
  117. package/lib/{Card-hTy9PAnh.js → Card-KFniaZn5.js} +2 -2
  118. package/lib/{Card-hTy9PAnh.js.map → Card-KFniaZn5.js.map} +1 -1
  119. package/lib/{CategoryHeading-BGCNu3VK.js → CategoryHeading-DhmodDcq.js} +2 -2
  120. package/lib/{CategoryHeading-BGCNu3VK.js.map → CategoryHeading-DhmodDcq.js.map} +1 -1
  121. package/lib/CodeBlock-CanTUJLl.js +221 -0
  122. package/lib/CodeBlock-CanTUJLl.js.map +1 -0
  123. package/lib/{Command-TEBTONf1.js → Command-CUcrW3qs.js} +3 -3
  124. package/lib/{Command-TEBTONf1.js.map → Command-CUcrW3qs.js.map} +1 -1
  125. package/lib/Dialog-BQciPiHN.js +144 -0
  126. package/lib/Dialog-BQciPiHN.js.map +1 -0
  127. package/lib/{Drawer-DM9wJUC6.js → Drawer-Ci7XwhqT.js} +2 -2
  128. package/lib/Drawer-Ci7XwhqT.js.map +1 -0
  129. package/lib/DropdownMenu-BZ2NKQ3K.js +126 -0
  130. package/lib/DropdownMenu-BZ2NKQ3K.js.map +1 -0
  131. package/lib/{ErrorAlert-xpVkFS_n.js → ErrorAlert-VBJ8aHH7.js} +100 -103
  132. package/lib/ErrorAlert-VBJ8aHH7.js.map +1 -0
  133. package/lib/MdxPage-DFRNwSsc.js +239 -0
  134. package/lib/MdxPage-DFRNwSsc.js.map +1 -0
  135. package/lib/{OAuthErrorPage-DCjFngGS.js → OAuthErrorPage-DJUOdr6Q.js} +7 -7
  136. package/lib/{OAuthErrorPage-DCjFngGS.js.map → OAuthErrorPage-DJUOdr6Q.js.map} +1 -1
  137. package/lib/{OasProvider-B6Co-6Vj.js → OasProvider-D2NYAaBN.js} +3 -3
  138. package/lib/{OasProvider-B6Co-6Vj.js.map → OasProvider-D2NYAaBN.js.map} +1 -1
  139. package/lib/{OperationList-uu04Ezta.js → OperationList-DmXCI4NU.js} +1328 -1319
  140. package/lib/OperationList-DmXCI4NU.js.map +1 -0
  141. package/lib/{Pagination-Cdi_qiXc.js → Pagination-CT4VUR6u.js} +3 -3
  142. package/lib/{Pagination-Cdi_qiXc.js.map → Pagination-CT4VUR6u.js.map} +1 -1
  143. package/lib/{RouteGuard-dji1UEYe.js → RouteGuard-Bg0Lu0OU.js} +5 -5
  144. package/lib/{RouteGuard-dji1UEYe.js.map → RouteGuard-Bg0Lu0OU.js.map} +1 -1
  145. package/lib/{RouterError-D1I15Qyy.js → RouterError-fm21cqlj.js} +4 -4
  146. package/lib/{RouterError-D1I15Qyy.js.map → RouterError-fm21cqlj.js.map} +1 -1
  147. package/lib/{SchemaList-BExl5RED.js → SchemaList-uElsscMN.js} +10 -10
  148. package/lib/{SchemaList-BExl5RED.js.map → SchemaList-uElsscMN.js.map} +1 -1
  149. package/lib/{SchemaView-BYH_AirG.js → SchemaView-CNQ3VAbI.js} +5 -5
  150. package/lib/{SchemaView-BYH_AirG.js.map → SchemaView-CNQ3VAbI.js.map} +1 -1
  151. package/lib/{Select-CegS9OKH.js → Select-CPoGZU_V.js} +4 -4
  152. package/lib/{Select-CegS9OKH.js.map → Select-CPoGZU_V.js.map} +1 -1
  153. package/lib/{SignUp-C-YP_Rxi.js → SignUp-BraHuRN_.js} +9 -9
  154. package/lib/{SignUp-C-YP_Rxi.js.map → SignUp-BraHuRN_.js.map} +1 -1
  155. package/lib/{Spinner-Cf6E803I.js → Spinner-CI6bRyZw.js} +2 -2
  156. package/lib/{Spinner-Cf6E803I.js.map → Spinner-CI6bRyZw.js.map} +1 -1
  157. package/lib/{SyntaxHighlight-CPF64UHi.js → SyntaxHighlight-B0laqAqK.js} +6 -6
  158. package/lib/{SyntaxHighlight-CPF64UHi.js.map → SyntaxHighlight-B0laqAqK.js.map} +1 -1
  159. package/lib/{Toc-Cf5UojVb.js → Toc-KzXCRqrX.js} +3 -3
  160. package/lib/{Toc-Cf5UojVb.js.map → Toc-KzXCRqrX.js.map} +1 -1
  161. package/lib/ZudokuContext-BXTZApgy.js +1506 -0
  162. package/lib/ZudokuContext-BXTZApgy.js.map +1 -0
  163. package/lib/c-B-NUhs61.js +46 -0
  164. package/lib/c-B-NUhs61.js.map +1 -0
  165. package/lib/chunk-PVWAREVJ-BO6B-RAk.js.map +1 -1
  166. package/lib/{circular-06Yrxzsw.js → circular-BWT7_Ahq.js} +30 -30
  167. package/lib/{circular-06Yrxzsw.js.map → circular-BWT7_Ahq.js.map} +1 -1
  168. package/lib/commonlisp-De080z23.js +28 -0
  169. package/lib/commonlisp-De080z23.js.map +1 -0
  170. package/lib/cpp-79Paht7T.js +53 -0
  171. package/lib/cpp-79Paht7T.js.map +1 -0
  172. package/lib/{createServer-BA0aitmR.js → createServer-zhJZSgor.js} +1120 -1083
  173. package/lib/createServer-zhJZSgor.js.map +1 -0
  174. package/lib/{csharp-rrJEDRrV.js → csharp-D8MIL50B.js} +2 -2
  175. package/lib/{csharp-rrJEDRrV.js.map → csharp-D8MIL50B.js.map} +1 -1
  176. package/lib/{css-Dpk9bCql.js → css-Bt6hr1td.js} +2 -2
  177. package/lib/{css-Dpk9bCql.js.map → css-Bt6hr1td.js.map} +1 -1
  178. package/lib/dart-B0vy1jWB.js +60 -0
  179. package/lib/dart-B0vy1jWB.js.map +1 -0
  180. package/lib/elixir-Ds8r0sF8.js +25 -0
  181. package/lib/elixir-Ds8r0sF8.js.map +1 -0
  182. package/lib/{errors-ouIp07AW.js → errors-XqO6MsfU.js} +3 -3
  183. package/lib/{errors-ouIp07AW.js.map → errors-XqO6MsfU.js.map} +1 -1
  184. package/lib/{go-D8SJIQ0Z.js → go-D2VsmIOS.js} +2 -2
  185. package/lib/{go-D8SJIQ0Z.js.map → go-D2VsmIOS.js.map} +1 -1
  186. package/lib/{graphql-aeVKJNa2.js → graphql-BtA6M4m5.js} +2 -2
  187. package/lib/{graphql-aeVKJNa2.js.map → graphql-BtA6M4m5.js.map} +1 -1
  188. package/lib/hook-CAebs2rv.js +31 -0
  189. package/lib/hook-CAebs2rv.js.map +1 -0
  190. package/lib/{html-D_7om-nA.js → html-MGnI2uzP.js} +2 -2
  191. package/lib/{html-D_7om-nA.js.map → html-MGnI2uzP.js.map} +1 -1
  192. package/lib/{index-CVfG8Pb4.js → index-BPSpOxTK.js} +26 -26
  193. package/lib/index-BPSpOxTK.js.map +1 -0
  194. package/lib/{index-DhL3LhWV.js → index-C5L4favO.js} +166 -50
  195. package/lib/index-C5L4favO.js.map +1 -0
  196. package/lib/index-CrcNWbel.js.map +1 -1
  197. package/lib/{index-BRQDtecD.js → index-D8Btv4uT.js} +706 -809
  198. package/lib/index-D8Btv4uT.js.map +1 -0
  199. package/lib/index.esm-BYObtETB.js +1294 -0
  200. package/lib/index.esm-BYObtETB.js.map +1 -0
  201. package/lib/index.esm-BnYHxCYC.js.map +1 -1
  202. package/lib/{java-DUh-EL8n.js → java-CVLzHfb1.js} +2 -2
  203. package/lib/{java-DUh-EL8n.js.map → java-CVLzHfb1.js.map} +1 -1
  204. package/lib/{javascript-CrY8dcGu.js → javascript-CcmIpL4G.js} +2 -2
  205. package/lib/{javascript-CrY8dcGu.js.map → javascript-CcmIpL4G.js.map} +1 -1
  206. package/lib/{json-DLK2_sdf.js → json-4AyP4uiY.js} +2 -2
  207. package/lib/{json-DLK2_sdf.js.map → json-4AyP4uiY.js.map} +1 -1
  208. package/lib/{jsx-runtime-DywqP_6a.js → jsx-runtime-BzflLqGi.js} +109 -111
  209. package/lib/jsx-runtime-BzflLqGi.js.map +1 -0
  210. package/lib/{kotlin-rJMOGl7D.js → kotlin-v2plddBQ.js} +2 -2
  211. package/lib/{kotlin-rJMOGl7D.js.map → kotlin-v2plddBQ.js.map} +1 -1
  212. package/lib/{markdown-BD9bIU5J.js → markdown-DYGWCmGQ.js} +2 -2
  213. package/lib/{markdown-BD9bIU5J.js.map → markdown-DYGWCmGQ.js.map} +1 -1
  214. package/lib/{mdx-G25UCvf3.js → mdx-CHwYvXd4.js} +2 -2
  215. package/lib/{mdx-G25UCvf3.js.map → mdx-CHwYvXd4.js.map} +1 -1
  216. package/lib/{mutation-De-1gXxl.js → mutation-CdGPxHNX.js} +2 -2
  217. package/lib/{mutation-De-1gXxl.js.map → mutation-CdGPxHNX.js.map} +1 -1
  218. package/lib/{objectivec-DDpj0aWX.js → objectivec-HZY8shkd.js} +2 -2
  219. package/lib/{objectivec-DDpj0aWX.js.map → objectivec-HZY8shkd.js.map} +1 -1
  220. package/lib/ocaml-DqsdDdwb.js +52 -0
  221. package/lib/ocaml-DqsdDdwb.js.map +1 -0
  222. package/lib/{php-BeG18bSy.js → php-rQXzo7K_.js} +2 -2
  223. package/lib/{php-BeG18bSy.js.map → php-rQXzo7K_.js.map} +1 -1
  224. package/lib/powershell-CQje9pm1.js +39 -0
  225. package/lib/powershell-CQje9pm1.js.map +1 -0
  226. package/lib/{python-BaF2byD-.js → python-QIQAE5Ei.js} +2 -2
  227. package/lib/{python-BaF2byD-.js.map → python-QIQAE5Ei.js.map} +1 -1
  228. package/lib/{react-CQvDN20M.js → react-DHpVpxRv.js} +2 -2
  229. package/lib/{react-CQvDN20M.js.map → react-DHpVpxRv.js.map} +1 -1
  230. package/lib/{ruby-CmxRVHMR.js → ruby-B2dU8Ny5.js} +2 -2
  231. package/lib/{ruby-CmxRVHMR.js.map → ruby-B2dU8Ny5.js.map} +1 -1
  232. package/lib/{rust-IfSC62c5.js → rust-DYnLHAi2.js} +2 -2
  233. package/lib/{rust-IfSC62c5.js.map → rust-DYnLHAi2.js.map} +1 -1
  234. package/lib/scala-CeKInBR8.js +25 -0
  235. package/lib/scala-CeKInBR8.js.map +1 -0
  236. package/lib/{shell-BFu0M6m4.js → shell-HUv9oVtp.js} +2 -2
  237. package/lib/{shell-BFu0M6m4.js.map → shell-HUv9oVtp.js.map} +1 -1
  238. package/lib/{swift-DckbsN4v.js → swift-B4z6ig1Z.js} +2 -2
  239. package/lib/{swift-DckbsN4v.js.map → swift-B4z6ig1Z.js.map} +1 -1
  240. package/lib/{toml-BJsCc8TC.js → toml-Co9mpdct.js} +2 -2
  241. package/lib/{toml-BJsCc8TC.js.map → toml-Co9mpdct.js.map} +1 -1
  242. package/lib/{typescript-7qOVMjOC.js → typescript-C26xdBDC.js} +2 -2
  243. package/lib/{typescript-7qOVMjOC.js.map → typescript-C26xdBDC.js.map} +1 -1
  244. package/lib/ui/Accordion.js +1 -1
  245. package/lib/ui/ActionButton.js +3 -3
  246. package/lib/ui/Alert.js +1 -1
  247. package/lib/ui/AlertDialog.js +1 -1
  248. package/lib/ui/Badge.js +1 -1
  249. package/lib/ui/Breadcrumb.js +1 -1
  250. package/lib/ui/Button.js +1 -1
  251. package/lib/ui/Callout.js +1 -1
  252. package/lib/ui/Card.js +1 -1
  253. package/lib/ui/Carousel.js +1 -1
  254. package/lib/ui/Carousel.js.map +1 -1
  255. package/lib/ui/Checkbox.js +1 -1
  256. package/lib/ui/CodeBlock.js +2 -2
  257. package/lib/ui/Command.js +2 -2
  258. package/lib/ui/Dialog.js +135 -105
  259. package/lib/ui/Dialog.js.map +1 -1
  260. package/lib/ui/Drawer.js +2 -2
  261. package/lib/ui/DropdownMenu.js +1 -1
  262. package/lib/ui/EmbeddedCodeBlock.js +1 -1
  263. package/lib/ui/Form.js +2 -2
  264. package/lib/ui/HoverCard.js +1 -1
  265. package/lib/ui/Input.js +1 -1
  266. package/lib/ui/Label.js +1 -1
  267. package/lib/ui/Pagination.js +1 -1
  268. package/lib/ui/Popover.js +1 -1
  269. package/lib/ui/Progress.js +1 -1
  270. package/lib/ui/RadioGroup.js +1 -1
  271. package/lib/ui/ReactComponentDoc.js +1 -1
  272. package/lib/ui/ScrollArea.js +1 -1
  273. package/lib/ui/Secret.js +1 -1
  274. package/lib/ui/Select.js +1 -1
  275. package/lib/ui/Skeleton.js +1 -1
  276. package/lib/ui/Slider.js +1 -1
  277. package/lib/ui/Stepper.js +1 -1
  278. package/lib/ui/Switch.js +1 -1
  279. package/lib/ui/SyntaxHighlight.js +4 -4
  280. package/lib/ui/Tabs.js +1 -1
  281. package/lib/ui/Textarea.js +1 -1
  282. package/lib/ui/Toggle.js +1 -1
  283. package/lib/ui/ToggleGroup.js +1 -1
  284. package/lib/ui/Tooltip.js +1 -1
  285. package/lib/ui/Value.js +1 -1
  286. package/lib/{useExposedProps-B8NHdNRq.js → useExposedProps-Cd7Yg_uG.js} +3 -3
  287. package/lib/useExposedProps-Cd7Yg_uG.js.map +1 -0
  288. package/lib/{xml-DAaTIkBX.js → xml-BQOOC04j.js} +2 -2
  289. package/lib/{xml-DAaTIkBX.js.map → xml-BQOOC04j.js.map} +1 -1
  290. package/lib/{yaml-DUi-dbfu.js → yaml-BGsJItKv.js} +2 -2
  291. package/lib/{yaml-DUi-dbfu.js.map → yaml-BGsJItKv.js.map} +1 -1
  292. package/lib/zig-CUV2sTct.js +35 -0
  293. package/lib/zig-CUV2sTct.js.map +1 -0
  294. package/lib/zudoku.__internal.js +1040 -937
  295. package/lib/zudoku.__internal.js.map +1 -1
  296. package/lib/zudoku.auth-auth0.js +22 -21
  297. package/lib/zudoku.auth-auth0.js.map +1 -1
  298. package/lib/zudoku.auth-azureb2c.js +14 -15
  299. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  300. package/lib/zudoku.auth-clerk.js +3 -3
  301. package/lib/zudoku.auth-openid.js +57 -58
  302. package/lib/zudoku.auth-openid.js.map +1 -1
  303. package/lib/zudoku.auth-supabase.js +2 -2
  304. package/lib/zudoku.components.js +6 -6
  305. package/lib/zudoku.hooks.js +6 -6
  306. package/lib/zudoku.hooks.js.map +1 -1
  307. package/lib/zudoku.icons.js +1 -1
  308. package/lib/zudoku.plugin-api-catalog.js +27 -28
  309. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  310. package/lib/zudoku.plugin-api-keys.js +89 -89
  311. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  312. package/lib/zudoku.plugin-custom-pages.js +1 -1
  313. package/lib/zudoku.plugin-markdown.js +2 -2
  314. package/lib/zudoku.plugin-markdown.js.map +1 -1
  315. package/lib/zudoku.plugin-openapi.js +4 -4
  316. package/lib/zudoku.plugin-search-inkeep.js +1 -1
  317. package/lib/zudoku.plugin-search-pagefind.js +27 -28
  318. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  319. package/lib/zudoku.router.js +1 -1
  320. package/lib/zudoku.router.js.map +1 -1
  321. package/package.json +37 -37
  322. package/src/lib/assets/language-icons/c.tsx +31 -0
  323. package/src/lib/assets/language-icons/commonlisp.tsx +22 -0
  324. package/src/lib/assets/language-icons/cpp.tsx +35 -0
  325. package/src/lib/assets/language-icons/dart.tsx +39 -0
  326. package/src/lib/assets/language-icons/elixir.tsx +19 -0
  327. package/src/lib/assets/language-icons/ocaml.tsx +34 -0
  328. package/src/lib/assets/language-icons/powershell.tsx +27 -0
  329. package/src/lib/assets/language-icons/scala.tsx +19 -0
  330. package/src/lib/assets/language-icons/zig.tsx +32 -0
  331. package/src/lib/authentication/providers/auth0.tsx +7 -3
  332. package/src/lib/components/Heading.tsx +2 -6
  333. package/src/lib/components/LanguageIcon.tsx +45 -0
  334. package/src/lib/components/Main.tsx +1 -1
  335. package/src/lib/components/cache.ts +9 -5
  336. package/src/lib/components/context/ZudokuContext.ts +11 -2
  337. package/src/lib/oas/graphql/index.ts +19 -0
  338. package/src/lib/plugins/markdown/MdxPage.tsx +122 -8
  339. package/src/lib/plugins/markdown/assets/ChatGPTLogo.tsx +11 -0
  340. package/src/lib/plugins/markdown/assets/ClaudeLogo.tsx +19 -0
  341. package/src/lib/plugins/markdown/index.tsx +3 -7
  342. package/src/lib/plugins/openapi/OperationList.tsx +9 -2
  343. package/src/lib/plugins/openapi/OperationListItem.tsx +10 -5
  344. package/src/lib/plugins/openapi/Sidecar.tsx +8 -8
  345. package/src/lib/plugins/openapi/graphql/fragment-masking.ts +1 -0
  346. package/src/lib/plugins/openapi/graphql/gql.ts +4 -3
  347. package/src/lib/plugins/openapi/graphql/graphql.ts +20 -3
  348. package/src/lib/plugins/openapi/index.tsx +1 -1
  349. package/src/lib/plugins/openapi/playground/Playground.tsx +1 -1
  350. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
  351. package/src/lib/shiki.ts +9 -0
  352. package/src/lib/ui/Carousel.tsx +0 -1
  353. package/src/lib/ui/Dialog.tsx +112 -106
  354. package/src/lib/util/pastellize.ts +4 -4
  355. package/src/shiki/langs/hurl.js +1 -0
  356. package/src/shiki/langs/kdl.js +1 -0
  357. package/src/shiki/langs/pkl.js +1 -0
  358. package/src/shiki/langs/rosmsg.js +1 -0
  359. package/lib/CodeBlock-i0BM_QFf.js +0 -176
  360. package/lib/CodeBlock-i0BM_QFf.js.map +0 -1
  361. package/lib/Dialog-VIMic7xI.js +0 -114
  362. package/lib/Dialog-VIMic7xI.js.map +0 -1
  363. package/lib/Drawer-DM9wJUC6.js.map +0 -1
  364. package/lib/ErrorAlert-xpVkFS_n.js.map +0 -1
  365. package/lib/MdxPage-Ud1w_GV-.js +0 -111
  366. package/lib/MdxPage-Ud1w_GV-.js.map +0 -1
  367. package/lib/OperationList-uu04Ezta.js.map +0 -1
  368. package/lib/ZudokuContext-BcqSiygJ.js +0 -1294
  369. package/lib/ZudokuContext-BcqSiygJ.js.map +0 -1
  370. package/lib/createServer-BA0aitmR.js.map +0 -1
  371. package/lib/hook-BkLXq8pm.js +0 -243
  372. package/lib/hook-BkLXq8pm.js.map +0 -1
  373. package/lib/index-BRQDtecD.js.map +0 -1
  374. package/lib/index-CVfG8Pb4.js.map +0 -1
  375. package/lib/index-DhL3LhWV.js.map +0 -1
  376. package/lib/index.esm-DpgNxKa2.js +0 -1267
  377. package/lib/index.esm-DpgNxKa2.js.map +0 -1
  378. package/lib/jsx-runtime-DywqP_6a.js.map +0 -1
  379. package/lib/useExposedProps-B8NHdNRq.js.map +0 -1
@@ -1,2 +1,2 @@
1
- export declare const IconNames: readonly ["a-arrow-down", "a-arrow-up", "a-large-small", "accessibility", "activity", "activity-square", "air-vent", "airplay", "alarm-check", "alarm-clock", "alarm-clock-check", "alarm-clock-minus", "alarm-clock-off", "alarm-clock-plus", "alarm-minus", "alarm-plus", "alarm-smoke", "album", "alert-circle", "alert-octagon", "alert-triangle", "align-center", "align-center-horizontal", "align-center-vertical", "align-end-horizontal", "align-end-vertical", "align-horizontal-distribute-center", "align-horizontal-distribute-end", "align-horizontal-distribute-start", "align-horizontal-justify-center", "align-horizontal-justify-end", "align-horizontal-justify-start", "align-horizontal-space-around", "align-horizontal-space-between", "align-justify", "align-left", "align-right", "align-start-horizontal", "align-start-vertical", "align-vertical-distribute-center", "align-vertical-distribute-end", "align-vertical-distribute-start", "align-vertical-justify-center", "align-vertical-justify-end", "align-vertical-justify-start", "align-vertical-space-around", "align-vertical-space-between", "ambulance", "ampersand", "ampersands", "amphora", "anchor", "angry", "annoyed", "antenna", "anvil", "aperture", "app-window", "app-window-mac", "apple", "archive", "archive-restore", "archive-x", "area-chart", "armchair", "arrow-big-down", "arrow-big-down-dash", "arrow-big-left", "arrow-big-left-dash", "arrow-big-right", "arrow-big-right-dash", "arrow-big-up", "arrow-big-up-dash", "arrow-down", "arrow-down-0-1", "arrow-down-01", "arrow-down-1-0", "arrow-down-10", "arrow-down-a-z", "arrow-down-az", "arrow-down-circle", "arrow-down-from-line", "arrow-down-left", "arrow-down-left-from-circle", "arrow-down-left-from-square", "arrow-down-left-square", "arrow-down-narrow-wide", "arrow-down-right", "arrow-down-right-from-circle", "arrow-down-right-from-square", "arrow-down-right-square", "arrow-down-square", "arrow-down-to-dot", "arrow-down-to-line", "arrow-down-up", "arrow-down-wide-narrow", "arrow-down-z-a", "arrow-down-za", "arrow-left", "arrow-left-circle", "arrow-left-from-line", "arrow-left-right", "arrow-left-square", "arrow-left-to-line", "arrow-right", "arrow-right-circle", "arrow-right-from-line", "arrow-right-left", "arrow-right-square", "arrow-right-to-line", "arrow-up", "arrow-up-0-1", "arrow-up-01", "arrow-up-1-0", "arrow-up-10", "arrow-up-a-z", "arrow-up-az", "arrow-up-circle", "arrow-up-down", "arrow-up-from-dot", "arrow-up-from-line", "arrow-up-left", "arrow-up-left-from-circle", "arrow-up-left-from-square", "arrow-up-left-square", "arrow-up-narrow-wide", "arrow-up-right", "arrow-up-right-from-circle", "arrow-up-right-from-square", "arrow-up-right-square", "arrow-up-square", "arrow-up-to-line", "arrow-up-wide-narrow", "arrow-up-z-a", "arrow-up-za", "arrows-up-from-line", "asterisk", "asterisk-square", "at-sign", "atom", "audio-lines", "audio-waveform", "award", "axe", "axis-3-d", "axis-3d", "baby", "backpack", "badge", "badge-alert", "badge-cent", "badge-check", "badge-dollar-sign", "badge-euro", "badge-help", "badge-indian-rupee", "badge-info", "badge-japanese-yen", "badge-minus", "badge-percent", "badge-plus", "badge-pound-sterling", "badge-question-mark", "badge-russian-ruble", "badge-swiss-franc", "badge-turkish-lira", "badge-x", "baggage-claim", "ban", "banana", "bandage", "banknote", "banknote-arrow-down", "banknote-arrow-up", "banknote-x", "bar-chart", "bar-chart-2", "bar-chart-3", "bar-chart-4", "bar-chart-big", "bar-chart-horizontal", "bar-chart-horizontal-big", "barcode", "barrel", "baseline", "bath", "battery", "battery-charging", "battery-full", "battery-low", "battery-medium", "battery-plus", "battery-warning", "beaker", "bean", "bean-off", "bed", "bed-double", "bed-single", "beef", "beer", "beer-off", "bell", "bell-dot", "bell-electric", "bell-minus", "bell-off", "bell-plus", "bell-ring", "between-horizonal-end", "between-horizonal-start", "between-horizontal-end", "between-horizontal-start", "between-vertical-end", "between-vertical-start", "biceps-flexed", "bike", "binary", "binoculars", "biohazard", "bird", "bitcoin", "blend", "blinds", "blocks", "bluetooth", "bluetooth-connected", "bluetooth-off", "bluetooth-searching", "bold", "bolt", "bomb", "bone", "book", "book-a", "book-alert", "book-audio", "book-check", "book-copy", "book-dashed", "book-down", "book-headphones", "book-heart", "book-image", "book-key", "book-lock", "book-marked", "book-minus", "book-open", "book-open-check", "book-open-text", "book-plus", "book-template", "book-text", "book-type", "book-up", "book-up-2", "book-user", "book-x", "bookmark", "bookmark-check", "bookmark-minus", "bookmark-plus", "bookmark-x", "boom-box", "bot", "bot-message-square", "bot-off", "bottle-wine", "bow-arrow", "box", "box-select", "boxes", "braces", "brackets", "brain", "brain-circuit", "brain-cog", "brick-wall", "brick-wall-fire", "brick-wall-shield", "briefcase", "briefcase-business", "briefcase-conveyor-belt", "briefcase-medical", "bring-to-front", "brush", "brush-cleaning", "bubbles", "bug", "bug-off", "bug-play", "building", "building-2", "bus", "bus-front", "cable", "cable-car", "cake", "cake-slice", "calculator", "calendar", "calendar-1", "calendar-arrow-down", "calendar-arrow-up", "calendar-check", "calendar-check-2", "calendar-clock", "calendar-cog", "calendar-days", "calendar-fold", "calendar-heart", "calendar-minus", "calendar-minus-2", "calendar-off", "calendar-plus", "calendar-plus-2", "calendar-range", "calendar-search", "calendar-sync", "calendar-x", "calendar-x-2", "camera", "camera-off", "candlestick-chart", "candy", "candy-cane", "candy-off", "cannabis", "captions", "captions-off", "car", "car-front", "car-taxi-front", "caravan", "card-sim", "carrot", "case-lower", "case-sensitive", "case-upper", "cassette-tape", "cast", "castle", "cat", "cctv", "chart-area", "chart-bar", "chart-bar-big", "chart-bar-decreasing", "chart-bar-increasing", "chart-bar-stacked", "chart-candlestick", "chart-column", "chart-column-big", "chart-column-decreasing", "chart-column-increasing", "chart-column-stacked", "chart-gantt", "chart-line", "chart-network", "chart-no-axes-column", "chart-no-axes-column-decreasing", "chart-no-axes-column-increasing", "chart-no-axes-combined", "chart-no-axes-gantt", "chart-pie", "chart-scatter", "chart-spline", "check", "check-check", "check-circle", "check-circle-2", "check-line", "check-square", "check-square-2", "chef-hat", "cherry", "chevron-down", "chevron-down-circle", "chevron-down-square", "chevron-first", "chevron-last", "chevron-left", "chevron-left-circle", "chevron-left-square", "chevron-right", "chevron-right-circle", "chevron-right-square", "chevron-up", "chevron-up-circle", "chevron-up-square", "chevrons-down", "chevrons-down-up", "chevrons-left", "chevrons-left-right", "chevrons-left-right-ellipsis", "chevrons-right", "chevrons-right-left", "chevrons-up", "chevrons-up-down", "chrome", "chromium", "church", "cigarette", "cigarette-off", "circle", "circle-alert", "circle-arrow-down", "circle-arrow-left", "circle-arrow-out-down-left", "circle-arrow-out-down-right", "circle-arrow-out-up-left", "circle-arrow-out-up-right", "circle-arrow-right", "circle-arrow-up", "circle-check", "circle-check-big", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-dashed", "circle-divide", "circle-dollar-sign", "circle-dot", "circle-dot-dashed", "circle-ellipsis", "circle-equal", "circle-fading-arrow-up", "circle-fading-plus", "circle-gauge", "circle-help", "circle-minus", "circle-off", "circle-parking", "circle-parking-off", "circle-pause", "circle-percent", "circle-play", "circle-plus", "circle-pound-sterling", "circle-power", "circle-question-mark", "circle-slash", "circle-slash-2", "circle-slashed", "circle-small", "circle-star", "circle-stop", "circle-user", "circle-user-round", "circle-x", "circuit-board", "citrus", "clapperboard", "clipboard", "clipboard-check", "clipboard-clock", "clipboard-copy", "clipboard-edit", "clipboard-list", "clipboard-minus", "clipboard-paste", "clipboard-pen", "clipboard-pen-line", "clipboard-plus", "clipboard-signature", "clipboard-type", "clipboard-x", "clock", "clock-1", "clock-10", "clock-11", "clock-12", "clock-2", "clock-3", "clock-4", "clock-5", "clock-6", "clock-7", "clock-8", "clock-9", "clock-alert", "clock-arrow-down", "clock-arrow-up", "clock-fading", "clock-plus", "closed-caption", "cloud", "cloud-alert", "cloud-check", "cloud-cog", "cloud-download", "cloud-drizzle", "cloud-fog", "cloud-hail", "cloud-lightning", "cloud-moon", "cloud-moon-rain", "cloud-off", "cloud-rain", "cloud-rain-wind", "cloud-snow", "cloud-sun", "cloud-sun-rain", "cloud-upload", "cloudy", "clover", "club", "code", "code-2", "code-square", "code-xml", "codepen", "codesandbox", "coffee", "cog", "coins", "columns", "columns-2", "columns-3", "columns-3-cog", "columns-4", "columns-settings", "combine", "command", "compass", "component", "computer", "concierge-bell", "cone", "construction", "contact", "contact-2", "contact-round", "container", "contrast", "cookie", "cooking-pot", "copy", "copy-check", "copy-minus", "copy-plus", "copy-slash", "copy-x", "copyleft", "copyright", "corner-down-left", "corner-down-right", "corner-left-down", "corner-left-up", "corner-right-down", "corner-right-up", "corner-up-left", "corner-up-right", "cpu", "creative-commons", "credit-card", "croissant", "crop", "cross", "crosshair", "crown", "cuboid", "cup-soda", "curly-braces", "currency", "cylinder", "dam", "database", "database-backup", "database-zap", "decimals-arrow-left", "decimals-arrow-right", "delete", "dessert", "diameter", "diamond", "diamond-minus", "diamond-percent", "diamond-plus", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dices", "diff", "disc", "disc-2", "disc-3", "disc-album", "divide", "divide-circle", "divide-square", "dna", "dna-off", "dock", "dog", "dollar-sign", "donut", "door-closed", "door-closed-locked", "door-open", "dot", "dot-square", "download", "download-cloud", "drafting-compass", "drama", "dribbble", "drill", "drone", "droplet", "droplet-off", "droplets", "drum", "drumstick", "dumbbell", "ear", "ear-off", "earth", "earth-lock", "eclipse", "edit", "edit-2", "edit-3", "egg", "egg-fried", "egg-off", "ellipsis", "ellipsis-vertical", "equal", "equal-approximately", "equal-not", "equal-square", "eraser", "ethernet-port", "euro", "expand", "external-link", "eye", "eye-closed", "eye-off", "facebook", "factory", "fan", "fast-forward", "feather", "fence", "ferris-wheel", "figma", "file", "file-archive", "file-audio", "file-audio-2", "file-axis-3-d", "file-axis-3d", "file-badge", "file-badge-2", "file-bar-chart", "file-bar-chart-2", "file-box", "file-chart-column", "file-chart-column-increasing", "file-chart-line", "file-chart-pie", "file-check", "file-check-2", "file-clock", "file-code", "file-code-2", "file-cog", "file-cog-2", "file-diff", "file-digit", "file-down", "file-edit", "file-heart", "file-image", "file-input", "file-json", "file-json-2", "file-key", "file-key-2", "file-line-chart", "file-lock", "file-lock-2", "file-minus", "file-minus-2", "file-music", "file-output", "file-pen", "file-pen-line", "file-pie-chart", "file-play", "file-plus", "file-plus-2", "file-question", "file-question-mark", "file-scan", "file-search", "file-search-2", "file-signature", "file-sliders", "file-spreadsheet", "file-stack", "file-symlink", "file-terminal", "file-text", "file-type", "file-type-2", "file-up", "file-user", "file-video", "file-video-2", "file-video-camera", "file-volume", "file-volume-2", "file-warning", "file-x", "file-x-2", "files", "film", "filter", "filter-x", "fingerprint", "fire-extinguisher", "fish", "fish-off", "fish-symbol", "flag", "flag-off", "flag-triangle-left", "flag-triangle-right", "flame", "flame-kindling", "flashlight", "flashlight-off", "flask-conical", "flask-conical-off", "flask-round", "flip-horizontal", "flip-horizontal-2", "flip-vertical", "flip-vertical-2", "flower", "flower-2", "focus", "fold-horizontal", "fold-vertical", "folder", "folder-archive", "folder-check", "folder-clock", "folder-closed", "folder-code", "folder-cog", "folder-cog-2", "folder-dot", "folder-down", "folder-edit", "folder-git", "folder-git-2", "folder-heart", "folder-input", "folder-kanban", "folder-key", "folder-lock", "folder-minus", "folder-open", "folder-open-dot", "folder-output", "folder-pen", "folder-plus", "folder-root", "folder-search", "folder-search-2", "folder-symlink", "folder-sync", "folder-tree", "folder-up", "folder-x", "folders", "footprints", "fork-knife", "fork-knife-crossed", "forklift", "form-input", "forward", "frame", "framer", "frown", "fuel", "fullscreen", "function-square", "funnel", "funnel-plus", "funnel-x", "gallery-horizontal", "gallery-horizontal-end", "gallery-thumbnails", "gallery-vertical", "gallery-vertical-end", "gamepad", "gamepad-2", "gantt-chart", "gantt-chart-square", "gauge", "gauge-circle", "gavel", "gem", "georgian-lari", "ghost", "gift", "git-branch", "git-branch-plus", "git-commit", "git-commit-horizontal", "git-commit-vertical", "git-compare", "git-compare-arrows", "git-fork", "git-graph", "git-merge", "git-pull-request", "git-pull-request-arrow", "git-pull-request-closed", "git-pull-request-create", "git-pull-request-create-arrow", "git-pull-request-draft", "github", "gitlab", "glass-water", "glasses", "globe", "globe-2", "globe-lock", "goal", "gpu", "grab", "graduation-cap", "grape", "grid", "grid-2-x-2", "grid-2-x-2-check", "grid-2-x-2-plus", "grid-2-x-2-x", "grid-2x2", "grid-2x2-check", "grid-2x2-plus", "grid-2x2-x", "grid-3-x-3", "grid-3x2", "grid-3x3", "grip", "grip-horizontal", "grip-vertical", "group", "guitar", "ham", "hamburger", "hammer", "hand", "hand-coins", "hand-fist", "hand-grab", "hand-heart", "hand-helping", "hand-metal", "hand-platter", "handbag", "handshake", "hard-drive", "hard-drive-download", "hard-drive-upload", "hard-hat", "hash", "hat-glasses", "haze", "hdmi-port", "heading", "heading-1", "heading-2", "heading-3", "heading-4", "heading-5", "heading-6", "headphone-off", "headphones", "headset", "heart", "heart-crack", "heart-handshake", "heart-minus", "heart-off", "heart-plus", "heart-pulse", "heater", "help-circle", "helping-hand", "hexagon", "highlighter", "history", "home", "hop", "hop-off", "hospital", "hotel", "hourglass", "house", "house-plug", "house-plus", "house-wifi", "ice-cream", "ice-cream-2", "ice-cream-bowl", "ice-cream-cone", "id-card", "id-card-lanyard", "image", "image-down", "image-minus", "image-off", "image-play", "image-plus", "image-up", "image-upscale", "images", "import", "inbox", "indent", "indent-decrease", "indent-increase", "indian-rupee", "infinity", "info", "inspect", "inspection-panel", "instagram", "italic", "iteration-ccw", "iteration-cw", "japanese-yen", "joystick", "kanban", "kanban-square", "kanban-square-dashed", "kayak", "key", "key-round", "key-square", "keyboard", "keyboard-music", "keyboard-off", "lamp", "lamp-ceiling", "lamp-desk", "lamp-floor", "lamp-wall-down", "lamp-wall-up", "land-plot", "landmark", "languages", "laptop", "laptop-2", "laptop-minimal", "laptop-minimal-check", "lasso", "lasso-select", "laugh", "layers", "layers-2", "layers-3", "layout", "layout-dashboard", "layout-grid", "layout-list", "layout-panel-left", "layout-panel-top", "layout-template", "leaf", "leafy-green", "lectern", "letter-text", "library", "library-big", "library-square", "life-buoy", "ligature", "lightbulb", "lightbulb-off", "line-chart", "line-squiggle", "link", "link-2", "link-2-off", "linkedin", "list", "list-check", "list-checks", "list-chevrons-down-up", "list-collapse", "list-end", "list-filter", "list-filter-plus", "list-minus", "list-music", "list-ordered", "list-plus", "list-restart", "list-start", "list-todo", "list-tree", "list-video", "list-x", "loader", "loader-2", "loader-circle", "loader-pinwheel", "locate", "locate-fixed", "locate-off", "location-edit", "lock", "lock-keyhole", "lock-keyhole-open", "lock-open", "log-in", "log-out", "logs", "lollipop", "luggage", "m-square", "magnet", "mail", "mail-check", "mail-minus", "mail-open", "mail-plus", "mail-question", "mail-question-mark", "mail-search", "mail-warning", "mail-x", "mailbox", "mails", "map", "map-minus", "map-pin", "map-pin-check", "map-pin-check-inside", "map-pin-house", "map-pin-minus", "map-pin-minus-inside", "map-pin-off", "map-pin-pen", "map-pin-plus", "map-pin-plus-inside", "map-pin-x", "map-pin-x-inside", "map-pinned", "map-plus", "mars", "mars-stroke", "martini", "maximize", "maximize-2", "medal", "megaphone", "megaphone-off", "meh", "memory-stick", "menu", "menu-square", "merge", "message-circle", "message-circle-code", "message-circle-dashed", "message-circle-heart", "message-circle-more", "message-circle-off", "message-circle-plus", "message-circle-question", "message-circle-question-mark", "message-circle-reply", "message-circle-warning", "message-circle-x", "message-square", "message-square-code", "message-square-dashed", "message-square-diff", "message-square-dot", "message-square-heart", "message-square-lock", "message-square-more", "message-square-off", "message-square-plus", "message-square-quote", "message-square-reply", "message-square-share", "message-square-text", "message-square-warning", "message-square-x", "messages-square", "mic", "mic-2", "mic-off", "mic-vocal", "microchip", "microscope", "microwave", "milestone", "milk", "milk-off", "minimize", "minimize-2", "minus", "minus-circle", "minus-square", "monitor", "monitor-check", "monitor-cog", "monitor-dot", "monitor-down", "monitor-off", "monitor-pause", "monitor-play", "monitor-smartphone", "monitor-speaker", "monitor-stop", "monitor-up", "monitor-x", "moon", "moon-star", "more-horizontal", "more-vertical", "mountain", "mountain-snow", "mouse", "mouse-off", "mouse-pointer", "mouse-pointer-2", "mouse-pointer-ban", "mouse-pointer-click", "mouse-pointer-square-dashed", "move", "move-3-d", "move-3d", "move-diagonal", "move-diagonal-2", "move-down", "move-down-left", "move-down-right", "move-horizontal", "move-left", "move-right", "move-up", "move-up-left", "move-up-right", "move-vertical", "music", "music-2", "music-3", "music-4", "navigation", "navigation-2", "navigation-2-off", "navigation-off", "network", "newspaper", "nfc", "non-binary", "notebook", "notebook-pen", "notebook-tabs", "notebook-text", "notepad-text", "notepad-text-dashed", "nut", "nut-off", "octagon", "octagon-alert", "octagon-minus", "octagon-pause", "octagon-x", "omega", "option", "orbit", "origami", "outdent", "package", "package-2", "package-check", "package-minus", "package-open", "package-plus", "package-search", "package-x", "paint-bucket", "paint-roller", "paintbrush", "paintbrush-2", "paintbrush-vertical", "palette", "palmtree", "panda", "panel-bottom", "panel-bottom-close", "panel-bottom-dashed", "panel-bottom-inactive", "panel-bottom-open", "panel-left", "panel-left-close", "panel-left-dashed", "panel-left-inactive", "panel-left-open", "panel-left-right-dashed", "panel-right", "panel-right-close", "panel-right-dashed", "panel-right-inactive", "panel-right-open", "panel-top", "panel-top-bottom-dashed", "panel-top-close", "panel-top-dashed", "panel-top-inactive", "panel-top-open", "panels-left-bottom", "panels-left-right", "panels-right-bottom", "panels-top-bottom", "panels-top-left", "paperclip", "parentheses", "parking-circle", "parking-circle-off", "parking-meter", "parking-square", "parking-square-off", "party-popper", "pause", "pause-circle", "pause-octagon", "paw-print", "pc-case", "pen", "pen-box", "pen-line", "pen-off", "pen-square", "pen-tool", "pencil", "pencil-line", "pencil-off", "pencil-ruler", "pentagon", "percent", "percent-circle", "percent-diamond", "percent-square", "person-standing", "philippine-peso", "phone", "phone-call", "phone-forwarded", "phone-incoming", "phone-missed", "phone-off", "phone-outgoing", "pi", "pi-square", "piano", "pickaxe", "picture-in-picture", "picture-in-picture-2", "pie-chart", "piggy-bank", "pilcrow", "pilcrow-left", "pilcrow-right", "pilcrow-square", "pill", "pill-bottle", "pin", "pin-off", "pipette", "pizza", "plane", "plane-landing", "plane-takeoff", "play", "play-circle", "play-square", "plug", "plug-2", "plug-zap", "plug-zap-2", "plus", "plus-circle", "plus-square", "pocket", "pocket-knife", "podcast", "pointer", "pointer-off", "popcorn", "popsicle", "pound-sterling", "power", "power-circle", "power-off", "power-square", "presentation", "printer", "printer-check", "projector", "proportions", "puzzle", "pyramid", "qr-code", "quote", "rabbit", "radar", "radiation", "radical", "radio", "radio-receiver", "radio-tower", "radius", "rail-symbol", "rainbow", "rat", "ratio", "receipt", "receipt-cent", "receipt-euro", "receipt-indian-rupee", "receipt-japanese-yen", "receipt-pound-sterling", "receipt-russian-ruble", "receipt-swiss-franc", "receipt-text", "receipt-turkish-lira", "rectangle-circle", "rectangle-ellipsis", "rectangle-goggles", "rectangle-horizontal", "rectangle-vertical", "recycle", "redo", "redo-2", "redo-dot", "refresh-ccw", "refresh-ccw-dot", "refresh-cw", "refresh-cw-off", "refrigerator", "regex", "remove-formatting", "repeat", "repeat-1", "repeat-2", "replace", "replace-all", "reply", "reply-all", "rewind", "ribbon", "rocket", "rocking-chair", "roller-coaster", "rose", "rotate-3-d", "rotate-3d", "rotate-ccw", "rotate-ccw-key", "rotate-ccw-square", "rotate-cw", "rotate-cw-square", "route", "route-off", "router", "rows", "rows-2", "rows-3", "rows-4", "rss", "ruler", "ruler-dimension-line", "russian-ruble", "sailboat", "salad", "sandwich", "satellite", "satellite-dish", "saudi-riyal", "save", "save-all", "save-off", "scale", "scale-3-d", "scale-3d", "scaling", "scan", "scan-barcode", "scan-eye", "scan-face", "scan-heart", "scan-line", "scan-qr-code", "scan-search", "scan-text", "scatter-chart", "school", "school-2", "scissors", "scissors-line-dashed", "scissors-square", "scissors-square-dashed-bottom", "screen-share", "screen-share-off", "scroll", "scroll-text", "search", "search-check", "search-code", "search-slash", "search-x", "section", "send", "send-horizonal", "send-horizontal", "send-to-back", "separator-horizontal", "separator-vertical", "server", "server-cog", "server-crash", "server-off", "settings", "settings-2", "shapes", "share", "share-2", "sheet", "shell", "shield", "shield-alert", "shield-ban", "shield-check", "shield-close", "shield-ellipsis", "shield-half", "shield-minus", "shield-off", "shield-plus", "shield-question", "shield-question-mark", "shield-user", "shield-x", "ship", "ship-wheel", "shirt", "shopping-bag", "shopping-basket", "shopping-cart", "shovel", "shower-head", "shredder", "shrimp", "shrink", "shrub", "shuffle", "sidebar", "sidebar-close", "sidebar-open", "sigma", "sigma-square", "signal", "signal-high", "signal-low", "signal-medium", "signal-zero", "signature", "signpost", "signpost-big", "siren", "skip-back", "skip-forward", "skull", "slack", "slash", "slash-square", "slice", "sliders", "sliders-horizontal", "sliders-vertical", "smartphone", "smartphone-charging", "smartphone-nfc", "smile", "smile-plus", "snail", "snowflake", "soap-dispenser-droplet", "sofa", "sort-asc", "sort-desc", "soup", "space", "spade", "sparkle", "sparkles", "speaker", "speech", "spell-check", "spell-check-2", "spline", "spline-pointer", "split", "split-square-horizontal", "split-square-vertical", "spool", "spotlight", "spray-can", "sprout", "square", "square-activity", "square-arrow-down", "square-arrow-down-left", "square-arrow-down-right", "square-arrow-left", "square-arrow-out-down-left", "square-arrow-out-down-right", "square-arrow-out-up-left", "square-arrow-out-up-right", "square-arrow-right", "square-arrow-up", "square-arrow-up-left", "square-arrow-up-right", "square-asterisk", "square-bottom-dashed-scissors", "square-chart-gantt", "square-check", "square-check-big", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-code", "square-dashed", "square-dashed-bottom", "square-dashed-bottom-code", "square-dashed-kanban", "square-dashed-mouse-pointer", "square-dashed-top-solid", "square-divide", "square-dot", "square-equal", "square-function", "square-gantt-chart", "square-kanban", "square-library", "square-m", "square-menu", "square-minus", "square-mouse-pointer", "square-parking", "square-parking-off", "square-pause", "square-pen", "square-percent", "square-pi", "square-pilcrow", "square-play", "square-plus", "square-power", "square-radical", "square-round-corner", "square-scissors", "square-sigma", "square-slash", "square-split-horizontal", "square-split-vertical", "square-square", "square-stack", "square-star", "square-stop", "square-terminal", "square-user", "square-user-round", "square-x", "squares-exclude", "squares-intersect", "squares-subtract", "squares-unite", "squircle", "squircle-dashed", "squirrel", "stamp", "star", "star-half", "star-off", "stars", "step-back", "step-forward", "stethoscope", "sticker", "sticky-note", "stop-circle", "store", "stretch-horizontal", "stretch-vertical", "strikethrough", "subscript", "subtitles", "sun", "sun-dim", "sun-medium", "sun-moon", "sun-snow", "sunrise", "sunset", "superscript", "swatch-book", "swiss-franc", "switch-camera", "sword", "swords", "syringe", "table", "table-2", "table-cells-merge", "table-cells-split", "table-columns-split", "table-config", "table-of-contents", "table-properties", "table-rows-split", "tablet", "tablet-smartphone", "tablets", "tag", "tags", "tally-1", "tally-2", "tally-3", "tally-4", "tally-5", "tangent", "target", "telescope", "tent", "tent-tree", "terminal", "terminal-square", "test-tube", "test-tube-2", "test-tube-diagonal", "test-tubes", "text", "text-cursor", "text-cursor-input", "text-quote", "text-search", "text-select", "text-selection", "theater", "thermometer", "thermometer-snowflake", "thermometer-sun", "thumbs-down", "thumbs-up", "ticket", "ticket-check", "ticket-minus", "ticket-percent", "ticket-plus", "ticket-slash", "ticket-x", "tickets", "tickets-plane", "timer", "timer-off", "timer-reset", "toggle-left", "toggle-right", "toilet", "tool-case", "tornado", "torus", "touchpad", "touchpad-off", "tower-control", "toy-brick", "tractor", "traffic-cone", "train", "train-front", "train-front-tunnel", "train-track", "tram-front", "transgender", "trash", "trash-2", "tree-deciduous", "tree-palm", "tree-pine", "trees", "trello", "trending-down", "trending-up", "trending-up-down", "triangle", "triangle-alert", "triangle-dashed", "triangle-right", "trophy", "truck", "truck-electric", "turkish-lira", "turntable", "turtle", "tv", "tv-2", "tv-minimal", "tv-minimal-play", "twitch", "twitter", "type", "type-outline", "umbrella", "umbrella-off", "underline", "undo", "undo-2", "undo-dot", "unfold-horizontal", "unfold-vertical", "ungroup", "university", "unlink", "unlink-2", "unlock", "unlock-keyhole", "unplug", "upload", "upload-cloud", "usb", "user", "user-2", "user-check", "user-check-2", "user-circle", "user-circle-2", "user-cog", "user-cog-2", "user-lock", "user-minus", "user-minus-2", "user-pen", "user-plus", "user-plus-2", "user-round", "user-round-check", "user-round-cog", "user-round-minus", "user-round-pen", "user-round-plus", "user-round-search", "user-round-x", "user-search", "user-square", "user-square-2", "user-star", "user-x", "user-x-2", "users", "users-2", "users-round", "utensils", "utensils-crossed", "utility-pole", "variable", "vault", "vector-square", "vegan", "venetian-mask", "venus", "venus-and-mars", "verified", "vibrate", "vibrate-off", "video", "video-off", "videotape", "view", "voicemail", "volleyball", "volume", "volume-1", "volume-2", "volume-off", "volume-x", "vote", "wallet", "wallet-2", "wallet-cards", "wallet-minimal", "wallpaper", "wand", "wand-2", "wand-sparkles", "warehouse", "washing-machine", "watch", "waves", "waves-ladder", "waypoints", "webcam", "webhook", "webhook-off", "weight", "wheat", "wheat-off", "whole-word", "wifi", "wifi-cog", "wifi-high", "wifi-low", "wifi-off", "wifi-pen", "wifi-sync", "wifi-zero", "wind", "wind-arrow-down", "wine", "wine-off", "workflow", "worm", "wrap-text", "wrench", "x", "x-circle", "x-octagon", "x-square", "youtube", "zap", "zap-off", "zoom-in", "zoom-out"];
1
+ export declare const IconNames: readonly ["a-arrow-down", "a-arrow-up", "a-large-small", "accessibility", "activity", "activity-square", "air-vent", "airplay", "alarm-check", "alarm-clock", "alarm-clock-check", "alarm-clock-minus", "alarm-clock-off", "alarm-clock-plus", "alarm-minus", "alarm-plus", "alarm-smoke", "album", "alert-circle", "alert-octagon", "alert-triangle", "align-center", "align-center-horizontal", "align-center-vertical", "align-end-horizontal", "align-end-vertical", "align-horizontal-distribute-center", "align-horizontal-distribute-end", "align-horizontal-distribute-start", "align-horizontal-justify-center", "align-horizontal-justify-end", "align-horizontal-justify-start", "align-horizontal-space-around", "align-horizontal-space-between", "align-justify", "align-left", "align-right", "align-start-horizontal", "align-start-vertical", "align-vertical-distribute-center", "align-vertical-distribute-end", "align-vertical-distribute-start", "align-vertical-justify-center", "align-vertical-justify-end", "align-vertical-justify-start", "align-vertical-space-around", "align-vertical-space-between", "ambulance", "ampersand", "ampersands", "amphora", "anchor", "angry", "annoyed", "antenna", "anvil", "aperture", "app-window", "app-window-mac", "apple", "archive", "archive-restore", "archive-x", "area-chart", "armchair", "arrow-big-down", "arrow-big-down-dash", "arrow-big-left", "arrow-big-left-dash", "arrow-big-right", "arrow-big-right-dash", "arrow-big-up", "arrow-big-up-dash", "arrow-down", "arrow-down-0-1", "arrow-down-01", "arrow-down-1-0", "arrow-down-10", "arrow-down-a-z", "arrow-down-az", "arrow-down-circle", "arrow-down-from-line", "arrow-down-left", "arrow-down-left-from-circle", "arrow-down-left-from-square", "arrow-down-left-square", "arrow-down-narrow-wide", "arrow-down-right", "arrow-down-right-from-circle", "arrow-down-right-from-square", "arrow-down-right-square", "arrow-down-square", "arrow-down-to-dot", "arrow-down-to-line", "arrow-down-up", "arrow-down-wide-narrow", "arrow-down-z-a", "arrow-down-za", "arrow-left", "arrow-left-circle", "arrow-left-from-line", "arrow-left-right", "arrow-left-square", "arrow-left-to-line", "arrow-right", "arrow-right-circle", "arrow-right-from-line", "arrow-right-left", "arrow-right-square", "arrow-right-to-line", "arrow-up", "arrow-up-0-1", "arrow-up-01", "arrow-up-1-0", "arrow-up-10", "arrow-up-a-z", "arrow-up-az", "arrow-up-circle", "arrow-up-down", "arrow-up-from-dot", "arrow-up-from-line", "arrow-up-left", "arrow-up-left-from-circle", "arrow-up-left-from-square", "arrow-up-left-square", "arrow-up-narrow-wide", "arrow-up-right", "arrow-up-right-from-circle", "arrow-up-right-from-square", "arrow-up-right-square", "arrow-up-square", "arrow-up-to-line", "arrow-up-wide-narrow", "arrow-up-z-a", "arrow-up-za", "arrows-up-from-line", "asterisk", "asterisk-square", "at-sign", "atom", "audio-lines", "audio-waveform", "award", "axe", "axis-3-d", "axis-3d", "baby", "backpack", "badge", "badge-alert", "badge-cent", "badge-check", "badge-dollar-sign", "badge-euro", "badge-help", "badge-indian-rupee", "badge-info", "badge-japanese-yen", "badge-minus", "badge-percent", "badge-plus", "badge-pound-sterling", "badge-question-mark", "badge-russian-ruble", "badge-swiss-franc", "badge-turkish-lira", "badge-x", "baggage-claim", "ban", "banana", "bandage", "banknote", "banknote-arrow-down", "banknote-arrow-up", "banknote-x", "bar-chart", "bar-chart-2", "bar-chart-3", "bar-chart-4", "bar-chart-big", "bar-chart-horizontal", "bar-chart-horizontal-big", "barcode", "barrel", "baseline", "bath", "battery", "battery-charging", "battery-full", "battery-low", "battery-medium", "battery-plus", "battery-warning", "beaker", "bean", "bean-off", "bed", "bed-double", "bed-single", "beef", "beer", "beer-off", "bell", "bell-dot", "bell-electric", "bell-minus", "bell-off", "bell-plus", "bell-ring", "between-horizonal-end", "between-horizonal-start", "between-horizontal-end", "between-horizontal-start", "between-vertical-end", "between-vertical-start", "biceps-flexed", "bike", "binary", "binoculars", "biohazard", "bird", "birdhouse", "bitcoin", "blend", "blinds", "blocks", "bluetooth", "bluetooth-connected", "bluetooth-off", "bluetooth-searching", "bold", "bolt", "bomb", "bone", "book", "book-a", "book-alert", "book-audio", "book-check", "book-copy", "book-dashed", "book-down", "book-headphones", "book-heart", "book-image", "book-key", "book-lock", "book-marked", "book-minus", "book-open", "book-open-check", "book-open-text", "book-plus", "book-template", "book-text", "book-type", "book-up", "book-up-2", "book-user", "book-x", "bookmark", "bookmark-check", "bookmark-minus", "bookmark-plus", "bookmark-x", "boom-box", "bot", "bot-message-square", "bot-off", "bottle-wine", "bow-arrow", "box", "box-select", "boxes", "braces", "brackets", "brain", "brain-circuit", "brain-cog", "brick-wall", "brick-wall-fire", "brick-wall-shield", "briefcase", "briefcase-business", "briefcase-conveyor-belt", "briefcase-medical", "bring-to-front", "brush", "brush-cleaning", "bubbles", "bug", "bug-off", "bug-play", "building", "building-2", "bus", "bus-front", "cable", "cable-car", "cake", "cake-slice", "calculator", "calendar", "calendar-1", "calendar-arrow-down", "calendar-arrow-up", "calendar-check", "calendar-check-2", "calendar-clock", "calendar-cog", "calendar-days", "calendar-fold", "calendar-heart", "calendar-minus", "calendar-minus-2", "calendar-off", "calendar-plus", "calendar-plus-2", "calendar-range", "calendar-search", "calendar-sync", "calendar-x", "calendar-x-2", "camera", "camera-off", "candlestick-chart", "candy", "candy-cane", "candy-off", "cannabis", "captions", "captions-off", "car", "car-front", "car-taxi-front", "caravan", "card-sim", "carrot", "case-lower", "case-sensitive", "case-upper", "cassette-tape", "cast", "castle", "cat", "cctv", "chart-area", "chart-bar", "chart-bar-big", "chart-bar-decreasing", "chart-bar-increasing", "chart-bar-stacked", "chart-candlestick", "chart-column", "chart-column-big", "chart-column-decreasing", "chart-column-increasing", "chart-column-stacked", "chart-gantt", "chart-line", "chart-network", "chart-no-axes-column", "chart-no-axes-column-decreasing", "chart-no-axes-column-increasing", "chart-no-axes-combined", "chart-no-axes-gantt", "chart-pie", "chart-scatter", "chart-spline", "check", "check-check", "check-circle", "check-circle-2", "check-line", "check-square", "check-square-2", "chef-hat", "cherry", "chevron-down", "chevron-down-circle", "chevron-down-square", "chevron-first", "chevron-last", "chevron-left", "chevron-left-circle", "chevron-left-square", "chevron-right", "chevron-right-circle", "chevron-right-square", "chevron-up", "chevron-up-circle", "chevron-up-square", "chevrons-down", "chevrons-down-up", "chevrons-left", "chevrons-left-right", "chevrons-left-right-ellipsis", "chevrons-right", "chevrons-right-left", "chevrons-up", "chevrons-up-down", "chrome", "chromium", "church", "cigarette", "cigarette-off", "circle", "circle-alert", "circle-arrow-down", "circle-arrow-left", "circle-arrow-out-down-left", "circle-arrow-out-down-right", "circle-arrow-out-up-left", "circle-arrow-out-up-right", "circle-arrow-right", "circle-arrow-up", "circle-check", "circle-check-big", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-dashed", "circle-divide", "circle-dollar-sign", "circle-dot", "circle-dot-dashed", "circle-ellipsis", "circle-equal", "circle-fading-arrow-up", "circle-fading-plus", "circle-gauge", "circle-help", "circle-minus", "circle-off", "circle-parking", "circle-parking-off", "circle-pause", "circle-percent", "circle-play", "circle-plus", "circle-pound-sterling", "circle-power", "circle-question-mark", "circle-slash", "circle-slash-2", "circle-slashed", "circle-small", "circle-star", "circle-stop", "circle-user", "circle-user-round", "circle-x", "circuit-board", "citrus", "clapperboard", "clipboard", "clipboard-check", "clipboard-clock", "clipboard-copy", "clipboard-edit", "clipboard-list", "clipboard-minus", "clipboard-paste", "clipboard-pen", "clipboard-pen-line", "clipboard-plus", "clipboard-signature", "clipboard-type", "clipboard-x", "clock", "clock-1", "clock-10", "clock-11", "clock-12", "clock-2", "clock-3", "clock-4", "clock-5", "clock-6", "clock-7", "clock-8", "clock-9", "clock-alert", "clock-arrow-down", "clock-arrow-up", "clock-fading", "clock-plus", "closed-caption", "cloud", "cloud-alert", "cloud-check", "cloud-cog", "cloud-download", "cloud-drizzle", "cloud-fog", "cloud-hail", "cloud-lightning", "cloud-moon", "cloud-moon-rain", "cloud-off", "cloud-rain", "cloud-rain-wind", "cloud-snow", "cloud-sun", "cloud-sun-rain", "cloud-upload", "cloudy", "clover", "club", "code", "code-2", "code-square", "code-xml", "codepen", "codesandbox", "coffee", "cog", "coins", "columns", "columns-2", "columns-3", "columns-3-cog", "columns-4", "columns-settings", "combine", "command", "compass", "component", "computer", "concierge-bell", "cone", "construction", "contact", "contact-2", "contact-round", "container", "contrast", "cookie", "cooking-pot", "copy", "copy-check", "copy-minus", "copy-plus", "copy-slash", "copy-x", "copyleft", "copyright", "corner-down-left", "corner-down-right", "corner-left-down", "corner-left-up", "corner-right-down", "corner-right-up", "corner-up-left", "corner-up-right", "cpu", "creative-commons", "credit-card", "croissant", "crop", "cross", "crosshair", "crown", "cuboid", "cup-soda", "curly-braces", "currency", "cylinder", "dam", "database", "database-backup", "database-zap", "decimals-arrow-left", "decimals-arrow-right", "delete", "dessert", "diameter", "diamond", "diamond-minus", "diamond-percent", "diamond-plus", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dices", "diff", "disc", "disc-2", "disc-3", "disc-album", "divide", "divide-circle", "divide-square", "dna", "dna-off", "dock", "dog", "dollar-sign", "donut", "door-closed", "door-closed-locked", "door-open", "dot", "dot-square", "download", "download-cloud", "drafting-compass", "drama", "dribbble", "drill", "drone", "droplet", "droplet-off", "droplets", "drum", "drumstick", "dumbbell", "ear", "ear-off", "earth", "earth-lock", "eclipse", "edit", "edit-2", "edit-3", "egg", "egg-fried", "egg-off", "ellipsis", "ellipsis-vertical", "equal", "equal-approximately", "equal-not", "equal-square", "eraser", "ethernet-port", "euro", "ev-charger", "expand", "external-link", "eye", "eye-closed", "eye-off", "facebook", "factory", "fan", "fast-forward", "feather", "fence", "ferris-wheel", "figma", "file", "file-archive", "file-audio", "file-audio-2", "file-axis-3-d", "file-axis-3d", "file-badge", "file-badge-2", "file-bar-chart", "file-bar-chart-2", "file-box", "file-chart-column", "file-chart-column-increasing", "file-chart-line", "file-chart-pie", "file-check", "file-check-2", "file-clock", "file-code", "file-code-2", "file-cog", "file-cog-2", "file-diff", "file-digit", "file-down", "file-edit", "file-heart", "file-image", "file-input", "file-json", "file-json-2", "file-key", "file-key-2", "file-line-chart", "file-lock", "file-lock-2", "file-minus", "file-minus-2", "file-music", "file-output", "file-pen", "file-pen-line", "file-pie-chart", "file-play", "file-plus", "file-plus-2", "file-question", "file-question-mark", "file-scan", "file-search", "file-search-2", "file-signature", "file-sliders", "file-spreadsheet", "file-stack", "file-symlink", "file-terminal", "file-text", "file-type", "file-type-2", "file-up", "file-user", "file-video", "file-video-2", "file-video-camera", "file-volume", "file-volume-2", "file-warning", "file-x", "file-x-2", "files", "film", "filter", "filter-x", "fingerprint", "fire-extinguisher", "fish", "fish-off", "fish-symbol", "flag", "flag-off", "flag-triangle-left", "flag-triangle-right", "flame", "flame-kindling", "flashlight", "flashlight-off", "flask-conical", "flask-conical-off", "flask-round", "flip-horizontal", "flip-horizontal-2", "flip-vertical", "flip-vertical-2", "flower", "flower-2", "focus", "fold-horizontal", "fold-vertical", "folder", "folder-archive", "folder-check", "folder-clock", "folder-closed", "folder-code", "folder-cog", "folder-cog-2", "folder-dot", "folder-down", "folder-edit", "folder-git", "folder-git-2", "folder-heart", "folder-input", "folder-kanban", "folder-key", "folder-lock", "folder-minus", "folder-open", "folder-open-dot", "folder-output", "folder-pen", "folder-plus", "folder-root", "folder-search", "folder-search-2", "folder-symlink", "folder-sync", "folder-tree", "folder-up", "folder-x", "folders", "footprints", "fork-knife", "fork-knife-crossed", "forklift", "form-input", "forward", "frame", "framer", "frown", "fuel", "fullscreen", "function-square", "funnel", "funnel-plus", "funnel-x", "gallery-horizontal", "gallery-horizontal-end", "gallery-thumbnails", "gallery-vertical", "gallery-vertical-end", "gamepad", "gamepad-2", "gamepad-directional", "gantt-chart", "gantt-chart-square", "gauge", "gauge-circle", "gavel", "gem", "georgian-lari", "ghost", "gift", "git-branch", "git-branch-plus", "git-commit", "git-commit-horizontal", "git-commit-vertical", "git-compare", "git-compare-arrows", "git-fork", "git-graph", "git-merge", "git-pull-request", "git-pull-request-arrow", "git-pull-request-closed", "git-pull-request-create", "git-pull-request-create-arrow", "git-pull-request-draft", "github", "gitlab", "glass-water", "glasses", "globe", "globe-2", "globe-lock", "goal", "gpu", "grab", "graduation-cap", "grape", "grid", "grid-2-x-2", "grid-2-x-2-check", "grid-2-x-2-plus", "grid-2-x-2-x", "grid-2x2", "grid-2x2-check", "grid-2x2-plus", "grid-2x2-x", "grid-3-x-3", "grid-3x2", "grid-3x3", "grip", "grip-horizontal", "grip-vertical", "group", "guitar", "ham", "hamburger", "hammer", "hand", "hand-coins", "hand-fist", "hand-grab", "hand-heart", "hand-helping", "hand-metal", "hand-platter", "handbag", "handshake", "hard-drive", "hard-drive-download", "hard-drive-upload", "hard-hat", "hash", "hat-glasses", "haze", "hdmi-port", "heading", "heading-1", "heading-2", "heading-3", "heading-4", "heading-5", "heading-6", "headphone-off", "headphones", "headset", "heart", "heart-crack", "heart-handshake", "heart-minus", "heart-off", "heart-plus", "heart-pulse", "heater", "help-circle", "helping-hand", "hexagon", "highlighter", "history", "home", "hop", "hop-off", "hospital", "hotel", "hourglass", "house", "house-heart", "house-plug", "house-plus", "house-wifi", "ice-cream", "ice-cream-2", "ice-cream-bowl", "ice-cream-cone", "id-card", "id-card-lanyard", "image", "image-down", "image-minus", "image-off", "image-play", "image-plus", "image-up", "image-upscale", "images", "import", "inbox", "indent", "indent-decrease", "indent-increase", "indian-rupee", "infinity", "info", "inspect", "inspection-panel", "instagram", "italic", "iteration-ccw", "iteration-cw", "japanese-yen", "joystick", "kanban", "kanban-square", "kanban-square-dashed", "kayak", "key", "key-round", "key-square", "keyboard", "keyboard-music", "keyboard-off", "lamp", "lamp-ceiling", "lamp-desk", "lamp-floor", "lamp-wall-down", "lamp-wall-up", "land-plot", "landmark", "languages", "laptop", "laptop-2", "laptop-minimal", "laptop-minimal-check", "lasso", "lasso-select", "laugh", "layers", "layers-2", "layers-3", "layout", "layout-dashboard", "layout-grid", "layout-list", "layout-panel-left", "layout-panel-top", "layout-template", "leaf", "leafy-green", "lectern", "letter-text", "library", "library-big", "library-square", "life-buoy", "ligature", "lightbulb", "lightbulb-off", "line-chart", "line-squiggle", "link", "link-2", "link-2-off", "linkedin", "list", "list-check", "list-checks", "list-chevrons-down-up", "list-chevrons-up-down", "list-collapse", "list-end", "list-filter", "list-filter-plus", "list-indent-decrease", "list-indent-increase", "list-minus", "list-music", "list-ordered", "list-plus", "list-restart", "list-start", "list-todo", "list-tree", "list-video", "list-x", "loader", "loader-2", "loader-circle", "loader-pinwheel", "locate", "locate-fixed", "locate-off", "location-edit", "lock", "lock-keyhole", "lock-keyhole-open", "lock-open", "log-in", "log-out", "logs", "lollipop", "luggage", "m-square", "magnet", "mail", "mail-check", "mail-minus", "mail-open", "mail-plus", "mail-question", "mail-question-mark", "mail-search", "mail-warning", "mail-x", "mailbox", "mails", "map", "map-minus", "map-pin", "map-pin-check", "map-pin-check-inside", "map-pin-house", "map-pin-minus", "map-pin-minus-inside", "map-pin-off", "map-pin-pen", "map-pin-plus", "map-pin-plus-inside", "map-pin-x", "map-pin-x-inside", "map-pinned", "map-plus", "mars", "mars-stroke", "martini", "maximize", "maximize-2", "medal", "megaphone", "megaphone-off", "meh", "memory-stick", "menu", "menu-square", "merge", "message-circle", "message-circle-code", "message-circle-dashed", "message-circle-heart", "message-circle-more", "message-circle-off", "message-circle-plus", "message-circle-question", "message-circle-question-mark", "message-circle-reply", "message-circle-warning", "message-circle-x", "message-square", "message-square-code", "message-square-dashed", "message-square-diff", "message-square-dot", "message-square-heart", "message-square-lock", "message-square-more", "message-square-off", "message-square-plus", "message-square-quote", "message-square-reply", "message-square-share", "message-square-text", "message-square-warning", "message-square-x", "messages-square", "mic", "mic-2", "mic-off", "mic-vocal", "microchip", "microscope", "microwave", "milestone", "milk", "milk-off", "minimize", "minimize-2", "minus", "minus-circle", "minus-square", "monitor", "monitor-check", "monitor-cloud", "monitor-cog", "monitor-dot", "monitor-down", "monitor-off", "monitor-pause", "monitor-play", "monitor-smartphone", "monitor-speaker", "monitor-stop", "monitor-up", "monitor-x", "moon", "moon-star", "more-horizontal", "more-vertical", "motorbike", "mountain", "mountain-snow", "mouse", "mouse-off", "mouse-pointer", "mouse-pointer-2", "mouse-pointer-ban", "mouse-pointer-click", "mouse-pointer-square-dashed", "move", "move-3-d", "move-3d", "move-diagonal", "move-diagonal-2", "move-down", "move-down-left", "move-down-right", "move-horizontal", "move-left", "move-right", "move-up", "move-up-left", "move-up-right", "move-vertical", "music", "music-2", "music-3", "music-4", "navigation", "navigation-2", "navigation-2-off", "navigation-off", "network", "newspaper", "nfc", "non-binary", "notebook", "notebook-pen", "notebook-tabs", "notebook-text", "notepad-text", "notepad-text-dashed", "nut", "nut-off", "octagon", "octagon-alert", "octagon-minus", "octagon-pause", "octagon-x", "omega", "option", "orbit", "origami", "outdent", "package", "package-2", "package-check", "package-minus", "package-open", "package-plus", "package-search", "package-x", "paint-bucket", "paint-roller", "paintbrush", "paintbrush-2", "paintbrush-vertical", "palette", "palmtree", "panda", "panel-bottom", "panel-bottom-close", "panel-bottom-dashed", "panel-bottom-inactive", "panel-bottom-open", "panel-left", "panel-left-close", "panel-left-dashed", "panel-left-inactive", "panel-left-open", "panel-left-right-dashed", "panel-right", "panel-right-close", "panel-right-dashed", "panel-right-inactive", "panel-right-open", "panel-top", "panel-top-bottom-dashed", "panel-top-close", "panel-top-dashed", "panel-top-inactive", "panel-top-open", "panels-left-bottom", "panels-left-right", "panels-right-bottom", "panels-top-bottom", "panels-top-left", "paperclip", "parentheses", "parking-circle", "parking-circle-off", "parking-meter", "parking-square", "parking-square-off", "party-popper", "pause", "pause-circle", "pause-octagon", "paw-print", "pc-case", "pen", "pen-box", "pen-line", "pen-off", "pen-square", "pen-tool", "pencil", "pencil-line", "pencil-off", "pencil-ruler", "pentagon", "percent", "percent-circle", "percent-diamond", "percent-square", "person-standing", "philippine-peso", "phone", "phone-call", "phone-forwarded", "phone-incoming", "phone-missed", "phone-off", "phone-outgoing", "pi", "pi-square", "piano", "pickaxe", "picture-in-picture", "picture-in-picture-2", "pie-chart", "piggy-bank", "pilcrow", "pilcrow-left", "pilcrow-right", "pilcrow-square", "pill", "pill-bottle", "pin", "pin-off", "pipette", "pizza", "plane", "plane-landing", "plane-takeoff", "play", "play-circle", "play-square", "plug", "plug-2", "plug-zap", "plug-zap-2", "plus", "plus-circle", "plus-square", "pocket", "pocket-knife", "podcast", "pointer", "pointer-off", "popcorn", "popsicle", "pound-sterling", "power", "power-circle", "power-off", "power-square", "presentation", "printer", "printer-check", "projector", "proportions", "puzzle", "pyramid", "qr-code", "quote", "rabbit", "radar", "radiation", "radical", "radio", "radio-receiver", "radio-tower", "radius", "rail-symbol", "rainbow", "rat", "ratio", "receipt", "receipt-cent", "receipt-euro", "receipt-indian-rupee", "receipt-japanese-yen", "receipt-pound-sterling", "receipt-russian-ruble", "receipt-swiss-franc", "receipt-text", "receipt-turkish-lira", "rectangle-circle", "rectangle-ellipsis", "rectangle-goggles", "rectangle-horizontal", "rectangle-vertical", "recycle", "redo", "redo-2", "redo-dot", "refresh-ccw", "refresh-ccw-dot", "refresh-cw", "refresh-cw-off", "refrigerator", "regex", "remove-formatting", "repeat", "repeat-1", "repeat-2", "replace", "replace-all", "reply", "reply-all", "rewind", "ribbon", "rocket", "rocking-chair", "roller-coaster", "rose", "rotate-3-d", "rotate-3d", "rotate-ccw", "rotate-ccw-key", "rotate-ccw-square", "rotate-cw", "rotate-cw-square", "route", "route-off", "router", "rows", "rows-2", "rows-3", "rows-4", "rss", "ruler", "ruler-dimension-line", "russian-ruble", "sailboat", "salad", "sandwich", "satellite", "satellite-dish", "saudi-riyal", "save", "save-all", "save-off", "scale", "scale-3-d", "scale-3d", "scaling", "scan", "scan-barcode", "scan-eye", "scan-face", "scan-heart", "scan-line", "scan-qr-code", "scan-search", "scan-text", "scatter-chart", "school", "school-2", "scissors", "scissors-line-dashed", "scissors-square", "scissors-square-dashed-bottom", "screen-share", "screen-share-off", "scroll", "scroll-text", "search", "search-check", "search-code", "search-slash", "search-x", "section", "send", "send-horizonal", "send-horizontal", "send-to-back", "separator-horizontal", "separator-vertical", "server", "server-cog", "server-crash", "server-off", "settings", "settings-2", "shapes", "share", "share-2", "sheet", "shell", "shield", "shield-alert", "shield-ban", "shield-check", "shield-close", "shield-ellipsis", "shield-half", "shield-minus", "shield-off", "shield-plus", "shield-question", "shield-question-mark", "shield-user", "shield-x", "ship", "ship-wheel", "shirt", "shopping-bag", "shopping-basket", "shopping-cart", "shovel", "shower-head", "shredder", "shrimp", "shrink", "shrub", "shuffle", "sidebar", "sidebar-close", "sidebar-open", "sigma", "sigma-square", "signal", "signal-high", "signal-low", "signal-medium", "signal-zero", "signature", "signpost", "signpost-big", "siren", "skip-back", "skip-forward", "skull", "slack", "slash", "slash-square", "slice", "sliders", "sliders-horizontal", "sliders-vertical", "smartphone", "smartphone-charging", "smartphone-nfc", "smile", "smile-plus", "snail", "snowflake", "soap-dispenser-droplet", "sofa", "sort-asc", "sort-desc", "soup", "space", "spade", "sparkle", "sparkles", "speaker", "speech", "spell-check", "spell-check-2", "spline", "spline-pointer", "split", "split-square-horizontal", "split-square-vertical", "spool", "spotlight", "spray-can", "sprout", "square", "square-activity", "square-arrow-down", "square-arrow-down-left", "square-arrow-down-right", "square-arrow-left", "square-arrow-out-down-left", "square-arrow-out-down-right", "square-arrow-out-up-left", "square-arrow-out-up-right", "square-arrow-right", "square-arrow-up", "square-arrow-up-left", "square-arrow-up-right", "square-asterisk", "square-bottom-dashed-scissors", "square-chart-gantt", "square-check", "square-check-big", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-code", "square-dashed", "square-dashed-bottom", "square-dashed-bottom-code", "square-dashed-kanban", "square-dashed-mouse-pointer", "square-dashed-top-solid", "square-divide", "square-dot", "square-equal", "square-function", "square-gantt-chart", "square-kanban", "square-library", "square-m", "square-menu", "square-minus", "square-mouse-pointer", "square-parking", "square-parking-off", "square-pause", "square-pen", "square-percent", "square-pi", "square-pilcrow", "square-play", "square-plus", "square-power", "square-radical", "square-round-corner", "square-scissors", "square-sigma", "square-slash", "square-split-horizontal", "square-split-vertical", "square-square", "square-stack", "square-star", "square-stop", "square-terminal", "square-user", "square-user-round", "square-x", "squares-exclude", "squares-intersect", "squares-subtract", "squares-unite", "squircle", "squircle-dashed", "squirrel", "stamp", "star", "star-half", "star-off", "stars", "step-back", "step-forward", "stethoscope", "sticker", "sticky-note", "stop-circle", "store", "stretch-horizontal", "stretch-vertical", "strikethrough", "subscript", "subtitles", "sun", "sun-dim", "sun-medium", "sun-moon", "sun-snow", "sunrise", "sunset", "superscript", "swatch-book", "swiss-franc", "switch-camera", "sword", "swords", "syringe", "table", "table-2", "table-cells-merge", "table-cells-split", "table-columns-split", "table-config", "table-of-contents", "table-properties", "table-rows-split", "tablet", "tablet-smartphone", "tablets", "tag", "tags", "tally-1", "tally-2", "tally-3", "tally-4", "tally-5", "tangent", "target", "telescope", "tent", "tent-tree", "terminal", "terminal-square", "test-tube", "test-tube-2", "test-tube-diagonal", "test-tubes", "text", "text-align-center", "text-align-end", "text-align-justify", "text-align-start", "text-cursor", "text-cursor-input", "text-initial", "text-quote", "text-search", "text-select", "text-selection", "text-wrap", "theater", "thermometer", "thermometer-snowflake", "thermometer-sun", "thumbs-down", "thumbs-up", "ticket", "ticket-check", "ticket-minus", "ticket-percent", "ticket-plus", "ticket-slash", "ticket-x", "tickets", "tickets-plane", "timer", "timer-off", "timer-reset", "toggle-left", "toggle-right", "toilet", "tool-case", "tornado", "torus", "touchpad", "touchpad-off", "tower-control", "toy-brick", "tractor", "traffic-cone", "train", "train-front", "train-front-tunnel", "train-track", "tram-front", "transgender", "trash", "trash-2", "tree-deciduous", "tree-palm", "tree-pine", "trees", "trello", "trending-down", "trending-up", "trending-up-down", "triangle", "triangle-alert", "triangle-dashed", "triangle-right", "trophy", "truck", "truck-electric", "turkish-lira", "turntable", "turtle", "tv", "tv-2", "tv-minimal", "tv-minimal-play", "twitch", "twitter", "type", "type-outline", "umbrella", "umbrella-off", "underline", "undo", "undo-2", "undo-dot", "unfold-horizontal", "unfold-vertical", "ungroup", "university", "unlink", "unlink-2", "unlock", "unlock-keyhole", "unplug", "upload", "upload-cloud", "usb", "user", "user-2", "user-check", "user-check-2", "user-circle", "user-circle-2", "user-cog", "user-cog-2", "user-lock", "user-minus", "user-minus-2", "user-pen", "user-plus", "user-plus-2", "user-round", "user-round-check", "user-round-cog", "user-round-minus", "user-round-pen", "user-round-plus", "user-round-search", "user-round-x", "user-search", "user-square", "user-square-2", "user-star", "user-x", "user-x-2", "users", "users-2", "users-round", "utensils", "utensils-crossed", "utility-pole", "variable", "vault", "vector-square", "vegan", "venetian-mask", "venus", "venus-and-mars", "verified", "vibrate", "vibrate-off", "video", "video-off", "videotape", "view", "voicemail", "volleyball", "volume", "volume-1", "volume-2", "volume-off", "volume-x", "vote", "wallet", "wallet-2", "wallet-cards", "wallet-minimal", "wallpaper", "wand", "wand-2", "wand-sparkles", "warehouse", "washing-machine", "watch", "waves", "waves-ladder", "waypoints", "webcam", "webhook", "webhook-off", "weight", "wheat", "wheat-off", "whole-word", "wifi", "wifi-cog", "wifi-high", "wifi-low", "wifi-off", "wifi-pen", "wifi-sync", "wifi-zero", "wind", "wind-arrow-down", "wine", "wine-off", "workflow", "worm", "wrap-text", "wrench", "x", "x-circle", "x-octagon", "x-square", "youtube", "zap", "zap-off", "zoom-in", "zoom-out"];
2
2
  export type IconNames = (typeof IconNames)[number];
@@ -221,6 +221,7 @@ export const IconNames = [
221
221
  "binoculars",
222
222
  "biohazard",
223
223
  "bird",
224
+ "birdhouse",
224
225
  "bitcoin",
225
226
  "blend",
226
227
  "blinds",
@@ -640,6 +641,7 @@ export const IconNames = [
640
641
  "eraser",
641
642
  "ethernet-port",
642
643
  "euro",
644
+ "ev-charger",
643
645
  "expand",
644
646
  "external-link",
645
647
  "eye",
@@ -807,6 +809,7 @@ export const IconNames = [
807
809
  "gallery-vertical-end",
808
810
  "gamepad",
809
811
  "gamepad-2",
812
+ "gamepad-directional",
810
813
  "gantt-chart",
811
814
  "gantt-chart-square",
812
815
  "gauge",
@@ -912,6 +915,7 @@ export const IconNames = [
912
915
  "hotel",
913
916
  "hourglass",
914
917
  "house",
918
+ "house-heart",
915
919
  "house-plug",
916
920
  "house-plus",
917
921
  "house-wifi",
@@ -1003,10 +1007,13 @@ export const IconNames = [
1003
1007
  "list-check",
1004
1008
  "list-checks",
1005
1009
  "list-chevrons-down-up",
1010
+ "list-chevrons-up-down",
1006
1011
  "list-collapse",
1007
1012
  "list-end",
1008
1013
  "list-filter",
1009
1014
  "list-filter-plus",
1015
+ "list-indent-decrease",
1016
+ "list-indent-increase",
1010
1017
  "list-minus",
1011
1018
  "list-music",
1012
1019
  "list-ordered",
@@ -1123,6 +1130,7 @@ export const IconNames = [
1123
1130
  "minus-square",
1124
1131
  "monitor",
1125
1132
  "monitor-check",
1133
+ "monitor-cloud",
1126
1134
  "monitor-cog",
1127
1135
  "monitor-dot",
1128
1136
  "monitor-down",
@@ -1138,6 +1146,7 @@ export const IconNames = [
1138
1146
  "moon-star",
1139
1147
  "more-horizontal",
1140
1148
  "more-vertical",
1149
+ "motorbike",
1141
1150
  "mountain",
1142
1151
  "mountain-snow",
1143
1152
  "mouse",
@@ -1664,12 +1673,18 @@ export const IconNames = [
1664
1673
  "test-tube-diagonal",
1665
1674
  "test-tubes",
1666
1675
  "text",
1676
+ "text-align-center",
1677
+ "text-align-end",
1678
+ "text-align-justify",
1679
+ "text-align-start",
1667
1680
  "text-cursor",
1668
1681
  "text-cursor-input",
1682
+ "text-initial",
1669
1683
  "text-quote",
1670
1684
  "text-search",
1671
1685
  "text-select",
1672
1686
  "text-selection",
1687
+ "text-wrap",
1673
1688
  "theater",
1674
1689
  "thermometer",
1675
1690
  "thermometer-snowflake",
@@ -1 +1 @@
1
- {"version":3,"file":"icon-types.js","sourceRoot":"","sources":["../../../src/config/validators/icon-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-types.js","sourceRoot":"","sources":["../../../src/config/validators/icon-types.ts"],"names":[],"mappings":"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"}
@@ -80,7 +80,7 @@ declare const ApiSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
80
80
  }, z.core.$strip>>;
81
81
  type: z.ZodLiteral<"raw">;
82
82
  input: z.ZodString;
83
- }, z.core.$strip>]>;
83
+ }, z.core.$strip>], "type">;
84
84
  export declare const FooterSocialIcons: readonly ["reddit", "discord", "github", "x", "linkedin", "facebook", "instagram", "youtube", "tiktok", "twitch", "pinterest", "snapchat", "whatsapp", "telegram"];
85
85
  export declare const FooterSocialSchema: z.ZodObject<{
86
86
  label: z.ZodOptional<z.ZodString>;
@@ -106,8 +106,8 @@ export declare const FooterSchema: z.ZodOptional<z.ZodObject<{
106
106
  columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
107
107
  position: z.ZodOptional<z.ZodEnum<{
108
108
  end: "end";
109
- center: "center";
110
109
  start: "start";
110
+ center: "center";
111
111
  }>>;
112
112
  title: z.ZodString;
113
113
  links: z.ZodArray<z.ZodObject<{
@@ -147,8 +147,8 @@ export declare const FooterSchema: z.ZodOptional<z.ZodObject<{
147
147
  }, z.core.$strip>>;
148
148
  position: z.ZodOptional<z.ZodEnum<{
149
149
  end: "end";
150
- center: "center";
151
150
  start: "start";
151
+ center: "center";
152
152
  }>>;
153
153
  }, z.core.$strip>>;
154
154
  declare const SiteMapSchema: z.ZodOptional<z.ZodObject<{
@@ -167,10 +167,17 @@ declare const SiteMapSchema: z.ZodOptional<z.ZodObject<{
167
167
  autoLastmod: z.ZodOptional<z.ZodBoolean>;
168
168
  exclude: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<() => Promise<string[]>, () => Promise<string[]>>, z.ZodArray<z.ZodString>]>>;
169
169
  }, z.core.$strip>>;
170
+ declare const LlmsConfigSchema: z.ZodObject<{
171
+ llmsTxt: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
172
+ llmsTxtFull: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
173
+ includeProtected: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
174
+ }, z.core.$strip>;
170
175
  export declare const DocsConfigSchema: z.ZodObject<{
171
176
  files: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
177
+ publishMarkdown: z.ZodDefault<z.ZodBoolean>;
172
178
  defaultOptions: z.ZodOptional<z.ZodObject<{
173
179
  toc: z.ZodOptional<z.ZodBoolean>;
180
+ copyPage: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
174
181
  disablePager: z.ZodOptional<z.ZodBoolean>;
175
182
  showLastModified: z.ZodOptional<z.ZodBoolean>;
176
183
  suggestEdit: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -178,6 +185,11 @@ export declare const DocsConfigSchema: z.ZodObject<{
178
185
  text: z.ZodOptional<z.ZodString>;
179
186
  }, z.core.$strip>>>;
180
187
  }, z.core.$strip>>;
188
+ llms: z.ZodOptional<z.ZodObject<{
189
+ llmsTxt: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
190
+ llmsTxtFull: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
191
+ includeProtected: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
192
+ }, z.core.$strip>>;
181
193
  }, z.core.$strip>;
182
194
  declare const Redirect: z.ZodObject<{
183
195
  from: z.ZodString;
@@ -289,8 +301,8 @@ export declare const ZudokuConfig: z.ZodObject<{
289
301
  columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
290
302
  position: z.ZodOptional<z.ZodEnum<{
291
303
  end: "end";
292
- center: "center";
293
304
  start: "start";
305
+ center: "center";
294
306
  }>>;
295
307
  title: z.ZodString;
296
308
  links: z.ZodArray<z.ZodObject<{
@@ -330,8 +342,8 @@ export declare const ZudokuConfig: z.ZodObject<{
330
342
  }, z.core.$strip>>;
331
343
  position: z.ZodOptional<z.ZodEnum<{
332
344
  end: "end";
333
- center: "center";
334
345
  start: "start";
346
+ center: "center";
335
347
  }>>;
336
348
  }, z.core.$strip>>>;
337
349
  }, z.core.$strip>>;
@@ -548,7 +560,7 @@ export declare const ZudokuConfig: z.ZodObject<{
548
560
  redirectToAfterSignUp: z.ZodOptional<z.ZodString>;
549
561
  redirectToAfterSignIn: z.ZodOptional<z.ZodString>;
550
562
  redirectToAfterSignOut: z.ZodOptional<z.ZodString>;
551
- }, z.core.$strip>]>>;
563
+ }, z.core.$strip>], "type">>;
552
564
  search: z.ZodOptional<z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
553
565
  type: z.ZodLiteral<"inkeep">;
554
566
  apiKey: z.ZodString;
@@ -575,11 +587,13 @@ export declare const ZudokuConfig: z.ZodObject<{
575
587
  auth: AuthState;
576
588
  context: ZudokuContext;
577
589
  }) => PagefindSearchFragment | boolean | undefined | void>>;
578
- }, z.core.$strip>]>>>;
590
+ }, z.core.$strip>], "type">>>;
579
591
  docs: z.ZodOptional<z.ZodOptional<z.ZodObject<{
580
592
  files: z.ZodDefault<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
593
+ publishMarkdown: z.ZodDefault<z.ZodBoolean>;
581
594
  defaultOptions: z.ZodOptional<z.ZodObject<{
582
595
  toc: z.ZodOptional<z.ZodBoolean>;
596
+ copyPage: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
583
597
  disablePager: z.ZodOptional<z.ZodBoolean>;
584
598
  showLastModified: z.ZodOptional<z.ZodBoolean>;
585
599
  suggestEdit: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -587,6 +601,11 @@ export declare const ZudokuConfig: z.ZodObject<{
587
601
  text: z.ZodOptional<z.ZodString>;
588
602
  }, z.core.$strip>>>;
589
603
  }, z.core.$strip>>;
604
+ llms: z.ZodOptional<z.ZodObject<{
605
+ llmsTxt: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
606
+ llmsTxtFull: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
607
+ includeProtected: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
608
+ }, z.core.$strip>>;
590
609
  }, z.core.$strip>>>;
591
610
  apis: z.ZodOptional<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
592
611
  server: z.ZodOptional<z.ZodString>;
@@ -654,7 +673,7 @@ export declare const ZudokuConfig: z.ZodObject<{
654
673
  }, z.core.$strip>>;
655
674
  type: z.ZodLiteral<"raw">;
656
675
  input: z.ZodString;
657
- }, z.core.$strip>]>, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
676
+ }, z.core.$strip>], "type">, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
658
677
  server: z.ZodOptional<z.ZodString>;
659
678
  path: z.ZodOptional<z.ZodString>;
660
679
  categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -720,7 +739,7 @@ export declare const ZudokuConfig: z.ZodObject<{
720
739
  }, z.core.$strip>>;
721
740
  type: z.ZodLiteral<"raw">;
722
741
  input: z.ZodString;
723
- }, z.core.$strip>]>>]>>;
742
+ }, z.core.$strip>], "type">>]>>;
724
743
  catalogs: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
725
744
  path: z.ZodString;
726
745
  label: z.ZodString;
@@ -801,6 +820,7 @@ export declare const ZudokuConfig: z.ZodObject<{
801
820
  export type ZudokuApiConfig = z.infer<typeof ApiSchema>;
802
821
  export type ZudokuSiteMapConfig = z.infer<typeof SiteMapSchema>;
803
822
  export type ZudokuDocsConfig = z.infer<typeof DocsConfigSchema>;
823
+ export type ZudokuLlmsConfig = z.infer<typeof LlmsConfigSchema>;
804
824
  export type ZudokuRedirect = z.infer<typeof Redirect>;
805
825
  type BaseZudokuConfig = z.input<typeof ZudokuConfig>;
806
826
  export type ZudokuConfig = Omit<BaseZudokuConfig, "navigation"> & {
@@ -176,14 +176,35 @@ const SiteMapSchema = z
176
176
  })
177
177
  .optional();
178
178
  const DEFAULT_DOCS_FILES = "/pages/**/*.{md,mdx}";
179
+ const LlmsConfigSchema = z
180
+ .object({
181
+ llmsTxt: z
182
+ .boolean()
183
+ .default(false)
184
+ .describe("When enabled, generates an llms.txt file following the spec at https://llmstxt.org/. This file provides a summary with links to all documentation."),
185
+ llmsTxtFull: z
186
+ .boolean()
187
+ .default(false)
188
+ .describe("When enabled, generates an llms-full.txt file with the complete content of all markdown documents for LLM consumption."),
189
+ includeProtected: z
190
+ .boolean()
191
+ .default(false)
192
+ .describe("When enabled, includes content from protected routes in the generated .md files and llms.txt files. By default, protected routes are excluded."),
193
+ })
194
+ .partial();
179
195
  export const DocsConfigSchema = z.object({
180
196
  files: z
181
197
  .union([z.string(), z.array(z.string())])
182
198
  .transform((val) => (typeof val === "string" ? [val] : val))
183
199
  .default([DEFAULT_DOCS_FILES]),
200
+ publishMarkdown: z
201
+ .boolean()
202
+ .default(false)
203
+ .describe("When enabled, generates .md files for each document during build. Access documents at their URL path with .md extension (e.g., /foo/hello.md). Markdown files are generated without frontmatter."),
184
204
  defaultOptions: z
185
205
  .object({
186
206
  toc: z.boolean(),
207
+ copyPage: z.boolean().optional(),
187
208
  disablePager: z.boolean(),
188
209
  showLastModified: z.boolean(),
189
210
  suggestEdit: z
@@ -195,6 +216,7 @@ export const DocsConfigSchema = z.object({
195
216
  })
196
217
  .partial()
197
218
  .optional(),
219
+ llms: LlmsConfigSchema.optional(),
198
220
  });
199
221
  const Redirect = z.object({
200
222
  from: z.string(),