hrm_ui_lib 3.0.6 → 3.1.1

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 (365) hide show
  1. package/components/Alert/Alert.js +2 -2
  2. package/components/Alert/consts.d.ts +3 -4
  3. package/components/Alert/consts.js +6 -5
  4. package/components/BadgeV2/types.d.ts +1 -1
  5. package/components/Button/Button.js +1 -0
  6. package/components/Button/consts.d.ts +1 -1
  7. package/components/Button/types.d.ts +1 -1
  8. package/components/ButtonGroup/consts.d.ts +1 -1
  9. package/components/ButtonGroup/types.d.ts +1 -1
  10. package/components/Checkbox/Checkbox.js +3 -2
  11. package/components/Checkbox/consts.d.ts +3 -0
  12. package/components/Checkbox/consts.js +4 -0
  13. package/components/Chips/consts.d.ts +1 -1
  14. package/components/Chips/types.d.ts +1 -1
  15. package/components/Image/Image.js +1 -1
  16. package/components/Input/types.d.ts +1 -1
  17. package/components/Pagination/consts.d.ts +1 -1
  18. package/components/SVGIcons/IconAdd.d.ts +1 -1
  19. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  20. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  21. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  22. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  23. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  24. package/components/SVGIcons/IconAlert.d.ts +1 -1
  25. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  26. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  27. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  28. package/components/SVGIcons/IconAm.d.ts +2 -2
  29. package/components/SVGIcons/IconAm.js +2 -1
  30. package/components/SVGIcons/IconAmd.d.ts +1 -1
  31. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  32. package/components/SVGIcons/IconApple.d.ts +1 -1
  33. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  34. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  35. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  36. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  37. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  38. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  39. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  40. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  41. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  42. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  43. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  44. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  45. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  46. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  47. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  48. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  49. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  50. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  51. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  52. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  53. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  54. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  55. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  56. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  57. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  58. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  59. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  60. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  61. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  62. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  63. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  64. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  65. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  66. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  67. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  68. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  69. package/components/SVGIcons/IconAttach.d.ts +1 -1
  70. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  71. package/components/SVGIcons/IconBeach.d.ts +1 -1
  72. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  73. package/components/SVGIcons/IconBook.d.ts +1 -1
  74. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  75. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  76. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  77. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  78. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  79. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  80. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  81. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  82. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  83. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  84. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  85. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  86. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  87. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  88. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  89. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  90. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  91. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  92. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  93. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  94. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  95. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  96. package/components/SVGIcons/IconCall.d.ts +1 -1
  97. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  98. package/components/SVGIcons/IconCard.d.ts +1 -1
  99. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  100. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  101. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  102. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  103. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  104. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  105. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  106. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  107. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  108. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  109. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  110. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  111. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  112. package/components/SVGIcons/IconChat.d.ts +1 -1
  113. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  114. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  115. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  116. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  117. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  118. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  119. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  120. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  121. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  122. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +2 -2
  123. package/components/SVGIcons/IconChevronDoubleRight.d.ts +2 -2
  124. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  125. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  126. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  127. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  128. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  129. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  130. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  131. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  132. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  133. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  134. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  135. package/components/SVGIcons/IconClock.d.ts +1 -1
  136. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  137. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  138. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  139. package/components/SVGIcons/IconComment.d.ts +1 -1
  140. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  141. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  142. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  143. package/components/SVGIcons/IconCopy.d.ts +1 -1
  144. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  145. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  146. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  147. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  148. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  149. package/components/SVGIcons/IconDelete.d.ts +1 -1
  150. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  151. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  152. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  153. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  154. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  155. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  156. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  157. package/components/SVGIcons/IconDocument.d.ts +1 -1
  158. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  159. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  160. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  161. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  162. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  163. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  164. package/components/SVGIcons/IconEdit.d.ts +1 -1
  165. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  166. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  167. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  168. package/components/SVGIcons/IconEur.d.ts +1 -1
  169. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  170. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  171. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  172. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  173. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  174. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  175. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  176. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  177. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  178. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  179. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  180. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  181. package/components/SVGIcons/IconFeed.d.ts +1 -1
  182. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  183. package/components/SVGIcons/IconFilter.d.ts +1 -1
  184. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  185. package/components/SVGIcons/IconFlag.d.ts +1 -1
  186. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  187. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  188. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  189. package/components/SVGIcons/IconFood.d.ts +1 -1
  190. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  191. package/components/SVGIcons/IconGb.d.ts +2 -2
  192. package/components/SVGIcons/IconGb.js +2 -1
  193. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  194. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  195. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  196. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  197. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  198. package/components/SVGIcons/IconHeart.d.ts +1 -1
  199. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  200. package/components/SVGIcons/IconHistory.d.ts +1 -1
  201. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  202. package/components/SVGIcons/IconHome.d.ts +1 -1
  203. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  204. package/components/SVGIcons/IconImage.d.ts +1 -1
  205. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  206. package/components/SVGIcons/IconInfo.d.ts +1 -1
  207. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  208. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  209. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  210. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  211. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  212. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  213. package/components/SVGIcons/IconLink.d.ts +1 -1
  214. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  215. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  216. package/components/SVGIcons/IconList.d.ts +1 -1
  217. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  218. package/components/SVGIcons/IconLocation.d.ts +1 -1
  219. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  220. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  221. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  222. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  223. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  224. package/components/SVGIcons/IconMail.d.ts +1 -1
  225. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  226. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  227. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  228. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  229. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  230. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  231. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  232. package/components/SVGIcons/IconMedium.d.ts +1 -1
  233. package/components/SVGIcons/IconMore.d.ts +1 -1
  234. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  235. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  236. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  237. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  238. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  239. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  240. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  241. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  242. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  243. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  244. package/components/SVGIcons/IconOpen.d.ts +1 -1
  245. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  246. package/components/SVGIcons/IconPatient.d.ts +1 -1
  247. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  248. package/components/SVGIcons/IconPeople.d.ts +1 -1
  249. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  250. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  251. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  252. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  253. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  254. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  255. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  256. package/components/SVGIcons/IconPercent.d.ts +1 -1
  257. package/components/SVGIcons/IconPerson.d.ts +1 -1
  258. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  259. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  260. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  261. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  262. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  263. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  264. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  265. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  266. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  267. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  268. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  269. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  270. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  271. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  272. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  273. package/components/SVGIcons/IconPhone.d.ts +1 -1
  274. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  275. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  276. package/components/SVGIcons/IconPos.d.ts +1 -1
  277. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  278. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  279. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  280. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  281. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  282. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  283. package/components/SVGIcons/IconRedo.d.ts +1 -1
  284. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  285. package/components/SVGIcons/IconRu.d.ts +2 -2
  286. package/components/SVGIcons/IconRu.js +2 -1
  287. package/components/SVGIcons/IconRub.d.ts +1 -1
  288. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  289. package/components/SVGIcons/IconSave.d.ts +1 -1
  290. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  291. package/components/SVGIcons/IconSavings.d.ts +1 -1
  292. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  293. package/components/SVGIcons/IconSearch.d.ts +1 -1
  294. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  295. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  296. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  297. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  298. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  299. package/components/SVGIcons/IconSend.d.ts +1 -1
  300. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  301. package/components/SVGIcons/IconSettings.d.ts +1 -1
  302. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  303. package/components/SVGIcons/IconShare.d.ts +1 -1
  304. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  305. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  306. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  307. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  308. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  309. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  310. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  311. package/components/SVGIcons/IconStatus.d.ts +1 -1
  312. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  313. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  314. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  315. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  316. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  317. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  318. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  319. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  320. package/components/SVGIcons/IconTimer.d.ts +1 -1
  321. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  322. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  323. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  324. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  325. package/components/SVGIcons/IconUndo.d.ts +1 -1
  326. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  327. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  328. package/components/SVGIcons/IconUpload.d.ts +1 -1
  329. package/components/SVGIcons/IconUs.d.ts +2 -2
  330. package/components/SVGIcons/IconUs.js +2 -1
  331. package/components/SVGIcons/IconUsd.d.ts +1 -1
  332. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  333. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  334. package/components/SVGIcons/IconVideo.d.ts +1 -1
  335. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  336. package/components/SVGIcons/IconWallet.d.ts +1 -1
  337. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  338. package/components/SVGIcons/IconWarning.d.ts +1 -1
  339. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  340. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  341. package/components/Snackbar/Snackbar.js +2 -2
  342. package/components/Snackbar/consts.d.ts +3 -4
  343. package/components/Snackbar/consts.js +5 -4
  344. package/components/Status/types.d.ts +1 -1
  345. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -3
  346. package/helperComponents/ErrorMessage/consts.d.ts +3 -0
  347. package/helperComponents/ErrorMessage/consts.js +4 -0
  348. package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +7 -0
  349. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +19 -0
  350. package/index.d.ts +0 -1
  351. package/index.js +0 -1
  352. package/package.json +1 -1
  353. package/type/index.d.ts +1 -0
  354. package/type/index.js +1 -0
  355. package/assets/images/avatar.jpg +0 -0
  356. package/components/IconDynamicComponent/IconDynamicComponent.d.ts +0 -8
  357. package/components/IconDynamicComponent/IconDynamicComponent.js +0 -41
  358. package/components/SVGIcons/icon-names.d.ts +0 -2
  359. package/components/SVGIcons/icon-names.js +0 -321
  360. package/components/SVGIcons/index.d.ts +0 -319
  361. package/components/SVGIcons/index.js +0 -319
  362. /package/{components → helperComponents}/IconDynamicComponent/index.d.ts +0 -0
  363. /package/{components → helperComponents}/IconDynamicComponent/index.js +0 -0
  364. /package/{components/SVGIcons/types.d.ts → type/svg-icons.d.ts} +0 -0
  365. /package/{components/SVGIcons/types.js → type/svg-icons.js} +0 -0
