@zvoove/unity-ui 2.28.0 → 2.29.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 (496) hide show
  1. package/dist/bin/cli.mjs +53 -28
  2. package/dist/bin/generate-skills.mjs +33 -21
  3. package/dist/components/Accordion/Accordion.d.ts +6 -0
  4. package/dist/components/Accordion/Accordion.styled.d.ts +46 -0
  5. package/dist/components/Accordion/Accordion.types.d.ts +33 -0
  6. package/dist/components/Accordion/index.d.ts +2 -0
  7. package/dist/components/ActionCard/ActionCard.d.ts +6 -0
  8. package/dist/components/ActionCard/ActionCard.styled.d.ts +29 -0
  9. package/dist/components/ActionCard/ActionCard.types.d.ts +32 -0
  10. package/dist/components/ActionCard/index.d.ts +2 -0
  11. package/dist/components/Avatar/Avatar/Avatar.d.ts +3 -0
  12. package/dist/components/Avatar/Avatar/Avatar.styled.d.ts +53 -0
  13. package/dist/components/Avatar/Avatar/Avatar.types.d.ts +34 -0
  14. package/dist/components/Avatar/Avatar/index.d.ts +2 -0
  15. package/dist/components/Avatar/AvatarGroup/AvatarGroup.d.ts +3 -0
  16. package/dist/components/Avatar/AvatarGroup/AvatarGroup.styled.d.ts +3 -0
  17. package/dist/components/Avatar/AvatarGroup/AvatarGroup.types.d.ts +15 -0
  18. package/dist/components/Avatar/AvatarGroup/index.d.ts +2 -0
  19. package/dist/components/Avatar/index.d.ts +2 -0
  20. package/dist/components/Badge/Badge.d.ts +3 -0
  21. package/dist/components/Badge/Badge.styled.d.ts +28 -0
  22. package/dist/components/Badge/Badge.types.d.ts +19 -0
  23. package/dist/components/Badge/index.d.ts +2 -0
  24. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  25. package/dist/components/Breadcrumbs/Breadcrumbs.styled.d.ts +14 -0
  26. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +22 -0
  27. package/dist/components/Breadcrumbs/index.d.ts +2 -0
  28. package/dist/components/Button/Button.d.ts +9 -0
  29. package/dist/components/Button/Button.styled.d.ts +98 -0
  30. package/dist/components/Button/Button.types.d.ts +55 -0
  31. package/dist/components/Button/index.d.ts +2 -0
  32. package/dist/components/Card/Card.d.ts +10 -0
  33. package/dist/components/Card/Card.styled.d.ts +608 -0
  34. package/dist/components/Card/Card.types.d.ts +125 -0
  35. package/dist/components/Card/index.d.ts +2 -0
  36. package/dist/components/ChatBubble/ChatBubble.d.ts +3 -0
  37. package/dist/components/ChatBubble/ChatBubble.styled.d.ts +117 -0
  38. package/dist/components/ChatBubble/ChatBubble.types.d.ts +55 -0
  39. package/dist/components/ChatBubble/ChatBubbleMedia.d.ts +3 -0
  40. package/dist/components/ChatBubble/index.d.ts +3 -0
  41. package/dist/components/Checkbox/Checkbox.d.ts +3 -0
  42. package/dist/components/Checkbox/Checkbox.styled.d.ts +59 -0
  43. package/dist/components/Checkbox/Checkbox.types.d.ts +40 -0
  44. package/dist/components/Checkbox/index.d.ts +2 -0
  45. package/dist/components/Chip/Chip.d.ts +4 -0
  46. package/dist/components/Chip/Chip.styled.d.ts +114 -0
  47. package/dist/components/Chip/Chip.types.d.ts +63 -0
  48. package/dist/components/Chip/index.d.ts +2 -0
  49. package/dist/components/CodeBlock/CodeBlock.d.ts +6 -0
  50. package/dist/components/CodeBlock/CodeBlock.highlighter.d.ts +7 -0
  51. package/dist/components/CodeBlock/CodeBlock.styled.d.ts +65 -0
  52. package/dist/components/CodeBlock/CodeBlock.types.d.ts +28 -0
  53. package/dist/components/CodeBlock/CodeBlock.utils.d.ts +11 -0
  54. package/dist/components/CodeBlock/index.d.ts +3 -0
  55. package/dist/components/ContentBlock/ContentBlock.d.ts +6 -0
  56. package/dist/components/ContentBlock/ContentBlock.styled.d.ts +2 -0
  57. package/dist/components/ContentBlock/ContentBlock.types.d.ts +7 -0
  58. package/dist/components/ContentBlock/index.d.ts +2 -0
  59. package/dist/components/DatePicker/DatePicker.d.ts +3 -0
  60. package/dist/components/DatePicker/DatePicker.styled.d.ts +16 -0
  61. package/dist/components/DatePicker/DatePicker.types.d.ts +64 -0
  62. package/dist/components/DatePicker/components/DateDialog/DateDialog.d.ts +3 -0
  63. package/dist/components/DatePicker/components/DateDialog/DateDialog.types.d.ts +10 -0
  64. package/dist/components/DatePicker/components/DateDialog/components/Calendar/Calendar.d.ts +3 -0
  65. package/dist/components/DatePicker/components/DateDialog/components/Calendar/Calendar.styled.d.ts +16 -0
  66. package/dist/components/DatePicker/components/DateDialog/components/Calendar/Calendar.types.d.ts +61 -0
  67. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/ActionButtons/ActionButtons.d.ts +3 -0
  68. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/ActionButtons/ActionButtons.styled.d.ts +16 -0
  69. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/ActionButtons/ActionButtons.types.d.ts +30 -0
  70. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/ActionButtons/index.d.ts +2 -0
  71. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts +3 -0
  72. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/CalendarHeader/CalendarHeader.styled.d.ts +70 -0
  73. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/CalendarHeader/CalendarHeader.types.d.ts +46 -0
  74. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/CalendarHeader/index.d.ts +2 -0
  75. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Carousel/Carousel.d.ts +3 -0
  76. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Carousel/Carousel.styled.d.ts +45 -0
  77. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Carousel/Carousel.types.d.ts +30 -0
  78. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Carousel/index.d.ts +2 -0
  79. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Day/Day.d.ts +3 -0
  80. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Day/Day.styled.d.ts +22 -0
  81. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Day/Day.types.d.ts +11 -0
  82. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/Day/index.d.ts +2 -0
  83. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/WeekDays/WeekDays.d.ts +3 -0
  84. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/WeekDays/WeekDays.styled.d.ts +17 -0
  85. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/WeekDays/WeekDays.types.d.ts +4 -0
  86. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/WeekDays/index.d.ts +2 -0
  87. package/dist/components/DatePicker/components/DateDialog/components/Calendar/components/index.d.ts +5 -0
  88. package/dist/components/DatePicker/components/DateDialog/components/Calendar/index.d.ts +2 -0
  89. package/dist/components/DatePicker/components/DateDialog/components/MonthSelector/MonthSelector.d.ts +3 -0
  90. package/dist/components/DatePicker/components/DateDialog/components/MonthSelector/MonthSelector.types.d.ts +23 -0
  91. package/dist/components/DatePicker/components/DateDialog/components/MonthSelector/index.d.ts +2 -0
  92. package/dist/components/DatePicker/components/DateDialog/components/SelectorList/SelectorList.d.ts +3 -0
  93. package/dist/components/DatePicker/components/DateDialog/components/SelectorList/SelectorList.styled.d.ts +19 -0
  94. package/dist/components/DatePicker/components/DateDialog/components/SelectorList/SelectorList.types.d.ts +9 -0
  95. package/dist/components/DatePicker/components/DateDialog/components/SelectorList/index.d.ts +2 -0
  96. package/dist/components/DatePicker/components/DateDialog/components/YearSelector/YearSelector.d.ts +3 -0
  97. package/dist/components/DatePicker/components/DateDialog/components/YearSelector/YearSelector.types.d.ts +36 -0
  98. package/dist/components/DatePicker/components/DateDialog/components/YearSelector/index.d.ts +2 -0
  99. package/dist/components/DatePicker/components/DateDialog/index.d.ts +2 -0
  100. package/dist/components/DatePicker/components/index.d.ts +1 -0
  101. package/dist/components/DatePicker/context/Context.types.d.ts +15 -0
  102. package/dist/components/DatePicker/context/DatePickerContext.d.ts +3 -0
  103. package/dist/components/DatePicker/context/DatePickerProvider.d.ts +3 -0
  104. package/dist/components/DatePicker/context/index.d.ts +3 -0
  105. package/dist/components/DatePicker/hooks/index.d.ts +5 -0
  106. package/dist/components/DatePicker/hooks/useDatePicker.d.ts +2 -0
  107. package/dist/components/DatePicker/hooks/useDateSelection.d.ts +21 -0
  108. package/dist/components/DatePicker/hooks/useDateUtils.d.ts +31 -0
  109. package/dist/components/DatePicker/hooks/useDialogFocus.d.ts +1 -0
  110. package/dist/components/DatePicker/hooks/useDialogPosition.d.ts +19 -0
  111. package/dist/components/DatePicker/index.d.ts +2 -0
  112. package/dist/components/DatePicker/utils/calendar.utils.d.ts +26 -0
  113. package/dist/components/DatePicker/utils/index.d.ts +3 -0
  114. package/dist/components/DatePicker/utils/locale.utils.d.ts +38 -0
  115. package/dist/components/DatePicker/utils/navigation.utils.d.ts +13 -0
  116. package/dist/components/Dialog/Dialog.d.ts +3 -0
  117. package/dist/components/Dialog/Dialog.styled.d.ts +38 -0
  118. package/dist/components/Dialog/Dialog.types.d.ts +46 -0
  119. package/dist/components/Dialog/DialogManager.d.ts +41 -0
  120. package/dist/components/Dialog/hooks/index.d.ts +3 -0
  121. package/dist/components/Dialog/hooks/useDialogAnimation.d.ts +6 -0
  122. package/dist/components/Dialog/hooks/useDialogEscape.d.ts +2 -0
  123. package/dist/components/Dialog/hooks/useDialogFocus.d.ts +2 -0
  124. package/dist/components/Dialog/index.d.ts +3 -0
  125. package/dist/components/Divider/Divider.d.ts +3 -0
  126. package/dist/components/Divider/Divider.styled.d.ts +19 -0
  127. package/dist/components/Divider/Divider.types.d.ts +13 -0
  128. package/dist/components/Divider/index.d.ts +2 -0
  129. package/dist/components/Expandable/Expandable.d.ts +6 -0
  130. package/dist/components/Expandable/Expandable.styled.d.ts +16 -0
  131. package/dist/components/Expandable/Expandable.types.d.ts +12 -0
  132. package/dist/components/Expandable/index.d.ts +2 -0
  133. package/dist/components/FloatSearch/FloatSearch.d.ts +6 -0
  134. package/dist/components/FloatSearch/FloatSearch.styled.d.ts +51 -0
  135. package/dist/components/FloatSearch/FloatSearch.types.d.ts +108 -0
  136. package/dist/components/FloatSearch/index.d.ts +2 -0
  137. package/dist/components/FormLabel/FormLabel.d.ts +3 -0
  138. package/dist/components/FormLabel/FormLabel.types.d.ts +15 -0
  139. package/dist/components/FormLabel/index.d.ts +2 -0
  140. package/dist/components/Grid/Grid.d.ts +3 -0
  141. package/dist/components/Grid/Grid.styled.d.ts +274 -0
  142. package/dist/components/Grid/Grid.types.d.ts +80 -0
  143. package/dist/components/Grid/index.d.ts +2 -0
  144. package/dist/components/Icon/CustomIcon.types.d.ts +13 -0
  145. package/dist/components/Icon/Icon.d.ts +3 -0
  146. package/dist/components/Icon/Icon.styled.d.ts +61 -0
  147. package/dist/components/Icon/Icon.types.d.ts +619 -0
  148. package/dist/components/Icon/custom/FileArchiveRar.d.ts +3 -0
  149. package/dist/components/Icon/custom/FileArchiveZip.d.ts +3 -0
  150. package/dist/components/Icon/custom/FileDesignAep.d.ts +3 -0
  151. package/dist/components/Icon/custom/FileDesignAi.d.ts +3 -0
  152. package/dist/components/Icon/custom/FileDesignFig.d.ts +3 -0
  153. package/dist/components/Icon/custom/FileDesignIndd.d.ts +3 -0
  154. package/dist/components/Icon/custom/FileDesignPsd.d.ts +3 -0
  155. package/dist/components/Icon/custom/FileDevelopmentCss.d.ts +3 -0
  156. package/dist/components/Icon/custom/FileDevelopmentDmg.d.ts +3 -0
  157. package/dist/components/Icon/custom/FileDevelopmentExe.d.ts +3 -0
  158. package/dist/components/Icon/custom/FileDevelopmentHtml.d.ts +3 -0
  159. package/dist/components/Icon/custom/FileDevelopmentJava.d.ts +3 -0
  160. package/dist/components/Icon/custom/FileDevelopmentJs.d.ts +3 -0
  161. package/dist/components/Icon/custom/FileDevelopmentJson.d.ts +3 -0
  162. package/dist/components/Icon/custom/FileDevelopmentRss.d.ts +3 -0
  163. package/dist/components/Icon/custom/FileDevelopmentSql.d.ts +3 -0
  164. package/dist/components/Icon/custom/FileDevelopmentXml.d.ts +3 -0
  165. package/dist/components/Icon/custom/FileDocumentCsv.d.ts +3 -0
  166. package/dist/components/Icon/custom/FileDocumentDoc.d.ts +3 -0
  167. package/dist/components/Icon/custom/FileDocumentDocx.d.ts +3 -0
  168. package/dist/components/Icon/custom/FileDocumentPdf.d.ts +3 -0
  169. package/dist/components/Icon/custom/FileDocumentPpt.d.ts +3 -0
  170. package/dist/components/Icon/custom/FileDocumentPptx.d.ts +3 -0
  171. package/dist/components/Icon/custom/FileDocumentTxt.d.ts +3 -0
  172. package/dist/components/Icon/custom/FileDocumentXls.d.ts +3 -0
  173. package/dist/components/Icon/custom/FileDocumentXlsx.d.ts +3 -0
  174. package/dist/components/Icon/custom/FileImageEps.d.ts +3 -0
  175. package/dist/components/Icon/custom/FileImageGif.d.ts +3 -0
  176. package/dist/components/Icon/custom/FileImageImg.d.ts +3 -0
  177. package/dist/components/Icon/custom/FileImageJpeg.d.ts +3 -0
  178. package/dist/components/Icon/custom/FileImageJpg.d.ts +3 -0
  179. package/dist/components/Icon/custom/FileImagePng.d.ts +3 -0
  180. package/dist/components/Icon/custom/FileImageSvg.d.ts +3 -0
  181. package/dist/components/Icon/custom/FileImageTiff.d.ts +3 -0
  182. package/dist/components/Icon/custom/FileImageWebp.d.ts +3 -0
  183. package/dist/components/Icon/custom/FileMediaAvi.d.ts +3 -0
  184. package/dist/components/Icon/custom/FileMediaMkv.d.ts +3 -0
  185. package/dist/components/Icon/custom/FileMediaMp3.d.ts +3 -0
  186. package/dist/components/Icon/custom/FileMediaMp4.d.ts +3 -0
  187. package/dist/components/Icon/custom/FileMediaMpeg.d.ts +3 -0
  188. package/dist/components/Icon/custom/FileMediaWav.d.ts +3 -0
  189. package/dist/components/Icon/custom/FileSimpleAudio.d.ts +3 -0
  190. package/dist/components/Icon/custom/FileSimpleCode.d.ts +3 -0
  191. package/dist/components/Icon/custom/FileSimpleDocument.d.ts +3 -0
  192. package/dist/components/Icon/custom/FileSimpleEmpty.d.ts +3 -0
  193. package/dist/components/Icon/custom/FileSimpleFolder.d.ts +3 -0
  194. package/dist/components/Icon/custom/FileSimpleImage.d.ts +3 -0
  195. package/dist/components/Icon/custom/FileSimplePdf.d.ts +3 -0
  196. package/dist/components/Icon/custom/FileSimpleSpreadSheet.d.ts +3 -0
  197. package/dist/components/Icon/custom/FileSimpleVideo.d.ts +3 -0
  198. package/dist/components/Icon/custom/FileSimpleVideo2.d.ts +3 -0
  199. package/dist/components/Icon/custom/FlagDe.d.ts +4 -0
  200. package/dist/components/Icon/custom/FlagEs.d.ts +4 -0
  201. package/dist/components/Icon/custom/FlagFr.d.ts +4 -0
  202. package/dist/components/Icon/custom/FlagGb.d.ts +4 -0
  203. package/dist/components/Icon/custom/FlagNl.d.ts +4 -0
  204. package/dist/components/Icon/custom/ZvooveLogo.d.ts +6 -0
  205. package/dist/components/Icon/custom/index.d.ts +58 -0
  206. package/dist/components/Icon/docs/components/IconCell.d.ts +9 -0
  207. package/dist/components/Icon/docs/components/IconDisplay.d.ts +5 -0
  208. package/dist/components/Icon/docs/components/IconSearch.d.ts +1 -0
  209. package/dist/components/Icon/index.d.ts +3 -0
  210. package/dist/components/ImageVisualizer/ImageVisualizer.d.ts +6 -0
  211. package/dist/components/ImageVisualizer/ImageVisualizer.styled.d.ts +142 -0
  212. package/dist/components/ImageVisualizer/ImageVisualizer.types.d.ts +46 -0
  213. package/dist/components/ImageVisualizer/index.d.ts +2 -0
  214. package/dist/components/InfoBox/InfoBox.constants.d.ts +5 -0
  215. package/dist/components/InfoBox/InfoBox.d.ts +6 -0
  216. package/dist/components/InfoBox/InfoBox.types.d.ts +22 -0
  217. package/dist/components/InfoBox/index.d.ts +2 -0
  218. package/dist/components/List/List.d.ts +7 -0
  219. package/dist/components/List/List.styled.d.ts +40 -0
  220. package/dist/components/List/List.types.d.ts +32 -0
  221. package/dist/components/List/index.d.ts +2 -0
  222. package/dist/components/ListMenu/ListMenu.d.ts +7 -0
  223. package/dist/components/ListMenu/ListMenu.styled.d.ts +150 -0
  224. package/dist/components/ListMenu/ListMenu.types.d.ts +74 -0
  225. package/dist/components/ListMenu/ListMenu.utils.d.ts +13 -0
  226. package/dist/components/ListMenu/index.d.ts +3 -0
  227. package/dist/components/MessageActions/MessageActions.d.ts +3 -0
  228. package/dist/components/MessageActions/MessageActions.styled.d.ts +56 -0
  229. package/dist/components/MessageActions/MessageActions.types.d.ts +81 -0
  230. package/dist/components/MessageActions/index.d.ts +2 -0
  231. package/dist/components/MidSectionMenus/MidSectionMenus.d.ts +7 -0
  232. package/dist/components/MidSectionMenus/MidSectionMenus.styled.d.ts +98 -0
  233. package/dist/components/MidSectionMenus/MidSectionMenus.types.d.ts +67 -0
  234. package/dist/components/MidSectionMenus/index.d.ts +2 -0
  235. package/dist/components/Pagination/Pagination.d.ts +3 -0
  236. package/dist/components/Pagination/Pagination.types.d.ts +37 -0
  237. package/dist/components/Pagination/index.d.ts +2 -0
  238. package/dist/components/PopUpMenu/PopUpMenu.constants.d.ts +2 -0
  239. package/dist/components/PopUpMenu/PopUpMenu.d.ts +3 -0
  240. package/dist/components/PopUpMenu/PopUpMenu.styled.d.ts +161 -0
  241. package/dist/components/PopUpMenu/PopUpMenu.types.d.ts +258 -0
  242. package/dist/components/PopUpMenu/PopUpMenu.utils.d.ts +18 -0
  243. package/dist/components/PopUpMenu/PopUpMenuContent.d.ts +45 -0
  244. package/dist/components/PopUpMenu/PopUpMenuManager.d.ts +37 -0
  245. package/dist/components/PopUpMenu/PopUpMenuPortal.d.ts +12 -0
  246. package/dist/components/PopUpMenu/index.d.ts +2 -0
  247. package/dist/components/PopUpMenu/usePopUpMenuHandlers.d.ts +44 -0
  248. package/dist/components/PopUpMenu/usePopUpMenuState.d.ts +48 -0
  249. package/dist/components/ProgressIndicator/ProgressIndicator.d.ts +3 -0
  250. package/dist/components/ProgressIndicator/ProgressIndicator.styled.d.ts +103 -0
  251. package/dist/components/ProgressIndicator/ProgressIndicator.types.d.ts +31 -0
  252. package/dist/components/ProgressIndicator/index.d.ts +2 -0
  253. package/dist/components/Radio/RadioButton/RadioButton.d.ts +3 -0
  254. package/dist/components/Radio/RadioButton/RadioButton.styled.d.ts +45 -0
  255. package/dist/components/Radio/RadioButton/RadioButton.types.d.ts +32 -0
  256. package/dist/components/Radio/RadioButton/index.d.ts +2 -0
  257. package/dist/components/Radio/RadioGroup/RadioGroup.d.ts +11 -0
  258. package/dist/components/Radio/RadioGroup/RadioGroup.styled.d.ts +13 -0
  259. package/dist/components/Radio/RadioGroup/RadioGroup.types.d.ts +26 -0
  260. package/dist/components/Radio/RadioGroup/index.d.ts +2 -0
  261. package/dist/components/Radio/index.d.ts +2 -0
  262. package/dist/components/ScoreCard/ScoreCard.d.ts +3 -0
  263. package/dist/components/ScoreCard/ScoreCard.styled.d.ts +1 -0
  264. package/dist/components/ScoreCard/ScoreCard.types.d.ts +42 -0
  265. package/dist/components/ScoreCard/index.d.ts +2 -0
  266. package/dist/components/Segment/SegmentButton/SegmentButton.d.ts +3 -0
  267. package/dist/components/Segment/SegmentButton/SegmentButton.styled.d.ts +31 -0
  268. package/dist/components/Segment/SegmentButton/SegmentButton.types.d.ts +39 -0
  269. package/dist/components/Segment/SegmentButton/index.d.ts +2 -0
  270. package/dist/components/Segment/SegmentGroup/SegmentGroup.d.ts +6 -0
  271. package/dist/components/Segment/SegmentGroup/SegmentGroup.styled.d.ts +13 -0
  272. package/dist/components/Segment/SegmentGroup/SegmentGroup.types.d.ts +36 -0
  273. package/dist/components/Segment/SegmentGroup/index.d.ts +2 -0
  274. package/dist/components/Segment/index.d.ts +2 -0
  275. package/dist/components/Select/Select.constants.d.ts +17 -0
  276. package/dist/components/Select/Select.d.ts +3 -0
  277. package/dist/components/Select/Select.styled.d.ts +250 -0
  278. package/dist/components/Select/Select.types.d.ts +70 -0
  279. package/dist/components/Select/Select.utils.d.ts +51 -0
  280. package/dist/components/Select/SelectDisplay.d.ts +3 -0
  281. package/dist/components/Select/SelectDisplay.types.d.ts +43 -0
  282. package/dist/components/Select/SelectManager.d.ts +37 -0
  283. package/dist/components/Select/index.d.ts +2 -0
  284. package/dist/components/Select/useSelectHandlers.d.ts +40 -0
  285. package/dist/components/Select/useSelectState.d.ts +19 -0
  286. package/dist/components/Shared/Backdrop/Backdrop.d.ts +6 -0
  287. package/dist/components/Shared/Backdrop/Backdrop.styled.d.ts +16 -0
  288. package/dist/components/Shared/Backdrop/Backdrop.types.d.ts +23 -0
  289. package/dist/components/Shared/Backdrop/index.d.ts +2 -0
  290. package/dist/components/Shared/ErrorMessage/ErrorMessage.d.ts +3 -0
  291. package/dist/components/Shared/ErrorMessage/ErrorMessage.styled.d.ts +25 -0
  292. package/dist/components/Shared/ErrorMessage/ErrorMessage.types.d.ts +16 -0
  293. package/dist/components/Shared/ErrorMessage/index.d.ts +2 -0
  294. package/dist/components/Shared/index.d.ts +2 -0
  295. package/dist/components/Sheet/Examples/SheetDefault.d.ts +3 -0
  296. package/dist/components/Sheet/Examples/SheetWithFooterAndHeader.d.ts +3 -0
  297. package/dist/components/Sheet/Sheet.d.ts +6 -0
  298. package/dist/components/Sheet/Sheet.styled.d.ts +175 -0
  299. package/dist/components/Sheet/Sheet.types.d.ts +172 -0
  300. package/dist/components/Sheet/SheetManager.d.ts +37 -0
  301. package/dist/components/Sheet/hooks/index.d.ts +9 -0
  302. package/dist/components/Sheet/hooks/useSheetAnimation.d.ts +6 -0
  303. package/dist/components/Sheet/hooks/useSheetClose.d.ts +20 -0
  304. package/dist/components/Sheet/hooks/useSheetEscape.d.ts +2 -0
  305. package/dist/components/Sheet/hooks/useSheetFocus.d.ts +2 -0
  306. package/dist/components/Sheet/hooks/useSheetRegistration.d.ts +14 -0
  307. package/dist/components/Sheet/hooks/useSheetResize.d.ts +10 -0
  308. package/dist/components/Sheet/hooks/useSheetScrollTracking.d.ts +21 -0
  309. package/dist/components/Sheet/hooks/useSheetSwipe.d.ts +8 -0
  310. package/dist/components/Sheet/hooks/useSheetWidth.d.ts +20 -0
  311. package/dist/components/Sheet/index.d.ts +4 -0
  312. package/dist/components/SideNavigation/SideNavigation.d.ts +4 -0
  313. package/dist/components/SideNavigation/SideNavigation.styled.d.ts +249 -0
  314. package/dist/components/SideNavigation/SideNavigation.types.d.ts +128 -0
  315. package/dist/components/SideNavigation/docs/MicroFrontendExample.d.ts +37 -0
  316. package/dist/components/SideNavigation/docs/ShellExample.d.ts +9 -0
  317. package/dist/components/SideNavigation/docs/ShellHomeContent.d.ts +5 -0
  318. package/dist/components/SideNavigation/docs/index.d.ts +1 -0
  319. package/dist/components/SideNavigation/docs/mfe/HubDashboardContent.d.ts +5 -0
  320. package/dist/components/SideNavigation/docs/mfe/ZainNewChatContent.d.ts +8 -0
  321. package/dist/components/SideNavigation/docs/mfe/apps/analytics.d.ts +4 -0
  322. package/dist/components/SideNavigation/docs/mfe/apps/api.d.ts +4 -0
  323. package/dist/components/SideNavigation/docs/mfe/apps/campaigns.d.ts +4 -0
  324. package/dist/components/SideNavigation/docs/mfe/apps/cashlink.d.ts +4 -0
  325. package/dist/components/SideNavigation/docs/mfe/apps/cockpit-x.d.ts +4 -0
  326. package/dist/components/SideNavigation/docs/mfe/apps/cockpit.d.ts +4 -0
  327. package/dist/components/SideNavigation/docs/mfe/apps/connect.d.ts +4 -0
  328. package/dist/components/SideNavigation/docs/mfe/apps/dms-plus.d.ts +4 -0
  329. package/dist/components/SideNavigation/docs/mfe/apps/index.d.ts +59 -0
  330. package/dist/components/SideNavigation/docs/mfe/apps/insights.d.ts +4 -0
  331. package/dist/components/SideNavigation/docs/mfe/apps/one.d.ts +4 -0
  332. package/dist/components/SideNavigation/docs/mfe/apps/payroll.d.ts +4 -0
  333. package/dist/components/SideNavigation/docs/mfe/apps/recruit.d.ts +4 -0
  334. package/dist/components/SideNavigation/docs/mfe/apps/safety-manager.d.ts +4 -0
  335. package/dist/components/SideNavigation/docs/mfe/apps/work-app.d.ts +4 -0
  336. package/dist/components/SideNavigation/docs/mfe/apps/zain.d.ts +4 -0
  337. package/dist/components/SideNavigation/docs/mfe/hubMenu.d.ts +9 -0
  338. package/dist/components/SideNavigation/docs/mfe/internalHomeNav.d.ts +7 -0
  339. package/dist/components/SideNavigation/docs/mfe/zainMenu.d.ts +7 -0
  340. package/dist/components/SideNavigation/index.d.ts +2 -0
  341. package/dist/components/SideNavigation/usePinnedSections.d.ts +7 -0
  342. package/dist/components/Skeleton/Skeleton.d.ts +3 -0
  343. package/dist/components/Skeleton/Skeleton.styled.d.ts +43 -0
  344. package/dist/components/Skeleton/Skeleton.types.d.ts +20 -0
  345. package/dist/components/Skeleton/index.d.ts +2 -0
  346. package/dist/components/Snackbar/Snackbar.constants.d.ts +5 -0
  347. package/dist/components/Snackbar/Snackbar.context.d.ts +8 -0
  348. package/dist/components/Snackbar/Snackbar.context.definition.d.ts +2 -0
  349. package/dist/components/Snackbar/Snackbar.d.ts +32 -0
  350. package/dist/components/Snackbar/Snackbar.styled.d.ts +173 -0
  351. package/dist/components/Snackbar/Snackbar.types.d.ts +119 -0
  352. package/dist/components/Snackbar/index.d.ts +5 -0
  353. package/dist/components/Snackbar/useSnackbar.d.ts +20 -0
  354. package/dist/components/Stack/Stack.d.ts +4 -0
  355. package/dist/components/Stack/Stack.styled.d.ts +367 -0
  356. package/dist/components/Stack/Stack.types.d.ts +74 -0
  357. package/dist/components/Stack/index.d.ts +2 -0
  358. package/dist/components/Switch/Switch.d.ts +4 -0
  359. package/dist/components/Switch/Switch.styled.d.ts +68 -0
  360. package/dist/components/Switch/Switch.types.d.ts +54 -0
  361. package/dist/components/Switch/index.d.ts +2 -0
  362. package/dist/components/Table/ExpandDetailExample/ExpandDetailExample.d.ts +4 -0
  363. package/dist/components/Table/Table.d.ts +6 -0
  364. package/dist/components/Table/Table.styled.d.ts +77 -0
  365. package/dist/components/Table/Table.types.d.ts +114 -0
  366. package/dist/components/Table/TableDocExample/RowActionButton.d.ts +5 -0
  367. package/dist/components/Table/TableDocExample/TableDocExample.constants.d.ts +14 -0
  368. package/dist/components/Table/TableDocExample/TableDocExample.d.ts +4 -0
  369. package/dist/components/Table/TableDocExample/index.d.ts +1 -0
  370. package/dist/components/Table/index.d.ts +2 -0
  371. package/dist/components/Tabs/TabItem.d.ts +3 -0
  372. package/dist/components/Tabs/Tabs.d.ts +6 -0
  373. package/dist/components/Tabs/Tabs.styled.d.ts +161 -0
  374. package/dist/components/Tabs/Tabs.types.d.ts +60 -0
  375. package/dist/components/Tabs/index.d.ts +2 -0
  376. package/dist/components/Tag/Tag.d.ts +3 -0
  377. package/dist/components/Tag/Tag.styled.d.ts +73 -0
  378. package/dist/components/Tag/Tag.types.d.ts +28 -0
  379. package/dist/components/Tag/index.d.ts +2 -0
  380. package/dist/components/TextField/TextField.d.ts +3 -0
  381. package/dist/components/TextField/TextField.styled.d.ts +335 -0
  382. package/dist/components/TextField/TextField.types.d.ts +67 -0
  383. package/dist/components/TextField/index.d.ts +2 -0
  384. package/dist/components/Textarea/Textarea.d.ts +3 -0
  385. package/dist/components/Textarea/Textarea.styled.d.ts +67 -0
  386. package/dist/components/Textarea/Textarea.types.d.ts +32 -0
  387. package/dist/components/Textarea/index.d.ts +2 -0
  388. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  389. package/dist/components/Tooltip/Tooltip.styled.d.ts +51 -0
  390. package/dist/components/Tooltip/Tooltip.types.d.ts +22 -0
  391. package/dist/components/Tooltip/TooltipPortal.d.ts +8 -0
  392. package/dist/components/Tooltip/index.d.ts +2 -0
  393. package/dist/components/TopBar/TopBar.d.ts +3 -0
  394. package/dist/components/TopBar/TopBar.styled.d.ts +19 -0
  395. package/dist/components/TopBar/TopBar.types.d.ts +27 -0
  396. package/dist/components/TopBar/index.d.ts +2 -0
  397. package/dist/components/Typography/Typography.d.ts +3 -0
  398. package/dist/components/Typography/Typography.styled.d.ts +94 -0
  399. package/dist/components/Typography/Typography.types.d.ts +47 -0
  400. package/dist/components/Typography/index.d.ts +2 -0
  401. package/dist/components/Uploader/Uploader.constants.d.ts +12 -0
  402. package/dist/components/Uploader/Uploader.context.d.ts +185 -0
  403. package/dist/components/Uploader/Uploader.d.ts +3 -0
  404. package/dist/components/Uploader/Uploader.types.d.ts +238 -0
  405. package/dist/components/Uploader/components/Announcer/Announcer.d.ts +2 -0
  406. package/dist/components/Uploader/components/Announcer/index.d.ts +1 -0
  407. package/dist/components/Uploader/components/DropZone/DropZone.d.ts +3 -0
  408. package/dist/components/Uploader/components/DropZone/DropZone.styled.d.ts +68 -0
  409. package/dist/components/Uploader/components/DropZone/index.d.ts +1 -0
  410. package/dist/components/Uploader/components/FileItem/FileItem.d.ts +18 -0
  411. package/dist/components/Uploader/components/FileItem/FileItem.styled.d.ts +67 -0
  412. package/dist/components/Uploader/components/FileItem/index.d.ts +2 -0
  413. package/dist/components/Uploader/components/FileItem/useFileItem.d.ts +33 -0
  414. package/dist/components/Uploader/components/FileList/FileList.d.ts +12 -0
  415. package/dist/components/Uploader/components/FileList/FileList.styled.d.ts +1 -0
  416. package/dist/components/Uploader/components/FileList/index.d.ts +2 -0
  417. package/dist/components/Uploader/components/RejectionList/RejectionList.d.ts +12 -0
  418. package/dist/components/Uploader/components/RejectionList/RejectionList.styled.d.ts +10 -0
  419. package/dist/components/Uploader/components/RejectionList/index.d.ts +2 -0
  420. package/dist/components/Uploader/components/index.d.ts +5 -0
  421. package/dist/components/Uploader/hooks/index.d.ts +11 -0
  422. package/dist/components/Uploader/hooks/useAnnouncements.d.ts +10 -0
  423. package/dist/components/Uploader/hooks/useDragAndDrop.d.ts +17 -0
  424. package/dist/components/Uploader/hooks/useFileInput.d.ts +19 -0
  425. package/dist/components/Uploader/hooks/useFileOperations.d.ts +18 -0
  426. package/dist/components/Uploader/hooks/useFileSelection.d.ts +36 -0
  427. package/dist/components/Uploader/hooks/useFileUpload.d.ts +66 -0
  428. package/dist/components/Uploader/hooks/useUploaderContext.d.ts +3 -0
  429. package/dist/components/Uploader/hooks/useUploaderRef.d.ts +13 -0
  430. package/dist/components/Uploader/hooks/useUploaderState.d.ts +30 -0
  431. package/dist/components/Uploader/hooks/useValidation.d.ts +30 -0
  432. package/dist/components/Uploader/index.d.ts +6 -0
  433. package/dist/components/Uploader/types/errors.d.ts +28 -0
  434. package/dist/components/Uploader/types/events.d.ts +65 -0
  435. package/dist/components/Uploader/types/file.d.ts +116 -0
  436. package/dist/components/Uploader/types/index.d.ts +3 -0
  437. package/dist/components/Uploader/utils/createFetchUpload.d.ts +32 -0
  438. package/dist/components/Uploader/utils/createXhrUpload.d.ts +45 -0
  439. package/dist/components/Uploader/utils/detectDuplicates.d.ts +5 -0
  440. package/dist/components/Uploader/utils/formatFileSize.d.ts +3 -0
  441. package/dist/components/Uploader/utils/generateId.d.ts +1 -0
  442. package/dist/components/Uploader/utils/getFileExtension.d.ts +1 -0
  443. package/dist/components/Uploader/utils/index.d.ts +8 -0
  444. package/dist/components/Uploader/utils/normalizeFile.d.ts +3 -0
  445. package/dist/components/Uploader/utils/validateFileType.d.ts +1 -0
  446. package/dist/components/UserArea/UserArea.d.ts +3 -0
  447. package/dist/components/UserArea/UserArea.styled.d.ts +65 -0
  448. package/dist/components/UserArea/UserArea.types.d.ts +49 -0
  449. package/dist/components/UserArea/index.d.ts +2 -0
  450. package/dist/components/ZvooveBrand/ZvooveBrand.d.ts +6 -0
  451. package/dist/components/ZvooveBrand/ZvooveBrand.types.d.ts +22 -0
  452. package/dist/components/ZvooveBrand/index.d.ts +2 -0
  453. package/dist/config.d.ts +48 -0
  454. package/dist/constants/align.d.ts +3 -0
  455. package/dist/constants/breakpoints.d.ts +10 -0
  456. package/dist/constants/colors.d.ts +7 -0
  457. package/dist/constants/direction.d.ts +3 -0
  458. package/dist/constants/dom.d.ts +5 -0
  459. package/dist/constants/gap.d.ts +4 -0
  460. package/dist/constants/index.d.ts +11 -0
  461. package/dist/constants/justify.d.ts +3 -0
  462. package/dist/constants/margin.d.ts +16 -0
  463. package/dist/constants/overflow.d.ts +5 -0
  464. package/dist/constants/padding.d.ts +16 -0
  465. package/dist/constants/wrap.d.ts +3 -0
  466. package/dist/docs/components/TokensTable.d.ts +6 -0
  467. package/dist/docs/components/WelcomeTile.d.ts +8 -0
  468. package/dist/docs/components/tokens.d.ts +10 -0
  469. package/dist/hooks/index.d.ts +2 -0
  470. package/dist/hooks/useBreakpoint.d.ts +51 -0
  471. package/dist/hooks/useClickOutside.d.ts +4 -0
  472. package/dist/index.d.ts +52 -0
  473. package/dist/libs/index.d.ts +1 -0
  474. package/dist/libs/tv.d.ts +23 -0
  475. package/dist/llms.txt +62 -0
  476. package/dist/types/index.d.ts +71 -0
  477. package/dist/unity-ui.cjs.js +1 -1
  478. package/dist/unity-ui.es.js +8 -8
  479. package/dist/utils/checkIconSource.d.ts +1 -0
  480. package/dist/utils/containsOnlySizeProps.d.ts +1 -0
  481. package/dist/utils/formatFromStringToDate.d.ts +1 -0
  482. package/dist/utils/getComponentTagName.d.ts +1 -0
  483. package/dist/utils/getFlexProps.d.ts +4 -0
  484. package/dist/utils/getOverflowProps.d.ts +23 -0
  485. package/dist/utils/getResponsiveValue.d.ts +35 -0
  486. package/dist/utils/getSpacingProps.d.ts +4 -0
  487. package/dist/utils/index.d.ts +15 -0
  488. package/dist/utils/isDefined.d.ts +1 -0
  489. package/dist/utils/isValidSizeUnit.d.ts +1 -0
  490. package/dist/utils/linkify.d.ts +2 -0
  491. package/dist/utils/logs.d.ts +6 -0
  492. package/dist/utils/setupUserEvent.d.ts +6 -0
  493. package/dist/utils/typeGuards.d.ts +21 -0
  494. package/dist/utils/viewports.d.ts +13 -0
  495. package/package.json +17 -9
  496. package/dist/unity-ui.d.ts +0 -4712
