zudoku 0.0.0-f3d517c → 0.0.0-f40ea27

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 (570) hide show
  1. package/dist/app/ZuploBuildConfig.d.ts +11 -121
  2. package/dist/app/ZuploBuildConfig.js +8 -8
  3. package/dist/app/ZuploBuildConfig.js.map +1 -1
  4. package/dist/app/demo.js +6 -5
  5. package/dist/app/demo.js.map +1 -1
  6. package/dist/app/entry.client.d.ts +0 -2
  7. package/dist/app/entry.client.js +0 -2
  8. package/dist/app/entry.client.js.map +1 -1
  9. package/dist/app/entry.server.d.ts +0 -2
  10. package/dist/app/entry.server.js +0 -2
  11. package/dist/app/entry.server.js.map +1 -1
  12. package/dist/app/env.d.ts +7 -7
  13. package/dist/app/env.js +8 -0
  14. package/dist/app/env.js.map +1 -1
  15. package/dist/app/main.d.ts +1 -0
  16. package/dist/app/main.js +12 -11
  17. package/dist/app/main.js.map +1 -1
  18. package/dist/app/standalone.js +7 -6
  19. package/dist/app/standalone.js.map +1 -1
  20. package/dist/config/loader.js +2 -3
  21. package/dist/config/loader.js.map +1 -1
  22. package/dist/config/validators/BuildSchema.d.ts +20 -44
  23. package/dist/config/validators/BuildSchema.js +3 -14
  24. package/dist/config/validators/BuildSchema.js.map +1 -1
  25. package/dist/config/validators/InputNavigationSchema.d.ts +7369 -0
  26. package/dist/config/validators/InputNavigationSchema.js +74 -0
  27. package/dist/config/validators/InputNavigationSchema.js.map +1 -0
  28. package/dist/config/validators/InputNavigationSchema.test-d.d.ts +1 -0
  29. package/dist/config/validators/InputNavigationSchema.test-d.js +146 -0
  30. package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -0
  31. package/dist/config/validators/NavigationSchema.d.ts +44 -0
  32. package/dist/config/validators/NavigationSchema.js +95 -0
  33. package/dist/config/validators/NavigationSchema.js.map +1 -0
  34. package/dist/config/validators/icon-types.d.ts +2 -1
  35. package/dist/config/validators/icon-types.js +1813 -1
  36. package/dist/config/validators/icon-types.js.map +1 -1
  37. package/dist/config/validators/validate.d.ts +471 -5556
  38. package/dist/config/validators/validate.js +80 -69
  39. package/dist/config/validators/validate.js.map +1 -1
  40. package/dist/config/validators/validate.test.js +0 -2
  41. package/dist/config/validators/validate.test.js.map +1 -1
  42. package/dist/flat-config.d.ts +325 -0
  43. package/dist/index.d.ts +1 -1
  44. package/dist/index.js.map +1 -1
  45. package/dist/lib/auth/issuer.js +4 -1
  46. package/dist/lib/auth/issuer.js.map +1 -1
  47. package/dist/lib/auth/issuer.test.js +14 -1
  48. package/dist/lib/auth/issuer.test.js.map +1 -1
  49. package/dist/lib/authentication/components/CallbackHandler.js +1 -1
  50. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  51. package/dist/lib/components/Autocomplete.js +2 -2
  52. package/dist/lib/components/Autocomplete.js.map +1 -1
  53. package/dist/lib/components/Banner.js +1 -1
  54. package/dist/lib/components/Banner.js.map +1 -1
  55. package/dist/lib/components/BuildCheck.js +1 -1
  56. package/dist/lib/components/BuildCheck.js.map +1 -1
  57. package/dist/lib/components/ErrorPage.js +2 -2
  58. package/dist/lib/components/ErrorPage.js.map +1 -1
  59. package/dist/lib/components/Footer.js +1 -1
  60. package/dist/lib/components/Footer.js.map +1 -1
  61. package/dist/lib/components/Framed.d.ts +7 -0
  62. package/dist/lib/components/Framed.js +26 -0
  63. package/dist/lib/components/Framed.js.map +1 -0
  64. package/dist/lib/components/Header.js +19 -18
  65. package/dist/lib/components/Header.js.map +1 -1
  66. package/dist/lib/components/Heading.d.ts +6 -2
  67. package/dist/lib/components/Heading.js +2 -2
  68. package/dist/lib/components/Heading.js.map +1 -1
  69. package/dist/lib/components/Main.js +4 -4
  70. package/dist/lib/components/Main.js.map +1 -1
  71. package/dist/lib/components/Markdown.d.ts +0 -1
  72. package/dist/lib/components/Markdown.js +2 -3
  73. package/dist/lib/components/Markdown.js.map +1 -1
  74. package/dist/lib/components/MobileTopNavigation.js +6 -5
  75. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  76. package/dist/lib/components/NotFoundPage.js +2 -2
  77. package/dist/lib/components/NotFoundPage.js.map +1 -1
  78. package/dist/lib/components/PageProgress.d.ts +1 -0
  79. package/dist/lib/components/PageProgress.js +20 -0
  80. package/dist/lib/components/PageProgress.js.map +1 -0
  81. package/dist/lib/components/Pagination.js +1 -1
  82. package/dist/lib/components/Pagination.js.map +1 -1
  83. package/dist/lib/components/TopNavigation.d.ts +2 -3
  84. package/dist/lib/components/TopNavigation.js +45 -44
  85. package/dist/lib/components/TopNavigation.js.map +1 -1
  86. package/dist/lib/components/Typography.d.ts +5 -0
  87. package/dist/lib/components/Typography.js +8 -0
  88. package/dist/lib/components/Typography.js.map +1 -0
  89. package/dist/lib/components/context/ZudokuContext.d.ts +3 -7
  90. package/dist/lib/components/context/ZudokuContext.js +44 -26
  91. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  92. package/dist/lib/components/index.d.ts +4 -0
  93. package/dist/lib/components/index.js +2 -0
  94. package/dist/lib/components/index.js.map +1 -1
  95. package/dist/lib/components/navigation/Navigation.d.ts +5 -0
  96. package/dist/lib/components/navigation/Navigation.js +12 -0
  97. package/dist/lib/components/navigation/Navigation.js.map +1 -0
  98. package/dist/lib/components/navigation/{SidebarBadge.d.ts → NavigationBadge.d.ts} +1 -1
  99. package/dist/lib/components/navigation/{SidebarBadge.js → NavigationBadge.js} +2 -2
  100. package/dist/lib/components/navigation/NavigationBadge.js.map +1 -0
  101. package/dist/lib/components/navigation/NavigationCategory.d.ts +5 -0
  102. package/dist/lib/components/navigation/{SidebarCategory.js → NavigationCategory.js} +14 -12
  103. package/dist/lib/components/navigation/NavigationCategory.js.map +1 -0
  104. package/dist/lib/components/navigation/NavigationItem.d.ts +6 -0
  105. package/dist/lib/components/navigation/NavigationItem.js +47 -0
  106. package/dist/lib/components/navigation/NavigationItem.js.map +1 -0
  107. package/dist/lib/components/navigation/{SidebarWrapper.d.ts → NavigationWrapper.d.ts} +1 -1
  108. package/dist/lib/components/navigation/{SidebarWrapper.js → NavigationWrapper.js} +4 -4
  109. package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -0
  110. package/dist/lib/components/navigation/utils.d.ts +7 -9
  111. package/dist/lib/components/navigation/utils.js +17 -17
  112. package/dist/lib/components/navigation/utils.js.map +1 -1
  113. package/dist/lib/core/ZudokuContext.d.ts +10 -12
  114. package/dist/lib/core/ZudokuContext.js +7 -9
  115. package/dist/lib/core/ZudokuContext.js.map +1 -1
  116. package/dist/lib/core/plugins.d.ts +2 -2
  117. package/dist/lib/errors/ErrorAlert.js +2 -3
  118. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  119. package/dist/lib/hooks/useEvent.test.js +5 -3
  120. package/dist/lib/hooks/useEvent.test.js.map +1 -1
  121. package/dist/lib/hooks/useHotkey.d.ts +4 -0
  122. package/dist/lib/hooks/useHotkey.js +58 -0
  123. package/dist/lib/hooks/useHotkey.js.map +1 -0
  124. package/dist/lib/plugins/api-catalog/Catalog.d.ts +1 -1
  125. package/dist/lib/plugins/api-catalog/index.d.ts +6 -6
  126. package/dist/lib/plugins/api-catalog/index.js +10 -10
  127. package/dist/lib/plugins/api-catalog/index.js.map +1 -1
  128. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +12 -15
  129. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  130. package/dist/lib/plugins/api-keys/index.js +24 -5
  131. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  132. package/dist/lib/plugins/custom-pages/index.d.ts +4 -6
  133. package/dist/lib/plugins/custom-pages/index.js +15 -10
  134. package/dist/lib/plugins/custom-pages/index.js.map +1 -1
  135. package/dist/lib/plugins/markdown/MdxPage.d.ts +1 -2
  136. package/dist/lib/plugins/markdown/MdxPage.js +28 -9
  137. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  138. package/dist/lib/plugins/markdown/index.d.ts +10 -2
  139. package/dist/lib/plugins/markdown/index.js +9 -26
  140. package/dist/lib/plugins/markdown/index.js.map +1 -1
  141. package/dist/lib/plugins/openapi/OperationList.js +2 -3
  142. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  143. package/dist/lib/plugins/openapi/OperationListItem.js +2 -2
  144. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  145. package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
  146. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  147. package/dist/lib/plugins/openapi/SchemaList.js +2 -3
  148. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
  149. package/dist/lib/plugins/openapi/Sidecar.js +1 -1
  150. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  151. package/dist/lib/plugins/openapi/SidecarExamples.js +1 -1
  152. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
  153. package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
  154. package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
  155. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  156. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +3 -3
  157. package/dist/lib/plugins/openapi/graphql/graphql.js +2 -2
  158. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  159. package/dist/lib/plugins/openapi/index.d.ts +3 -3
  160. package/dist/lib/plugins/openapi/index.js +9 -9
  161. package/dist/lib/plugins/openapi/index.js.map +1 -1
  162. package/dist/lib/plugins/openapi/interfaces.d.ts +3 -3
  163. package/dist/lib/plugins/openapi/playground/BodyPanel.d.ts +2 -2
  164. package/dist/lib/plugins/openapi/playground/BodyPanel.js +16 -12
  165. package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -1
  166. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.d.ts +8 -0
  167. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +11 -0
  168. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -0
  169. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +2 -2
  170. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
  171. package/dist/lib/plugins/openapi/playground/Headers.d.ts +3 -2
  172. package/dist/lib/plugins/openapi/playground/Headers.js +52 -30
  173. package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
  174. package/dist/lib/plugins/openapi/playground/IdentityDialog.js +2 -1
  175. package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -1
  176. package/dist/lib/plugins/openapi/playground/IdentitySelector.js +1 -2
  177. package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
  178. package/dist/lib/plugins/openapi/playground/InlineInput.js +1 -1
  179. package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -1
  180. package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -2
  181. package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
  182. package/dist/lib/plugins/openapi/playground/PathParams.js +1 -2
  183. package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
  184. package/dist/lib/plugins/openapi/playground/Playground.js +47 -34
  185. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  186. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
  187. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  188. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +2 -2
  189. package/dist/lib/plugins/openapi/playground/QueryParams.js +38 -23
  190. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  191. package/dist/lib/plugins/openapi/playground/Spinner.d.ts +2 -0
  192. package/dist/lib/plugins/openapi/playground/Spinner.js +63 -0
  193. package/dist/lib/plugins/openapi/playground/Spinner.js.map +1 -0
  194. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.d.ts +3 -0
  195. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js +13 -0
  196. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js.map +1 -0
  197. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.d.ts +1 -0
  198. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js +12 -0
  199. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js.map +1 -0
  200. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +12 -0
  201. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js +11 -0
  202. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js.map +1 -0
  203. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.d.ts +8 -0
  204. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +69 -0
  205. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -0
  206. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +7 -4
  207. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +25 -32
  208. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  209. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +4 -2
  210. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +8 -10
  211. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
  212. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +3 -3
  213. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
  214. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +2 -3
  215. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
  216. package/dist/lib/plugins/openapi/schema/SchemaView.js +5 -5
  217. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  218. package/dist/lib/plugins/openapi/schema/utils.js +3 -2
  219. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
  220. package/dist/lib/plugins/openapi/util/createNavigationCategory.d.ts +9 -0
  221. package/dist/lib/plugins/openapi/util/{createSidebarCategory.js → createNavigationCategory.js} +5 -4
  222. package/dist/lib/plugins/openapi/util/createNavigationCategory.js.map +1 -0
  223. package/dist/lib/plugins/openapi/util/getRoutes.js +2 -2
  224. package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
  225. package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +1 -1
  226. package/dist/lib/ui/Alert.d.ts +5 -4
  227. package/dist/lib/ui/Alert.js +12 -10
  228. package/dist/lib/ui/Alert.js.map +1 -1
  229. package/dist/lib/ui/CodeBlock.d.ts +1 -2
  230. package/dist/lib/ui/CodeBlock.js +10 -11
  231. package/dist/lib/ui/CodeBlock.js.map +1 -1
  232. package/dist/lib/ui/Dialog.js +1 -1
  233. package/dist/lib/ui/Dialog.js.map +1 -1
  234. package/dist/lib/ui/EmbeddedCodeBlock.d.ts +15 -0
  235. package/dist/lib/ui/EmbeddedCodeBlock.js +18 -0
  236. package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -0
  237. package/dist/lib/ui/Select.js +1 -1
  238. package/dist/lib/ui/SyntaxHighlight.d.ts +3 -1
  239. package/dist/lib/ui/SyntaxHighlight.js +3 -2
  240. package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
  241. package/dist/lib/util/MdxComponents.d.ts +9 -1
  242. package/dist/lib/util/MdxComponents.js +4 -2
  243. package/dist/lib/util/MdxComponents.js.map +1 -1
  244. package/dist/lib/util/os.d.ts +2 -0
  245. package/dist/lib/util/os.js +21 -0
  246. package/dist/lib/util/os.js.map +1 -0
  247. package/dist/lib/util/useCopyToClipboard.d.ts +1 -0
  248. package/dist/lib/util/useCopyToClipboard.js +11 -0
  249. package/dist/lib/util/useCopyToClipboard.js.map +1 -0
  250. package/dist/lib/util/useScrollToAnchor.js +3 -3
  251. package/dist/lib/util/useScrollToAnchor.js.map +1 -1
  252. package/dist/vite/api/SchemaManager.d.ts +4 -4
  253. package/dist/vite/api/SchemaManager.js +25 -21
  254. package/dist/vite/api/SchemaManager.js.map +1 -1
  255. package/dist/vite/api/SchemaManager.test.js +4 -4
  256. package/dist/vite/api/SchemaManager.test.js.map +1 -1
  257. package/dist/vite/api/schema-codegen.js +42 -11
  258. package/dist/vite/api/schema-codegen.js.map +1 -1
  259. package/dist/vite/api/schema-codegen.test.js +82 -0
  260. package/dist/vite/api/schema-codegen.test.js.map +1 -1
  261. package/dist/vite/build.js +1 -1
  262. package/dist/vite/config.js +12 -2
  263. package/dist/vite/config.js.map +1 -1
  264. package/dist/vite/css/plugin.js +11 -0
  265. package/dist/vite/css/plugin.js.map +1 -1
  266. package/dist/vite/dev-server.js +1 -1
  267. package/dist/vite/mdx/remark-last-modified.d.ts +3 -0
  268. package/dist/vite/mdx/remark-last-modified.js +56 -0
  269. package/dist/vite/mdx/remark-last-modified.js.map +1 -0
  270. package/dist/vite/mdx/utils.d.ts +2 -0
  271. package/dist/vite/mdx/utils.js +31 -0
  272. package/dist/vite/mdx/utils.js.map +1 -0
  273. package/dist/vite/plugin-api.js +8 -8
  274. package/dist/vite/plugin-api.js.map +1 -1
  275. package/dist/vite/plugin-config-reload.js +2 -0
  276. package/dist/vite/plugin-config-reload.js.map +1 -1
  277. package/dist/vite/plugin-custom-pages.js +2 -2
  278. package/dist/vite/plugin-custom-pages.js.map +1 -1
  279. package/dist/vite/plugin-docs.js +61 -59
  280. package/dist/vite/plugin-docs.js.map +1 -1
  281. package/dist/vite/plugin-frontmatter.js +6 -2
  282. package/dist/vite/plugin-frontmatter.js.map +1 -1
  283. package/dist/vite/plugin-mdx.js +15 -35
  284. package/dist/vite/plugin-mdx.js.map +1 -1
  285. package/dist/vite/{plugin-sidebar.d.ts → plugin-navigation.d.ts} +1 -1
  286. package/dist/vite/{plugin-sidebar.js → plugin-navigation.js} +20 -19
  287. package/dist/vite/plugin-navigation.js.map +1 -0
  288. package/dist/vite/plugin-theme.d.ts +8 -0
  289. package/dist/vite/plugin-theme.js +235 -0
  290. package/dist/vite/plugin-theme.js.map +1 -0
  291. package/dist/vite/plugin-theme.test.d.ts +1 -0
  292. package/dist/vite/plugin-theme.test.js +291 -0
  293. package/dist/vite/plugin-theme.test.js.map +1 -0
  294. package/dist/vite/plugin.js +4 -6
  295. package/dist/vite/plugin.js.map +1 -1
  296. package/dist/vite/shadcn-registry.d.ts +45 -0
  297. package/dist/vite/shadcn-registry.js +29 -0
  298. package/dist/vite/shadcn-registry.js.map +1 -0
  299. package/lib/Alert-CT_ViLrJ.js +161 -0
  300. package/lib/Alert-CT_ViLrJ.js.map +1 -0
  301. package/lib/CodeBlock-DAKxs_Tu.js +85 -0
  302. package/lib/CodeBlock-DAKxs_Tu.js.map +1 -0
  303. package/lib/Command-xsbs2uhf.js +140 -0
  304. package/lib/Command-xsbs2uhf.js.map +1 -0
  305. package/lib/{Dialog-BxpuVLh9.js → Dialog-CiIdyz6a.js} +5 -5
  306. package/lib/Dialog-CiIdyz6a.js.map +1 -0
  307. package/lib/Drawer-BzkOKwgC.js.map +1 -1
  308. package/lib/MdxPage-swXPJ0gf.js +110 -0
  309. package/lib/MdxPage-swXPJ0gf.js.map +1 -0
  310. package/lib/OasProvider-CDAM3TB1.js +35 -0
  311. package/lib/OasProvider-CDAM3TB1.js.map +1 -0
  312. package/lib/{OperationList-BISd29LY.js → OperationList-C9Hb9ql8.js} +582 -569
  313. package/lib/OperationList-C9Hb9ql8.js.map +1 -0
  314. package/lib/Pagination-VGlgeCmS.js +36 -0
  315. package/lib/Pagination-VGlgeCmS.js.map +1 -0
  316. package/lib/RouteGuard-CbKd7_9h.js +737 -0
  317. package/lib/RouteGuard-CbKd7_9h.js.map +1 -0
  318. package/lib/{SchemaList-BqnRo5ov.js → SchemaList-BAbh1BXO.js} +32 -43
  319. package/lib/SchemaList-BAbh1BXO.js.map +1 -0
  320. package/lib/{SchemaView-CtYJpxQI.js → SchemaView-C2Io712T.js} +95 -104
  321. package/lib/SchemaView-C2Io712T.js.map +1 -0
  322. package/lib/{SignUp-CrjeBbqN.js → SignUp-5RUdVhnq.js} +13 -13
  323. package/lib/{SignUp-CrjeBbqN.js.map → SignUp-5RUdVhnq.js.map} +1 -1
  324. package/lib/{Markdown-BUE2ViaD.js → Slot-DwZlQ-vX.js} +3320 -2937
  325. package/lib/Slot-DwZlQ-vX.js.map +1 -0
  326. package/lib/{SyntaxHighlight-DtvR7RLF.js → SyntaxHighlight-CrjhGEwT.js} +717 -716
  327. package/lib/{SyntaxHighlight-DtvR7RLF.js.map → SyntaxHighlight-CrjhGEwT.js.map} +1 -1
  328. package/lib/{Toc-ClJBmdtI.js → Toc-WCmwFkX-.js} +2 -2
  329. package/lib/{Toc-ClJBmdtI.js.map → Toc-WCmwFkX-.js.map} +1 -1
  330. package/lib/{chunk-DQRVZFIR-BblmKnHy.js → chunk-DQRVZFIR-DHK7_Ilc.js} +7 -7
  331. package/lib/{chunk-DQRVZFIR-BblmKnHy.js.map → chunk-DQRVZFIR-DHK7_Ilc.js.map} +1 -1
  332. package/lib/{circular-pOdgLzpG.js → circular-B42RaanD.js} +2 -2
  333. package/lib/{circular-pOdgLzpG.js.map → circular-B42RaanD.js.map} +1 -1
  334. package/lib/clerk-BDZ31hjU.js +25190 -0
  335. package/lib/clerk-BDZ31hjU.js.map +1 -0
  336. package/lib/{createServer-qAtUf99r.js → createServer-BKFsRuuk.js} +6 -6
  337. package/lib/{createServer-qAtUf99r.js.map → createServer-BKFsRuuk.js.map} +1 -1
  338. package/lib/{errors-Bpodza84.js → errors-CF2X_x5o.js} +12 -12
  339. package/lib/{errors-Bpodza84.js.map → errors-CF2X_x5o.js.map} +1 -1
  340. package/lib/hook-Bd0yS8M0.js +1503 -0
  341. package/lib/hook-Bd0yS8M0.js.map +1 -0
  342. package/lib/index-B6Re5_cx.js +3469 -0
  343. package/lib/index-B6Re5_cx.js.map +1 -0
  344. package/lib/index-CLy1XyH0.js +3919 -0
  345. package/lib/index-CLy1XyH0.js.map +1 -0
  346. package/lib/{index-BvvmIczU.js → index-CcV90rin.js} +2 -2
  347. package/lib/{index-BvvmIczU.js.map → index-CcV90rin.js.map} +1 -1
  348. package/lib/index-ClhS5TxS.js +107 -0
  349. package/lib/index-ClhS5TxS.js.map +1 -0
  350. package/lib/index-CrcNWbel.js.map +1 -1
  351. package/lib/{index-zddirpDj.js → index-DmNq2fbN.js} +226 -221
  352. package/lib/index-DmNq2fbN.js.map +1 -0
  353. package/lib/ui/Alert.js +54 -38
  354. package/lib/ui/Alert.js.map +1 -1
  355. package/lib/ui/CodeBlock.js +6 -81
  356. package/lib/ui/CodeBlock.js.map +1 -1
  357. package/lib/ui/Command.js +1 -1
  358. package/lib/ui/Dialog.js +23 -23
  359. package/lib/ui/Dialog.js.map +1 -1
  360. package/lib/ui/EmbeddedCodeBlock.js +80 -0
  361. package/lib/ui/EmbeddedCodeBlock.js.map +1 -0
  362. package/lib/ui/Select.js +1 -1
  363. package/lib/ui/Select.js.map +1 -1
  364. package/lib/ui/SyntaxHighlight.js +5 -4
  365. package/lib/ui/SyntaxHighlight.js.map +1 -1
  366. package/lib/{useExposedProps-BZQkZneR.js → useExposedProps-BIYjecPD.js} +2 -2
  367. package/lib/{useExposedProps-BZQkZneR.js.map → useExposedProps-BIYjecPD.js.map} +1 -1
  368. package/lib/zudoku.auth-auth0.js +1 -1
  369. package/lib/zudoku.auth-azureb2c.js +2 -2
  370. package/lib/zudoku.auth-clerk.js +3 -3
  371. package/lib/zudoku.auth-openid.js +2 -2
  372. package/lib/zudoku.components.js +33 -4201
  373. package/lib/zudoku.components.js.map +1 -1
  374. package/lib/zudoku.hooks.js +10 -11
  375. package/lib/zudoku.hooks.js.map +1 -1
  376. package/lib/zudoku.plugin-api-catalog.js +47 -47
  377. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  378. package/lib/zudoku.plugin-api-keys.js +292 -268
  379. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  380. package/lib/zudoku.plugin-custom-pages.js +12 -18
  381. package/lib/zudoku.plugin-custom-pages.js.map +1 -1
  382. package/lib/zudoku.plugin-markdown.js +19 -69
  383. package/lib/zudoku.plugin-markdown.js.map +1 -1
  384. package/lib/zudoku.plugin-openapi.js +6 -6
  385. package/lib/zudoku.plugin-redirect.js +1 -1
  386. package/lib/zudoku.plugin-search-pagefind.js +201 -111
  387. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  388. package/lib/zudoku.plugins.js.map +1 -1
  389. package/package.json +23 -19
  390. package/src/app/ZuploBuildConfig.ts +8 -8
  391. package/src/app/defaultTheme.css +68 -49
  392. package/src/app/demo.tsx +6 -5
  393. package/src/app/entry.client.tsx +0 -2
  394. package/src/app/entry.server.tsx +0 -2
  395. package/src/app/env.ts +8 -0
  396. package/src/app/main.css +10 -53
  397. package/src/app/main.tsx +13 -11
  398. package/src/app/standalone.tsx +7 -6
  399. package/src/lib/auth/issuer.test.ts +17 -1
  400. package/src/lib/auth/issuer.ts +4 -1
  401. package/src/lib/authentication/components/CallbackHandler.tsx +1 -1
  402. package/src/lib/components/Autocomplete.tsx +2 -1
  403. package/src/lib/components/Banner.tsx +1 -1
  404. package/src/lib/components/BuildCheck.tsx +1 -1
  405. package/src/lib/components/ErrorPage.tsx +3 -3
  406. package/src/lib/components/Footer.tsx +1 -1
  407. package/src/lib/components/Framed.tsx +51 -0
  408. package/src/lib/components/Header.tsx +20 -20
  409. package/src/lib/components/Heading.tsx +7 -3
  410. package/src/lib/components/Main.tsx +9 -9
  411. package/src/lib/components/Markdown.tsx +3 -5
  412. package/src/lib/components/MobileTopNavigation.tsx +18 -13
  413. package/src/lib/components/NotFoundPage.tsx +3 -3
  414. package/src/lib/components/PageProgress.tsx +28 -0
  415. package/src/lib/components/Pagination.tsx +4 -4
  416. package/src/lib/components/TopNavigation.tsx +57 -66
  417. package/src/lib/components/Typography.tsx +14 -0
  418. package/src/lib/components/context/ZudokuContext.ts +50 -32
  419. package/src/lib/components/index.ts +2 -0
  420. package/src/lib/components/navigation/{Sidebar.tsx → Navigation.tsx} +18 -16
  421. package/src/lib/components/navigation/{SidebarBadge.tsx → NavigationBadge.tsx} +1 -1
  422. package/src/lib/components/navigation/{SidebarCategory.tsx → NavigationCategory.tsx} +16 -14
  423. package/src/lib/components/navigation/{SidebarItem.tsx → NavigationItem.tsx} +23 -17
  424. package/src/lib/components/navigation/{SidebarWrapper.tsx → NavigationWrapper.tsx} +3 -3
  425. package/src/lib/components/navigation/utils.ts +27 -28
  426. package/src/lib/core/ZudokuContext.ts +14 -20
  427. package/src/lib/core/plugins.ts +2 -2
  428. package/src/lib/errors/ErrorAlert.tsx +3 -9
  429. package/src/lib/hooks/useEvent.test.tsx +7 -5
  430. package/src/lib/hooks/useHotkey.ts +70 -0
  431. package/src/lib/plugins/api-catalog/Catalog.tsx +1 -1
  432. package/src/lib/plugins/api-catalog/index.tsx +19 -19
  433. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +41 -22
  434. package/src/lib/plugins/api-keys/index.tsx +27 -7
  435. package/src/lib/plugins/custom-pages/index.tsx +21 -16
  436. package/src/lib/plugins/markdown/MdxPage.tsx +72 -18
  437. package/src/lib/plugins/markdown/index.tsx +28 -41
  438. package/src/lib/plugins/openapi/OperationList.tsx +8 -18
  439. package/src/lib/plugins/openapi/OperationListItem.tsx +3 -3
  440. package/src/lib/plugins/openapi/ParameterListItem.tsx +6 -0
  441. package/src/lib/plugins/openapi/SchemaList.tsx +5 -11
  442. package/src/lib/plugins/openapi/Sidecar.tsx +1 -0
  443. package/src/lib/plugins/openapi/SidecarExamples.tsx +1 -0
  444. package/src/lib/plugins/openapi/graphql/gql.ts +5 -5
  445. package/src/lib/plugins/openapi/graphql/graphql.ts +6 -6
  446. package/src/lib/plugins/openapi/index.tsx +11 -11
  447. package/src/lib/plugins/openapi/interfaces.ts +3 -3
  448. package/src/lib/plugins/openapi/playground/BodyPanel.tsx +40 -31
  449. package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +47 -0
  450. package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +7 -3
  451. package/src/lib/plugins/openapi/playground/Headers.tsx +187 -89
  452. package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +3 -2
  453. package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +7 -12
  454. package/src/lib/plugins/openapi/playground/InlineInput.tsx +1 -1
  455. package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +2 -2
  456. package/src/lib/plugins/openapi/playground/PathParams.tsx +4 -5
  457. package/src/lib/plugins/openapi/playground/Playground.tsx +174 -125
  458. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
  459. package/src/lib/plugins/openapi/playground/QueryParams.tsx +104 -58
  460. package/src/lib/plugins/openapi/playground/Spinner.tsx +87 -0
  461. package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +31 -0
  462. package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +25 -0
  463. package/src/lib/plugins/openapi/playground/result-panel/Highlight.tsx +26 -0
  464. package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +115 -0
  465. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +103 -97
  466. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +68 -92
  467. package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +3 -3
  468. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +2 -3
  469. package/src/lib/plugins/openapi/schema/SchemaView.tsx +6 -11
  470. package/src/lib/plugins/openapi/schema/utils.ts +3 -2
  471. package/src/lib/plugins/openapi/util/{createSidebarCategory.tsx → createNavigationCategory.tsx} +6 -5
  472. package/src/lib/plugins/openapi/util/getRoutes.tsx +2 -2
  473. package/src/lib/plugins/openapi/util/methodColorMap.tsx +1 -1
  474. package/src/lib/ui/Alert.tsx +44 -38
  475. package/src/lib/ui/CodeBlock.tsx +40 -55
  476. package/src/lib/ui/Dialog.tsx +2 -2
  477. package/src/lib/ui/EmbeddedCodeBlock.tsx +94 -0
  478. package/src/lib/ui/Select.tsx +1 -1
  479. package/src/lib/ui/SyntaxHighlight.tsx +11 -3
  480. package/src/lib/util/MdxComponents.tsx +13 -2
  481. package/src/lib/util/os.ts +18 -0
  482. package/src/lib/util/useCopyToClipboard.ts +17 -0
  483. package/src/lib/util/useScrollToAnchor.ts +3 -3
  484. package/dist/config/validators/InputSidebarSchema.d.ts +0 -220
  485. package/dist/config/validators/InputSidebarSchema.js +0 -63
  486. package/dist/config/validators/InputSidebarSchema.js.map +0 -1
  487. package/dist/config/validators/SidebarSchema.d.ts +0 -46
  488. package/dist/config/validators/SidebarSchema.js +0 -118
  489. package/dist/config/validators/SidebarSchema.js.map +0 -1
  490. package/dist/lib/components/navigation/Sidebar.d.ts +0 -5
  491. package/dist/lib/components/navigation/Sidebar.js +0 -10
  492. package/dist/lib/components/navigation/Sidebar.js.map +0 -1
  493. package/dist/lib/components/navigation/SidebarBadge.js.map +0 -1
  494. package/dist/lib/components/navigation/SidebarCategory.d.ts +0 -5
  495. package/dist/lib/components/navigation/SidebarCategory.js.map +0 -1
  496. package/dist/lib/components/navigation/SidebarItem.d.ts +0 -6
  497. package/dist/lib/components/navigation/SidebarItem.js +0 -44
  498. package/dist/lib/components/navigation/SidebarItem.js.map +0 -1
  499. package/dist/lib/components/navigation/SidebarWrapper.js.map +0 -1
  500. package/dist/lib/plugins/custom-pages/CustomPage.d.ts +0 -2
  501. package/dist/lib/plugins/custom-pages/CustomPage.js +0 -11
  502. package/dist/lib/plugins/custom-pages/CustomPage.js.map +0 -1
  503. package/dist/lib/plugins/markdown/resolver.d.ts +0 -32
  504. package/dist/lib/plugins/markdown/resolver.js +0 -46
  505. package/dist/lib/plugins/markdown/resolver.js.map +0 -1
  506. package/dist/lib/plugins/openapi/playground/UrlDisplay.d.ts +0 -4
  507. package/dist/lib/plugins/openapi/playground/UrlDisplay.js +0 -22
  508. package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
  509. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +0 -7
  510. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +0 -11
  511. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +0 -1
  512. package/dist/lib/plugins/openapi/util/createSidebarCategory.d.ts +0 -9
  513. package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +0 -1
  514. package/dist/vite/plugin-configure-tailwind.d.ts +0 -2
  515. package/dist/vite/plugin-configure-tailwind.js +0 -38
  516. package/dist/vite/plugin-configure-tailwind.js.map +0 -1
  517. package/dist/vite/plugin-sidebar.js.map +0 -1
  518. package/dist/vite/plugin-theme-css.d.ts +0 -5
  519. package/dist/vite/plugin-theme-css.js +0 -77
  520. package/dist/vite/plugin-theme-css.js.map +0 -1
  521. package/lib/Callout-CoVxYafP.js +0 -231
  522. package/lib/Callout-CoVxYafP.js.map +0 -1
  523. package/lib/CategoryHeading-Cu2RwgjC.js +0 -10
  524. package/lib/CategoryHeading-Cu2RwgjC.js.map +0 -1
  525. package/lib/Dialog-BxpuVLh9.js.map +0 -1
  526. package/lib/Markdown-BUE2ViaD.js.map +0 -1
  527. package/lib/MdxPage-By4UkRkI.js +0 -84
  528. package/lib/MdxPage-By4UkRkI.js.map +0 -1
  529. package/lib/OasProvider-C6_Kx5O7.js +0 -33
  530. package/lib/OasProvider-C6_Kx5O7.js.map +0 -1
  531. package/lib/OperationList-BISd29LY.js.map +0 -1
  532. package/lib/Pagination-CCxhL836.js +0 -36
  533. package/lib/Pagination-CCxhL836.js.map +0 -1
  534. package/lib/RouteGuard-CgmsSw7T.js +0 -55
  535. package/lib/RouteGuard-CgmsSw7T.js.map +0 -1
  536. package/lib/SchemaList-BqnRo5ov.js.map +0 -1
  537. package/lib/SchemaView-CtYJpxQI.js.map +0 -1
  538. package/lib/Slot-DANV2b7_.js +0 -160
  539. package/lib/Slot-DANV2b7_.js.map +0 -1
  540. package/lib/clerk-yAKDC3Qz.js +0 -24812
  541. package/lib/clerk-yAKDC3Qz.js.map +0 -1
  542. package/lib/hook-wIlTGE-2.js +0 -1486
  543. package/lib/hook-wIlTGE-2.js.map +0 -1
  544. package/lib/index--oeBayMa.js +0 -86
  545. package/lib/index--oeBayMa.js.map +0 -1
  546. package/lib/index-Bn6Lc9tq.js +0 -9
  547. package/lib/index-Bn6Lc9tq.js.map +0 -1
  548. package/lib/index-QzXzw_ra.js +0 -24
  549. package/lib/index-QzXzw_ra.js.map +0 -1
  550. package/lib/index-RFzRn4fM.js +0 -3226
  551. package/lib/index-RFzRn4fM.js.map +0 -1
  552. package/lib/index-zddirpDj.js.map +0 -1
  553. package/lib/index.esm-BFcSKCe-.js +0 -683
  554. package/lib/index.esm-BFcSKCe-.js.map +0 -1
  555. package/lib/joinPath-B7kNnUX4.js +0 -8
  556. package/lib/joinPath-B7kNnUX4.js.map +0 -1
  557. package/lib/mutation-C-kdA_1r.js +0 -196
  558. package/lib/mutation-C-kdA_1r.js.map +0 -1
  559. package/lib/objectEntries-yMIkr2mI.js +0 -5
  560. package/lib/objectEntries-yMIkr2mI.js.map +0 -1
  561. package/lib/react-nprogress.esm-C2MPXjiJ.js +0 -389
  562. package/lib/react-nprogress.esm-C2MPXjiJ.js.map +0 -1
  563. package/lib/useLatest-hmRS46UF.js +0 -11
  564. package/lib/useLatest-hmRS46UF.js.map +0 -1
  565. package/lib/useMutation-3Ph3x6En.js +0 -97
  566. package/lib/useMutation-3Ph3x6En.js.map +0 -1
  567. package/src/lib/plugins/custom-pages/CustomPage.tsx +0 -18
  568. package/src/lib/plugins/markdown/resolver.ts +0 -59
  569. package/src/lib/plugins/openapi/playground/UrlDisplay.tsx +0 -32
  570. package/src/lib/plugins/openapi/playground/result-panel/RequestTab.tsx +0 -73
