hrm_ui_lib 1.6.39 → 2.0.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 (535) hide show
  1. package/{Alert-fd6d6af9.js → Alert-CpcLdi-S.js} +16 -15
  2. package/README.md +76 -0
  3. package/assets/styles/styles.css +170 -74
  4. package/assets/styles/styles.scss +1 -1
  5. package/components/Alert/Alert.js +7 -8
  6. package/components/Alert/index.js +7 -8
  7. package/components/Alert/types.d.ts +0 -1
  8. package/components/Avatar/Avatar.js +7 -8
  9. package/components/Avatar/AvatarGroup.js +7 -8
  10. package/components/Avatar/index.js +7 -8
  11. package/components/Breadcrumb/types.d.ts +0 -1
  12. package/components/Button/Button.js +7 -8
  13. package/components/Button/index.js +7 -8
  14. package/components/CardBody/CardBody.js +7 -8
  15. package/components/CardBody/index.js +7 -8
  16. package/components/CardSelect/CardSelect.js +7 -8
  17. package/components/CardSelect/CardSelectGroup.js +7 -8
  18. package/components/CardSelect/components/CardChips.js +2 -3
  19. package/components/CardSelect/components/CardInput.js +7 -8
  20. package/components/CardSelect/components/index.js +7 -8
  21. package/components/CardSelect/index.js +7 -8
  22. package/components/Cards/CardItem.js +1 -1
  23. package/components/Cards/index.js +1 -1
  24. package/components/Checkbox/Checkbox.js +7 -8
  25. package/components/Checkbox/index.js +7 -8
  26. package/components/Checkbox/types.d.ts +0 -1
  27. package/components/Chips/Chips.js +2 -3
  28. package/components/Chips/index.js +2 -3
  29. package/components/Collapse/CollapseGroup/CollapseGroup.js +4 -5
  30. package/components/Collapse/CollapseItem/CollapseItem.js +2 -3
  31. package/components/Collapse/index.js +4 -5
  32. package/components/Copy/Copy.js +7 -8
  33. package/components/Copy/index.js +7 -8
  34. package/components/Counter/Counter.js +8 -11
  35. package/components/Counter/index.js +7 -8
  36. package/components/DatePicker/CustomHeader/CustomHeader.js +7 -8
  37. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +9 -8
  38. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.d.ts +1 -1
  39. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +10 -13
  40. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.d.ts +1 -1
  41. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +10 -12
  42. package/components/DatePicker/RangeDatePicker/index.js +9 -8
  43. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +9 -9
  44. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
  45. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -13
  46. package/components/DatePicker/SimpleDatePicker/index.js +9 -8
  47. package/components/DatePicker/TimePicker/MobileModalContent.d.ts +1 -0
  48. package/components/DatePicker/TimePicker/MobileModalContent.js +45 -76
  49. package/components/DatePicker/TimePicker/TimePicker.js +10 -10
  50. package/components/DatePicker/TimePicker/TimePickerDesktop.js +9 -9
  51. package/components/DatePicker/TimePicker/TimePickerMobile.js +8 -10
  52. package/components/DatePicker/TimePicker/consts.d.ts +4 -0
  53. package/components/DatePicker/TimePicker/consts.js +8 -0
  54. package/components/DatePicker/TimePicker/helpers.d.ts +3 -2
  55. package/components/DatePicker/TimePicker/helpers.js +19 -6
  56. package/components/DatePicker/TimePicker/index.js +10 -10
  57. package/components/DatePicker/hooks.js +1425 -1210
  58. package/components/DatePicker/index.js +12 -10
  59. package/components/DatePicker/types.d.ts +4 -6
  60. package/components/Empty/Empty.js +7 -8
  61. package/components/Empty/index.js +7 -8
  62. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -8
  63. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +7 -8
  64. package/components/FileUpload/DropzoneFileUpload/FilePreview.js +1 -1
  65. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -8
  66. package/components/FileUpload/DropzoneFileUpload/helpers.d.ts +3 -3
  67. package/components/FileUpload/DropzoneFileUpload/helpers.js +7 -8
  68. package/components/FileUpload/DropzoneFileUpload/index.js +7 -8
  69. package/components/FileUpload/FileUpload.js +7 -8
  70. package/components/FileUpload/UploadItems.js +7 -8
  71. package/components/FileUpload/index.js +10 -11
  72. package/components/FileUpload/types.d.ts +3 -3
  73. package/components/FormContainer/FormContainer.js +9 -10
  74. package/components/FormContainer/index.js +7 -8
  75. package/components/FormField/FormField.js +8 -9
  76. package/components/FormField/index.js +7 -8
  77. package/components/FormField/types.d.ts +0 -1
  78. package/components/Input/Input.js +7 -12
  79. package/components/Input/index.js +7 -8
  80. package/components/ItemSelect/ItemSelect.js +7 -8
  81. package/components/ItemSelect/ItemSelectGroup.js +7 -8
  82. package/components/ItemSelect/index.js +7 -8
  83. package/components/Link/types.d.ts +0 -1
  84. package/components/Menu/Menu.js +7 -8
  85. package/components/Menu/NestedMenu.js +8 -9
  86. package/components/Menu/index.js +7 -8
  87. package/components/Modal/Modal.js +7 -8
  88. package/components/Modal/ModalConfirmation.js +7 -8
  89. package/components/Modal/ModalContent.js +7 -8
  90. package/components/Modal/index.js +7 -8
  91. package/components/More/More.js +7 -8
  92. package/components/More/index.js +7 -8
  93. package/components/Pagination/Pagination.js +2 -3
  94. package/components/Pagination/index.js +2 -3
  95. package/components/Popover/Popover.js +7 -8
  96. package/components/Popover/PopoverDesktop.js +2 -3
  97. package/components/Popover/PopoverMobile.js +7 -8
  98. package/components/Popover/index.js +7 -8
  99. package/components/ProgressStep/ProgressStep.js +1 -2
  100. package/components/ProgressStep/Step.js +1 -2
  101. package/components/ProgressStep/index.js +1 -2
  102. package/components/Radio/Radio.js +0 -1
  103. package/components/Radio/RadioGroup.js +7 -9
  104. package/components/Radio/index.js +7 -8
  105. package/components/SVGIcons/IconAdd.js +1 -2
  106. package/components/SVGIcons/IconAddCircle.js +1 -2
  107. package/components/SVGIcons/IconAddCircleFilled.js +1 -2
  108. package/components/SVGIcons/IconAddFilled.js +1 -2
  109. package/components/SVGIcons/IconAlert.js +1 -2
  110. package/components/SVGIcons/IconAlertBadge.js +1 -2
  111. package/components/SVGIcons/IconAlertBadgeFilled.js +1 -2
  112. package/components/SVGIcons/IconAlertFilled.js +1 -2
  113. package/components/SVGIcons/IconAm.js +1 -2
  114. package/components/SVGIcons/IconAmd.js +1 -2
  115. package/components/SVGIcons/IconAmdFilled.js +1 -2
  116. package/components/SVGIcons/IconApple.js +1 -2
  117. package/components/SVGIcons/IconArrowDown.js +1 -2
  118. package/components/SVGIcons/IconArrowDownFilled.js +1 -2
  119. package/components/SVGIcons/IconArrowDownLeft.js +1 -2
  120. package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -2
  121. package/components/SVGIcons/IconArrowDownload.js +1 -2
  122. package/components/SVGIcons/IconArrowDownloadFilled.js +1 -2
  123. package/components/SVGIcons/IconArrowEnter.js +1 -2
  124. package/components/SVGIcons/IconArrowEnterFilled.js +1 -2
  125. package/components/SVGIcons/IconArrowExit.js +1 -2
  126. package/components/SVGIcons/IconArrowExitFilled.js +1 -2
  127. package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -2
  128. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -2
  129. package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -2
  130. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -2
  131. package/components/SVGIcons/IconArrowExportUp.js +1 -2
  132. package/components/SVGIcons/IconArrowExportUpFilled.js +1 -2
  133. package/components/SVGIcons/IconArrowImport.js +1 -2
  134. package/components/SVGIcons/IconArrowImportFilled.js +1 -2
  135. package/components/SVGIcons/IconArrowLeft.js +1 -2
  136. package/components/SVGIcons/IconArrowLeftFilled.js +1 -2
  137. package/components/SVGIcons/IconArrowRepeatAll.js +1 -2
  138. package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -2
  139. package/components/SVGIcons/IconArrowReset.js +1 -2
  140. package/components/SVGIcons/IconArrowResetFilled.js +1 -2
  141. package/components/SVGIcons/IconArrowRight.js +1 -2
  142. package/components/SVGIcons/IconArrowRightFilled.js +1 -2
  143. package/components/SVGIcons/IconArrowSort.js +1 -2
  144. package/components/SVGIcons/IconArrowSortFilled.js +1 -2
  145. package/components/SVGIcons/IconArrowSync.js +1 -2
  146. package/components/SVGIcons/IconArrowSyncFilled.js +1 -2
  147. package/components/SVGIcons/IconArrowUp.js +1 -2
  148. package/components/SVGIcons/IconArrowUpFilled.js +1 -2
  149. package/components/SVGIcons/IconArrowUpLeft.js +1 -2
  150. package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -2
  151. package/components/SVGIcons/IconArrowUpRight.js +1 -2
  152. package/components/SVGIcons/IconArrowUpRightFilled.js +1 -2
  153. package/components/SVGIcons/IconAttach.js +1 -2
  154. package/components/SVGIcons/IconAttachFilled.js +1 -2
  155. package/components/SVGIcons/IconBeach.js +1 -2
  156. package/components/SVGIcons/IconBeachFilled.js +1 -2
  157. package/components/SVGIcons/IconBook.js +1 -2
  158. package/components/SVGIcons/IconBookFilled.js +1 -2
  159. package/components/SVGIcons/IconBookmark.js +1 -2
  160. package/components/SVGIcons/IconBookmarkFilled.js +1 -2
  161. package/components/SVGIcons/IconBriefcase.js +1 -2
  162. package/components/SVGIcons/IconBriefcaseFilled.js +1 -2
  163. package/components/SVGIcons/IconBuilding.js +1 -2
  164. package/components/SVGIcons/IconBuildingBank.js +1 -2
  165. package/components/SVGIcons/IconBuildingBankFilled.js +1 -2
  166. package/components/SVGIcons/IconBuildingFilled.js +1 -2
  167. package/components/SVGIcons/IconBulletListAdd.js +1 -2
  168. package/components/SVGIcons/IconBulletListAddFilled.js +1 -2
  169. package/components/SVGIcons/IconCalculator.js +1 -2
  170. package/components/SVGIcons/IconCalculatorFilled.js +1 -2
  171. package/components/SVGIcons/IconCalendarClock.js +1 -2
  172. package/components/SVGIcons/IconCalendarClockFilled.js +1 -2
  173. package/components/SVGIcons/IconCalendarDay.js +1 -2
  174. package/components/SVGIcons/IconCalendarDayFilled.js +1 -2
  175. package/components/SVGIcons/IconCalendarEmpty.js +1 -2
  176. package/components/SVGIcons/IconCalendarLeft.js +1 -2
  177. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -2
  178. package/components/SVGIcons/IconCalendarRight.js +1 -2
  179. package/components/SVGIcons/IconCalendarRightFilled.js +1 -2
  180. package/components/SVGIcons/IconCall.js +1 -2
  181. package/components/SVGIcons/IconCallFilled.js +1 -2
  182. package/components/SVGIcons/IconCard.js +1 -2
  183. package/components/SVGIcons/IconCardFilled.js +1 -2
  184. package/components/SVGIcons/IconCaretDown.js +1 -2
  185. package/components/SVGIcons/IconCaretDownFilled.js +1 -2
  186. package/components/SVGIcons/IconCaretDownRight.js +1 -2
  187. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -2
  188. package/components/SVGIcons/IconCaretLeft.js +1 -2
  189. package/components/SVGIcons/IconCaretLeftFilled.js +1 -2
  190. package/components/SVGIcons/IconCaretRight.js +1 -2
  191. package/components/SVGIcons/IconCaretRightFilled.js +1 -2
  192. package/components/SVGIcons/IconCaretUp.js +1 -2
  193. package/components/SVGIcons/IconCaretUpFilled.js +1 -2
  194. package/components/SVGIcons/IconChat.js +1 -2
  195. package/components/SVGIcons/IconChatFilled.js +1 -2
  196. package/components/SVGIcons/IconChatMultiple.js +1 -2
  197. package/components/SVGIcons/IconChatMultipleFilled.js +1 -2
  198. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -2
  199. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -2
  200. package/components/SVGIcons/IconCheckmark.js +1 -2
  201. package/components/SVGIcons/IconCheckmarkCircle.js +1 -2
  202. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -2
  203. package/components/SVGIcons/IconCheckmarkFilled.js +1 -2
  204. package/components/SVGIcons/IconChevronDown.js +1 -2
  205. package/components/SVGIcons/IconChevronDownFilled.js +1 -2
  206. package/components/SVGIcons/IconChevronLeft.js +1 -2
  207. package/components/SVGIcons/IconChevronLeftFilled.js +1 -2
  208. package/components/SVGIcons/IconChevronRight.js +1 -2
  209. package/components/SVGIcons/IconChevronRightFilled.js +1 -2
  210. package/components/SVGIcons/IconChevronUp.js +1 -2
  211. package/components/SVGIcons/IconChevronUpDown.js +1 -2
  212. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -2
  213. package/components/SVGIcons/IconChevronUpFilled.js +1 -2
  214. package/components/SVGIcons/IconClipboardDay.js +1 -2
  215. package/components/SVGIcons/IconClock.js +1 -2
  216. package/components/SVGIcons/IconClockDismiss.js +1 -2
  217. package/components/SVGIcons/IconClockDismissFilled.js +1 -2
  218. package/components/SVGIcons/IconClockFilled.js +1 -2
  219. package/components/SVGIcons/IconComment.js +1 -2
  220. package/components/SVGIcons/IconCommentFilled.js +1 -2
  221. package/components/SVGIcons/IconContractCard.js +1 -2
  222. package/components/SVGIcons/IconContractCardFilled.js +1 -2
  223. package/components/SVGIcons/IconCopy.js +1 -2
  224. package/components/SVGIcons/IconCopyFilled.js +1 -2
  225. package/components/SVGIcons/IconCubeTree.js +1 -2
  226. package/components/SVGIcons/IconCubeTreeFilled.js +1 -2
  227. package/components/SVGIcons/IconDatabase.js +1 -2
  228. package/components/SVGIcons/IconDatabaseFilled.js +1 -2
  229. package/components/SVGIcons/IconDelete.js +1 -2
  230. package/components/SVGIcons/IconDeleteFilled.js +1 -2
  231. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -2
  232. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -2
  233. package/components/SVGIcons/IconDismiss.js +1 -2
  234. package/components/SVGIcons/IconDismissCircle.js +1 -2
  235. package/components/SVGIcons/IconDismissCircleFilled.js +1 -2
  236. package/components/SVGIcons/IconDismissFilled.js +1 -2
  237. package/components/SVGIcons/IconDocument.js +1 -2
  238. package/components/SVGIcons/IconDocumentBulletList.js +1 -2
  239. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -2
  240. package/components/SVGIcons/IconDocumentEdit.js +1 -2
  241. package/components/SVGIcons/IconDocumentEditFilled.js +1 -2
  242. package/components/SVGIcons/IconDocumentFilled.js +1 -2
  243. package/components/SVGIcons/IconDocumentPerson.js +1 -2
  244. package/components/SVGIcons/IconEdit.js +1 -2
  245. package/components/SVGIcons/IconEditFilled.js +1 -2
  246. package/components/SVGIcons/IconErrorCircle.js +1 -2
  247. package/components/SVGIcons/IconErrorCircleFilled.js +1 -2
  248. package/components/SVGIcons/IconEur.js +1 -2
  249. package/components/SVGIcons/IconEurFilled.js +1 -2
  250. package/components/SVGIcons/IconExpandUpLeft.js +1 -2
  251. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -2
  252. package/components/SVGIcons/IconExpandUpRight.js +1 -2
  253. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -2
  254. package/components/SVGIcons/IconEyeOff.js +1 -2
  255. package/components/SVGIcons/IconEyeOffFilled.js +1 -2
  256. package/components/SVGIcons/IconEyeOn.js +1 -2
  257. package/components/SVGIcons/IconEyeOnFilled.js +1 -2
  258. package/components/SVGIcons/IconFacebook.js +1 -2
  259. package/components/SVGIcons/IconFilter.js +1 -2
  260. package/components/SVGIcons/IconFilterFilled.js +1 -2
  261. package/components/SVGIcons/IconFlag.js +1 -2
  262. package/components/SVGIcons/IconFlagFilled.js +1 -2
  263. package/components/SVGIcons/IconFolderLink.js +1 -2
  264. package/components/SVGIcons/IconFolderLinkFilled.js +1 -2
  265. package/components/SVGIcons/IconGb.js +1 -2
  266. package/components/SVGIcons/IconGlobe.js +1 -2
  267. package/components/SVGIcons/IconGlobeFilled.js +1 -2
  268. package/components/SVGIcons/IconGoogle.js +1 -2
  269. package/components/SVGIcons/IconHandOpenHeart.js +1 -2
  270. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -2
  271. package/components/SVGIcons/IconHeart.js +1 -2
  272. package/components/SVGIcons/IconHeartFilled.js +1 -2
  273. package/components/SVGIcons/IconHistory.js +1 -2
  274. package/components/SVGIcons/IconHistoryFilled.js +1 -2
  275. package/components/SVGIcons/IconHome.js +1 -2
  276. package/components/SVGIcons/IconHomeFilled.js +1 -2
  277. package/components/SVGIcons/IconImage.js +1 -2
  278. package/components/SVGIcons/IconImageFilled.js +1 -2
  279. package/components/SVGIcons/IconInfo.js +1 -2
  280. package/components/SVGIcons/IconInfoFilled.js +1 -2
  281. package/components/SVGIcons/IconInstagram.js +1 -2
  282. package/components/SVGIcons/IconKeyReset.js +1 -2
  283. package/components/SVGIcons/IconKeyResetFilled.js +1 -2
  284. package/components/SVGIcons/IconLink.js +1 -2
  285. package/components/SVGIcons/IconLinkFilled.js +1 -2
  286. package/components/SVGIcons/IconLinkedin.js +1 -2
  287. package/components/SVGIcons/IconList.js +1 -2
  288. package/components/SVGIcons/IconListFilled.js +1 -2
  289. package/components/SVGIcons/IconLocation.js +1 -2
  290. package/components/SVGIcons/IconLocationFilled.js +1 -2
  291. package/components/SVGIcons/IconLockClosed.js +1 -2
  292. package/components/SVGIcons/IconLockClosedFilled.js +1 -2
  293. package/components/SVGIcons/IconLockOpen.js +1 -2
  294. package/components/SVGIcons/IconLockOpenFilled.js +1 -2
  295. package/components/SVGIcons/IconMail.js +1 -2
  296. package/components/SVGIcons/IconMailAdd.js +1 -2
  297. package/components/SVGIcons/IconMailAddFilled.js +1 -2
  298. package/components/SVGIcons/IconMailArrowForward.js +1 -2
  299. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -2
  300. package/components/SVGIcons/IconMailFilled.js +1 -2
  301. package/components/SVGIcons/IconMailLink.js +1 -2
  302. package/components/SVGIcons/IconMailLinkFilled.js +1 -2
  303. package/components/SVGIcons/IconMedium.js +1 -2
  304. package/components/SVGIcons/IconMore.js +1 -2
  305. package/components/SVGIcons/IconMoreFilled.js +1 -2
  306. package/components/SVGIcons/IconMoreVertical.js +1 -2
  307. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -2
  308. package/components/SVGIcons/IconNavigation.js +1 -2
  309. package/components/SVGIcons/IconNavigationFilled.js +1 -2
  310. package/components/SVGIcons/IconNotebook.js +1 -2
  311. package/components/SVGIcons/IconNotebookAdd.js +1 -2
  312. package/components/SVGIcons/IconNotebookAddFilled.js +1 -2
  313. package/components/SVGIcons/IconNotebookFilled.js +1 -2
  314. package/components/SVGIcons/IconOnlyEmployee.js +1 -2
  315. package/components/SVGIcons/IconOpen.js +1 -2
  316. package/components/SVGIcons/IconOpenFilled.js +1 -2
  317. package/components/SVGIcons/IconPatient.js +1 -2
  318. package/components/SVGIcons/IconPatientFilled.js +1 -2
  319. package/components/SVGIcons/IconPeople.js +1 -2
  320. package/components/SVGIcons/IconPeopleAdd.js +1 -2
  321. package/components/SVGIcons/IconPeopleAddFilled.js +1 -2
  322. package/components/SVGIcons/IconPeopleFilled.js +1 -2
  323. package/components/SVGIcons/IconPercent.js +1 -2
  324. package/components/SVGIcons/IconPerson.js +1 -2
  325. package/components/SVGIcons/IconPersonAccount.js +1 -2
  326. package/components/SVGIcons/IconPersonAccountFilled.js +1 -2
  327. package/components/SVGIcons/IconPersonAdd.js +1 -2
  328. package/components/SVGIcons/IconPersonAddFilled.js +1 -2
  329. package/components/SVGIcons/IconPersonArrowLeft.js +1 -2
  330. package/components/SVGIcons/IconPersonArrowRight.js +1 -2
  331. package/components/SVGIcons/IconPersonBoard.js +1 -2
  332. package/components/SVGIcons/IconPersonFilled.js +1 -2
  333. package/components/SVGIcons/IconPersonStar.js +1 -2
  334. package/components/SVGIcons/IconPersonStarFilled.js +1 -2
  335. package/components/SVGIcons/IconPersonSubtract.js +1 -2
  336. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -2
  337. package/components/SVGIcons/IconPhone.js +1 -2
  338. package/components/SVGIcons/IconPhoneFilled.js +1 -2
  339. package/components/SVGIcons/IconPlugConnected.js +1 -2
  340. package/components/SVGIcons/IconPos.js +1 -2
  341. package/components/SVGIcons/IconPosFilled.js +1 -2
  342. package/components/SVGIcons/IconProhibited.js +1 -2
  343. package/components/SVGIcons/IconProhibitedFilled.js +1 -2
  344. package/components/SVGIcons/IconProjectProduct.js +1 -2
  345. package/components/SVGIcons/IconQuestion.js +1 -2
  346. package/components/SVGIcons/IconQuestionFilled.js +1 -2
  347. package/components/SVGIcons/IconRedo.js +1 -2
  348. package/components/SVGIcons/IconRedoFilled.js +1 -2
  349. package/components/SVGIcons/IconRu.js +1 -2
  350. package/components/SVGIcons/IconRub.js +1 -2
  351. package/components/SVGIcons/IconRubFilled.js +1 -2
  352. package/components/SVGIcons/IconSave.js +1 -2
  353. package/components/SVGIcons/IconSaveFilled.js +1 -2
  354. package/components/SVGIcons/IconSavings.js +1 -2
  355. package/components/SVGIcons/IconSavingsFilled.js +1 -2
  356. package/components/SVGIcons/IconSearch.js +1 -2
  357. package/components/SVGIcons/IconSearchFilled.js +1 -2
  358. package/components/SVGIcons/IconSelectAllOff.js +1 -2
  359. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -2
  360. package/components/SVGIcons/IconSelectAllOn.js +1 -2
  361. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -2
  362. package/components/SVGIcons/IconSend.js +1 -2
  363. package/components/SVGIcons/IconSendFilled.js +1 -2
  364. package/components/SVGIcons/IconSettings.js +1 -2
  365. package/components/SVGIcons/IconSettingsFilled.js +1 -2
  366. package/components/SVGIcons/IconShare.js +1 -2
  367. package/components/SVGIcons/IconShareAndroid.js +1 -2
  368. package/components/SVGIcons/IconShareAndroidFilled.js +1 -2
  369. package/components/SVGIcons/IconShareFilled.js +1 -2
  370. package/components/SVGIcons/IconSignOut.js +1 -2
  371. package/components/SVGIcons/IconSignOutFilled.js +1 -2
  372. package/components/SVGIcons/IconSpinner.js +1 -2
  373. package/components/SVGIcons/IconSpinnerFilled.js +1 -2
  374. package/components/SVGIcons/IconStatus.js +1 -2
  375. package/components/SVGIcons/IconStatusFilled.js +1 -2
  376. package/components/SVGIcons/IconSubtract.js +1 -2
  377. package/components/SVGIcons/IconSubtractCircle.js +1 -2
  378. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -2
  379. package/components/SVGIcons/IconSubtractFilled.js +1 -2
  380. package/components/SVGIcons/IconTableCellEdit.js +1 -2
  381. package/components/SVGIcons/IconTableCellEditFilled.js +1 -2
  382. package/components/SVGIcons/IconTelegram.js +1 -2
  383. package/components/SVGIcons/IconTimer.js +1 -2
  384. package/components/SVGIcons/IconTimerFilled.js +1 -2
  385. package/components/SVGIcons/IconTwitter.js +1 -2
  386. package/components/SVGIcons/IconUndo.js +1 -2
  387. package/components/SVGIcons/IconUndoFilled.js +1 -2
  388. package/components/SVGIcons/IconUnitsEmployee.js +1 -2
  389. package/components/SVGIcons/IconUpload.js +1 -2
  390. package/components/SVGIcons/IconUsd.js +1 -2
  391. package/components/SVGIcons/IconUsdFilled.js +1 -2
  392. package/components/SVGIcons/IconUserMinus.js +1 -2
  393. package/components/SVGIcons/IconVideo.js +1 -2
  394. package/components/SVGIcons/IconVideoFilled.js +1 -2
  395. package/components/SVGIcons/IconWallet.js +1 -2
  396. package/components/SVGIcons/IconWalletFilled.js +1 -2
  397. package/components/SVGIcons/IconWarning.js +1 -2
  398. package/components/SVGIcons/IconWarningFilled.js +1 -2
  399. package/components/SVGIcons/IconYoutube.js +1 -2
  400. package/components/SVGIcons/index.js +1 -2
  401. package/components/Select/ButtonSelect/ButtonSelect.js +7 -8
  402. package/components/Select/FilterSelect/FilterDropdown.js +7 -8
  403. package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -8
  404. package/components/Select/FilterSelect/FilterSelect.js +7 -8
  405. package/components/Select/MultiSelect/DesktopWrapper.js +3 -4
  406. package/components/Select/MultiSelect/MobileWrapper.js +7 -8
  407. package/components/Select/MultiSelect/MultiBase/MultiBase.js +20 -21
  408. package/components/Select/MultiSelect/MultiSelect.js +8 -10
  409. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +19 -20
  410. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +21 -22
  411. package/components/Select/MultiSelect/OptionsWrapper.js +8 -11
  412. package/components/Select/NestedSelect/NestedSelect.js +7 -8
  413. package/components/Select/ProfileDropdown/index.js +2 -3
  414. package/components/Select/Select/Select.js +8 -9
  415. package/components/Select/Select/SelectDesktop/index.js +9 -10
  416. package/components/Select/Select/SelectMobile/MobileTopContent.js +7 -8
  417. package/components/Select/Select/SelectMobile/index.js +7 -8
  418. package/components/Select/SharedComponents/Actions.js +7 -8
  419. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +1 -2
  420. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -8
  421. package/components/Select/SharedComponents/ContentTop.js +7 -8
  422. package/components/Select/SharedComponents/Footer.js +8 -9
  423. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +7 -8
  424. package/components/Select/SharedComponents/index.js +7 -8
  425. package/components/Select/index.js +7 -8
  426. package/components/SideNavigation/NavigationItem/index.js +2 -3
  427. package/components/SideNavigation/SideNavigation.js +1 -2
  428. package/components/SideNavigation/index.js +2 -3
  429. package/components/SideSheet/Footer/Footer.js +7 -8
  430. package/components/SideSheet/SideSheet.js +8 -9
  431. package/components/SideSheet/index.js +7 -8
  432. package/components/Snackbar/Snackbar.js +9 -10
  433. package/components/Snackbar/index.js +7 -8
  434. package/components/Snackbar/types.d.ts +0 -1
  435. package/components/Status/Status.js +2 -3
  436. package/components/Status/index.js +2 -3
  437. package/components/Stepper/Stepper.js +1 -1
  438. package/components/Stepper/index.js +1 -1
  439. package/components/Stepper/types.d.ts +0 -1
  440. package/components/Switcher/Switcher.js +7 -9
  441. package/components/Switcher/index.js +7 -8
  442. package/components/Switcher/types.d.ts +0 -1
  443. package/components/Tab/Tab.js +3 -4
  444. package/components/Tab/TabItem.js +2 -3
  445. package/components/Tab/index.js +3 -4
  446. package/components/Tab/types.d.ts +0 -1
  447. package/components/Table/Header.js +8 -9
  448. package/components/Table/IndeterminateCheckbox.js +7 -9
  449. package/components/Table/Row.js +7 -8
  450. package/components/Table/Table.js +7 -8
  451. package/components/Table/index.js +7 -8
  452. package/components/Table/utils.js +7 -8
  453. package/components/Textarea/Textarea.js +7 -8
  454. package/components/Textarea/index.js +7 -8
  455. package/components/Textarea/types.d.ts +0 -1
  456. package/components/Tooltip/Tooltip.js +2 -3
  457. package/components/Tooltip/index.js +2 -3
  458. package/consts/index.js +1 -2
  459. package/context/FormContextProvider.d.ts +1 -1
  460. package/context/types.d.ts +0 -1
  461. package/helperComponents/ErrorMessage/types.d.ts +0 -1
  462. package/helperComponents/GoToWebPage/GoToWebPage.js +7 -8
  463. package/helperComponents/IconDynamicComponent/constants.js +0 -1
  464. package/helperComponents/OptionItem/OptionItem.js +7 -8
  465. package/helperComponents/OptionItem/index.js +7 -8
  466. package/helperComponents/index.js +8 -9
  467. package/helpers/check-authorization.js +9 -10
  468. package/helpers/format-date.js +19 -6
  469. package/helpers/index.js +7 -8
  470. package/helpers/isDeepEqual.js +1 -1
  471. package/hooks/index.js +2 -3
  472. package/hooks/useChangePositionsOnScroll.js +1 -2
  473. package/hooks/useDispatchEventOnScroll.js +1 -2
  474. package/hooks/useGetIsMobile.js +2 -3
  475. package/hooks/useGetTooltipStyles.d.ts +1 -1
  476. package/hooks/useHideBodyScroll.js +1 -1
  477. package/hooks/useHideOnScroll.js +1 -2
  478. package/hooks/useOnOutsideClick.js +0 -1
  479. package/hooks/useScreenSize.js +2 -3
  480. package/index.js +30 -28
  481. package/package.json +13 -13
  482. package/utils/helpers.d.ts +1 -1
  483. package/_commonjsHelpers-27689335.js +0 -3
  484. package/defineProperty-2ff83f38.js +0 -28
  485. package/extends-3e40af1f.js +0 -11
  486. package/objectWithoutProperties-0edf05e5.js +0 -23
  487. package/slicedToArray-2d190e96.js +0 -55
  488. package/stories/Alert.stories.d.ts +0 -22
  489. package/stories/Avatar.stories.d.ts +0 -29
  490. package/stories/Badge.stories.d.ts +0 -22
  491. package/stories/Breadcrumb.stories.d.ts +0 -8
  492. package/stories/Button.stories.d.ts +0 -22
  493. package/stories/CardBody.stories.d.ts +0 -8
  494. package/stories/CardSelect.stories.d.ts +0 -24
  495. package/stories/Cards.stories.d.ts +0 -8
  496. package/stories/Checkbox.stories.d.ts +0 -9
  497. package/stories/Chips.stories.d.ts +0 -28
  498. package/stories/Collapse.stories.d.ts +0 -12
  499. package/stories/Container.stories.d.ts +0 -7
  500. package/stories/Copy.stories.d.ts +0 -9
  501. package/stories/Counter.stories.d.ts +0 -8
  502. package/stories/DatePicker.stories.d.ts +0 -16
  503. package/stories/Divider.stories.d.ts +0 -4
  504. package/stories/Empty.stories.d.ts +0 -16
  505. package/stories/FileUpload.stories.d.ts +0 -9
  506. package/stories/Form.stories.d.ts +0 -7
  507. package/stories/Heading.stories.d.ts +0 -36
  508. package/stories/Image.stories.d.ts +0 -4
  509. package/stories/Input.stories.d.ts +0 -16
  510. package/stories/ItemSelect.stories.d.ts +0 -9
  511. package/stories/Link.stories.d.ts +0 -8
  512. package/stories/Menu.stories.d.ts +0 -17
  513. package/stories/Modal.stories.d.ts +0 -17
  514. package/stories/More.stories.d.ts +0 -7
  515. package/stories/NavigationItem.stories.d.ts +0 -13
  516. package/stories/Pagination.stories.d.ts +0 -16
  517. package/stories/Popover.stories.d.ts +0 -16
  518. package/stories/Progress.stories.d.ts +0 -22
  519. package/stories/ProgressStep.stories.d.ts +0 -28
  520. package/stories/Radio.stories.d.ts +0 -10
  521. package/stories/SVGIcons.stories.d.ts +0 -29
  522. package/stories/Select.stories.d.ts +0 -25
  523. package/stories/SideNavigation.stories.d.ts +0 -13
  524. package/stories/SideSheet.stories.d.ts +0 -16
  525. package/stories/Snackbar.stories.d.ts +0 -17
  526. package/stories/Status.stories.d.ts +0 -22
  527. package/stories/Stepper.stories.d.ts +0 -7
  528. package/stories/Switcher.stories.d.ts +0 -16
  529. package/stories/Tab.stories.d.ts +0 -22
  530. package/stories/Table.stories.d.ts +0 -8
  531. package/stories/Text.stories.d.ts +0 -42
  532. package/stories/Textarea.stories.d.ts +0 -8
  533. package/stories/Tooltip.stories.d.ts +0 -22
  534. package/toConsumableArray-f6050ff2.js +0 -19
  535. package/typeof-de618fd6.js +0 -11