@@ -4,8 +4,8 @@ import classnames from 'classnames';
4
4
  import { Text } from '../Text';
5
5
  import { Button } from '../Button';
6
6
  import IconDismissFilled from '../SVGIcons/IconDismissFilled';
7
- import { IconDynamicComponent } from '../IconDynamicComponent';
7
+ import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent';
8
8
  export const Alert = (props) => {
9
9
  const { buttonProps, type = 'information', position = 'inline', text, subtext, closeIcon, onClose, className = '' } = props;
10
- return (_jsx("div", { className: classnames('alert', `alert--${type} alert--${position}`, className), children: _jsxs("div", { className: "alert__content", children: [_jsx(IconDynamicComponent, { componentName: ICONS_MAPPING[type], size: "small", type: TYPE_MAPPING[type] }), _jsxs("div", { className: "alert__text pl-8", children: [_jsxs("div", { children: [_jsx(Text, { type: "primary", size: "standard", weight: "regular", lineHeight: "large", children: text }), subtext ? (_jsx(Text, { className: 'mt-4', type: "secondary", size: "small", weight: "regular", lineHeight: "large", children: subtext })) : null] }), buttonProps ? (_jsxs("div", { className: "alert__actions", children: [buttonProps.confirm && (_jsx(Button, Object.assign({ size: "medium", type: "secondary" }, buttonProps.confirm))), buttonProps.cancel && (_jsx(Button, Object.assign({ size: "medium", type: "tertiary", className: "ml-12" }, buttonProps.cancel)))] })) : null] }), closeIcon ? (_jsx(IconDismissFilled, { type: TYPE_MAPPING[type], size: "xsmall", className: "ml-12 pointer", onClick: onClose })) : null] }) }));
10
+ return (_jsx("div", { className: classnames('alert', `alert--${type} alert--${position}`, className), children: _jsxs("div", { className: "alert__content", children: [_jsx(IconDynamicComponent, { Component: ICONS_MAPPING[type], size: "small", type: TYPE_MAPPING[type] }), _jsxs("div", { className: "alert__text pl-8", children: [_jsxs("div", { children: [_jsx(Text, { type: "primary", size: "standard", weight: "regular", lineHeight: "large", children: text }), subtext ? (_jsx(Text, { className: 'mt-4', type: "secondary", size: "small", weight: "regular", lineHeight: "large", children: subtext })) : null] }), buttonProps ? (_jsxs("div", { className: "alert__actions", children: [buttonProps.confirm && (_jsx(Button, Object.assign({ size: "medium", type: "secondary" }, buttonProps.confirm))), buttonProps.cancel && (_jsx(Button, Object.assign({ size: "medium", type: "tertiary", className: "ml-12" }, buttonProps.cancel)))] })) : null] }), closeIcon ? (_jsx(IconDismissFilled, { type: TYPE_MAPPING[type], size: "xsmall", className: "ml-12 pointer", onClick: onClose })) : null] }) }));
11
11
  };