@@ -1,2 +1,1814 @@
1
- export {};
1
+ /* Generated by scripts/generate-types.js */
2
+ export const IconNames = [
3
+ "a-arrow-down",
4
+ "a-arrow-up",
5
+ "a-large-small",
6
+ "accessibility",
7
+ "activity",
8
+ "activity-square",
9
+ "air-vent",
10
+ "airplay",
11
+ "alarm-check",
12
+ "alarm-clock",
13
+ "alarm-clock-check",
14
+ "alarm-clock-minus",
15
+ "alarm-clock-off",
16
+ "alarm-clock-plus",
17
+ "alarm-minus",
18
+ "alarm-plus",
19
+ "alarm-smoke",
20
+ "album",
21
+ "alert-circle",
22
+ "alert-octagon",
23
+ "alert-triangle",
24
+ "align-center",
25
+ "align-center-horizontal",
26
+ "align-center-vertical",
27
+ "align-end-horizontal",
28
+ "align-end-vertical",
29
+ "align-horizontal-distribute-center",
30
+ "align-horizontal-distribute-end",
31
+ "align-horizontal-distribute-start",
32
+ "align-horizontal-justify-center",
33
+ "align-horizontal-justify-end",
34
+ "align-horizontal-justify-start",
35
+ "align-horizontal-space-around",
36
+ "align-horizontal-space-between",
37
+ "align-justify",
38
+ "align-left",
39
+ "align-right",
40
+ "align-start-horizontal",
41
+ "align-start-vertical",
42
+ "align-vertical-distribute-center",
43
+ "align-vertical-distribute-end",
44
+ "align-vertical-distribute-start",
45
+ "align-vertical-justify-center",
46
+ "align-vertical-justify-end",
47
+ "align-vertical-justify-start",
48
+ "align-vertical-space-around",
49
+ "align-vertical-space-between",
50
+ "ambulance",
51
+ "ampersand",
52
+ "ampersands",
53
+ "amphora",
54
+ "anchor",
55
+ "angry",
56
+ "annoyed",
57
+ "antenna",
58
+ "anvil",
59
+ "aperture",
60
+ "app-window",
61
+ "app-window-mac",
62
+ "apple",
63
+ "archive",
64
+ "archive-restore",
65
+ "archive-x",
66
+ "area-chart",
67
+ "armchair",
68
+ "arrow-big-down",
69
+ "arrow-big-down-dash",
70
+ "arrow-big-left",
71
+ "arrow-big-left-dash",
72
+ "arrow-big-right",
73
+ "arrow-big-right-dash",
74
+ "arrow-big-up",
75
+ "arrow-big-up-dash",
76
+ "arrow-down",
77
+ "arrow-down-0-1",
78
+ "arrow-down-01",
79
+ "arrow-down-1-0",
80
+ "arrow-down-10",
81
+ "arrow-down-a-z",
82
+ "arrow-down-az",
83
+ "arrow-down-circle",
84
+ "arrow-down-from-line",
85
+ "arrow-down-left",
86
+ "arrow-down-left-from-circle",
87
+ "arrow-down-left-from-square",
88
+ "arrow-down-left-square",
89
+ "arrow-down-narrow-wide",
90
+ "arrow-down-right",
91
+ "arrow-down-right-from-circle",
92
+ "arrow-down-right-from-square",
93
+ "arrow-down-right-square",
94
+ "arrow-down-square",
95
+ "arrow-down-to-dot",
96
+ "arrow-down-to-line",
97
+ "arrow-down-up",
98
+ "arrow-down-wide-narrow",
99
+ "arrow-down-z-a",
100
+ "arrow-down-za",
101
+ "arrow-left",
102
+ "arrow-left-circle",
103
+ "arrow-left-from-line",
104
+ "arrow-left-right",
105
+ "arrow-left-square",
106
+ "arrow-left-to-line",
107
+ "arrow-right",
108
+ "arrow-right-circle",
109
+ "arrow-right-from-line",
110
+ "arrow-right-left",
111
+ "arrow-right-square",
112
+ "arrow-right-to-line",
113
+ "arrow-up",
114
+ "arrow-up-0-1",
115
+ "arrow-up-01",
116
+ "arrow-up-1-0",
117
+ "arrow-up-10",
118
+ "arrow-up-a-z",
119
+ "arrow-up-az",
120
+ "arrow-up-circle",
121
+ "arrow-up-down",
122
+ "arrow-up-from-dot",
123
+ "arrow-up-from-line",
124
+ "arrow-up-left",
125
+ "arrow-up-left-from-circle",
126
+ "arrow-up-left-from-square",
127
+ "arrow-up-left-square",
128
+ "arrow-up-narrow-wide",
129
+ "arrow-up-right",
130
+ "arrow-up-right-from-circle",
131
+ "arrow-up-right-from-square",
132
+ "arrow-up-right-square",
133
+ "arrow-up-square",
134
+ "arrow-up-to-line",
135
+ "arrow-up-wide-narrow",
136
+ "arrow-up-z-a",
137
+ "arrow-up-za",
138
+ "arrows-up-from-line",
139
+ "asterisk",
140
+ "asterisk-square",
141
+ "at-sign",
142
+ "atom",
143
+ "audio-lines",
144
+ "audio-waveform",
145
+ "award",
146
+ "axe",
147
+ "axis-3-d",
148
+ "axis-3d",
149
+ "baby",
150
+ "backpack",
151
+ "badge",
152
+ "badge-alert",
153
+ "badge-cent",
154
+ "badge-check",
155
+ "badge-dollar-sign",
156
+ "badge-euro",
157
+ "badge-help",
158
+ "badge-indian-rupee",
159
+ "badge-info",
160
+ "badge-japanese-yen",
161
+ "badge-minus",
162
+ "badge-percent",
163
+ "badge-plus",
164
+ "badge-pound-sterling",
165
+ "badge-russian-ruble",
166
+ "badge-swiss-franc",
167
+ "badge-x",
168
+ "baggage-claim",
169
+ "ban",
170
+ "banana",
171
+ "bandage",
172
+ "banknote",
173
+ "banknote-arrow-down",
174
+ "banknote-arrow-up",
175
+ "banknote-x",
176
+ "bar-chart",
177
+ "bar-chart-2",
178
+ "bar-chart-3",
179
+ "bar-chart-4",
180
+ "bar-chart-big",
181
+ "bar-chart-horizontal",
182
+ "bar-chart-horizontal-big",
183
+ "barcode",
184
+ "baseline",
185
+ "bath",
186
+ "battery",
187
+ "battery-charging",
188
+ "battery-full",
189
+ "battery-low",
190
+ "battery-medium",
191
+ "battery-plus",
192
+ "battery-warning",
193
+ "beaker",
194
+ "bean",
195
+ "bean-off",
196
+ "bed",
197
+ "bed-double",
198
+ "bed-single",
199
+ "beef",
200
+ "beer",
201
+ "beer-off",
202
+ "bell",
203
+ "bell-dot",
204
+ "bell-electric",
205
+ "bell-minus",
206
+ "bell-off",
207
+ "bell-plus",
208
+ "bell-ring",
209
+ "between-horizonal-end",
210
+ "between-horizonal-start",
211
+ "between-horizontal-end",
212
+ "between-horizontal-start",
213
+ "between-vertical-end",
214
+ "between-vertical-start",
215
+ "biceps-flexed",
216
+ "bike",
217
+ "binary",
218
+ "binoculars",
219
+ "biohazard",
220
+ "bird",
221
+ "bitcoin",
222
+ "blend",
223
+ "blinds",
224
+ "blocks",
225
+ "bluetooth",
226
+ "bluetooth-connected",
227
+ "bluetooth-off",
228
+ "bluetooth-searching",
229
+ "bold",
230
+ "bolt",
231
+ "bomb",
232
+ "bone",
233
+ "book",
234
+ "book-a",
235
+ "book-alert",
236
+ "book-audio",
237
+ "book-check",
238
+ "book-copy",
239
+ "book-dashed",
240
+ "book-down",
241
+ "book-headphones",
242
+ "book-heart",
243
+ "book-image",
244
+ "book-key",
245
+ "book-lock",
246
+ "book-marked",
247
+ "book-minus",
248
+ "book-open",
249
+ "book-open-check",
250
+ "book-open-text",
251
+ "book-plus",
252
+ "book-template",
253
+ "book-text",
254
+ "book-type",
255
+ "book-up",
256
+ "book-up-2",
257
+ "book-user",
258
+ "book-x",
259
+ "bookmark",
260
+ "bookmark-check",
261
+ "bookmark-minus",
262
+ "bookmark-plus",
263
+ "bookmark-x",
264
+ "boom-box",
265
+ "bot",
266
+ "bot-message-square",
267
+ "bot-off",
268
+ "bow-arrow",
269
+ "box",
270
+ "box-select",
271
+ "boxes",
272
+ "braces",
273
+ "brackets",
274
+ "brain",
275
+ "brain-circuit",
276
+ "brain-cog",
277
+ "brick-wall",
278
+ "brick-wall-fire",
279
+ "briefcase",
280
+ "briefcase-business",
281
+ "briefcase-conveyor-belt",
282
+ "briefcase-medical",
283
+ "bring-to-front",
284
+ "brush",
285
+ "brush-cleaning",
286
+ "bubbles",
287
+ "bug",
288
+ "bug-off",
289
+ "bug-play",
290
+ "building",
291
+ "building-2",
292
+ "bus",
293
+ "bus-front",
294
+ "cable",
295
+ "cable-car",
296
+ "cake",
297
+ "cake-slice",
298
+ "calculator",
299
+ "calendar",
300
+ "calendar-1",
301
+ "calendar-arrow-down",
302
+ "calendar-arrow-up",
303
+ "calendar-check",
304
+ "calendar-check-2",
305
+ "calendar-clock",
306
+ "calendar-cog",
307
+ "calendar-days",
308
+ "calendar-fold",
309
+ "calendar-heart",
310
+ "calendar-minus",
311
+ "calendar-minus-2",
312
+ "calendar-off",
313
+ "calendar-plus",
314
+ "calendar-plus-2",
315
+ "calendar-range",
316
+ "calendar-search",
317
+ "calendar-sync",
318
+ "calendar-x",
319
+ "calendar-x-2",
320
+ "camera",
321
+ "camera-off",
322
+ "candlestick-chart",
323
+ "candy",
324
+ "candy-cane",
325
+ "candy-off",
326
+ "cannabis",
327
+ "captions",
328
+ "captions-off",
329
+ "car",
330
+ "car-front",
331
+ "car-taxi-front",
332
+ "caravan",
333
+ "card-sim",
334
+ "carrot",
335
+ "case-lower",
336
+ "case-sensitive",
337
+ "case-upper",
338
+ "cassette-tape",
339
+ "cast",
340
+ "castle",
341
+ "cat",
342
+ "cctv",
343
+ "chart-area",
344
+ "chart-bar",
345
+ "chart-bar-big",
346
+ "chart-bar-decreasing",
347
+ "chart-bar-increasing",
348
+ "chart-bar-stacked",
349
+ "chart-candlestick",
350
+ "chart-column",
351
+ "chart-column-big",
352
+ "chart-column-decreasing",
353
+ "chart-column-increasing",
354
+ "chart-column-stacked",
355
+ "chart-gantt",
356
+ "chart-line",
357
+ "chart-network",
358
+ "chart-no-axes-column",
359
+ "chart-no-axes-column-decreasing",
360
+ "chart-no-axes-column-increasing",
361
+ "chart-no-axes-combined",
362
+ "chart-no-axes-gantt",
363
+ "chart-pie",
364
+ "chart-scatter",
365
+ "chart-spline",
366
+ "check",
367
+ "check-check",
368
+ "check-circle",
369
+ "check-circle-2",
370
+ "check-line",
371
+ "check-square",
372
+ "check-square-2",
373
+ "chef-hat",
374
+ "cherry",
375
+ "chevron-down",
376
+ "chevron-down-circle",
377
+ "chevron-down-square",
378
+ "chevron-first",
379
+ "chevron-last",
380
+ "chevron-left",
381
+ "chevron-left-circle",
382
+ "chevron-left-square",
383
+ "chevron-right",
384
+ "chevron-right-circle",
385
+ "chevron-right-square",
386
+ "chevron-up",
387
+ "chevron-up-circle",
388
+ "chevron-up-square",
389
+ "chevrons-down",
390
+ "chevrons-down-up",
391
+ "chevrons-left",
392
+ "chevrons-left-right",
393
+ "chevrons-left-right-ellipsis",
394
+ "chevrons-right",
395
+ "chevrons-right-left",
396
+ "chevrons-up",
397
+ "chevrons-up-down",
398
+ "chrome",
399
+ "church",
400
+ "cigarette",
401
+ "cigarette-off",
402
+ "circle",
403
+ "circle-alert",
404
+ "circle-arrow-down",
405
+ "circle-arrow-left",
406
+ "circle-arrow-out-down-left",
407
+ "circle-arrow-out-down-right",
408
+ "circle-arrow-out-up-left",
409
+ "circle-arrow-out-up-right",
410
+ "circle-arrow-right",
411
+ "circle-arrow-up",
412
+ "circle-check",
413
+ "circle-check-big",
414
+ "circle-chevron-down",
415
+ "circle-chevron-left",
416
+ "circle-chevron-right",
417
+ "circle-chevron-up",
418
+ "circle-dashed",
419
+ "circle-divide",
420
+ "circle-dollar-sign",
421
+ "circle-dot",
422
+ "circle-dot-dashed",
423
+ "circle-ellipsis",
424
+ "circle-equal",
425
+ "circle-fading-arrow-up",
426
+ "circle-fading-plus",
427
+ "circle-gauge",
428
+ "circle-help",
429
+ "circle-minus",
430
+ "circle-off",
431
+ "circle-parking",
432
+ "circle-parking-off",
433
+ "circle-pause",
434
+ "circle-percent",
435
+ "circle-play",
436
+ "circle-plus",
437
+ "circle-pound-sterling",
438
+ "circle-power",
439
+ "circle-slash",
440
+ "circle-slash-2",
441
+ "circle-slashed",
442
+ "circle-small",
443
+ "circle-stop",
444
+ "circle-user",
445
+ "circle-user-round",
446
+ "circle-x",
447
+ "circuit-board",
448
+ "citrus",
449
+ "clapperboard",
450
+ "clipboard",
451
+ "clipboard-check",
452
+ "clipboard-copy",
453
+ "clipboard-edit",
454
+ "clipboard-list",
455
+ "clipboard-minus",
456
+ "clipboard-paste",
457
+ "clipboard-pen",
458
+ "clipboard-pen-line",
459
+ "clipboard-plus",
460
+ "clipboard-signature",
461
+ "clipboard-type",
462
+ "clipboard-x",
463
+ "clock",
464
+ "clock-1",
465
+ "clock-10",
466
+ "clock-11",
467
+ "clock-12",
468
+ "clock-2",
469
+ "clock-3",
470
+ "clock-4",
471
+ "clock-5",
472
+ "clock-6",
473
+ "clock-7",
474
+ "clock-8",
475
+ "clock-9",
476
+ "clock-alert",
477
+ "clock-arrow-down",
478
+ "clock-arrow-up",
479
+ "clock-fading",
480
+ "clock-plus",
481
+ "cloud",
482
+ "cloud-alert",
483
+ "cloud-check",
484
+ "cloud-cog",
485
+ "cloud-download",
486
+ "cloud-drizzle",
487
+ "cloud-fog",
488
+ "cloud-hail",
489
+ "cloud-lightning",
490
+ "cloud-moon",
491
+ "cloud-moon-rain",
492
+ "cloud-off",
493
+ "cloud-rain",
494
+ "cloud-rain-wind",
495
+ "cloud-snow",
496
+ "cloud-sun",
497
+ "cloud-sun-rain",
498
+ "cloud-upload",
499
+ "cloudy",
500
+ "clover",
501
+ "club",
502
+ "code",
503
+ "code-2",
504
+ "code-square",
505
+ "code-xml",
506
+ "codepen",
507
+ "codesandbox",
508
+ "coffee",
509
+ "cog",
510
+ "coins",
511
+ "columns",
512
+ "columns-2",
513
+ "columns-3",
514
+ "columns-3-cog",
515
+ "columns-4",
516
+ "columns-settings",
517
+ "combine",
518
+ "command",
519
+ "compass",
520
+ "component",
521
+ "computer",
522
+ "concierge-bell",
523
+ "cone",
524
+ "construction",
525
+ "contact",
526
+ "contact-2",
527
+ "contact-round",
528
+ "container",
529
+ "contrast",
530
+ "cookie",
531
+ "cooking-pot",
532
+ "copy",
533
+ "copy-check",
534
+ "copy-minus",
535
+ "copy-plus",
536
+ "copy-slash",
537
+ "copy-x",
538
+ "copyleft",
539
+ "copyright",
540
+ "corner-down-left",
541
+ "corner-down-right",
542
+ "corner-left-down",
543
+ "corner-left-up",
544
+ "corner-right-down",
545
+ "corner-right-up",
546
+ "corner-up-left",
547
+ "corner-up-right",
548
+ "cpu",
549
+ "creative-commons",
550
+ "credit-card",
551
+ "croissant",
552
+ "crop",
553
+ "cross",
554
+ "crosshair",
555
+ "crown",
556
+ "cuboid",
557
+ "cup-soda",
558
+ "curly-braces",
559
+ "currency",
560
+ "cylinder",
561
+ "dam",
562
+ "database",
563
+ "database-backup",
564
+ "database-zap",
565
+ "decimals-arrow-left",
566
+ "decimals-arrow-right",
567
+ "delete",
568
+ "dessert",
569
+ "diameter",
570
+ "diamond",
571
+ "diamond-minus",
572
+ "diamond-percent",
573
+ "diamond-plus",
574
+ "dice-1",
575
+ "dice-2",
576
+ "dice-3",
577
+ "dice-4",
578
+ "dice-5",
579
+ "dice-6",
580
+ "dices",
581
+ "diff",
582
+ "disc",
583
+ "disc-2",
584
+ "disc-3",
585
+ "disc-album",
586
+ "divide",
587
+ "divide-circle",
588
+ "divide-square",
589
+ "dna",
590
+ "dna-off",
591
+ "dock",
592
+ "dog",
593
+ "dollar-sign",
594
+ "donut",
595
+ "door-closed",
596
+ "door-closed-locked",
597
+ "door-open",
598
+ "dot",
599
+ "dot-square",
600
+ "download",
601
+ "download-cloud",
602
+ "drafting-compass",
603
+ "drama",
604
+ "dribbble",
605
+ "drill",
606
+ "droplet",
607
+ "droplet-off",
608
+ "droplets",
609
+ "drum",
610
+ "drumstick",
611
+ "dumbbell",
612
+ "ear",
613
+ "ear-off",
614
+ "earth",
615
+ "earth-lock",
616
+ "eclipse",
617
+ "edit",
618
+ "edit-2",
619
+ "edit-3",
620
+ "egg",
621
+ "egg-fried",
622
+ "egg-off",
623
+ "ellipsis",
624
+ "ellipsis-vertical",
625
+ "equal",
626
+ "equal-approximately",
627
+ "equal-not",
628
+ "equal-square",
629
+ "eraser",
630
+ "ethernet-port",
631
+ "euro",
632
+ "expand",
633
+ "external-link",
634
+ "eye",
635
+ "eye-closed",
636
+ "eye-off",
637
+ "facebook",
638
+ "factory",
639
+ "fan",
640
+ "fast-forward",
641
+ "feather",
642
+ "fence",
643
+ "ferris-wheel",
644
+ "figma",
645
+ "file",
646
+ "file-archive",
647
+ "file-audio",
648
+ "file-audio-2",
649
+ "file-axis-3-d",
650
+ "file-axis-3d",
651
+ "file-badge",
652
+ "file-badge-2",
653
+ "file-bar-chart",
654
+ "file-bar-chart-2",
655
+ "file-box",
656
+ "file-chart-column",
657
+ "file-chart-column-increasing",
658
+ "file-chart-line",
659
+ "file-chart-pie",
660
+ "file-check",
661
+ "file-check-2",
662
+ "file-clock",
663
+ "file-code",
664
+ "file-code-2",
665
+ "file-cog",
666
+ "file-cog-2",
667
+ "file-diff",
668
+ "file-digit",
669
+ "file-down",
670
+ "file-edit",
671
+ "file-heart",
672
+ "file-image",
673
+ "file-input",
674
+ "file-json",
675
+ "file-json-2",
676
+ "file-key",
677
+ "file-key-2",
678
+ "file-line-chart",
679
+ "file-lock",
680
+ "file-lock-2",
681
+ "file-minus",
682
+ "file-minus-2",
683
+ "file-music",
684
+ "file-output",
685
+ "file-pen",
686
+ "file-pen-line",
687
+ "file-pie-chart",
688
+ "file-plus",
689
+ "file-plus-2",
690
+ "file-question",
691
+ "file-scan",
692
+ "file-search",
693
+ "file-search-2",
694
+ "file-signature",
695
+ "file-sliders",
696
+ "file-spreadsheet",
697
+ "file-stack",
698
+ "file-symlink",
699
+ "file-terminal",
700
+ "file-text",
701
+ "file-type",
702
+ "file-type-2",
703
+ "file-up",
704
+ "file-user",
705
+ "file-video",
706
+ "file-video-2",
707
+ "file-volume",
708
+ "file-volume-2",
709
+ "file-warning",
710
+ "file-x",
711
+ "file-x-2",
712
+ "files",
713
+ "film",
714
+ "filter",
715
+ "filter-x",
716
+ "fingerprint",
717
+ "fire-extinguisher",
718
+ "fish",
719
+ "fish-off",
720
+ "fish-symbol",
721
+ "flag",
722
+ "flag-off",
723
+ "flag-triangle-left",
724
+ "flag-triangle-right",
725
+ "flame",
726
+ "flame-kindling",
727
+ "flashlight",
728
+ "flashlight-off",
729
+ "flask-conical",
730
+ "flask-conical-off",
731
+ "flask-round",
732
+ "flip-horizontal",
733
+ "flip-horizontal-2",
734
+ "flip-vertical",
735
+ "flip-vertical-2",
736
+ "flower",
737
+ "flower-2",
738
+ "focus",
739
+ "fold-horizontal",
740
+ "fold-vertical",
741
+ "folder",
742
+ "folder-archive",
743
+ "folder-check",
744
+ "folder-clock",
745
+ "folder-closed",
746
+ "folder-code",
747
+ "folder-cog",
748
+ "folder-cog-2",
749
+ "folder-dot",
750
+ "folder-down",
751
+ "folder-edit",
752
+ "folder-git",
753
+ "folder-git-2",
754
+ "folder-heart",
755
+ "folder-input",
756
+ "folder-kanban",
757
+ "folder-key",
758
+ "folder-lock",
759
+ "folder-minus",
760
+ "folder-open",
761
+ "folder-open-dot",
762
+ "folder-output",
763
+ "folder-pen",
764
+ "folder-plus",
765
+ "folder-root",
766
+ "folder-search",
767
+ "folder-search-2",
768
+ "folder-symlink",
769
+ "folder-sync",
770
+ "folder-tree",
771
+ "folder-up",
772
+ "folder-x",
773
+ "folders",
774
+ "footprints",
775
+ "fork-knife",
776
+ "fork-knife-crossed",
777
+ "forklift",
778
+ "form-input",
779
+ "forward",
780
+ "frame",
781
+ "framer",
782
+ "frown",
783
+ "fuel",
784
+ "fullscreen",
785
+ "function-square",
786
+ "funnel",
787
+ "funnel-plus",
788
+ "funnel-x",
789
+ "gallery-horizontal",
790
+ "gallery-horizontal-end",
791
+ "gallery-thumbnails",
792
+ "gallery-vertical",
793
+ "gallery-vertical-end",
794
+ "gamepad",
795
+ "gamepad-2",
796
+ "gantt-chart",
797
+ "gantt-chart-square",
798
+ "gauge",
799
+ "gauge-circle",
800
+ "gavel",
801
+ "gem",
802
+ "ghost",
803
+ "gift",
804
+ "git-branch",
805
+ "git-branch-plus",
806
+ "git-commit",
807
+ "git-commit-horizontal",
808
+ "git-commit-vertical",
809
+ "git-compare",
810
+ "git-compare-arrows",
811
+ "git-fork",
812
+ "git-graph",
813
+ "git-merge",
814
+ "git-pull-request",
815
+ "git-pull-request-arrow",
816
+ "git-pull-request-closed",
817
+ "git-pull-request-create",
818
+ "git-pull-request-create-arrow",
819
+ "git-pull-request-draft",
820
+ "github",
821
+ "gitlab",
822
+ "glass-water",
823
+ "glasses",
824
+ "globe",
825
+ "globe-2",
826
+ "globe-lock",
827
+ "goal",
828
+ "gpu",
829
+ "grab",
830
+ "graduation-cap",
831
+ "grape",
832
+ "grid",
833
+ "grid-2-x-2",
834
+ "grid-2-x-2-check",
835
+ "grid-2-x-2-plus",
836
+ "grid-2-x-2-x",
837
+ "grid-2x2",
838
+ "grid-2x2-check",
839
+ "grid-2x2-plus",
840
+ "grid-2x2-x",
841
+ "grid-3-x-3",
842
+ "grid-3x2",
843
+ "grid-3x3",
844
+ "grip",
845
+ "grip-horizontal",
846
+ "grip-vertical",
847
+ "group",
848
+ "guitar",
849
+ "ham",
850
+ "hamburger",
851
+ "hammer",
852
+ "hand",
853
+ "hand-coins",
854
+ "hand-heart",
855
+ "hand-helping",
856
+ "hand-metal",
857
+ "hand-platter",
858
+ "handshake",
859
+ "hard-drive",
860
+ "hard-drive-download",
861
+ "hard-drive-upload",
862
+ "hard-hat",
863
+ "hash",
864
+ "haze",
865
+ "hdmi-port",
866
+ "heading",
867
+ "heading-1",
868
+ "heading-2",
869
+ "heading-3",
870
+ "heading-4",
871
+ "heading-5",
872
+ "heading-6",
873
+ "headphone-off",
874
+ "headphones",
875
+ "headset",
876
+ "heart",
877
+ "heart-crack",
878
+ "heart-handshake",
879
+ "heart-minus",
880
+ "heart-off",
881
+ "heart-plus",
882
+ "heart-pulse",
883
+ "heater",
884
+ "help-circle",
885
+ "helping-hand",
886
+ "hexagon",
887
+ "highlighter",
888
+ "history",
889
+ "home",
890
+ "hop",
891
+ "hop-off",
892
+ "hospital",
893
+ "hotel",
894
+ "hourglass",
895
+ "house",
896
+ "house-plug",
897
+ "house-plus",
898
+ "house-wifi",
899
+ "ice-cream",
900
+ "ice-cream-2",
901
+ "ice-cream-bowl",
902
+ "ice-cream-cone",
903
+ "id-card",
904
+ "id-card-lanyard",
905
+ "image",
906
+ "image-down",
907
+ "image-minus",
908
+ "image-off",
909
+ "image-play",
910
+ "image-plus",
911
+ "image-up",
912
+ "image-upscale",
913
+ "images",
914
+ "import",
915
+ "inbox",
916
+ "indent",
917
+ "indent-decrease",
918
+ "indent-increase",
919
+ "indian-rupee",
920
+ "infinity",
921
+ "info",
922
+ "inspect",
923
+ "inspection-panel",
924
+ "instagram",
925
+ "italic",
926
+ "iteration-ccw",
927
+ "iteration-cw",
928
+ "japanese-yen",
929
+ "joystick",
930
+ "kanban",
931
+ "kanban-square",
932
+ "kanban-square-dashed",
933
+ "key",
934
+ "key-round",
935
+ "key-square",
936
+ "keyboard",
937
+ "keyboard-music",
938
+ "keyboard-off",
939
+ "lamp",
940
+ "lamp-ceiling",
941
+ "lamp-desk",
942
+ "lamp-floor",
943
+ "lamp-wall-down",
944
+ "lamp-wall-up",
945
+ "land-plot",
946
+ "landmark",
947
+ "languages",
948
+ "laptop",
949
+ "laptop-2",
950
+ "laptop-minimal",
951
+ "laptop-minimal-check",
952
+ "lasso",
953
+ "lasso-select",
954
+ "laugh",
955
+ "layers",
956
+ "layers-2",
957
+ "layers-3",
958
+ "layout",
959
+ "layout-dashboard",
960
+ "layout-grid",
961
+ "layout-list",
962
+ "layout-panel-left",
963
+ "layout-panel-top",
964
+ "layout-template",
965
+ "leaf",
966
+ "leafy-green",
967
+ "lectern",
968
+ "letter-text",
969
+ "library",
970
+ "library-big",
971
+ "library-square",
972
+ "life-buoy",
973
+ "ligature",
974
+ "lightbulb",
975
+ "lightbulb-off",
976
+ "line-chart",
977
+ "link",
978
+ "link-2",
979
+ "link-2-off",
980
+ "linkedin",
981
+ "list",
982
+ "list-check",
983
+ "list-checks",
984
+ "list-collapse",
985
+ "list-end",
986
+ "list-filter",
987
+ "list-filter-plus",
988
+ "list-minus",
989
+ "list-music",
990
+ "list-ordered",
991
+ "list-plus",
992
+ "list-restart",
993
+ "list-start",
994
+ "list-todo",
995
+ "list-tree",
996
+ "list-video",
997
+ "list-x",
998
+ "loader",
999
+ "loader-2",
1000
+ "loader-circle",
1001
+ "loader-pinwheel",
1002
+ "locate",
1003
+ "locate-fixed",
1004
+ "locate-off",
1005
+ "location-edit",
1006
+ "lock",
1007
+ "lock-keyhole",
1008
+ "lock-keyhole-open",
1009
+ "lock-open",
1010
+ "log-in",
1011
+ "log-out",
1012
+ "logs",
1013
+ "lollipop",
1014
+ "luggage",
1015
+ "m-square",
1016
+ "magnet",
1017
+ "mail",
1018
+ "mail-check",
1019
+ "mail-minus",
1020
+ "mail-open",
1021
+ "mail-plus",
1022
+ "mail-question",
1023
+ "mail-search",
1024
+ "mail-warning",
1025
+ "mail-x",
1026
+ "mailbox",
1027
+ "mails",
1028
+ "map",
1029
+ "map-pin",
1030
+ "map-pin-check",
1031
+ "map-pin-check-inside",
1032
+ "map-pin-house",
1033
+ "map-pin-minus",
1034
+ "map-pin-minus-inside",
1035
+ "map-pin-off",
1036
+ "map-pin-plus",
1037
+ "map-pin-plus-inside",
1038
+ "map-pin-x",
1039
+ "map-pin-x-inside",
1040
+ "map-pinned",
1041
+ "map-plus",
1042
+ "mars",
1043
+ "mars-stroke",
1044
+ "martini",
1045
+ "maximize",
1046
+ "maximize-2",
1047
+ "medal",
1048
+ "megaphone",
1049
+ "megaphone-off",
1050
+ "meh",
1051
+ "memory-stick",
1052
+ "menu",
1053
+ "menu-square",
1054
+ "merge",
1055
+ "message-circle",
1056
+ "message-circle-code",
1057
+ "message-circle-dashed",
1058
+ "message-circle-heart",
1059
+ "message-circle-more",
1060
+ "message-circle-off",
1061
+ "message-circle-plus",
1062
+ "message-circle-question",
1063
+ "message-circle-reply",
1064
+ "message-circle-warning",
1065
+ "message-circle-x",
1066
+ "message-square",
1067
+ "message-square-code",
1068
+ "message-square-dashed",
1069
+ "message-square-diff",
1070
+ "message-square-dot",
1071
+ "message-square-heart",
1072
+ "message-square-lock",
1073
+ "message-square-more",
1074
+ "message-square-off",
1075
+ "message-square-plus",
1076
+ "message-square-quote",
1077
+ "message-square-reply",
1078
+ "message-square-share",
1079
+ "message-square-text",
1080
+ "message-square-warning",
1081
+ "message-square-x",
1082
+ "messages-square",
1083
+ "mic",
1084
+ "mic-2",
1085
+ "mic-off",
1086
+ "mic-vocal",
1087
+ "microchip",
1088
+ "microscope",
1089
+ "microwave",
1090
+ "milestone",
1091
+ "milk",
1092
+ "milk-off",
1093
+ "minimize",
1094
+ "minimize-2",
1095
+ "minus",
1096
+ "minus-circle",
1097
+ "minus-square",
1098
+ "monitor",
1099
+ "monitor-check",
1100
+ "monitor-cog",
1101
+ "monitor-dot",
1102
+ "monitor-down",
1103
+ "monitor-off",
1104
+ "monitor-pause",
1105
+ "monitor-play",
1106
+ "monitor-smartphone",
1107
+ "monitor-speaker",
1108
+ "monitor-stop",
1109
+ "monitor-up",
1110
+ "monitor-x",
1111
+ "moon",
1112
+ "moon-star",
1113
+ "more-horizontal",
1114
+ "more-vertical",
1115
+ "mountain",
1116
+ "mountain-snow",
1117
+ "mouse",
1118
+ "mouse-off",
1119
+ "mouse-pointer",
1120
+ "mouse-pointer-2",
1121
+ "mouse-pointer-ban",
1122
+ "mouse-pointer-click",
1123
+ "mouse-pointer-square-dashed",
1124
+ "move",
1125
+ "move-3-d",
1126
+ "move-3d",
1127
+ "move-diagonal",
1128
+ "move-diagonal-2",
1129
+ "move-down",
1130
+ "move-down-left",
1131
+ "move-down-right",
1132
+ "move-horizontal",
1133
+ "move-left",
1134
+ "move-right",
1135
+ "move-up",
1136
+ "move-up-left",
1137
+ "move-up-right",
1138
+ "move-vertical",
1139
+ "music",
1140
+ "music-2",
1141
+ "music-3",
1142
+ "music-4",
1143
+ "navigation",
1144
+ "navigation-2",
1145
+ "navigation-2-off",
1146
+ "navigation-off",
1147
+ "network",
1148
+ "newspaper",
1149
+ "nfc",
1150
+ "non-binary",
1151
+ "notebook",
1152
+ "notebook-pen",
1153
+ "notebook-tabs",
1154
+ "notebook-text",
1155
+ "notepad-text",
1156
+ "notepad-text-dashed",
1157
+ "nut",
1158
+ "nut-off",
1159
+ "octagon",
1160
+ "octagon-alert",
1161
+ "octagon-minus",
1162
+ "octagon-pause",
1163
+ "octagon-x",
1164
+ "omega",
1165
+ "option",
1166
+ "orbit",
1167
+ "origami",
1168
+ "outdent",
1169
+ "package",
1170
+ "package-2",
1171
+ "package-check",
1172
+ "package-minus",
1173
+ "package-open",
1174
+ "package-plus",
1175
+ "package-search",
1176
+ "package-x",
1177
+ "paint-bucket",
1178
+ "paint-roller",
1179
+ "paintbrush",
1180
+ "paintbrush-2",
1181
+ "paintbrush-vertical",
1182
+ "palette",
1183
+ "palmtree",
1184
+ "panda",
1185
+ "panel-bottom",
1186
+ "panel-bottom-close",
1187
+ "panel-bottom-dashed",
1188
+ "panel-bottom-inactive",
1189
+ "panel-bottom-open",
1190
+ "panel-left",
1191
+ "panel-left-close",
1192
+ "panel-left-dashed",
1193
+ "panel-left-inactive",
1194
+ "panel-left-open",
1195
+ "panel-right",
1196
+ "panel-right-close",
1197
+ "panel-right-dashed",
1198
+ "panel-right-inactive",
1199
+ "panel-right-open",
1200
+ "panel-top",
1201
+ "panel-top-close",
1202
+ "panel-top-dashed",
1203
+ "panel-top-inactive",
1204
+ "panel-top-open",
1205
+ "panels-left-bottom",
1206
+ "panels-left-right",
1207
+ "panels-right-bottom",
1208
+ "panels-top-bottom",
1209
+ "panels-top-left",
1210
+ "paperclip",
1211
+ "parentheses",
1212
+ "parking-circle",
1213
+ "parking-circle-off",
1214
+ "parking-meter",
1215
+ "parking-square",
1216
+ "parking-square-off",
1217
+ "party-popper",
1218
+ "pause",
1219
+ "pause-circle",
1220
+ "pause-octagon",
1221
+ "paw-print",
1222
+ "pc-case",
1223
+ "pen",
1224
+ "pen-box",
1225
+ "pen-line",
1226
+ "pen-off",
1227
+ "pen-square",
1228
+ "pen-tool",
1229
+ "pencil",
1230
+ "pencil-line",
1231
+ "pencil-off",
1232
+ "pencil-ruler",
1233
+ "pentagon",
1234
+ "percent",
1235
+ "percent-circle",
1236
+ "percent-diamond",
1237
+ "percent-square",
1238
+ "person-standing",
1239
+ "philippine-peso",
1240
+ "phone",
1241
+ "phone-call",
1242
+ "phone-forwarded",
1243
+ "phone-incoming",
1244
+ "phone-missed",
1245
+ "phone-off",
1246
+ "phone-outgoing",
1247
+ "pi",
1248
+ "pi-square",
1249
+ "piano",
1250
+ "pickaxe",
1251
+ "picture-in-picture",
1252
+ "picture-in-picture-2",
1253
+ "pie-chart",
1254
+ "piggy-bank",
1255
+ "pilcrow",
1256
+ "pilcrow-left",
1257
+ "pilcrow-right",
1258
+ "pilcrow-square",
1259
+ "pill",
1260
+ "pill-bottle",
1261
+ "pin",
1262
+ "pin-off",
1263
+ "pipette",
1264
+ "pizza",
1265
+ "plane",
1266
+ "plane-landing",
1267
+ "plane-takeoff",
1268
+ "play",
1269
+ "play-circle",
1270
+ "play-square",
1271
+ "plug",
1272
+ "plug-2",
1273
+ "plug-zap",
1274
+ "plug-zap-2",
1275
+ "plus",
1276
+ "plus-circle",
1277
+ "plus-square",
1278
+ "pocket",
1279
+ "pocket-knife",
1280
+ "podcast",
1281
+ "pointer",
1282
+ "pointer-off",
1283
+ "popcorn",
1284
+ "popsicle",
1285
+ "pound-sterling",
1286
+ "power",
1287
+ "power-circle",
1288
+ "power-off",
1289
+ "power-square",
1290
+ "presentation",
1291
+ "printer",
1292
+ "printer-check",
1293
+ "projector",
1294
+ "proportions",
1295
+ "puzzle",
1296
+ "pyramid",
1297
+ "qr-code",
1298
+ "quote",
1299
+ "rabbit",
1300
+ "radar",
1301
+ "radiation",
1302
+ "radical",
1303
+ "radio",
1304
+ "radio-receiver",
1305
+ "radio-tower",
1306
+ "radius",
1307
+ "rail-symbol",
1308
+ "rainbow",
1309
+ "rat",
1310
+ "ratio",
1311
+ "receipt",
1312
+ "receipt-cent",
1313
+ "receipt-euro",
1314
+ "receipt-indian-rupee",
1315
+ "receipt-japanese-yen",
1316
+ "receipt-pound-sterling",
1317
+ "receipt-russian-ruble",
1318
+ "receipt-swiss-franc",
1319
+ "receipt-text",
1320
+ "rectangle-circle",
1321
+ "rectangle-ellipsis",
1322
+ "rectangle-goggles",
1323
+ "rectangle-horizontal",
1324
+ "rectangle-vertical",
1325
+ "recycle",
1326
+ "redo",
1327
+ "redo-2",
1328
+ "redo-dot",
1329
+ "refresh-ccw",
1330
+ "refresh-ccw-dot",
1331
+ "refresh-cw",
1332
+ "refresh-cw-off",
1333
+ "refrigerator",
1334
+ "regex",
1335
+ "remove-formatting",
1336
+ "repeat",
1337
+ "repeat-1",
1338
+ "repeat-2",
1339
+ "replace",
1340
+ "replace-all",
1341
+ "reply",
1342
+ "reply-all",
1343
+ "rewind",
1344
+ "ribbon",
1345
+ "rocket",
1346
+ "rocking-chair",
1347
+ "roller-coaster",
1348
+ "rotate-3-d",
1349
+ "rotate-3d",
1350
+ "rotate-ccw",
1351
+ "rotate-ccw-key",
1352
+ "rotate-ccw-square",
1353
+ "rotate-cw",
1354
+ "rotate-cw-square",
1355
+ "route",
1356
+ "route-off",
1357
+ "router",
1358
+ "rows",
1359
+ "rows-2",
1360
+ "rows-3",
1361
+ "rows-4",
1362
+ "rss",
1363
+ "ruler",
1364
+ "ruler-dimension-line",
1365
+ "russian-ruble",
1366
+ "sailboat",
1367
+ "salad",
1368
+ "sandwich",
1369
+ "satellite",
1370
+ "satellite-dish",
1371
+ "saudi-riyal",
1372
+ "save",
1373
+ "save-all",
1374
+ "save-off",
1375
+ "scale",
1376
+ "scale-3-d",
1377
+ "scale-3d",
1378
+ "scaling",
1379
+ "scan",
1380
+ "scan-barcode",
1381
+ "scan-eye",
1382
+ "scan-face",
1383
+ "scan-heart",
1384
+ "scan-line",
1385
+ "scan-qr-code",
1386
+ "scan-search",
1387
+ "scan-text",
1388
+ "scatter-chart",
1389
+ "school",
1390
+ "school-2",
1391
+ "scissors",
1392
+ "scissors-line-dashed",
1393
+ "scissors-square",
1394
+ "scissors-square-dashed-bottom",
1395
+ "screen-share",
1396
+ "screen-share-off",
1397
+ "scroll",
1398
+ "scroll-text",
1399
+ "search",
1400
+ "search-check",
1401
+ "search-code",
1402
+ "search-slash",
1403
+ "search-x",
1404
+ "section",
1405
+ "send",
1406
+ "send-horizonal",
1407
+ "send-horizontal",
1408
+ "send-to-back",
1409
+ "separator-horizontal",
1410
+ "separator-vertical",
1411
+ "server",
1412
+ "server-cog",
1413
+ "server-crash",
1414
+ "server-off",
1415
+ "settings",
1416
+ "settings-2",
1417
+ "shapes",
1418
+ "share",
1419
+ "share-2",
1420
+ "sheet",
1421
+ "shell",
1422
+ "shield",
1423
+ "shield-alert",
1424
+ "shield-ban",
1425
+ "shield-check",
1426
+ "shield-close",
1427
+ "shield-ellipsis",
1428
+ "shield-half",
1429
+ "shield-minus",
1430
+ "shield-off",
1431
+ "shield-plus",
1432
+ "shield-question",
1433
+ "shield-user",
1434
+ "shield-x",
1435
+ "ship",
1436
+ "ship-wheel",
1437
+ "shirt",
1438
+ "shopping-bag",
1439
+ "shopping-basket",
1440
+ "shopping-cart",
1441
+ "shovel",
1442
+ "shower-head",
1443
+ "shredder",
1444
+ "shrimp",
1445
+ "shrink",
1446
+ "shrub",
1447
+ "shuffle",
1448
+ "sidebar",
1449
+ "sidebar-close",
1450
+ "sidebar-open",
1451
+ "sigma",
1452
+ "sigma-square",
1453
+ "signal",
1454
+ "signal-high",
1455
+ "signal-low",
1456
+ "signal-medium",
1457
+ "signal-zero",
1458
+ "signature",
1459
+ "signpost",
1460
+ "signpost-big",
1461
+ "siren",
1462
+ "skip-back",
1463
+ "skip-forward",
1464
+ "skull",
1465
+ "slack",
1466
+ "slash",
1467
+ "slash-square",
1468
+ "slice",
1469
+ "sliders",
1470
+ "sliders-horizontal",
1471
+ "sliders-vertical",
1472
+ "smartphone",
1473
+ "smartphone-charging",
1474
+ "smartphone-nfc",
1475
+ "smile",
1476
+ "smile-plus",
1477
+ "snail",
1478
+ "snowflake",
1479
+ "soap-dispenser-droplet",
1480
+ "sofa",
1481
+ "sort-asc",
1482
+ "sort-desc",
1483
+ "soup",
1484
+ "space",
1485
+ "spade",
1486
+ "sparkle",
1487
+ "sparkles",
1488
+ "speaker",
1489
+ "speech",
1490
+ "spell-check",
1491
+ "spell-check-2",
1492
+ "spline",
1493
+ "spline-pointer",
1494
+ "split",
1495
+ "split-square-horizontal",
1496
+ "split-square-vertical",
1497
+ "spray-can",
1498
+ "sprout",
1499
+ "square",
1500
+ "square-activity",
1501
+ "square-arrow-down",
1502
+ "square-arrow-down-left",
1503
+ "square-arrow-down-right",
1504
+ "square-arrow-left",
1505
+ "square-arrow-out-down-left",
1506
+ "square-arrow-out-down-right",
1507
+ "square-arrow-out-up-left",
1508
+ "square-arrow-out-up-right",
1509
+ "square-arrow-right",
1510
+ "square-arrow-up",
1511
+ "square-arrow-up-left",
1512
+ "square-arrow-up-right",
1513
+ "square-asterisk",
1514
+ "square-bottom-dashed-scissors",
1515
+ "square-chart-gantt",
1516
+ "square-check",
1517
+ "square-check-big",
1518
+ "square-chevron-down",
1519
+ "square-chevron-left",
1520
+ "square-chevron-right",
1521
+ "square-chevron-up",
1522
+ "square-code",
1523
+ "square-dashed",
1524
+ "square-dashed-bottom",
1525
+ "square-dashed-bottom-code",
1526
+ "square-dashed-kanban",
1527
+ "square-dashed-mouse-pointer",
1528
+ "square-dashed-top-solid",
1529
+ "square-divide",
1530
+ "square-dot",
1531
+ "square-equal",
1532
+ "square-function",
1533
+ "square-gantt-chart",
1534
+ "square-kanban",
1535
+ "square-library",
1536
+ "square-m",
1537
+ "square-menu",
1538
+ "square-minus",
1539
+ "square-mouse-pointer",
1540
+ "square-parking",
1541
+ "square-parking-off",
1542
+ "square-pen",
1543
+ "square-percent",
1544
+ "square-pi",
1545
+ "square-pilcrow",
1546
+ "square-play",
1547
+ "square-plus",
1548
+ "square-power",
1549
+ "square-radical",
1550
+ "square-round-corner",
1551
+ "square-scissors",
1552
+ "square-sigma",
1553
+ "square-slash",
1554
+ "square-split-horizontal",
1555
+ "square-split-vertical",
1556
+ "square-square",
1557
+ "square-stack",
1558
+ "square-terminal",
1559
+ "square-user",
1560
+ "square-user-round",
1561
+ "square-x",
1562
+ "squares-exclude",
1563
+ "squares-intersect",
1564
+ "squares-subtract",
1565
+ "squares-unite",
1566
+ "squircle",
1567
+ "squirrel",
1568
+ "stamp",
1569
+ "star",
1570
+ "star-half",
1571
+ "star-off",
1572
+ "stars",
1573
+ "step-back",
1574
+ "step-forward",
1575
+ "stethoscope",
1576
+ "sticker",
1577
+ "sticky-note",
1578
+ "stop-circle",
1579
+ "store",
1580
+ "stretch-horizontal",
1581
+ "stretch-vertical",
1582
+ "strikethrough",
1583
+ "subscript",
1584
+ "subtitles",
1585
+ "sun",
1586
+ "sun-dim",
1587
+ "sun-medium",
1588
+ "sun-moon",
1589
+ "sun-snow",
1590
+ "sunrise",
1591
+ "sunset",
1592
+ "superscript",
1593
+ "swatch-book",
1594
+ "swiss-franc",
1595
+ "switch-camera",
1596
+ "sword",
1597
+ "swords",
1598
+ "syringe",
1599
+ "table",
1600
+ "table-2",
1601
+ "table-cells-merge",
1602
+ "table-cells-split",
1603
+ "table-columns-split",
1604
+ "table-config",
1605
+ "table-of-contents",
1606
+ "table-properties",
1607
+ "table-rows-split",
1608
+ "tablet",
1609
+ "tablet-smartphone",
1610
+ "tablets",
1611
+ "tag",
1612
+ "tags",
1613
+ "tally-1",
1614
+ "tally-2",
1615
+ "tally-3",
1616
+ "tally-4",
1617
+ "tally-5",
1618
+ "tangent",
1619
+ "target",
1620
+ "telescope",
1621
+ "tent",
1622
+ "tent-tree",
1623
+ "terminal",
1624
+ "terminal-square",
1625
+ "test-tube",
1626
+ "test-tube-2",
1627
+ "test-tube-diagonal",
1628
+ "test-tubes",
1629
+ "text",
1630
+ "text-cursor",
1631
+ "text-cursor-input",
1632
+ "text-quote",
1633
+ "text-search",
1634
+ "text-select",
1635
+ "text-selection",
1636
+ "theater",
1637
+ "thermometer",
1638
+ "thermometer-snowflake",
1639
+ "thermometer-sun",
1640
+ "thumbs-down",
1641
+ "thumbs-up",
1642
+ "ticket",
1643
+ "ticket-check",
1644
+ "ticket-minus",
1645
+ "ticket-percent",
1646
+ "ticket-plus",
1647
+ "ticket-slash",
1648
+ "ticket-x",
1649
+ "tickets",
1650
+ "tickets-plane",
1651
+ "timer",
1652
+ "timer-off",
1653
+ "timer-reset",
1654
+ "toggle-left",
1655
+ "toggle-right",
1656
+ "toilet",
1657
+ "tornado",
1658
+ "torus",
1659
+ "touchpad",
1660
+ "touchpad-off",
1661
+ "tower-control",
1662
+ "toy-brick",
1663
+ "tractor",
1664
+ "traffic-cone",
1665
+ "train",
1666
+ "train-front",
1667
+ "train-front-tunnel",
1668
+ "train-track",
1669
+ "tram-front",
1670
+ "transgender",
1671
+ "trash",
1672
+ "trash-2",
1673
+ "tree-deciduous",
1674
+ "tree-palm",
1675
+ "tree-pine",
1676
+ "trees",
1677
+ "trello",
1678
+ "trending-down",
1679
+ "trending-up",
1680
+ "trending-up-down",
1681
+ "triangle",
1682
+ "triangle-alert",
1683
+ "triangle-dashed",
1684
+ "triangle-right",
1685
+ "trophy",
1686
+ "truck",
1687
+ "truck-electric",
1688
+ "turtle",
1689
+ "tv",
1690
+ "tv-2",
1691
+ "tv-minimal",
1692
+ "tv-minimal-play",
1693
+ "twitch",
1694
+ "twitter",
1695
+ "type",
1696
+ "type-outline",
1697
+ "umbrella",
1698
+ "umbrella-off",
1699
+ "underline",
1700
+ "undo",
1701
+ "undo-2",
1702
+ "undo-dot",
1703
+ "unfold-horizontal",
1704
+ "unfold-vertical",
1705
+ "ungroup",
1706
+ "university",
1707
+ "unlink",
1708
+ "unlink-2",
1709
+ "unlock",
1710
+ "unlock-keyhole",
1711
+ "unplug",
1712
+ "upload",
1713
+ "upload-cloud",
1714
+ "usb",
1715
+ "user",
1716
+ "user-2",
1717
+ "user-check",
1718
+ "user-check-2",
1719
+ "user-circle",
1720
+ "user-circle-2",
1721
+ "user-cog",
1722
+ "user-cog-2",
1723
+ "user-lock",
1724
+ "user-minus",
1725
+ "user-minus-2",
1726
+ "user-pen",
1727
+ "user-plus",
1728
+ "user-plus-2",
1729
+ "user-round",
1730
+ "user-round-check",
1731
+ "user-round-cog",
1732
+ "user-round-minus",
1733
+ "user-round-pen",
1734
+ "user-round-plus",
1735
+ "user-round-search",
1736
+ "user-round-x",
1737
+ "user-search",
1738
+ "user-square",
1739
+ "user-square-2",
1740
+ "user-x",
1741
+ "user-x-2",
1742
+ "users",
1743
+ "users-2",
1744
+ "users-round",
1745
+ "utensils",
1746
+ "utensils-crossed",
1747
+ "utility-pole",
1748
+ "variable",
1749
+ "vault",
1750
+ "vegan",
1751
+ "venetian-mask",
1752
+ "venus",
1753
+ "venus-and-mars",
1754
+ "verified",
1755
+ "vibrate",
1756
+ "vibrate-off",
1757
+ "video",
1758
+ "video-off",
1759
+ "videotape",
1760
+ "view",
1761
+ "voicemail",
1762
+ "volleyball",
1763
+ "volume",
1764
+ "volume-1",
1765
+ "volume-2",
1766
+ "volume-off",
1767
+ "volume-x",
1768
+ "vote",
1769
+ "wallet",
1770
+ "wallet-2",
1771
+ "wallet-cards",
1772
+ "wallet-minimal",
1773
+ "wallpaper",
1774
+ "wand",
1775
+ "wand-2",
1776
+ "wand-sparkles",
1777
+ "warehouse",
1778
+ "washing-machine",
1779
+ "watch",
1780
+ "waves",
1781
+ "waves-ladder",
1782
+ "waypoints",
1783
+ "webcam",
1784
+ "webhook",
1785
+ "webhook-off",
1786
+ "weight",
1787
+ "wheat",
1788
+ "wheat-off",
1789
+ "whole-word",
1790
+ "wifi",
1791
+ "wifi-high",
1792
+ "wifi-low",
1793
+ "wifi-off",
1794
+ "wifi-pen",
1795
+ "wifi-zero",
1796
+ "wind",
1797
+ "wind-arrow-down",
1798
+ "wine",
1799
+ "wine-off",
1800
+ "workflow",
1801
+ "worm",
1802
+ "wrap-text",
1803
+ "wrench",
1804
+ "x",
1805
+ "x-circle",
1806
+ "x-octagon",
1807
+ "x-square",
1808
+ "youtube",
1809
+ "zap",
1810
+ "zap-off",
1811
+ "zoom-in",
1812
+ "zoom-out",
1813
+ ];
2
1814
  //# sourceMappingURL=icon-types.js.map