@@ -0,0 +1,619 @@
1
+ import { IconWeight } from '@phosphor-icons/react';
2
+ import { ForegroundColors } from '../../types';
3
+ import { CustomIconProps } from './CustomIcon.types';
4
+ export type { ZvoooveLogoProps } from './custom';
5
+ export declare const fileIconsMap: {
6
+ readonly 'file-empty': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
7
+ readonly 'file-pdf': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ readonly 'file-folder': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
9
+ readonly 'file-image': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
10
+ readonly 'file-video': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
11
+ readonly 'file-video-2': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
12
+ readonly 'file-audio': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
13
+ readonly 'file-code': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
14
+ readonly 'file-document': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
15
+ readonly 'file-spreadsheet': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
16
+ readonly 'file-image-img': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
17
+ readonly 'file-image-jpg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
18
+ readonly 'file-image-jpeg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
19
+ readonly 'file-image-png': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
20
+ readonly 'file-image-webp': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
21
+ readonly 'file-image-tiff': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
22
+ readonly 'file-image-gif': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
23
+ readonly 'file-image-svg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
24
+ readonly 'file-image-eps': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
25
+ readonly 'file-document-pdf': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
26
+ readonly 'file-document-doc': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
27
+ readonly 'file-document-docx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
28
+ readonly 'file-document-txt': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
29
+ readonly 'file-document-csv': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
30
+ readonly 'file-document-xls': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
31
+ readonly 'file-document-xlsx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
32
+ readonly 'file-document-ppt': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
33
+ readonly 'file-document-pptx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
34
+ readonly 'file-design-fig': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
35
+ readonly 'file-design-ai': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
36
+ readonly 'file-design-psd': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
37
+ readonly 'file-design-indd': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
38
+ readonly 'file-design-aep': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
39
+ readonly 'file-media-mp3': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
40
+ readonly 'file-media-wav': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
41
+ readonly 'file-media-mp4': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
42
+ readonly 'file-media-mpeg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
43
+ readonly 'file-media-avi': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
44
+ readonly 'file-media-mkv': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
45
+ readonly 'file-development-html': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
46
+ readonly 'file-development-css': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
47
+ readonly 'file-development-rss': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
48
+ readonly 'file-development-sql': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
49
+ readonly 'file-development-js': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
50
+ readonly 'file-development-json': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
51
+ readonly 'file-development-java': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
52
+ readonly 'file-development-xml': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
53
+ readonly 'file-development-exe': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
54
+ readonly 'file-development-dmg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
55
+ readonly 'file-archive-zip': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
56
+ readonly 'file-archive-rar': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
57
+ };
58
+ /**
59
+ * Default icon for unknown file types
60
+ */
61
+ export declare const DEFAULT_FILE_ICON: FileIconNames;
62
+ /**
63
+ * Maps file extensions to their corresponding icon names.
64
+ * Use `getIconForFileExtension` to get an icon name from a file extension.
65
+ */
66
+ export declare const fileExtensionToIconMap: Record<string, FileIconNames>;
67
+ /**
68
+ * Gets the appropriate icon name for a file extension.
69
+ * @param extension - The file extension (e.g., "pdf", "jpg", ".pdf")
70
+ * @returns The corresponding icon name, or 'file-empty' if not found
71
+ */
72
+ export declare const getIconForFileExtension: (extension?: string) => FileIconNames;
73
+ export declare const commonIconsMap: {
74
+ readonly add: import('@phosphor-icons/react').Icon;
75
+ readonly 'add-circle': import('@phosphor-icons/react').Icon;
76
+ readonly 'add-file': import('@phosphor-icons/react').Icon;
77
+ readonly agent: import('@phosphor-icons/react').Icon;
78
+ readonly airplane: import('@phosphor-icons/react').Icon;
79
+ readonly archive: import('@phosphor-icons/react').Icon;
80
+ readonly 'arrow-back': import('@phosphor-icons/react').Icon;
81
+ readonly 'arrow-bend': import('@phosphor-icons/react').Icon;
82
+ readonly 'arrow-elbow-down-left': import('@phosphor-icons/react').Icon;
83
+ readonly 'arrow-down': import('@phosphor-icons/react').Icon;
84
+ readonly 'arrow-forward': import('@phosphor-icons/react').Icon;
85
+ readonly 'arrow-left-right': import('@phosphor-icons/react').Icon;
86
+ readonly 'arrow-up': import('@phosphor-icons/react').Icon;
87
+ readonly article: import('@phosphor-icons/react').Icon;
88
+ readonly automate: import('@phosphor-icons/react').Icon;
89
+ readonly backspace: import('@phosphor-icons/react').Icon;
90
+ readonly bank: import('@phosphor-icons/react').Icon;
91
+ readonly bicycle: import('@phosphor-icons/react').Icon;
92
+ readonly billing: import('@phosphor-icons/react').Icon;
93
+ readonly binoculars: import('@phosphor-icons/react').Icon;
94
+ readonly break: import('@phosphor-icons/react').Icon;
95
+ readonly bus: import('@phosphor-icons/react').Icon;
96
+ readonly calendar: import('@phosphor-icons/react').Icon;
97
+ readonly 'calendar-blank': import('@phosphor-icons/react').Icon;
98
+ readonly 'calendar-check': import('@phosphor-icons/react').Icon;
99
+ readonly 'calendar-dot': import('@phosphor-icons/react').Icon;
100
+ readonly 'calendar-x': import('@phosphor-icons/react').Icon;
101
+ readonly camera: import('@phosphor-icons/react').Icon;
102
+ readonly car: import('@phosphor-icons/react').Icon;
103
+ readonly cart: import('@phosphor-icons/react').Icon;
104
+ readonly 'cash-money': import('@phosphor-icons/react').Icon;
105
+ readonly certificate: import('@phosphor-icons/react').Icon;
106
+ readonly 'chat-bubble': import('@phosphor-icons/react').Icon;
107
+ readonly 'chat-dots': import('@phosphor-icons/react').Icon;
108
+ readonly 'chat-slash': import('@phosphor-icons/react').Icon;
109
+ readonly chats: import('@phosphor-icons/react').Icon;
110
+ readonly check: import('@phosphor-icons/react').Icon;
111
+ readonly circle: import('@phosphor-icons/react').Icon;
112
+ readonly 'check-circle': import('@phosphor-icons/react').Icon;
113
+ readonly checkbox: import('@phosphor-icons/react').Icon;
114
+ readonly 'checkbox-empty': import('@phosphor-icons/react').Icon;
115
+ readonly 'checkbox-indefinitely': import('@phosphor-icons/react').Icon;
116
+ readonly checks: import('@phosphor-icons/react').Icon;
117
+ readonly 'chevron-down': import('@phosphor-icons/react').Icon;
118
+ readonly 'chevron-left': import('@phosphor-icons/react').Icon;
119
+ readonly 'chevron-right': import('@phosphor-icons/react').Icon;
120
+ readonly 'chevron-up': import('@phosphor-icons/react').Icon;
121
+ readonly 'circle-notch': import('@phosphor-icons/react').Icon;
122
+ readonly close: import('@phosphor-icons/react').Icon;
123
+ readonly 'close-circle': import('@phosphor-icons/react').Icon;
124
+ readonly 'cloud-download': import('@phosphor-icons/react').Icon;
125
+ readonly 'cloud-upload': import('@phosphor-icons/react').Icon;
126
+ readonly 'clock-countdown': import('@phosphor-icons/react').Icon;
127
+ readonly 'clock-person': import('@phosphor-icons/react').Icon;
128
+ readonly command: import('@phosphor-icons/react').Icon;
129
+ readonly columns: import('@phosphor-icons/react').Icon;
130
+ readonly control: import('@phosphor-icons/react').Icon;
131
+ readonly copy: import('@phosphor-icons/react').Icon;
132
+ readonly 'currency-dollar': import('@phosphor-icons/react').Icon;
133
+ readonly 'currency-dollar-circle': import('@phosphor-icons/react').Icon;
134
+ readonly 'currency-gbp': import('@phosphor-icons/react').Icon;
135
+ readonly 'dark-mode': import('@phosphor-icons/react').Icon;
136
+ readonly deactivate: import('@phosphor-icons/react').Icon;
137
+ readonly delete: import('@phosphor-icons/react').Icon;
138
+ readonly 'diagram-view': import('@phosphor-icons/react').Icon;
139
+ readonly download: import('@phosphor-icons/react').Icon;
140
+ readonly drag: import('@phosphor-icons/react').Icon;
141
+ readonly edit: import('@phosphor-icons/react').Icon;
142
+ readonly error: import('@phosphor-icons/react').Icon;
143
+ readonly 'exclamation-mark': import('@phosphor-icons/react').Icon;
144
+ readonly expand: import('@phosphor-icons/react').Icon;
145
+ readonly expenses: import('@phosphor-icons/react').Icon;
146
+ readonly 'face-id': import('@phosphor-icons/react').Icon;
147
+ readonly file: import('@phosphor-icons/react').Icon;
148
+ readonly 'simple-file-archive': import('@phosphor-icons/react').Icon;
149
+ readonly 'simple-file-audio': import('@phosphor-icons/react').Icon;
150
+ readonly 'simple-file-c': import('@phosphor-icons/react').Icon;
151
+ readonly 'simple-file-c-sharp': import('@phosphor-icons/react').Icon;
152
+ readonly 'simple-file-code': import('@phosphor-icons/react').Icon;
153
+ readonly 'simple-file-cpp': import('@phosphor-icons/react').Icon;
154
+ readonly 'simple-file-css': import('@phosphor-icons/react').Icon;
155
+ readonly 'simple-file-csv': import('@phosphor-icons/react').Icon;
156
+ readonly 'simple-file-doc': import('@phosphor-icons/react').Icon;
157
+ readonly 'simple-file-html': import('@phosphor-icons/react').Icon;
158
+ readonly 'simple-file-image': import('@phosphor-icons/react').Icon;
159
+ readonly 'simple-file-ini': import('@phosphor-icons/react').Icon;
160
+ readonly 'simple-file-jpg': import('@phosphor-icons/react').Icon;
161
+ readonly 'simple-file-js': import('@phosphor-icons/react').Icon;
162
+ readonly 'simple-file-jsx': import('@phosphor-icons/react').Icon;
163
+ readonly 'simple-file-md': import('@phosphor-icons/react').Icon;
164
+ readonly 'simple-file-pdf': import('@phosphor-icons/react').Icon;
165
+ readonly 'simple-file-png': import('@phosphor-icons/react').Icon;
166
+ readonly 'simple-file-ppt': import('@phosphor-icons/react').Icon;
167
+ readonly 'simple-file-py': import('@phosphor-icons/react').Icon;
168
+ readonly 'simple-file-rs': import('@phosphor-icons/react').Icon;
169
+ readonly 'simple-file-sql': import('@phosphor-icons/react').Icon;
170
+ readonly 'simple-file-svg': import('@phosphor-icons/react').Icon;
171
+ readonly 'simple-file-ts': import('@phosphor-icons/react').Icon;
172
+ readonly 'simple-file-tsx': import('@phosphor-icons/react').Icon;
173
+ readonly 'simple-file-text': import('@phosphor-icons/react').Icon;
174
+ readonly 'simple-file-txt': import('@phosphor-icons/react').Icon;
175
+ readonly 'simple-file-video': import('@phosphor-icons/react').Icon;
176
+ readonly 'simple-file-vue': import('@phosphor-icons/react').Icon;
177
+ readonly 'simple-file-xls': import('@phosphor-icons/react').Icon;
178
+ readonly 'simple-file-zip': import('@phosphor-icons/react').Icon;
179
+ readonly filter: import('@phosphor-icons/react').Icon;
180
+ readonly filters: import('@phosphor-icons/react').Icon;
181
+ readonly 'first-page': import('@phosphor-icons/react').Icon;
182
+ readonly 'flag-de': ({ size }: {
183
+ size?: number;
184
+ }) => import("react/jsx-runtime").JSX.Element;
185
+ readonly 'flag-es': ({ size }: {
186
+ size?: number;
187
+ }) => import("react/jsx-runtime").JSX.Element;
188
+ readonly 'flag-fr': ({ size }: {
189
+ size?: number;
190
+ }) => import("react/jsx-runtime").JSX.Element;
191
+ readonly 'flag-gb': ({ size }: {
192
+ size?: number;
193
+ }) => import("react/jsx-runtime").JSX.Element;
194
+ readonly 'flag-nl': ({ size }: {
195
+ size?: number;
196
+ }) => import("react/jsx-runtime").JSX.Element;
197
+ readonly folder: import('@phosphor-icons/react').Icon;
198
+ readonly 'folder-open': import('@phosphor-icons/react').Icon;
199
+ readonly 'grid-view': import('@phosphor-icons/react').Icon;
200
+ readonly 'hard-hat': import('@phosphor-icons/react').Icon;
201
+ readonly 'head-circuit': import('@phosphor-icons/react').Icon;
202
+ readonly help: import('@phosphor-icons/react').Icon;
203
+ readonly hide: import('@phosphor-icons/react').Icon;
204
+ readonly home: import('@phosphor-icons/react').Icon;
205
+ readonly images: import('@phosphor-icons/react').Icon;
206
+ readonly info: import('@phosphor-icons/react').Icon;
207
+ readonly invoice: import('@phosphor-icons/react').Icon;
208
+ readonly job: import('@phosphor-icons/react').Icon;
209
+ readonly 'key-return': import('@phosphor-icons/react').Icon;
210
+ readonly keyboard: import('@phosphor-icons/react').Icon;
211
+ readonly knowledge: import('@phosphor-icons/react').Icon;
212
+ readonly language: import('@phosphor-icons/react').Icon;
213
+ readonly 'last-page': import('@phosphor-icons/react').Icon;
214
+ readonly 'light-mode': import('@phosphor-icons/react').Icon;
215
+ readonly 'list-view': import('@phosphor-icons/react').Icon;
216
+ readonly location: import('@phosphor-icons/react').Icon;
217
+ readonly 'location-pin': import('@phosphor-icons/react').Icon;
218
+ readonly lock: import('@phosphor-icons/react').Icon;
219
+ readonly 'lock-key': import('@phosphor-icons/react').Icon;
220
+ readonly 'lock-key-open': import('@phosphor-icons/react').Icon;
221
+ readonly menu: import('@phosphor-icons/react').Icon;
222
+ readonly metadata: import('@phosphor-icons/react').Icon;
223
+ readonly code: import('@phosphor-icons/react').Icon;
224
+ readonly microphone: import('@phosphor-icons/react').Icon;
225
+ readonly minus: import('@phosphor-icons/react').Icon;
226
+ readonly 'more-horizontal': import('@phosphor-icons/react').Icon;
227
+ readonly 'more-vertical': import('@phosphor-icons/react').Icon;
228
+ readonly moped: import('@phosphor-icons/react').Icon;
229
+ readonly 'navigation-arrow': import('@phosphor-icons/react').Icon;
230
+ readonly notifications: import('@phosphor-icons/react').Icon;
231
+ readonly note: import('@phosphor-icons/react').Icon;
232
+ readonly numpad: import('@phosphor-icons/react').Icon;
233
+ readonly option: import('@phosphor-icons/react').Icon;
234
+ readonly 'open-in-new-tab': import('@phosphor-icons/react').Icon;
235
+ readonly order: import('@phosphor-icons/react').Icon;
236
+ readonly organization: import('@phosphor-icons/react').Icon;
237
+ readonly pause: import('@phosphor-icons/react').Icon;
238
+ readonly attachment: import('@phosphor-icons/react').Icon;
239
+ readonly phone: import('@phosphor-icons/react').Icon;
240
+ readonly pin: import('@phosphor-icons/react').Icon;
241
+ readonly 'pin-simple': import('@phosphor-icons/react').Icon;
242
+ readonly 'pin-simple-slash': import('@phosphor-icons/react').Icon;
243
+ readonly 'pin-slash': import('@phosphor-icons/react').Icon;
244
+ readonly 'piggy-bank': import('@phosphor-icons/react').Icon;
245
+ readonly plant: import('@phosphor-icons/react').Icon;
246
+ readonly printer: import('@phosphor-icons/react').Icon;
247
+ readonly privacy: import('@phosphor-icons/react').Icon;
248
+ readonly 'qr-code': import('@phosphor-icons/react').Icon;
249
+ readonly refresh: import('@phosphor-icons/react').Icon;
250
+ readonly remark: import('@phosphor-icons/react').Icon;
251
+ readonly robot: import('@phosphor-icons/react').Icon;
252
+ readonly save: import('@phosphor-icons/react').Icon;
253
+ readonly search: import('@phosphor-icons/react').Icon;
254
+ readonly 'search-plus': import('@phosphor-icons/react').Icon;
255
+ readonly 'send-message': import('@phosphor-icons/react').Icon;
256
+ readonly settings: import('@phosphor-icons/react').Icon;
257
+ readonly 'setup-time': import('@phosphor-icons/react').Icon;
258
+ readonly shapes: import('@phosphor-icons/react').Icon;
259
+ readonly show: import('@phosphor-icons/react').Icon;
260
+ readonly sidebar: import('@phosphor-icons/react').Icon;
261
+ readonly signature: import('@phosphor-icons/react').Icon;
262
+ readonly 'sign-out': import('@phosphor-icons/react').Icon;
263
+ readonly 'skip-forward': import('@phosphor-icons/react').Icon;
264
+ readonly smartphone: import('@phosphor-icons/react').Icon;
265
+ readonly sparkle: import('@phosphor-icons/react').Icon;
266
+ readonly star: import('@phosphor-icons/react').Icon;
267
+ readonly start: import('@phosphor-icons/react').Icon;
268
+ readonly stop: import('@phosphor-icons/react').Icon;
269
+ readonly sick: import('@phosphor-icons/react').Icon;
270
+ readonly table: import('@phosphor-icons/react').Icon;
271
+ readonly 'thumb-up': import('@phosphor-icons/react').Icon;
272
+ readonly 'thumb-down': import('@phosphor-icons/react').Icon;
273
+ readonly taxi: import('@phosphor-icons/react').Icon;
274
+ readonly 'text-align-center': import('@phosphor-icons/react').Icon;
275
+ readonly 'text-align-justify': import('@phosphor-icons/react').Icon;
276
+ readonly 'text-align-left': import('@phosphor-icons/react').Icon;
277
+ readonly 'text-align-right': import('@phosphor-icons/react').Icon;
278
+ readonly 'text-t': import('@phosphor-icons/react').Icon;
279
+ readonly ticket: import('@phosphor-icons/react').Icon;
280
+ readonly notches: import('@phosphor-icons/react').Icon;
281
+ readonly time: import('@phosphor-icons/react').Icon;
282
+ readonly timer: import('@phosphor-icons/react').Icon;
283
+ readonly 'time-sheet-download': import('@phosphor-icons/react').Icon;
284
+ readonly 'time-sheet-upload': import('@phosphor-icons/react').Icon;
285
+ readonly train: import('@phosphor-icons/react').Icon;
286
+ readonly translate: import('@phosphor-icons/react').Icon;
287
+ readonly travel: import('@phosphor-icons/react').Icon;
288
+ readonly unfold: import('@phosphor-icons/react').Icon;
289
+ readonly user: import('@phosphor-icons/react').Icon;
290
+ readonly upload: import('@phosphor-icons/react').Icon;
291
+ readonly 'user-account': import('@phosphor-icons/react').Icon;
292
+ readonly users: import('@phosphor-icons/react').Icon;
293
+ readonly vacation: import('@phosphor-icons/react').Icon;
294
+ readonly wallet: import('@phosphor-icons/react').Icon;
295
+ readonly warning: import('@phosphor-icons/react').Icon;
296
+ readonly wrench: import('@phosphor-icons/react').Icon;
297
+ };
298
+ /**
299
+ * Custom common icons — brand/product icons not from Phosphor.
300
+ * Unlike Phosphor icons, these accept a `color` prop to switch between
301
+ * their default duotone brand colors and a single inherited color.
302
+ */
303
+ export declare const customCommonIconsMap: {
304
+ readonly zvoove: ({ size, color }: import('./custom').ZvoooveLogoProps) => import("react/jsx-runtime").JSX.Element;
305
+ };
306
+ export declare const iconMap: {
307
+ readonly zvoove: ({ size, color }: import('./custom').ZvoooveLogoProps) => import("react/jsx-runtime").JSX.Element;
308
+ readonly add: import('@phosphor-icons/react').Icon;
309
+ readonly 'add-circle': import('@phosphor-icons/react').Icon;
310
+ readonly 'add-file': import('@phosphor-icons/react').Icon;
311
+ readonly agent: import('@phosphor-icons/react').Icon;
312
+ readonly airplane: import('@phosphor-icons/react').Icon;
313
+ readonly archive: import('@phosphor-icons/react').Icon;
314
+ readonly 'arrow-back': import('@phosphor-icons/react').Icon;
315
+ readonly 'arrow-bend': import('@phosphor-icons/react').Icon;
316
+ readonly 'arrow-elbow-down-left': import('@phosphor-icons/react').Icon;
317
+ readonly 'arrow-down': import('@phosphor-icons/react').Icon;
318
+ readonly 'arrow-forward': import('@phosphor-icons/react').Icon;
319
+ readonly 'arrow-left-right': import('@phosphor-icons/react').Icon;
320
+ readonly 'arrow-up': import('@phosphor-icons/react').Icon;
321
+ readonly article: import('@phosphor-icons/react').Icon;
322
+ readonly automate: import('@phosphor-icons/react').Icon;
323
+ readonly backspace: import('@phosphor-icons/react').Icon;
324
+ readonly bank: import('@phosphor-icons/react').Icon;
325
+ readonly bicycle: import('@phosphor-icons/react').Icon;
326
+ readonly billing: import('@phosphor-icons/react').Icon;
327
+ readonly binoculars: import('@phosphor-icons/react').Icon;
328
+ readonly break: import('@phosphor-icons/react').Icon;
329
+ readonly bus: import('@phosphor-icons/react').Icon;
330
+ readonly calendar: import('@phosphor-icons/react').Icon;
331
+ readonly 'calendar-blank': import('@phosphor-icons/react').Icon;
332
+ readonly 'calendar-check': import('@phosphor-icons/react').Icon;
333
+ readonly 'calendar-dot': import('@phosphor-icons/react').Icon;
334
+ readonly 'calendar-x': import('@phosphor-icons/react').Icon;
335
+ readonly camera: import('@phosphor-icons/react').Icon;
336
+ readonly car: import('@phosphor-icons/react').Icon;
337
+ readonly cart: import('@phosphor-icons/react').Icon;
338
+ readonly 'cash-money': import('@phosphor-icons/react').Icon;
339
+ readonly certificate: import('@phosphor-icons/react').Icon;
340
+ readonly 'chat-bubble': import('@phosphor-icons/react').Icon;
341
+ readonly 'chat-dots': import('@phosphor-icons/react').Icon;
342
+ readonly 'chat-slash': import('@phosphor-icons/react').Icon;
343
+ readonly chats: import('@phosphor-icons/react').Icon;
344
+ readonly check: import('@phosphor-icons/react').Icon;
345
+ readonly circle: import('@phosphor-icons/react').Icon;
346
+ readonly 'check-circle': import('@phosphor-icons/react').Icon;
347
+ readonly checkbox: import('@phosphor-icons/react').Icon;
348
+ readonly 'checkbox-empty': import('@phosphor-icons/react').Icon;
349
+ readonly 'checkbox-indefinitely': import('@phosphor-icons/react').Icon;
350
+ readonly checks: import('@phosphor-icons/react').Icon;
351
+ readonly 'chevron-down': import('@phosphor-icons/react').Icon;
352
+ readonly 'chevron-left': import('@phosphor-icons/react').Icon;
353
+ readonly 'chevron-right': import('@phosphor-icons/react').Icon;
354
+ readonly 'chevron-up': import('@phosphor-icons/react').Icon;
355
+ readonly 'circle-notch': import('@phosphor-icons/react').Icon;
356
+ readonly close: import('@phosphor-icons/react').Icon;
357
+ readonly 'close-circle': import('@phosphor-icons/react').Icon;
358
+ readonly 'cloud-download': import('@phosphor-icons/react').Icon;
359
+ readonly 'cloud-upload': import('@phosphor-icons/react').Icon;
360
+ readonly 'clock-countdown': import('@phosphor-icons/react').Icon;
361
+ readonly 'clock-person': import('@phosphor-icons/react').Icon;
362
+ readonly command: import('@phosphor-icons/react').Icon;
363
+ readonly columns: import('@phosphor-icons/react').Icon;
364
+ readonly control: import('@phosphor-icons/react').Icon;
365
+ readonly copy: import('@phosphor-icons/react').Icon;
366
+ readonly 'currency-dollar': import('@phosphor-icons/react').Icon;
367
+ readonly 'currency-dollar-circle': import('@phosphor-icons/react').Icon;
368
+ readonly 'currency-gbp': import('@phosphor-icons/react').Icon;
369
+ readonly 'dark-mode': import('@phosphor-icons/react').Icon;
370
+ readonly deactivate: import('@phosphor-icons/react').Icon;
371
+ readonly delete: import('@phosphor-icons/react').Icon;
372
+ readonly 'diagram-view': import('@phosphor-icons/react').Icon;
373
+ readonly download: import('@phosphor-icons/react').Icon;
374
+ readonly drag: import('@phosphor-icons/react').Icon;
375
+ readonly edit: import('@phosphor-icons/react').Icon;
376
+ readonly error: import('@phosphor-icons/react').Icon;
377
+ readonly 'exclamation-mark': import('@phosphor-icons/react').Icon;
378
+ readonly expand: import('@phosphor-icons/react').Icon;
379
+ readonly expenses: import('@phosphor-icons/react').Icon;
380
+ readonly 'face-id': import('@phosphor-icons/react').Icon;
381
+ readonly file: import('@phosphor-icons/react').Icon;
382
+ readonly 'simple-file-archive': import('@phosphor-icons/react').Icon;
383
+ readonly 'simple-file-audio': import('@phosphor-icons/react').Icon;
384
+ readonly 'simple-file-c': import('@phosphor-icons/react').Icon;
385
+ readonly 'simple-file-c-sharp': import('@phosphor-icons/react').Icon;
386
+ readonly 'simple-file-code': import('@phosphor-icons/react').Icon;
387
+ readonly 'simple-file-cpp': import('@phosphor-icons/react').Icon;
388
+ readonly 'simple-file-css': import('@phosphor-icons/react').Icon;
389
+ readonly 'simple-file-csv': import('@phosphor-icons/react').Icon;
390
+ readonly 'simple-file-doc': import('@phosphor-icons/react').Icon;
391
+ readonly 'simple-file-html': import('@phosphor-icons/react').Icon;
392
+ readonly 'simple-file-image': import('@phosphor-icons/react').Icon;
393
+ readonly 'simple-file-ini': import('@phosphor-icons/react').Icon;
394
+ readonly 'simple-file-jpg': import('@phosphor-icons/react').Icon;
395
+ readonly 'simple-file-js': import('@phosphor-icons/react').Icon;
396
+ readonly 'simple-file-jsx': import('@phosphor-icons/react').Icon;
397
+ readonly 'simple-file-md': import('@phosphor-icons/react').Icon;
398
+ readonly 'simple-file-pdf': import('@phosphor-icons/react').Icon;
399
+ readonly 'simple-file-png': import('@phosphor-icons/react').Icon;
400
+ readonly 'simple-file-ppt': import('@phosphor-icons/react').Icon;
401
+ readonly 'simple-file-py': import('@phosphor-icons/react').Icon;
402
+ readonly 'simple-file-rs': import('@phosphor-icons/react').Icon;
403
+ readonly 'simple-file-sql': import('@phosphor-icons/react').Icon;
404
+ readonly 'simple-file-svg': import('@phosphor-icons/react').Icon;
405
+ readonly 'simple-file-ts': import('@phosphor-icons/react').Icon;
406
+ readonly 'simple-file-tsx': import('@phosphor-icons/react').Icon;
407
+ readonly 'simple-file-text': import('@phosphor-icons/react').Icon;
408
+ readonly 'simple-file-txt': import('@phosphor-icons/react').Icon;
409
+ readonly 'simple-file-video': import('@phosphor-icons/react').Icon;
410
+ readonly 'simple-file-vue': import('@phosphor-icons/react').Icon;
411
+ readonly 'simple-file-xls': import('@phosphor-icons/react').Icon;
412
+ readonly 'simple-file-zip': import('@phosphor-icons/react').Icon;
413
+ readonly filter: import('@phosphor-icons/react').Icon;
414
+ readonly filters: import('@phosphor-icons/react').Icon;
415
+ readonly 'first-page': import('@phosphor-icons/react').Icon;
416
+ readonly 'flag-de': ({ size }: {
417
+ size?: number;
418
+ }) => import("react/jsx-runtime").JSX.Element;
419
+ readonly 'flag-es': ({ size }: {
420
+ size?: number;
421
+ }) => import("react/jsx-runtime").JSX.Element;
422
+ readonly 'flag-fr': ({ size }: {
423
+ size?: number;
424
+ }) => import("react/jsx-runtime").JSX.Element;
425
+ readonly 'flag-gb': ({ size }: {
426
+ size?: number;
427
+ }) => import("react/jsx-runtime").JSX.Element;
428
+ readonly 'flag-nl': ({ size }: {
429
+ size?: number;
430
+ }) => import("react/jsx-runtime").JSX.Element;
431
+ readonly folder: import('@phosphor-icons/react').Icon;
432
+ readonly 'folder-open': import('@phosphor-icons/react').Icon;
433
+ readonly 'grid-view': import('@phosphor-icons/react').Icon;
434
+ readonly 'hard-hat': import('@phosphor-icons/react').Icon;
435
+ readonly 'head-circuit': import('@phosphor-icons/react').Icon;
436
+ readonly help: import('@phosphor-icons/react').Icon;
437
+ readonly hide: import('@phosphor-icons/react').Icon;
438
+ readonly home: import('@phosphor-icons/react').Icon;
439
+ readonly images: import('@phosphor-icons/react').Icon;
440
+ readonly info: import('@phosphor-icons/react').Icon;
441
+ readonly invoice: import('@phosphor-icons/react').Icon;
442
+ readonly job: import('@phosphor-icons/react').Icon;
443
+ readonly 'key-return': import('@phosphor-icons/react').Icon;
444
+ readonly keyboard: import('@phosphor-icons/react').Icon;
445
+ readonly knowledge: import('@phosphor-icons/react').Icon;
446
+ readonly language: import('@phosphor-icons/react').Icon;
447
+ readonly 'last-page': import('@phosphor-icons/react').Icon;
448
+ readonly 'light-mode': import('@phosphor-icons/react').Icon;
449
+ readonly 'list-view': import('@phosphor-icons/react').Icon;
450
+ readonly location: import('@phosphor-icons/react').Icon;
451
+ readonly 'location-pin': import('@phosphor-icons/react').Icon;
452
+ readonly lock: import('@phosphor-icons/react').Icon;
453
+ readonly 'lock-key': import('@phosphor-icons/react').Icon;
454
+ readonly 'lock-key-open': import('@phosphor-icons/react').Icon;
455
+ readonly menu: import('@phosphor-icons/react').Icon;
456
+ readonly metadata: import('@phosphor-icons/react').Icon;
457
+ readonly code: import('@phosphor-icons/react').Icon;
458
+ readonly microphone: import('@phosphor-icons/react').Icon;
459
+ readonly minus: import('@phosphor-icons/react').Icon;
460
+ readonly 'more-horizontal': import('@phosphor-icons/react').Icon;
461
+ readonly 'more-vertical': import('@phosphor-icons/react').Icon;
462
+ readonly moped: import('@phosphor-icons/react').Icon;
463
+ readonly 'navigation-arrow': import('@phosphor-icons/react').Icon;
464
+ readonly notifications: import('@phosphor-icons/react').Icon;
465
+ readonly note: import('@phosphor-icons/react').Icon;
466
+ readonly numpad: import('@phosphor-icons/react').Icon;
467
+ readonly option: import('@phosphor-icons/react').Icon;
468
+ readonly 'open-in-new-tab': import('@phosphor-icons/react').Icon;
469
+ readonly order: import('@phosphor-icons/react').Icon;
470
+ readonly organization: import('@phosphor-icons/react').Icon;
471
+ readonly pause: import('@phosphor-icons/react').Icon;
472
+ readonly attachment: import('@phosphor-icons/react').Icon;
473
+ readonly phone: import('@phosphor-icons/react').Icon;
474
+ readonly pin: import('@phosphor-icons/react').Icon;
475
+ readonly 'pin-simple': import('@phosphor-icons/react').Icon;
476
+ readonly 'pin-simple-slash': import('@phosphor-icons/react').Icon;
477
+ readonly 'pin-slash': import('@phosphor-icons/react').Icon;
478
+ readonly 'piggy-bank': import('@phosphor-icons/react').Icon;
479
+ readonly plant: import('@phosphor-icons/react').Icon;
480
+ readonly printer: import('@phosphor-icons/react').Icon;
481
+ readonly privacy: import('@phosphor-icons/react').Icon;
482
+ readonly 'qr-code': import('@phosphor-icons/react').Icon;
483
+ readonly refresh: import('@phosphor-icons/react').Icon;
484
+ readonly remark: import('@phosphor-icons/react').Icon;
485
+ readonly robot: import('@phosphor-icons/react').Icon;
486
+ readonly save: import('@phosphor-icons/react').Icon;
487
+ readonly search: import('@phosphor-icons/react').Icon;
488
+ readonly 'search-plus': import('@phosphor-icons/react').Icon;
489
+ readonly 'send-message': import('@phosphor-icons/react').Icon;
490
+ readonly settings: import('@phosphor-icons/react').Icon;
491
+ readonly 'setup-time': import('@phosphor-icons/react').Icon;
492
+ readonly shapes: import('@phosphor-icons/react').Icon;
493
+ readonly show: import('@phosphor-icons/react').Icon;
494
+ readonly sidebar: import('@phosphor-icons/react').Icon;
495
+ readonly signature: import('@phosphor-icons/react').Icon;
496
+ readonly 'sign-out': import('@phosphor-icons/react').Icon;
497
+ readonly 'skip-forward': import('@phosphor-icons/react').Icon;
498
+ readonly smartphone: import('@phosphor-icons/react').Icon;
499
+ readonly sparkle: import('@phosphor-icons/react').Icon;
500
+ readonly star: import('@phosphor-icons/react').Icon;
501
+ readonly start: import('@phosphor-icons/react').Icon;
502
+ readonly stop: import('@phosphor-icons/react').Icon;
503
+ readonly sick: import('@phosphor-icons/react').Icon;
504
+ readonly table: import('@phosphor-icons/react').Icon;
505
+ readonly 'thumb-up': import('@phosphor-icons/react').Icon;
506
+ readonly 'thumb-down': import('@phosphor-icons/react').Icon;
507
+ readonly taxi: import('@phosphor-icons/react').Icon;
508
+ readonly 'text-align-center': import('@phosphor-icons/react').Icon;
509
+ readonly 'text-align-justify': import('@phosphor-icons/react').Icon;
510
+ readonly 'text-align-left': import('@phosphor-icons/react').Icon;
511
+ readonly 'text-align-right': import('@phosphor-icons/react').Icon;
512
+ readonly 'text-t': import('@phosphor-icons/react').Icon;
513
+ readonly ticket: import('@phosphor-icons/react').Icon;
514
+ readonly notches: import('@phosphor-icons/react').Icon;
515
+ readonly time: import('@phosphor-icons/react').Icon;
516
+ readonly timer: import('@phosphor-icons/react').Icon;
517
+ readonly 'time-sheet-download': import('@phosphor-icons/react').Icon;
518
+ readonly 'time-sheet-upload': import('@phosphor-icons/react').Icon;
519
+ readonly train: import('@phosphor-icons/react').Icon;
520
+ readonly translate: import('@phosphor-icons/react').Icon;
521
+ readonly travel: import('@phosphor-icons/react').Icon;
522
+ readonly unfold: import('@phosphor-icons/react').Icon;
523
+ readonly user: import('@phosphor-icons/react').Icon;
524
+ readonly upload: import('@phosphor-icons/react').Icon;
525
+ readonly 'user-account': import('@phosphor-icons/react').Icon;
526
+ readonly users: import('@phosphor-icons/react').Icon;
527
+ readonly vacation: import('@phosphor-icons/react').Icon;
528
+ readonly wallet: import('@phosphor-icons/react').Icon;
529
+ readonly warning: import('@phosphor-icons/react').Icon;
530
+ readonly wrench: import('@phosphor-icons/react').Icon;
531
+ readonly 'file-empty': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
532
+ readonly 'file-pdf': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
533
+ readonly 'file-folder': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
534
+ readonly 'file-image': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
535
+ readonly 'file-video': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
536
+ readonly 'file-video-2': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
537
+ readonly 'file-audio': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
538
+ readonly 'file-code': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
539
+ readonly 'file-document': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
540
+ readonly 'file-spreadsheet': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
541
+ readonly 'file-image-img': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
542
+ readonly 'file-image-jpg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
543
+ readonly 'file-image-jpeg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
544
+ readonly 'file-image-png': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
545
+ readonly 'file-image-webp': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
546
+ readonly 'file-image-tiff': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
547
+ readonly 'file-image-gif': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
548
+ readonly 'file-image-svg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
549
+ readonly 'file-image-eps': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
550
+ readonly 'file-document-pdf': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
551
+ readonly 'file-document-doc': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
552
+ readonly 'file-document-docx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
553
+ readonly 'file-document-txt': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
554
+ readonly 'file-document-csv': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
555
+ readonly 'file-document-xls': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
556
+ readonly 'file-document-xlsx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
557
+ readonly 'file-document-ppt': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
558
+ readonly 'file-document-pptx': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
559
+ readonly 'file-design-fig': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
560
+ readonly 'file-design-ai': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
561
+ readonly 'file-design-psd': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
562
+ readonly 'file-design-indd': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
563
+ readonly 'file-design-aep': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
564
+ readonly 'file-media-mp3': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
565
+ readonly 'file-media-wav': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
566
+ readonly 'file-media-mp4': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
567
+ readonly 'file-media-mpeg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
568
+ readonly 'file-media-avi': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
569
+ readonly 'file-media-mkv': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
570
+ readonly 'file-development-html': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
571
+ readonly 'file-development-css': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
572
+ readonly 'file-development-rss': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
573
+ readonly 'file-development-sql': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
574
+ readonly 'file-development-js': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
575
+ readonly 'file-development-json': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
576
+ readonly 'file-development-java': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
577
+ readonly 'file-development-xml': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
578
+ readonly 'file-development-exe': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
579
+ readonly 'file-development-dmg': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
580
+ readonly 'file-archive-zip': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
581
+ readonly 'file-archive-rar': ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
582
+ };
583
+ export declare const iconSizeMap: {
584
+ readonly '2xs': 12;
585
+ readonly xs: 16;
586
+ readonly sm: 18;
587
+ readonly md: 20;
588
+ readonly lg: 24;
589
+ readonly xl: 32;
590
+ readonly '2xl': 40;
591
+ };
592
+ export type IconSizes = keyof typeof iconSizeMap;
593
+ export type CommonIconNames = keyof typeof commonIconsMap;
594
+ export type CustomCommonIconNames = keyof typeof customCommonIconsMap;
595
+ export type FileIconNames = keyof typeof fileIconsMap;
596
+ export type IconNames = keyof typeof iconMap;
597
+ export interface IconProps extends CustomIconProps, React.HTMLAttributes<SVGElement> {
598
+ /**
599
+ * The name of the icon to display.
600
+ */
601
+ name: IconNames;
602
+ /**
603
+ * The size of the icon.
604
+ * @default 'lg'
605
+ */
606
+ size?: IconSizes;
607
+ /**
608
+ * The weight of the icon.
609
+ */
610
+ weight?: IconWeight;
611
+ /**
612
+ * The color of the icon.
613
+ */
614
+ color?: ForegroundColors;
615
+ /**
616
+ * If true, the icon will be displayed in a featured style.
617
+ */
618
+ featured?: boolean;
619
+ }
@@ -0,0 +1,3 @@
1
+ import { CustomIconProps } from '../CustomIcon.types';
2
+ declare const FileArchiveRar: ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FileArchiveRar;
@@ -0,0 +1,3 @@
1
+ import { CustomIconProps } from '../CustomIcon.types';
2
+ declare const FileArchiveZip: ({ type }: CustomIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FileArchiveZip;