@@ -9,6 +9,6 @@ export declare const useGetTooltipStyles: ({ initialPosition, elemRef, tooltipRe
9
9
  initialPosition: TTooltipPosition;
10
10
  elemRef: HTMLElement | null;
11
11
  tooltipRef: HTMLElement | null;
12
- toolTipCurrentWidth?: number | undefined;
12
+ toolTipCurrentWidth?: number;
13
13
  }) => TReturn;
14
14
  export {};
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray } from '../slicedToArray-2d190e96.js';
1
+ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
2
2
  import { useState, useEffect } from 'react';
3
3
 
4
4
  var useHideBodyScroll = function useHideBodyScroll(isOpen) {
@@ -1,7 +1,6 @@
1
1
  import { useEffect } from 'react';
2
2
  import { CUSTOM_SCROLL_NAME, CUSTOM_SCROLL_MESSAGE } from '../consts/index.js';
3
- import '../defineProperty-2ff83f38.js';
4
- import '../typeof-de618fd6.js';
3
+ import '@babel/runtime/helpers/defineProperty';
5
4
  import '../type/file-upload.js';
6
5
 
7
6
  var useHideOnScroll = function useHideOnScroll(hide) {
@@ -9,7 +9,6 @@ function handleMouseDownEvent(event) {
9
9
  var ref = callbackObject.ref,
10
10
  callback = callbackObject.callback,
11
11
  shouldRemoveCallback = callbackObject.shouldRemoveCallback;
12
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
13
12
  // @ts-ignore
14
13
  if (ref && !ref.contains(event.target)) {
15
14
  if (shouldRemoveCallback) {
@@ -1,8 +1,7 @@
1
- import { _ as _slicedToArray } from '../slicedToArray-2d190e96.js';
1
+ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
2
2
  import { useState, useEffect } from 'react';
3
3
  import { SCREEN_SIZES } from '../consts/index.js';
4
- import '../defineProperty-2ff83f38.js';
5
- import '../typeof-de618fd6.js';
4
+ import '@babel/runtime/helpers/defineProperty';
6
5
  import '../type/file-upload.js';
7
6
 
8
7
  var SMALL = SCREEN_SIZES.SMALL,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, a as MOBILE_ANIMATION, M as Modal, P as Popover } from './Alert-fd6d6af9.js';
1
+ export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, M as MOBILE_ANIMATION, a as Modal, P as Popover } from './Alert-CpcLdi-S.js';
2
2
  export { Avatar } from './components/Avatar/Avatar.js';
3
3
  export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
4
4
  export { Badge } from './components/Badge/Badge.js';
@@ -353,21 +353,19 @@ import 'react';
353
353
  import './consts/index.js';
354
354
  export { useFormProps } from './hooks/useFormProps.js';
355
355
  import './hooks/useScreenSize.js';
356
+ import '@babel/runtime/helpers/slicedToArray';
356
357
  export { useFieldArray } from 'react-hook-form';
357
- import './extends-3e40af1f.js';
358
+ import '@babel/runtime/helpers/extends';
358
359
  import './components/Alert/consts.js';
359
360
  import 'classnames';
360
- import './defineProperty-2ff83f38.js';
361
- import './typeof-de618fd6.js';
362
- import './objectWithoutProperties-0edf05e5.js';
361
+ import '@babel/runtime/helpers/defineProperty';
362
+ import '@babel/runtime/helpers/objectWithoutProperties';
363
363
  import 'dayjs';
364
364
  import './helperComponents/Loader/Loader.js';
365
- import './toConsumableArray-f6050ff2.js';
366
- import './slicedToArray-2d190e96.js';
365
+ import '@babel/runtime/helpers/toConsumableArray';
367
366
  import 'react-dropzone';
368
367
  import './type/file-upload.js';
369
368
  import './helpers/format-date.js';
370
- import './_commonjsHelpers-27689335.js';
371
369
  import './helpers/locale.js';
372
370
  import './type/locale.js';
373
371
  import './helpers/storage.js';
@@ -388,35 +386,50 @@ import './hooks/useGetTooltipPosition.js';
388
386
  import './hooks/useHideOnScroll.js';
389
387
  import './helperComponents/IconDynamicComponent/IconDynamicComponent.js';
390
388
  import './helperComponents/IconDynamicComponent/constants.js';
389
+ import '@babel/runtime/helpers/typeof';
391
390
  import './components/FileUpload/DropzoneFileUpload/FilePreview.js';
392
391
  import './helpers/download-file.js';
393
392
  import './components/Button/consts.js';
394
- import './helperComponents/Label/Label.js';
395
- import './components/FileUpload/UploadItems.js';
396
- import './helperComponents/ErrorMessage/ErrorMessage.js';
397
393
  import './components/CardSelect/components/CardChips.js';
398
- import './components/Chips/types.js';
399
- import './components/Chips/consts.js';
400
394
  import './components/CardSelect/components/CardInput.js';
401
- import 'react-input-mask';
402
- import 'react-number-format';
403
395
  import './components/CardSelect/components/CardDescription.js';
404
396
  import './components/CardSelect/components/CardAdditionalInfo.js';
397
+ import './components/Chips/types.js';
398
+ import './components/Chips/consts.js';
405
399
  import './components/DatePicker/TimePicker/TimePickerMobile.js';
400
+ import './helperComponents/Label/Label.js';
406
401
  import './components/DatePicker/TimePicker/MobileModalContent.js';
402
+ import './components/DatePicker/TimePicker/consts.js';
407
403
  import './components/DatePicker/TimePicker/helpers.js';
408
404
  import './components/DatePicker/TimePicker/TimePickerDesktop.js';
409
405
  import 'react-datepicker';
410
406
  import './components/DatePicker/hooks.js';
407
+ import '@babel/runtime/helpers/asyncToGenerator';
408
+ import '@babel/runtime/regenerator';
411
409
  import './components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js';
412
410
  import './components/DatePicker/CustomHeader/CustomHeader.js';
413
411
  import './components/DatePicker/CustomHeader/helpers.js';
414
412
  import './components/DatePicker/localization.js';
413
+ import './components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js';
414
+ import './components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js';
415
+ import './components/DatePicker/types.js';
416
+ import './components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js';
417
+ import './components/FileUpload/UploadItems.js';
418
+ import './helperComponents/ErrorMessage/ErrorMessage.js';
419
+ import '@hookform/resolvers';
420
+ import '@hookform/error-message';
421
+ import 'react-input-mask';
422
+ import 'react-number-format';
423
+ import 'react-dom';
424
+ import 'react-paginate';
425
+ import './components/Pagination/consts.js';
426
+ import './components/ProgressStep/Step.js';
427
+ import './components/ProgressStep/types.js';
428
+ import './components/ProgressStep/consts.js';
415
429
  import './components/Select/Select/SelectDesktop/index.js';
416
430
  import 'react-window';
417
431
  import './hooks/useGetHasBottomSpace.js';
418
432
  import './hooks/useChangePositionsOnScroll.js';
419
- import 'react-dom';
420
433
  import './components/Select/SharedComponents/ContentTop.js';
421
434
  import './components/Select/SharedComponents/Actions.js';
422
435
  import './components/Select/SharedComponents/Loading.js';
@@ -429,28 +442,17 @@ import './components/Select/MultiSelect/OptionsWrapper.js';
429
442
  import './components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js';
430
443
  import './components/Select/MultiSelect/MultiBase/MultiBase.js';
431
444
  import './components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js';
432
- import './components/Tab/TabItem.js';
433
445
  import './components/Select/SharedComponents/Footer.js';
434
446
  import './components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js';
435
447
  import './components/Select/MultiSelect/MobileWrapper.js';
436
448
  import './components/Select/MultiSelect/DesktopWrapper.js';
437
449
  import './components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js';
438
450
  import './components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js';
439
- import './components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js';
440
- import './components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js';
441
- import './components/DatePicker/types.js';
442
- import './components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js';
443
- import '@hookform/resolvers';
444
- import '@hookform/error-message';
445
- import 'react-paginate';
446
- import './components/Pagination/consts.js';
447
- import './components/ProgressStep/Step.js';
448
- import './components/ProgressStep/types.js';
449
- import './components/ProgressStep/consts.js';
450
451
  import './components/SideNavigation/NavigationItem/types.js';
451
452
  import './hooks/useDispatchEventOnScroll.js';
452
453
  import './components/SideSheet/Footer/Footer.js';
453
454
  import './components/Snackbar/consts.js';
455
+ import './components/Tab/TabItem.js';
454
456
  import 'react-table';
455
457
  import './components/Table/utils.js';
456
458
  import './components/Table/IndeterminateCheckbox.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrm_ui_lib",
3
- "version": "1.6.39",
3
+ "version": "2.0.0",
4
4
  "description": "UI library for Dino",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",
@@ -17,20 +17,20 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@hookform/error-message": "^2.0.1",
20
- "@hookform/resolvers": "^2.9.11",
21
- "classnames": "^2.3.2",
22
- "dayjs": "^1.11.10",
23
- "framer-motion": "12.8.0",
24
- "react-datepicker": "^4.25.0",
25
- "react-dropzone": "^11.4.2",
26
- "react-hook-form": "^7.50.0",
20
+ "@hookform/resolvers": "^5.1.1",
21
+ "classnames": "^2.5.1",
22
+ "dayjs": "^1.11.13",
23
+ "framer-motion": "12.23.0",
24
+ "react-datepicker": "^8.4.0",
25
+ "react-dropzone": "^14.3.8",
26
+ "react-hook-form": "^7.59.0",
27
27
  "react-input-mask": "^2.0.4",
28
- "react-number-format": "^5.3.1",
29
- "react-paginate": "^8.2.0",
30
- "react-syntax-highlighter": "^15.5.0",
28
+ "react-number-format": "^5.4.4",
29
+ "react-paginate": "^8.3.0",
30
+ "react-syntax-highlighter": "^15.6.1",
31
31
  "react-table": "^7.8.0",
32
- "react-toastify": "10.0.5",
33
- "react-window": "^1.8.10"
32
+ "react-toastify": "11.0.5",
33
+ "react-window": "^1.8.11"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "homepage": "https://github.com/hrmuilibrary/hrm_ui_library"
@@ -3,7 +3,7 @@ export declare const checkIsAllowedFileSize: (allowedSize: number, fileSize: num
3
3
  export declare const openFileInNewWindow: ({ e, file, handleFileClick }: {
4
4
  e: TClickEventType;
5
5
  file: File;
6
- handleFileClick?: ((file: File) => void) | undefined;
6
+ handleFileClick?: (file: File) => void;
7
7
  }) => void;
8
8
  export declare const getFormattedValues: (files: File[]) => FileReader[];
9
9
  export declare const uniqueFiles: (files: File[]) => File[];
@@ -1,3 +0,0 @@
1
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
-
3
- export { commonjsGlobal as c };
@@ -1,28 +0,0 @@
1
- import { _ as _typeof } from './typeof-de618fd6.js';
2
-
3
- function toPrimitive(t, r) {
4
- if ("object" != _typeof(t) || !t) return t;
5
- var e = t[Symbol.toPrimitive];
6
- if (void 0 !== e) {
7
- var i = e.call(t, r || "default");
8
- if ("object" != _typeof(i)) return i;
9
- throw new TypeError("@@toPrimitive must return a primitive value.");
10
- }
11
- return ("string" === r ? String : Number)(t);
12
- }
13
-
14
- function toPropertyKey(t) {
15
- var i = toPrimitive(t, "string");
16
- return "symbol" == _typeof(i) ? i : i + "";
17
- }
18
-
19
- function _defineProperty(e, r, t) {
20
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
21
- value: t,
22
- enumerable: !0,
23
- configurable: !0,
24
- writable: !0
25
- }) : e[r] = t, e;
26
- }
27
-
28
- export { _defineProperty as _ };
@@ -1,11 +0,0 @@
1
- function _extends() {
2
- return _extends = Object.assign ? Object.assign.bind() : function (n) {
3
- for (var e = 1; e < arguments.length; e++) {
4
- var t = arguments[e];
5
- for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
6
- }
7
- return n;
8
- }, _extends.apply(null, arguments);
9
- }
10
-
11
- export { _extends as _ };
@@ -1,23 +0,0 @@
1
- function _objectWithoutPropertiesLoose(r, e) {
2
- if (null == r) return {};
3
- var t = {};
4
- for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
5
- if (-1 !== e.indexOf(n)) continue;
6
- t[n] = r[n];
7
- }
8
- return t;
9
- }
10
-
11
- function _objectWithoutProperties(e, t) {
12
- if (null == e) return {};
13
- var o,
14
- r,
15
- i = _objectWithoutPropertiesLoose(e, t);
16
- if (Object.getOwnPropertySymbols) {
17
- var n = Object.getOwnPropertySymbols(e);
18
- for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
19
- }
20
- return i;
21
- }
22
-
23
- export { _objectWithoutProperties as _ };
@@ -1,55 +0,0 @@
1
- function _arrayWithHoles(r) {
2
- if (Array.isArray(r)) return r;
3
- }
4
-
5
- function _iterableToArrayLimit(r, l) {
6
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
7
- if (null != t) {
8
- var e,
9
- n,
10
- i,
11
- u,
12
- a = [],
13
- f = !0,
14
- o = !1;
15
- try {
16
- if (i = (t = t.call(r)).next, 0 === l) {
17
- if (Object(t) !== t) return;
18
- f = !1;
19
- } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
20
- } catch (r) {
21
- o = !0, n = r;
22
- } finally {
23
- try {
24
- if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
25
- } finally {
26
- if (o) throw n;
27
- }
28
- }
29
- return a;
30
- }
31
- }
32
-
33
- function _arrayLikeToArray(r, a) {
34
- (null == a || a > r.length) && (a = r.length);
35
- for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
36
- return n;
37
- }
38
-
39
- function _unsupportedIterableToArray(r, a) {
40
- if (r) {
41
- if ("string" == typeof r) return _arrayLikeToArray(r, a);
42
- var t = {}.toString.call(r).slice(8, -1);
43
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
44
- }
45
- }
46
-
47
- function _nonIterableRest() {
48
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
49
- }
50
-
51
- function _slicedToArray(r, e) {
52
- return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
53
- }
54
-
55
- export { _slicedToArray as _, _arrayLikeToArray as a, _unsupportedIterableToArray as b };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { TAlertProps } from '../components/Alert/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TAlertProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- type: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- position: {
14
- options: string[];
15
- control: {
16
- type: string;
17
- };
18
- };
19
- };
20
- };
21
- export default _default;
22
- export declare const Alert: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TAlertProps>;
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import { TAvatarGroupProps, TAvatarProps } from '../components/Avatar/types';
3
- declare const _default: {
4
- title: string;
5
- component: ({ dataId, id, color, size, type, imagePath, initials, className, isEditable, allowedTypes, onError, fileAllowedSize, onAvatarChange }: TAvatarProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- color: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- type: {
14
- options: string[];
15
- control: {
16
- type: string;
17
- };
18
- };
19
- size: {
20
- options: string[];
21
- control: {
22
- type: string;
23
- };
24
- };
25
- };
26
- };
27
- export default _default;
28
- export declare const Avatar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TAvatarProps>;
29
- export declare const AvatarGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TAvatarGroupProps>;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { TBadgeProps } from '../components/Badge/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TBadgeProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- type: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- size: {
14
- options: string[];
15
- control: {
16
- type: string;
17
- };
18
- };
19
- };
20
- };
21
- export default _default;
22
- export declare const Badge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TBadgeProps>;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { TBreadCrumbProps } from '../components/Breadcrumb/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TBreadCrumbProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
6
- };
7
- export default _default;
8
- export declare const Breadcrumb: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TBreadCrumbProps>;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { TButtonPropTypes } from '../components/Button/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TButtonPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- type: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- size: {
14
- options: string[];
15
- control: {
16
- type: string;
17
- };
18
- };
19
- };
20
- };
21
- export default _default;
22
- export declare const Button: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TButtonPropTypes>;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { TCardBodyProps } from '../components/CardBody/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TCardBodyProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- };
7
- export default _default;
8
- export declare const CardBody: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCardBodyProps>;
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import { CARD_SELECT_TYPES } from '../consts';
3
- import { TCardSelectGroupProps, TCardSelectProps } from '../components/CardSelect/types';
4
- declare const _default: {
5
- title: string;
6
- component: (props: TCardSelectGroupProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
7
- argTypes: {
8
- cardsGroupType: {
9
- options: CARD_SELECT_TYPES[];
10
- control: {
11
- type: string;
12
- };
13
- };
14
- cardsGroupDisable: {
15
- options: boolean[];
16
- control: {
17
- type: string;
18
- };
19
- };
20
- };
21
- };
22
- export default _default;
23
- export declare const CardSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCardSelectProps>;
24
- export declare const CardSelectGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCardSelectGroupProps>;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { TCardItemProps } from '../components/Cards/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TCardItemProps) => import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
6
- };
7
- export default _default;
8
- export declare const Cards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCardItemProps>;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { TCheckboxProps } from '../components/Checkbox/types';
3
- declare const _default: {
4
- title: string;
5
- component: React.ForwardRefExoticComponent<TCheckboxProps & React.RefAttributes<HTMLInputElement>>;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const Checkbox: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCheckboxProps>;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { TChipsProps } from '../components/Chips/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TChipsProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- type: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- color: {
14
- options: string[];
15
- control: {
16
- type: string;
17
- };
18
- };
19
- size: {
20
- options: string[];
21
- control: {
22
- type: string;
23
- };
24
- };
25
- };
26
- };
27
- export default _default;
28
- export declare const Chips: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TChipsProps>;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { TCollapseGroupProps, TCollapseProps } from '../components/Collapse/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TCollapseProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const CollapseItem: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCollapseProps & {
10
- textTitle: string;
11
- }>;
12
- export declare const CollapseGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCollapseGroupProps>;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.FC<import("../components/Container/types").TContainerProps>;
5
- };
6
- export default _default;
7
- export declare const Container: () => React.ReactElement;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { TCopyProps } from '../components/Copy/types';
3
- declare const _default: {
4
- title: string;
5
- component: ({ textAfterCopy, className, text, dataId }: TCopyProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const Copy: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCopyProps>;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { ICounterProps } from '../components/Counter/types';
3
- declare const _default: {
4
- title: string;
5
- component: React.ForwardRefExoticComponent<ICounterProps & React.RefAttributes<unknown>>;
6
- };
7
- export default _default;
8
- export declare const Counter: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ICounterProps>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { IRangeDatePickerProps, ISimpleDatePickerProps } from '../components/DatePicker/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: IRangeDatePickerProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- locale: {
8
- control: string;
9
- options: string[];
10
- };
11
- };
12
- };
13
- export default _default;
14
- export declare const SimpleDatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ISimpleDatePickerProps>;
15
- export declare const TimePicker: () => React.ReactElement;
16
- export declare const RangeDatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IRangeDatePickerProps>;
@@ -1,4 +0,0 @@
1
- import { TDividerProps } from '../components/Divider/types';
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
3
- export default _default;
4
- export declare const Divider: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TDividerProps>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { TEmptyProps } from '../components/Empty/types';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TEmptyProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
6
- argTypes: {
7
- size: {
8
- options: string[];
9
- control: {
10
- type: string;
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const Empty: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TEmptyProps>;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { TFileUploadProps } from '../components/FileUpload';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TFileUploadProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
6
- };
7
- export default _default;
8
- export declare const FileUpload: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TFileUploadProps>;
9
- export declare const DropzoneFileUpload: (args: any) => import("react/jsx-runtime").JSX.Element;