@@ -1,7 +1,6 @@
1
- import { TSVGIconType } from '../SVGIcons/types';
1
+ import React from 'react';
2
+ import { ISVGIconProps, TSVGIconType } from '../../type';
2
3
  export declare const TYPE_MAPPING: {
3
4
  [key: string]: TSVGIconType;
4
5
  };
5
- export declare const ICONS_MAPPING: {
6
- [key: string]: string;
7
- };
6
+ export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
@@ -1,3 +1,4 @@
1
+ import { lazy } from 'react';
1
2
  export const TYPE_MAPPING = {
2
3
  warning: 'warning',
3
4
  success: 'success',
@@ -6,9 +7,9 @@ export const TYPE_MAPPING = {
6
7
  discovery: 'discovery'
7
8
  };
8
9
  export const ICONS_MAPPING = {
9
- warning: 'warningFilled',
10
- success: 'checkmarkCircleFilled',
11
- error: 'errorCircleFilled',
12
- information: 'infoFilled',
13
- discovery: 'infoFilled'
10
+ warning: lazy(() => import('../SVGIcons/IconWarningFilled')),
11
+ success: lazy(() => import('../SVGIcons/IconCheckmarkFilled')),
12
+ error: lazy(() => import('../SVGIcons/IconErrorCircleFilled')),
13
+ information: lazy(() => import('../SVGIcons/IconInfoFilled')),
14
+ discovery: lazy(() => import('../SVGIcons/IconInfoFilled'))
14
15
  };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { TSVGIconType } from '../SVGIcons/types';
2
+ import { TSVGIconType } from '../../type';
3
3
  export interface TBadgeV2Props extends IFormCompProps {
4
4
  text?: number | string | ReactNode;
5
5
  type?: 'gray' | 'blue' | 'orange' | 'red' | 'green' | 'yellow' | 'purple' | 'sky' | 'pink' | 'teal';
@@ -18,6 +18,7 @@ export const Button = (props) => {
18
18
  const justIcon = !buttonText && !children && iconProps !== undefined;
19
19
  const clickHandler = (e) => {
20
20
  if (pressed || disabled || isLoading) {
21
+ e.preventDefault();
21
22
  return;
22
23
  }
23
24
  onClick === null || onClick === void 0 ? void 0 : onClick(e);
@@ -1,4 +1,4 @@
1
- import { TSVGIconSize, TSVGIconType } from '../SVGIcons/types';
1
+ import { TSVGIconSize, TSVGIconType } from '../../type';
2
2
  export declare const LITE_LOADER_TYPES: string[];
3
3
  export declare const ICON_SIZE_MAPPING: {
4
4
  [key: string]: TSVGIconSize;
@@ -1,5 +1,5 @@
1
1
  import { ButtonHTMLAttributes, LegacyRef, PropsWithChildren, ReactElement } from 'react';
2
- import { TSVGIconType } from '../SVGIcons/types';
2
+ import { TSVGIconType } from '../../type';
3
3
  export interface TButtonPropTypes extends PropsWithChildren<Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'type' | 'children'>> {
4
4
  id?: string;
5
5
  disabled?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { TTextSize } from '../Text/types';
2
- import { TSVGIconSize } from '../SVGIcons/types';
2
+ import { TSVGIconSize } from '../../type';
3
3
  export declare const TEXT_SIZE_MAPPING: {
4
4
  [key: string]: TTextSize;
5
5
  };
@@ -1,4 +1,4 @@
1
- import { ISVGIconProps } from '../SVGIcons/types';
1
+ import { ISVGIconProps } from '../../type';
2
2
  interface IButtonGroupBase {
3
3
  type?: 'primary';
4
4
  size?: 'small' | 'medium' | 'large';
@@ -5,7 +5,8 @@ import { Popover } from '../Popover';
5
5
  import { Link } from '../Link';
6
6
  import { Text } from '../Text';
7
7
  import IconInfo from '../SVGIcons/IconInfo';
8
- import { IconDynamicComponent } from '../IconDynamicComponent';
8
+ import { ICONS_MAPPING } from './consts';
9
+ import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent';
9
10
  export const Checkbox = forwardRef((props, ref) => {
10
11
  const { label, disabled, required = false, link, name, setFieldValue, selectedValue, value, className = '', iconProps = { name: 'checkmark' }, dataId = '', onClick, beforeLink, afterLink, helperText = '', popoverAddons, isInvalid, stopPropagation = false } = props;
11
12
  const localRef = useRef(null);
@@ -38,6 +39,6 @@ export const Checkbox = forwardRef((props, ref) => {
38
39
  'controller--disabled': disabled,
39
40
  'controller--error': isInvalid,
40
41
  [className]: !!className
41
- }), onClick: (e) => stopPropagation && e.stopPropagation(), children: [_jsx("input", { "data-id": dataId, type: "checkbox", ref: inputRef, tabIndex: 0, onChange: changeHandler, checked: Boolean(isChecked), disabled: disabled }), _jsx("span", { className: "controller__icon", children: _jsx(IconDynamicComponent, { componentName: iconProps.name, size: "xxsmall", type: disabled ? 'disabled' : 'inverse', className: "controller__mark" }) }), checkboxLabel ? (_jsxs("div", { className: "controller__right", children: [_jsxs("div", { className: "flexbox", children: [checkboxLabel, checkboxLabelPopover] }), helperText ? (_jsx(Text, { size: "small", type: disabled ? 'disabled' : 'secondary', children: helperText })) : null] })) : null] }) }));
42
+ }), onClick: (e) => stopPropagation && e.stopPropagation(), children: [_jsx("input", { "data-id": dataId, type: "checkbox", ref: inputRef, tabIndex: 0, onChange: changeHandler, checked: Boolean(isChecked), disabled: disabled }), _jsx("span", { className: "controller__icon", children: _jsx(IconDynamicComponent, { Component: ICONS_MAPPING[iconProps.name], size: "xxsmall", type: disabled ? 'disabled' : 'inverse', className: "controller__mark" }) }), checkboxLabel ? (_jsxs("div", { className: "controller__right", children: [_jsxs("div", { className: "flexbox", children: [checkboxLabel, checkboxLabelPopover] }), helperText ? (_jsx(Text, { size: "small", type: disabled ? 'disabled' : 'secondary', children: helperText })) : null] })) : null] }) }));
42
43
  });
43
44
  Checkbox.displayName = 'Checkbox';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
@@ -0,0 +1,4 @@
1
+ import { lazy } from 'react';
2
+ export const ICONS_MAPPING = {
3
+ checkmark: lazy(() => import('../SVGIcons/IconCheckmark'))
4
+ };
@@ -1,4 +1,4 @@
1
- import { TSVGIconSize, TTextSize } from '../SVGIcons/types';
1
+ import { TSVGIconSize, TTextSize } from '../../type';
2
2
  export declare const ICON_SIZE_MAPPING: {
3
3
  [key: string]: TSVGIconSize;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { ISVGIconProps } from '../SVGIcons/types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  export type TChipsColors = 'primary' | 'disabled' | 'brand' | 'danger' | 'warning' | 'success' | 'information' | 'discovery';
4
4
  export interface TChipsProps extends IFormCompProps {
5
5
  text?: string | ReactNode;
@@ -5,7 +5,7 @@ export const Image = (props) => {
5
5
  backgroundImage: `${imagePath ? `url(${imagePath})` : ''}`,
6
6
  backgroundSize: backgroundSize,
7
7
  aspectRatio: ratio
8
- } })) : (_jsx("img", { className: `image ${className}`, src: imagePath, alt: name, fetchPriority: "low", style: {
8
+ } })) : (_jsx("img", { className: `image ${className}`, src: imagePath, alt: name, style: {
9
9
  aspectRatio: ratio,
10
10
  width: isFullWidth ? '100%' : '',
11
11
  height: isFullHeight ? '100%' : ''
@@ -1,5 +1,5 @@
1
1
  import { InputHTMLAttributes, ReactElement, RefObject, FocusEvent } from 'react';
2
- import { ISVGIconProps } from '../SVGIcons/types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  export interface InputCustomProps extends IFormCompProps, Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'onFocus' | 'value' | 'onChange' | 'autoComplete'> {
4
4
  mask?: string;
5
5
  maskChar?: string | null;
@@ -1,4 +1,4 @@
1
- import { TSVGIconSize } from '../SVGIcons/types';
1
+ import { TSVGIconSize } from '../../type';
2
2
  export declare const PAGE_RANGE_DISPLAYED = 3;
3
3
  export declare const ICON_SIZE_MAPPING: {
4
4
  [key: string]: TSVGIconSize;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAdd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAdd;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAddCircle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAddCircle;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAddCircleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAddCircleFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAddFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAirplaneTakeOff: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAirplaneTakeOff;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAirplaneTakeOffFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAirplaneTakeOffFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAlert: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAlert;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAlertBadge: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAlertBadge;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAlertBadgeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAlertBadgeFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAlertFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAlertFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- declare const IconAm: ({ size, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconAm: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAm;
@@ -1,7 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconAm = ({ size, className = '', onClick, refHandler, id, dataId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconAm = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
+ [`svg-icon__type-${type}`]: type,
5
6
  [className]: className
6
7
  }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: [_jsx("rect", { y: "3.43005", width: "24", height: "17.1429", rx: "2", fill: "white" }), _jsx("mask", { id: "mask0_1993_1683", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "3", width: "24", height: "18", children: _jsx("rect", { y: "3.43005", width: "24", height: "17.1429", rx: "2", fill: "white" }) }), _jsxs("g", { mask: "url(#mask0_1993_1683)", children: [_jsx("path", { d: "M0 14.8587H24V9.14441H0V14.8587Z", fill: "#1047B9" }), _jsx("path", { d: "M0 9.14434H24V3.43005H0V9.14434Z", fill: "#F01C31" }), _jsx("path", { d: "M0 20.5729H24V14.8586H0V20.5729Z", fill: "#FECB2F" })] })] }));
7
8
  export default IconAm;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAmd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAmd;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAmdFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAmdFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconApple: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconApple;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDown;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDownLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDownLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDownload: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownload;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowDownloadFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownloadFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowEnter: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowEnter;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowEnterFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowEnterFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExit: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExit;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExitFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExitFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportLeftToRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportLeftToRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportLeftToRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportLeftToRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportRightToLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportRightToLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportRightToLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportRightToLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportUp;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowExportUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportUpFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowImport: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowImport;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowImportFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowImportFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowRepeatAll: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRepeatAll;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowRepeatAllFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRepeatAllFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowReset;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowResetFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowResetFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowSort: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSort;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowSortFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSortFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowSync: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSync;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowSyncFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSyncFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUp;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUpLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUpLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUpRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconArrowUpRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAttach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAttach;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconAttachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAttachFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconBeach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBeach;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconBeachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBeachFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
2
+ import { ISVGIconProps } from '../../type';
3
3
  declare const IconBook: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBook;