hrm_ui_lib 1.4.2 → 1.4.4

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 (521) hide show
  1. package/{Button-028f6f93.js → Button-2f532776.js} +48 -48
  2. package/assets/styles/styles.css +87 -86
  3. package/assets/styles/styles.scss +1 -1
  4. package/components/Alert/Alert.js +19 -19
  5. package/components/Alert/index.js +8 -8
  6. package/components/Alert/types.d.ts +3 -2
  7. package/components/Avatar/Avatar.js +12 -12
  8. package/components/Avatar/AvatarGroup.js +19 -19
  9. package/components/Avatar/index.js +9 -9
  10. package/components/Badge/Badge.js +4 -4
  11. package/components/Breadcrumb/Breadcrumb.js +4 -4
  12. package/components/Breadcrumb/types.d.ts +2 -1
  13. package/components/Button/Button.js +8 -8
  14. package/components/Button/index.js +8 -8
  15. package/components/ButtonIcon/ButtonIcon.js +8 -8
  16. package/components/ButtonIcon/index.js +8 -8
  17. package/components/CardBody/CardBody.d.ts +2 -1
  18. package/components/CardBody/CardBody.js +17 -17
  19. package/components/CardBody/index.js +8 -8
  20. package/components/CardSelect/CardSelect.js +21 -21
  21. package/components/CardSelect/CardSelectGroup.d.ts +2 -1
  22. package/components/CardSelect/CardSelectGroup.js +11 -11
  23. package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
  24. package/components/CardSelect/components/CardChips.js +6 -6
  25. package/components/CardSelect/components/CardDescription.js +3 -3
  26. package/components/CardSelect/components/CardInput.js +10 -10
  27. package/components/CardSelect/components/index.js +8 -8
  28. package/components/CardSelect/index.js +8 -8
  29. package/components/Cards/CardItem.js +11 -11
  30. package/components/Cards/index.js +1 -1
  31. package/components/Checkbox/Checkbox.js +8 -8
  32. package/components/Checkbox/index.js +8 -8
  33. package/components/Checkbox/types.d.ts +4 -3
  34. package/components/Chips/Chips.js +8 -8
  35. package/components/Chips/index.js +3 -3
  36. package/components/Collapse/CollapseGroup/CollapseGroup.js +10 -10
  37. package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
  38. package/components/Collapse/CollapseItem/CollapseItem.js +19 -19
  39. package/components/Collapse/index.js +7 -7
  40. package/components/Container/Container.js +2 -2
  41. package/components/Copy/Copy.js +12 -12
  42. package/components/Copy/index.js +8 -8
  43. package/components/Counter/Counter.js +10 -10
  44. package/components/Counter/index.js +8 -8
  45. package/components/DatePicker/CustomHeader/CustomHeader.d.ts +0 -1
  46. package/components/DatePicker/CustomHeader/CustomHeader.js +16 -16
  47. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +11 -11
  48. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +14 -14
  49. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +14 -14
  50. package/components/DatePicker/RangeDatePicker/index.js +9 -9
  51. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +11 -11
  52. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +15 -15
  53. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +16 -16
  54. package/components/DatePicker/SimpleDatePicker/index.js +9 -9
  55. package/components/DatePicker/TimePicker/MobileModalContent.js +20 -20
  56. package/components/DatePicker/TimePicker/TimePicker.js +10 -10
  57. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
  58. package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -13
  59. package/components/DatePicker/TimePicker/TimePickerMobile.js +12 -12
  60. package/components/DatePicker/TimePicker/index.js +8 -8
  61. package/components/DatePicker/hooks.js +4 -4
  62. package/components/DatePicker/index.js +9 -9
  63. package/components/Divider/Divider.d.ts +2 -1
  64. package/components/Divider/Divider.js +2 -2
  65. package/components/Empty/Empty.d.ts +2 -1
  66. package/components/Empty/Empty.js +16 -16
  67. package/components/Empty/index.js +8 -8
  68. package/components/FileUpload/FileUpload.d.ts +2 -1
  69. package/components/FileUpload/FileUpload.js +19 -19
  70. package/components/FileUpload/UploadItems.d.ts +2 -1
  71. package/components/FileUpload/UploadItems.js +17 -17
  72. package/components/FileUpload/index.js +9 -9
  73. package/components/FileUpload/types.d.ts +4 -3
  74. package/components/FormContainer/FormContainer.d.ts +2 -1
  75. package/components/FormContainer/FormContainer.js +13 -13
  76. package/components/FormContainer/index.js +8 -8
  77. package/components/FormField/FormField.js +14 -14
  78. package/components/FormField/index.js +8 -8
  79. package/components/FormField/types.d.ts +2 -1
  80. package/components/Heading/Heading.js +2 -2
  81. package/components/Image/Image.d.ts +2 -1
  82. package/components/Image/Image.js +3 -3
  83. package/components/Input/Input.js +25 -25
  84. package/components/Input/index.js +8 -8
  85. package/components/ItemSelect/ItemSelect.js +16 -16
  86. package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
  87. package/components/ItemSelect/ItemSelectGroup.js +11 -11
  88. package/components/ItemSelect/index.js +8 -8
  89. package/components/Link/Link.js +4 -4
  90. package/components/Link/types.d.ts +4 -3
  91. package/components/Menu/Menu.js +13 -13
  92. package/components/Menu/NestedMenu.js +14 -14
  93. package/components/Menu/index.js +9 -9
  94. package/components/Modal/Modal.js +8 -8
  95. package/components/Modal/ModalConfirmation.js +19 -19
  96. package/components/Modal/ModalContent.js +8 -8
  97. package/components/Modal/index.js +8 -8
  98. package/components/More/More.d.ts +2 -1
  99. package/components/More/More.js +11 -11
  100. package/components/More/index.js +8 -8
  101. package/components/Pagination/Pagination.d.ts +2 -1
  102. package/components/Pagination/Pagination.js +9 -9
  103. package/components/Pagination/index.js +3 -3
  104. package/components/Popover/Popover.js +8 -8
  105. package/components/Popover/PopoverDesktop.js +6 -6
  106. package/components/Popover/PopoverMobile.js +8 -8
  107. package/components/Popover/index.js +8 -8
  108. package/components/Progress/Progress.d.ts +2 -1
  109. package/components/Progress/Progress.js +7 -7
  110. package/components/ProgressStep/ProgressStep.js +5 -5
  111. package/components/ProgressStep/Step.js +13 -13
  112. package/components/ProgressStep/index.js +2 -2
  113. package/components/Radio/Radio.js +7 -7
  114. package/components/Radio/RadioGroup.js +13 -13
  115. package/components/Radio/index.js +8 -8
  116. package/components/SVGIcons/IconAdd.js +5 -5
  117. package/components/SVGIcons/IconAddCircle.js +6 -6
  118. package/components/SVGIcons/IconAddCircleFilled.js +6 -6
  119. package/components/SVGIcons/IconAddFilled.js +5 -5
  120. package/components/SVGIcons/IconAlert.js +6 -6
  121. package/components/SVGIcons/IconAlertBadge.js +6 -6
  122. package/components/SVGIcons/IconAlertBadgeFilled.js +6 -6
  123. package/components/SVGIcons/IconAlertFilled.js +6 -6
  124. package/components/SVGIcons/IconAm.js +11 -11
  125. package/components/SVGIcons/IconAmd.js +5 -5
  126. package/components/SVGIcons/IconAmdFilled.js +5 -5
  127. package/components/SVGIcons/IconApple.js +6 -6
  128. package/components/SVGIcons/IconArrowDown.js +6 -6
  129. package/components/SVGIcons/IconArrowDownFilled.js +6 -6
  130. package/components/SVGIcons/IconArrowDownLeft.js +6 -6
  131. package/components/SVGIcons/IconArrowDownLeftFilled.js +6 -6
  132. package/components/SVGIcons/IconArrowDownload.js +6 -6
  133. package/components/SVGIcons/IconArrowDownloadFilled.js +6 -6
  134. package/components/SVGIcons/IconArrowEnter.js +5 -5
  135. package/components/SVGIcons/IconArrowEnterFilled.js +5 -5
  136. package/components/SVGIcons/IconArrowExit.js +5 -5
  137. package/components/SVGIcons/IconArrowExitFilled.js +5 -5
  138. package/components/SVGIcons/IconArrowExportLeftToRight.js +6 -6
  139. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +6 -6
  140. package/components/SVGIcons/IconArrowExportRightToLeft.js +6 -6
  141. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +6 -6
  142. package/components/SVGIcons/IconArrowExportUp.js +6 -6
  143. package/components/SVGIcons/IconArrowExportUpFilled.js +6 -6
  144. package/components/SVGIcons/IconArrowImport.js +6 -6
  145. package/components/SVGIcons/IconArrowImportFilled.js +6 -6
  146. package/components/SVGIcons/IconArrowLeft.js +6 -6
  147. package/components/SVGIcons/IconArrowLeftFilled.js +6 -6
  148. package/components/SVGIcons/IconArrowRepeatAll.js +6 -6
  149. package/components/SVGIcons/IconArrowRepeatAllFilled.js +6 -6
  150. package/components/SVGIcons/IconArrowReset.js +6 -6
  151. package/components/SVGIcons/IconArrowResetFilled.js +6 -6
  152. package/components/SVGIcons/IconArrowRight.js +6 -6
  153. package/components/SVGIcons/IconArrowRightFilled.js +6 -6
  154. package/components/SVGIcons/IconArrowSort.js +5 -5
  155. package/components/SVGIcons/IconArrowSortFilled.js +5 -5
  156. package/components/SVGIcons/IconArrowSync.js +5 -5
  157. package/components/SVGIcons/IconArrowSyncFilled.js +5 -5
  158. package/components/SVGIcons/IconArrowUp.js +6 -6
  159. package/components/SVGIcons/IconArrowUpFilled.js +6 -6
  160. package/components/SVGIcons/IconArrowUpLeft.js +6 -6
  161. package/components/SVGIcons/IconArrowUpLeftFilled.js +6 -6
  162. package/components/SVGIcons/IconArrowUpRight.js +6 -6
  163. package/components/SVGIcons/IconArrowUpRightFilled.js +6 -6
  164. package/components/SVGIcons/IconAttach.js +6 -6
  165. package/components/SVGIcons/IconAttachFilled.js +6 -6
  166. package/components/SVGIcons/IconBeach.js +5 -5
  167. package/components/SVGIcons/IconBeachFilled.js +5 -5
  168. package/components/SVGIcons/IconBook.js +6 -6
  169. package/components/SVGIcons/IconBookFilled.js +6 -6
  170. package/components/SVGIcons/IconBookmark.js +6 -6
  171. package/components/SVGIcons/IconBookmarkFilled.js +6 -6
  172. package/components/SVGIcons/IconBriefcase.js +6 -6
  173. package/components/SVGIcons/IconBriefcaseFilled.js +6 -6
  174. package/components/SVGIcons/IconBuilding.js +12 -12
  175. package/components/SVGIcons/IconBuildingBank.js +5 -5
  176. package/components/SVGIcons/IconBuildingBankFilled.js +5 -5
  177. package/components/SVGIcons/IconBuildingFilled.js +6 -6
  178. package/components/SVGIcons/IconBulletListAdd.js +6 -6
  179. package/components/SVGIcons/IconBulletListAddFilled.js +6 -6
  180. package/components/SVGIcons/IconCalculator.js +6 -6
  181. package/components/SVGIcons/IconCalculatorFilled.js +6 -6
  182. package/components/SVGIcons/IconCalendarClock.js +5 -5
  183. package/components/SVGIcons/IconCalendarClockFilled.js +5 -5
  184. package/components/SVGIcons/IconCalendarDay.js +6 -6
  185. package/components/SVGIcons/IconCalendarDayFilled.js +6 -6
  186. package/components/SVGIcons/IconCalendarLeft.js +5 -5
  187. package/components/SVGIcons/IconCalendarLeftFilled.js +5 -5
  188. package/components/SVGIcons/IconCalendarRight.js +5 -5
  189. package/components/SVGIcons/IconCalendarRightFilled.js +5 -5
  190. package/components/SVGIcons/IconCall.js +6 -6
  191. package/components/SVGIcons/IconCallFilled.js +6 -6
  192. package/components/SVGIcons/IconCard.js +5 -5
  193. package/components/SVGIcons/IconCardFilled.js +5 -5
  194. package/components/SVGIcons/IconCaretDown.js +5 -5
  195. package/components/SVGIcons/IconCaretDownFilled.js +5 -5
  196. package/components/SVGIcons/IconCaretDownRight.js +5 -5
  197. package/components/SVGIcons/IconCaretDownRightFilled.js +5 -5
  198. package/components/SVGIcons/IconCaretLeft.js +5 -5
  199. package/components/SVGIcons/IconCaretLeftFilled.js +5 -5
  200. package/components/SVGIcons/IconCaretRight.js +5 -5
  201. package/components/SVGIcons/IconCaretRightFilled.js +5 -5
  202. package/components/SVGIcons/IconCaretUp.js +5 -5
  203. package/components/SVGIcons/IconCaretUpFilled.js +5 -5
  204. package/components/SVGIcons/IconChat.js +5 -5
  205. package/components/SVGIcons/IconChatFilled.js +5 -5
  206. package/components/SVGIcons/IconChatMultiple.js +5 -5
  207. package/components/SVGIcons/IconChatMultipleFilled.js +5 -5
  208. package/components/SVGIcons/IconCheckboxArrowRight.js +6 -6
  209. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +6 -6
  210. package/components/SVGIcons/IconCheckmark.js +5 -5
  211. package/components/SVGIcons/IconCheckmarkCircle.js +5 -5
  212. package/components/SVGIcons/IconCheckmarkCircleFilled.js +5 -5
  213. package/components/SVGIcons/IconCheckmarkFilled.js +5 -5
  214. package/components/SVGIcons/IconChevronDown.js +5 -5
  215. package/components/SVGIcons/IconChevronDownFilled.js +5 -5
  216. package/components/SVGIcons/IconChevronLeft.js +5 -5
  217. package/components/SVGIcons/IconChevronLeftFilled.js +5 -5
  218. package/components/SVGIcons/IconChevronRight.js +5 -5
  219. package/components/SVGIcons/IconChevronRightFilled.js +5 -5
  220. package/components/SVGIcons/IconChevronUp.js +5 -5
  221. package/components/SVGIcons/IconChevronUpDown.js +6 -6
  222. package/components/SVGIcons/IconChevronUpDownFilled.js +6 -6
  223. package/components/SVGIcons/IconChevronUpFilled.js +5 -5
  224. package/components/SVGIcons/IconClock.js +6 -6
  225. package/components/SVGIcons/IconClockDismiss.js +5 -5
  226. package/components/SVGIcons/IconClockDismissFilled.js +5 -5
  227. package/components/SVGIcons/IconClockFilled.js +6 -6
  228. package/components/SVGIcons/IconComment.js +6 -6
  229. package/components/SVGIcons/IconCommentFilled.js +6 -6
  230. package/components/SVGIcons/IconContractCard.js +5 -5
  231. package/components/SVGIcons/IconContractCardFilled.js +5 -5
  232. package/components/SVGIcons/IconCopy.js +5 -5
  233. package/components/SVGIcons/IconCopyFilled.js +5 -5
  234. package/components/SVGIcons/IconCubeTree.js +5 -5
  235. package/components/SVGIcons/IconCubeTreeFilled.js +6 -6
  236. package/components/SVGIcons/IconDatabase.js +6 -6
  237. package/components/SVGIcons/IconDatabaseFilled.js +6 -6
  238. package/components/SVGIcons/IconDelete.js +5 -5
  239. package/components/SVGIcons/IconDeleteFilled.js +5 -5
  240. package/components/SVGIcons/IconDeviceMeetingRoom.js +5 -5
  241. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +5 -5
  242. package/components/SVGIcons/IconDismiss.js +5 -5
  243. package/components/SVGIcons/IconDismissCircle.js +6 -6
  244. package/components/SVGIcons/IconDismissCircleFilled.js +6 -6
  245. package/components/SVGIcons/IconDismissFilled.js +5 -5
  246. package/components/SVGIcons/IconDocument.js +5 -5
  247. package/components/SVGIcons/IconDocumentBulletList.js +6 -6
  248. package/components/SVGIcons/IconDocumentBulletListFilled.js +6 -6
  249. package/components/SVGIcons/IconDocumentEdit.js +5 -5
  250. package/components/SVGIcons/IconDocumentEditFilled.js +5 -5
  251. package/components/SVGIcons/IconDocumentFilled.js +5 -5
  252. package/components/SVGIcons/IconEdit.js +5 -5
  253. package/components/SVGIcons/IconEditFilled.js +5 -5
  254. package/components/SVGIcons/IconErrorCircle.js +5 -5
  255. package/components/SVGIcons/IconErrorCircleFilled.js +5 -5
  256. package/components/SVGIcons/IconEur.js +5 -5
  257. package/components/SVGIcons/IconEurFilled.js +5 -5
  258. package/components/SVGIcons/IconExpandUpLeft.js +6 -6
  259. package/components/SVGIcons/IconExpandUpLeftFilled.js +6 -6
  260. package/components/SVGIcons/IconExpandUpRight.js +6 -6
  261. package/components/SVGIcons/IconExpandUpRightFilled.js +6 -6
  262. package/components/SVGIcons/IconEyeOff.js +6 -6
  263. package/components/SVGIcons/IconEyeOffFilled.js +6 -6
  264. package/components/SVGIcons/IconEyeOn.js +6 -6
  265. package/components/SVGIcons/IconEyeOnFilled.js +6 -6
  266. package/components/SVGIcons/IconFacebook.js +8 -8
  267. package/components/SVGIcons/IconFilter.js +5 -5
  268. package/components/SVGIcons/IconFilterFilled.js +5 -5
  269. package/components/SVGIcons/IconFlag.js +6 -6
  270. package/components/SVGIcons/IconFlagFilled.js +6 -6
  271. package/components/SVGIcons/IconFolderLink.js +5 -5
  272. package/components/SVGIcons/IconFolderLinkFilled.js +5 -5
  273. package/components/SVGIcons/IconGb.js +15 -15
  274. package/components/SVGIcons/IconGlobe.js +5 -5
  275. package/components/SVGIcons/IconGlobeFilled.js +5 -5
  276. package/components/SVGIcons/IconGoogle.js +8 -8
  277. package/components/SVGIcons/IconHandOpenHeart.js +6 -6
  278. package/components/SVGIcons/IconHandOpenHeartFilled.js +6 -6
  279. package/components/SVGIcons/IconHeart.js +6 -6
  280. package/components/SVGIcons/IconHeartFilled.js +6 -6
  281. package/components/SVGIcons/IconHistory.js +6 -6
  282. package/components/SVGIcons/IconHistoryFilled.js +6 -6
  283. package/components/SVGIcons/IconHome.js +6 -6
  284. package/components/SVGIcons/IconHomeFilled.js +6 -6
  285. package/components/SVGIcons/IconImage.js +6 -6
  286. package/components/SVGIcons/IconImageFilled.js +6 -6
  287. package/components/SVGIcons/IconInfo.js +5 -5
  288. package/components/SVGIcons/IconInfoFilled.js +5 -5
  289. package/components/SVGIcons/IconInstagram.js +8 -8
  290. package/components/SVGIcons/IconKeyReset.js +6 -6
  291. package/components/SVGIcons/IconKeyResetFilled.js +6 -6
  292. package/components/SVGIcons/IconLink.js +6 -6
  293. package/components/SVGIcons/IconLinkFilled.js +6 -6
  294. package/components/SVGIcons/IconLinkedin.js +6 -6
  295. package/components/SVGIcons/IconList.js +5 -5
  296. package/components/SVGIcons/IconListFilled.js +6 -6
  297. package/components/SVGIcons/IconLocation.js +6 -6
  298. package/components/SVGIcons/IconLocationFilled.js +6 -6
  299. package/components/SVGIcons/IconLockClosed.js +6 -6
  300. package/components/SVGIcons/IconLockClosedFilled.js +6 -6
  301. package/components/SVGIcons/IconLockOpen.js +6 -6
  302. package/components/SVGIcons/IconLockOpenFilled.js +6 -6
  303. package/components/SVGIcons/IconMail.js +6 -6
  304. package/components/SVGIcons/IconMailAdd.js +6 -6
  305. package/components/SVGIcons/IconMailAddFilled.js +6 -6
  306. package/components/SVGIcons/IconMailArrowForward.js +6 -6
  307. package/components/SVGIcons/IconMailArrowForwardFilled.js +6 -6
  308. package/components/SVGIcons/IconMailFilled.js +6 -6
  309. package/components/SVGIcons/IconMailLink.js +6 -6
  310. package/components/SVGIcons/IconMailLinkFilled.js +6 -6
  311. package/components/SVGIcons/IconMedium.js +6 -6
  312. package/components/SVGIcons/IconMore.js +6 -6
  313. package/components/SVGIcons/IconMoreFilled.js +6 -6
  314. package/components/SVGIcons/IconMoreVertical.js +6 -6
  315. package/components/SVGIcons/IconMoreVerticalFilled.js +6 -6
  316. package/components/SVGIcons/IconNavigation.js +6 -6
  317. package/components/SVGIcons/IconNavigationFilled.js +6 -6
  318. package/components/SVGIcons/IconNotebook.js +6 -6
  319. package/components/SVGIcons/IconNotebookAdd.js +12 -12
  320. package/components/SVGIcons/IconNotebookAddFilled.js +11 -11
  321. package/components/SVGIcons/IconNotebookFilled.js +6 -6
  322. package/components/SVGIcons/IconOnlyEmployee.js +5 -5
  323. package/components/SVGIcons/IconOpen.js +6 -6
  324. package/components/SVGIcons/IconOpenFilled.js +6 -6
  325. package/components/SVGIcons/IconPatient.js +5 -5
  326. package/components/SVGIcons/IconPatientFilled.js +5 -5
  327. package/components/SVGIcons/IconPeople.js +5 -5
  328. package/components/SVGIcons/IconPeopleAdd.js +6 -6
  329. package/components/SVGIcons/IconPeopleAddFilled.js +6 -6
  330. package/components/SVGIcons/IconPeopleFilled.js +6 -6
  331. package/components/SVGIcons/IconPercent.js +6 -6
  332. package/components/SVGIcons/IconPerson.js +6 -6
  333. package/components/SVGIcons/IconPersonAccount.js +5 -5
  334. package/components/SVGIcons/IconPersonAccountFilled.js +5 -5
  335. package/components/SVGIcons/IconPersonAdd.js +6 -6
  336. package/components/SVGIcons/IconPersonAddFilled.js +6 -6
  337. package/components/SVGIcons/IconPersonFilled.js +6 -6
  338. package/components/SVGIcons/IconPersonStar.js +6 -6
  339. package/components/SVGIcons/IconPersonStarFilled.js +6 -6
  340. package/components/SVGIcons/IconPersonSubtract.js +6 -6
  341. package/components/SVGIcons/IconPersonSubtractFilled.js +6 -6
  342. package/components/SVGIcons/IconPhone.js +6 -6
  343. package/components/SVGIcons/IconPhoneFilled.js +6 -6
  344. package/components/SVGIcons/IconPos.js +6 -6
  345. package/components/SVGIcons/IconPosFilled.js +6 -6
  346. package/components/SVGIcons/IconProhibited.js +6 -6
  347. package/components/SVGIcons/IconProhibitedFilled.js +6 -6
  348. package/components/SVGIcons/IconProjectProduct.js +5 -5
  349. package/components/SVGIcons/IconQuestion.js +6 -6
  350. package/components/SVGIcons/IconQuestionFilled.js +6 -6
  351. package/components/SVGIcons/IconRedo.js +6 -6
  352. package/components/SVGIcons/IconRedoFilled.js +6 -6
  353. package/components/SVGIcons/IconRu.js +10 -10
  354. package/components/SVGIcons/IconRub.js +5 -5
  355. package/components/SVGIcons/IconRubFilled.js +5 -5
  356. package/components/SVGIcons/IconSave.js +6 -6
  357. package/components/SVGIcons/IconSaveFilled.js +6 -6
  358. package/components/SVGIcons/IconSavings.js +6 -6
  359. package/components/SVGIcons/IconSavingsFilled.js +6 -6
  360. package/components/SVGIcons/IconSearch.js +6 -6
  361. package/components/SVGIcons/IconSearchFilled.js +6 -6
  362. package/components/SVGIcons/IconSelectAllOff.js +6 -6
  363. package/components/SVGIcons/IconSelectAllOffFilled.js +6 -6
  364. package/components/SVGIcons/IconSelectAllOn.js +6 -6
  365. package/components/SVGIcons/IconSelectAllOnFilled.js +6 -6
  366. package/components/SVGIcons/IconSend.js +6 -6
  367. package/components/SVGIcons/IconSendFilled.js +6 -6
  368. package/components/SVGIcons/IconSettings.js +5 -5
  369. package/components/SVGIcons/IconSettingsFilled.js +6 -6
  370. package/components/SVGIcons/IconShare.js +6 -6
  371. package/components/SVGIcons/IconShareAndroid.js +6 -6
  372. package/components/SVGIcons/IconShareAndroidFilled.js +6 -6
  373. package/components/SVGIcons/IconShareFilled.js +6 -6
  374. package/components/SVGIcons/IconSignOut.js +6 -6
  375. package/components/SVGIcons/IconSignOutFilled.js +6 -6
  376. package/components/SVGIcons/IconSpinner.js +6 -6
  377. package/components/SVGIcons/IconSpinnerFilled.js +6 -6
  378. package/components/SVGIcons/IconStatus.js +6 -6
  379. package/components/SVGIcons/IconStatusFilled.js +6 -6
  380. package/components/SVGIcons/IconSubtract.js +6 -6
  381. package/components/SVGIcons/IconSubtractCircle.js +6 -6
  382. package/components/SVGIcons/IconSubtractCircleFilled.js +6 -6
  383. package/components/SVGIcons/IconSubtractFilled.js +6 -6
  384. package/components/SVGIcons/IconTableCellEdit.js +8 -8
  385. package/components/SVGIcons/IconTableCellEditFilled.js +10 -10
  386. package/components/SVGIcons/IconTelegram.js +8 -8
  387. package/components/SVGIcons/IconTimer.js +6 -6
  388. package/components/SVGIcons/IconTimerFilled.js +6 -6
  389. package/components/SVGIcons/IconTwitter.js +6 -6
  390. package/components/SVGIcons/IconUndo.js +6 -6
  391. package/components/SVGIcons/IconUndoFilled.js +6 -6
  392. package/components/SVGIcons/IconUnitsEmployee.js +5 -5
  393. package/components/SVGIcons/IconUsd.js +5 -5
  394. package/components/SVGIcons/IconUsdFilled.js +5 -5
  395. package/components/SVGIcons/IconVideo.js +5 -5
  396. package/components/SVGIcons/IconVideoFilled.js +5 -5
  397. package/components/SVGIcons/IconWallet.js +6 -6
  398. package/components/SVGIcons/IconWalletFilled.js +6 -6
  399. package/components/SVGIcons/IconWarning.js +5 -5
  400. package/components/SVGIcons/IconWarningFilled.js +5 -5
  401. package/components/SVGIcons/IconYoutube.js +6 -6
  402. package/components/SVGIcons/index.js +2 -2
  403. package/components/Select/ButtonSelect/ButtonSelect.js +13 -13
  404. package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
  405. package/components/Select/FilterSelect/FilterDropdown.js +12 -12
  406. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
  407. package/components/Select/FilterSelect/FilterGroupDropdown.js +13 -13
  408. package/components/Select/FilterSelect/FilterSelect.js +17 -17
  409. package/components/Select/MultiSelect/MultiBase/MultiBase.js +15 -15
  410. package/components/Select/MultiSelect/MultiSelect.js +13 -13
  411. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
  412. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +22 -22
  413. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
  414. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +19 -19
  415. package/components/Select/MultiSelect/OptionsWrapper.js +12 -12
  416. package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
  417. package/components/Select/NestedSelect/NestedSelect.js +17 -17
  418. package/components/Select/ProfileDropdown/index.d.ts +2 -2
  419. package/components/Select/ProfileDropdown/index.js +22 -22
  420. package/components/Select/Select/Select.d.ts +2 -1
  421. package/components/Select/Select/Select.js +19 -19
  422. package/components/Select/SharedComponents/Actions.d.ts +2 -1
  423. package/components/Select/SharedComponents/Actions.js +15 -15
  424. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +8 -8
  425. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -7
  426. package/components/Select/SharedComponents/ContentTop.js +15 -15
  427. package/components/Select/SharedComponents/Footer.d.ts +2 -1
  428. package/components/Select/SharedComponents/Footer.js +15 -15
  429. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +13 -13
  430. package/components/Select/SharedComponents/Loading.d.ts +2 -1
  431. package/components/Select/SharedComponents/Loading.js +3 -3
  432. package/components/Select/SharedComponents/index.js +9 -9
  433. package/components/Select/index.js +9 -9
  434. package/components/Select/types.d.ts +5 -5
  435. package/components/SideNavigation/Block.js +4 -4
  436. package/components/SideNavigation/NavigationItem/index.js +13 -13
  437. package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
  438. package/components/SideNavigation/SideNavigation.d.ts +2 -1
  439. package/components/SideNavigation/SideNavigation.js +7 -7
  440. package/components/SideNavigation/index.js +3 -3
  441. package/components/SideNavigation/types.d.ts +1 -1
  442. package/components/SideSheet/Footer/Footer.js +17 -17
  443. package/components/SideSheet/SideSheet.d.ts +2 -1
  444. package/components/SideSheet/SideSheet.js +22 -22
  445. package/components/SideSheet/index.js +8 -8
  446. package/components/Snackbar/Snackbar.js +15 -15
  447. package/components/Snackbar/index.js +8 -8
  448. package/components/Snackbar/types.d.ts +2 -1
  449. package/components/Status/Status.js +9 -9
  450. package/components/Status/index.js +3 -3
  451. package/components/Stepper/Stepper.d.ts +2 -1
  452. package/components/Stepper/Stepper.js +3 -3
  453. package/components/Stepper/index.js +1 -1
  454. package/components/Stepper/types.d.ts +2 -1
  455. package/components/Switcher/Switcher.js +16 -16
  456. package/components/Switcher/index.js +8 -8
  457. package/components/Switcher/types.d.ts +2 -1
  458. package/components/Tab/Tab.js +7 -7
  459. package/components/Tab/TabItem.d.ts +2 -1
  460. package/components/Tab/TabItem.js +9 -9
  461. package/components/Tab/index.js +4 -4
  462. package/components/Tab/types.d.ts +3 -2
  463. package/components/Table/Header.js +17 -17
  464. package/components/Table/IndeterminateCheckbox.js +10 -10
  465. package/components/Table/Row.js +12 -12
  466. package/components/Table/Table.js +16 -16
  467. package/components/Table/index.js +9 -9
  468. package/components/Table/utils.js +12 -12
  469. package/components/Text/Text.js +2 -2
  470. package/components/Textarea/Textarea.js +21 -21
  471. package/components/Textarea/index.js +8 -8
  472. package/components/Textarea/types.d.ts +3 -2
  473. package/components/Tooltip/Tooltip.d.ts +2 -1
  474. package/components/Tooltip/Tooltip.js +4 -4
  475. package/components/Tooltip/index.js +1 -1
  476. package/context/FormContextProvider.d.ts +2 -2
  477. package/{defineProperty-fdfb938c.js → defineProperty-6b97a267.js} +1 -1
  478. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
  479. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
  480. package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
  481. package/helperComponents/CodeBlock/CodeBlock.js +3 -3
  482. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
  483. package/helperComponents/ErrorMessage/types.d.ts +2 -1
  484. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
  485. package/helperComponents/Label/Label.js +3 -3
  486. package/helperComponents/Label/types.d.ts +1 -1
  487. package/helperComponents/Loader/Loader.js +3 -3
  488. package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
  489. package/helperComponents/OptionItem/OptionItem.js +21 -21
  490. package/helperComponents/OptionItem/index.js +9 -9
  491. package/helperComponents/index.js +9 -9
  492. package/hooks/index.js +1 -1
  493. package/hooks/useGetIsMobile.js +1 -1
  494. package/hooks/useHideBodyScroll.js +1 -1
  495. package/hooks/useScreenSize.js +1 -1
  496. package/index.js +9 -9
  497. package/package.json +2 -1
  498. package/stories/CardBody.stories.d.ts +2 -1
  499. package/stories/CardSelect.stories.d.ts +2 -1
  500. package/stories/Collapse.stories.d.ts +2 -1
  501. package/stories/Container.stories.d.ts +1 -1
  502. package/stories/DatePicker.stories.d.ts +1 -1
  503. package/stories/Empty.stories.d.ts +2 -1
  504. package/stories/FileUpload.stories.d.ts +2 -1
  505. package/stories/Form.stories.d.ts +3 -2
  506. package/stories/ItemSelect.stories.d.ts +2 -1
  507. package/stories/More.stories.d.ts +2 -1
  508. package/stories/Pagination.stories.d.ts +2 -1
  509. package/stories/Progress.stories.d.ts +2 -1
  510. package/stories/Select.stories.d.ts +4 -3
  511. package/stories/SideNavigation.stories.d.ts +2 -1
  512. package/stories/SideSheet.stories.d.ts +2 -1
  513. package/stories/Stepper.stories.d.ts +2 -1
  514. package/stories/Tooltip.stories.d.ts +2 -1
  515. package/{toConsumableArray-263f95db.js → toConsumableArray-e1453f73.js} +1 -1
  516. package/AnimatePresenceWrapper-cf3daece.js +0 -1726
  517. package/proxy-3b995879.js +0 -9654
  518. /package/{extends-acf19b4c.js → extends-50177a50.js} +0 -0
  519. /package/{objectWithoutProperties-c5575e26.js → objectWithoutProperties-6b5c8df6.js} +0 -0
  520. /package/{slicedToArray-72c4258c.js → slicedToArray-9decae19.js} +0 -0
  521. /package/{typeof-e7f3291d.js → typeof-20b85ee8.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
2
- import React__default, { useState, useId } from 'react';
1
+ import { _ as _slicedToArray } from '../../slicedToArray-9decae19.js';
2
+ import React, { useState, useId } from 'react';
3
3
  import { useGetTooltipStyles } from '../../hooks/useGetTooltipStyles.js';
4
4
  import { useHideOnScroll } from '../../hooks/useHideOnScroll.js';
5
5
  import 'dayjs';
@@ -42,21 +42,21 @@ var PopoverDesktop = function PopoverDesktop(props) {
42
42
  popoverStyles = _useGetTooltipStyles.tooltipStyles;
43
43
  useHideOnScroll(hideMessage);
44
44
  useOnOutsideClick(popoverRef, hideMessage, clicked, useId());
45
- return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, clicked && /*#__PURE__*/React__default.createElement("div", {
45
+ return /*#__PURE__*/React.createElement(React.Fragment, null, clicked && /*#__PURE__*/React.createElement("div", {
46
46
  "data-id": "".concat(dataId, "-content"),
47
47
  className: classNames("popover popover--".concat(popoverPosition), className),
48
48
  ref: setPopoverRef,
49
49
  style: popoverStyles
50
- }, /*#__PURE__*/React__default.createElement("div", {
50
+ }, /*#__PURE__*/React.createElement("div", {
51
51
  className: "popover__inner scrollbar scrollbar--vertical pr-8"
52
- }, linkAddons ? /*#__PURE__*/React__default.createElement(Link, {
52
+ }, linkAddons ? /*#__PURE__*/React.createElement(Link, {
53
53
  dataId: linkAddons.dataId,
54
54
  url: linkAddons.url,
55
55
  beforeLink: linkAddons.beforeLink,
56
56
  afterLink: linkAddons.afterLink,
57
57
  target: linkAddons.target,
58
58
  className: 'popover__link'
59
- }, text) : /*#__PURE__*/React__default.createElement(Text, {
59
+ }, text) : /*#__PURE__*/React.createElement(Text, {
60
60
  dataId: "".concat(dataId, "-text"),
61
61
  type: "primary",
62
62
  weight: "regular",
@@ -1,6 +1,7 @@
1
1
  import 'react';
2
- export { d as PopoverMobile } from '../../Button-028f6f93.js';
2
+ export { d as PopoverMobile } from '../../Button-2f532776.js';
3
3
  import 'classnames';
4
+ import 'framer-motion';
4
5
  import '../../consts/index.js';
5
6
  import 'dayjs';
6
7
  import '../../hooks/useScreenSize.js';
@@ -8,14 +9,14 @@ import 'react-hook-form';
8
9
  import '../Text/Text.js';
9
10
  import 'react-syntax-highlighter';
10
11
  import '../Link/Link.js';
11
- import '../../extends-acf19b4c.js';
12
- import '../../defineProperty-fdfb938c.js';
13
- import '../../typeof-e7f3291d.js';
14
- import '../../objectWithoutProperties-c5575e26.js';
12
+ import '../../extends-50177a50.js';
13
+ import '../../defineProperty-6b97a267.js';
14
+ import '../../typeof-20b85ee8.js';
15
+ import '../../objectWithoutProperties-6b5c8df6.js';
15
16
  import '../../helperComponents/Loader/Loader.js';
16
- import '../../slicedToArray-72c4258c.js';
17
+ import '../../slicedToArray-9decae19.js';
17
18
  import '../../hooks/useGetIsMobile.js';
18
- import '../../AnimatePresenceWrapper-cf3daece.js';
19
+ import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
19
20
  import '../../hooks/useOnOutsideClick.js';
20
21
  import '../../hooks/useHideBodyScroll.js';
21
22
  import '../SVGIcons/IconDismiss.js';
@@ -27,7 +28,6 @@ import '../../hooks/useGetElemPositions.js';
27
28
  import '../../hooks/useGetTooltipPosition.js';
28
29
  import '../../hooks/useHideOnScroll.js';
29
30
  import '../../utils/helpers.js';
30
- import '../../proxy-3b995879.js';
31
31
  import './PopoverDesktop.js';
32
32
  import '../SVGIcons/IconInfo.js';
33
33
  import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
@@ -1,18 +1,19 @@
1
- export { P as Popover } from '../../Button-028f6f93.js';
2
- import '../../extends-acf19b4c.js';
3
- import '../../defineProperty-fdfb938c.js';
4
- import '../../typeof-e7f3291d.js';
5
- import '../../objectWithoutProperties-c5575e26.js';
1
+ export { P as Popover } from '../../Button-2f532776.js';
2
+ import '../../extends-50177a50.js';
3
+ import '../../defineProperty-6b97a267.js';
4
+ import '../../typeof-20b85ee8.js';
5
+ import '../../objectWithoutProperties-6b5c8df6.js';
6
6
  import 'react';
7
7
  import 'classnames';
8
8
  import 'dayjs';
9
9
  import '../../helperComponents/Loader/Loader.js';
10
10
  import '../../consts/index.js';
11
11
  import '../../hooks/useScreenSize.js';
12
- import '../../slicedToArray-72c4258c.js';
12
+ import '../../slicedToArray-9decae19.js';
13
13
  import 'react-hook-form';
14
14
  import '../../hooks/useGetIsMobile.js';
15
- import '../../AnimatePresenceWrapper-cf3daece.js';
15
+ import 'framer-motion';
16
+ import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
16
17
  import '../../hooks/useOnOutsideClick.js';
17
18
  import '../../hooks/useHideBodyScroll.js';
18
19
  import 'react-syntax-highlighter';
@@ -26,7 +27,6 @@ import '../../hooks/useGetElemSizes.js';
26
27
  import '../../hooks/useGetElemPositions.js';
27
28
  import '../../hooks/useGetTooltipPosition.js';
28
29
  import '../../hooks/useHideOnScroll.js';
29
- import '../../proxy-3b995879.js';
30
30
  import '../Link/Link.js';
31
31
  import './PopoverDesktop.js';
32
32
  import '../SVGIcons/IconInfo.js';
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  import { TProgressPropTypes } from './types';
2
- export declare const Progress: (props: TProgressPropTypes) => JSX.Element;
3
+ export declare const Progress: (props: TProgressPropTypes) => React.ReactElement;
@@ -1,4 +1,4 @@
1
- import React__default from 'react';
1
+ import React from 'react';
2
2
 
3
3
  var CIRCLE_SIZES = /*#__PURE__*/function (CIRCLE_SIZES) {
4
4
  CIRCLE_SIZES[CIRCLE_SIZES["small"] = 29] = "small";
@@ -24,17 +24,17 @@ var Progress = function Progress(props) {
24
24
  var r = _dimension - 5;
25
25
  var _percent = stepCount && currentStep ? currentStep / stepCount * 100 : percent;
26
26
  var strokeDasharray = "".concat(2 * r * 3.14, "px");
27
- return /*#__PURE__*/React__default.createElement("div", {
27
+ return /*#__PURE__*/React.createElement("div", {
28
28
  className: "progress-bar progress-bar--".concat(type, " progress-bar--").concat(size, " ").concat(className).concat(loop ? ' progress-bar--loop' : ''),
29
29
  style: type == 'circle' ? {
30
30
  width: 2 * _dimension,
31
31
  height: 2 * _dimension
32
32
  } : {}
33
- }, type == 'circle' ? /*#__PURE__*/React__default.createElement("svg", null, /*#__PURE__*/React__default.createElement("circle", {
33
+ }, type == 'circle' ? /*#__PURE__*/React.createElement("svg", null, /*#__PURE__*/React.createElement("circle", {
34
34
  cx: _dimension,
35
35
  cy: _dimension,
36
36
  r: r
37
- }), /*#__PURE__*/React__default.createElement("circle", {
37
+ }), /*#__PURE__*/React.createElement("circle", {
38
38
  cx: _dimension,
39
39
  cy: _dimension,
40
40
  r: r,
@@ -42,14 +42,14 @@ var Progress = function Progress(props) {
42
42
  strokeDasharray: strokeDasharray,
43
43
  strokeDashoffset: "calc(".concat(strokeDasharray, " - (").concat(strokeDasharray, " * ").concat(_percent, ") / 100)")
44
44
  }
45
- })) : /*#__PURE__*/React__default.createElement("div", {
45
+ })) : /*#__PURE__*/React.createElement("div", {
46
46
  className: "progress-bar__inner"
47
- }, /*#__PURE__*/React__default.createElement("div", {
47
+ }, /*#__PURE__*/React.createElement("div", {
48
48
  className: "progress-bar__filled",
49
49
  style: {
50
50
  width: "".concat(_percent, "%")
51
51
  }
52
- })), !noText ? /*#__PURE__*/React__default.createElement("span", {
52
+ })), !noText ? /*#__PURE__*/React.createElement("span", {
53
53
  className: "progress-bar__percent"
54
54
  }, stepCount ? "".concat(currentStep, "/").concat(stepCount) : "".concat(percent, "%")) : null);
55
55
  };
@@ -1,4 +1,4 @@
1
- import React__default from 'react';
1
+ import React from 'react';
2
2
  import classNames from 'classnames';
3
3
  import { Step } from './Step.js';
4
4
  import '../Text/Text.js';
@@ -7,8 +7,8 @@ import 'dayjs';
7
7
  import './types.js';
8
8
  import './consts.js';
9
9
  import '../SVGIcons/IconDismissCircle.js';
10
- import '../../defineProperty-fdfb938c.js';
11
- import '../../typeof-e7f3291d.js';
10
+ import '../../defineProperty-6b97a267.js';
11
+ import '../../typeof-20b85ee8.js';
12
12
  import '../SVGIcons/IconCheckmarkCircle.js';
13
13
 
14
14
  var ProgressStep = function ProgressStep(props) {
@@ -21,10 +21,10 @@ var ProgressStep = function ProgressStep(props) {
21
21
  _props$stepDirection = props.stepDirection,
22
22
  stepDirection = _props$stepDirection === void 0 ? 'horizontal' : _props$stepDirection;
23
23
  var singleStepWidth = "".concat(100 / steps.length, "%");
24
- return /*#__PURE__*/React__default.createElement("div", {
24
+ return /*#__PURE__*/React.createElement("div", {
25
25
  className: classNames('progress-stepper', "progress-stepper--".concat(stepDirection))
26
26
  }, steps.map(function (step, index) {
27
- return /*#__PURE__*/React__default.createElement(Step, {
27
+ return /*#__PURE__*/React.createElement(Step, {
28
28
  width: stepDirection == 'horizontal' ? singleStepWidth : '100%',
29
29
  step: step,
30
30
  index: index + 1,
@@ -1,5 +1,5 @@
1
1
  import classNames from 'classnames';
2
- import React__default, { useMemo } from 'react';
2
+ import React, { useMemo } from 'react';
3
3
  import { Text } from '../Text/Text.js';
4
4
  import { StepTypes } from './types.js';
5
5
  import { PROGRESS_STATUSES } from './consts.js';
@@ -7,8 +7,8 @@ import { IconDismissCircle } from '../SVGIcons/IconDismissCircle.js';
7
7
  import { IconCheckmarkCircle } from '../SVGIcons/IconCheckmarkCircle.js';
8
8
  import '../../utils/helpers.js';
9
9
  import 'dayjs';
10
- import '../../defineProperty-fdfb938c.js';
11
- import '../../typeof-e7f3291d.js';
10
+ import '../../defineProperty-6b97a267.js';
11
+ import '../../typeof-20b85ee8.js';
12
12
 
13
13
  var Step = function Step(props) {
14
14
  var width = props.width,
@@ -43,7 +43,7 @@ var Step = function Step(props) {
43
43
  };
44
44
  var stepItemContent = useMemo(function () {
45
45
  if (stepType === StepTypes.number) {
46
- return /*#__PURE__*/React__default.createElement(Text, {
46
+ return /*#__PURE__*/React.createElement(Text, {
47
47
  type: textType,
48
48
  size: stepSize == 'large' ? 'medium' : 'small',
49
49
  weight: stepSize == 'large' ? 'semibold' : 'regular'
@@ -51,19 +51,19 @@ var Step = function Step(props) {
51
51
  }
52
52
  if (stepType === StepTypes.dot) {
53
53
  if (isActive) {
54
- return /*#__PURE__*/React__default.createElement("span", {
54
+ return /*#__PURE__*/React.createElement("span", {
55
55
  className: classNames('step__circle__dot')
56
56
  });
57
57
  }
58
58
  if (isCompleted) {
59
59
  var iconSize = stepSize == 'large' ? 'small' : 'xsmall';
60
60
  if (isRejected) {
61
- return /*#__PURE__*/React__default.createElement(IconDismissCircle, {
61
+ return /*#__PURE__*/React.createElement(IconDismissCircle, {
62
62
  size: iconSize,
63
63
  type: "inverse"
64
64
  });
65
65
  }
66
- return /*#__PURE__*/React__default.createElement(IconCheckmarkCircle, {
66
+ return /*#__PURE__*/React.createElement(IconCheckmarkCircle, {
67
67
  size: iconSize,
68
68
  type: "inverse"
69
69
  });
@@ -71,7 +71,7 @@ var Step = function Step(props) {
71
71
  }
72
72
  return null;
73
73
  }, [index, stepType, stepSize, isCompleted, isActive, isRejected, textType]);
74
- return /*#__PURE__*/React__default.createElement("div", {
74
+ return /*#__PURE__*/React.createElement("div", {
75
75
  className: classNames('step', "step--".concat(stepSize), {
76
76
  active: isActive,
77
77
  completed: isCompleted && !isActive,
@@ -82,18 +82,18 @@ var Step = function Step(props) {
82
82
  width: width
83
83
  },
84
84
  onClick: onClick
85
- }, /*#__PURE__*/React__default.createElement("div", {
85
+ }, /*#__PURE__*/React.createElement("div", {
86
86
  className: "step__top"
87
- }, /*#__PURE__*/React__default.createElement("div", {
87
+ }, /*#__PURE__*/React.createElement("div", {
88
88
  className: "step__circle"
89
- }, stepItemContent)), /*#__PURE__*/React__default.createElement("div", {
89
+ }, stepItemContent)), /*#__PURE__*/React.createElement("div", {
90
90
  className: "step__label"
91
- }, /*#__PURE__*/React__default.createElement(Text, {
91
+ }, /*#__PURE__*/React.createElement(Text, {
92
92
  size: stepSize == 'large' ? 'standard' : 'small',
93
93
  weight: "semibold",
94
94
  lineHeight: 'large',
95
95
  className: "text-truncate"
96
- }, label), /*#__PURE__*/React__default.createElement(Text, {
96
+ }, label), /*#__PURE__*/React.createElement(Text, {
97
97
  size: stepSize == 'large' ? 'small' : 'xsmall',
98
98
  className: "text-truncate"
99
99
  }, subText)));
@@ -8,6 +8,6 @@ import 'dayjs';
8
8
  import './types.js';
9
9
  import './consts.js';
10
10
  import '../SVGIcons/IconDismissCircle.js';
11
- import '../../defineProperty-fdfb938c.js';
12
- import '../../typeof-e7f3291d.js';
11
+ import '../../defineProperty-6b97a267.js';
12
+ import '../../typeof-20b85ee8.js';
13
13
  import '../SVGIcons/IconCheckmarkCircle.js';
@@ -1,4 +1,4 @@
1
- import React__default, { forwardRef } from 'react';
1
+ import React, { forwardRef } from 'react';
2
2
  import { Text } from '../Text/Text.js';
3
3
  import classNames from 'classnames';
4
4
  import '../../utils/helpers.js';
@@ -20,7 +20,7 @@ var Radio = /*#__PURE__*/forwardRef(function (props, _ref) {
20
20
  dataId = _props$dataId === void 0 ? '' : _props$dataId,
21
21
  iconProps = props.iconProps;
22
22
  var isChecked = !!value || !!isSelected;
23
- var iconElement = iconProps ? iconProps : /*#__PURE__*/React__default.createElement("span", {
23
+ var iconElement = iconProps ? iconProps : /*#__PURE__*/React.createElement("span", {
24
24
  className: "controller__icon"
25
25
  });
26
26
  var changeHandler = function changeHandler() {
@@ -33,23 +33,23 @@ var Radio = /*#__PURE__*/forwardRef(function (props, _ref) {
33
33
  onClick(!isChecked);
34
34
  }
35
35
  };
36
- return /*#__PURE__*/React__default.createElement("label", {
36
+ return /*#__PURE__*/React.createElement("label", {
37
37
  className: classNames('controller', 'controller--radio', className, {
38
38
  'controller--disabled': disabled
39
39
  })
40
- }, /*#__PURE__*/React__default.createElement("input", {
40
+ }, /*#__PURE__*/React.createElement("input", {
41
41
  "data-id": dataId,
42
42
  type: "radio",
43
43
  tabIndex: 0,
44
44
  onChange: changeHandler,
45
45
  checked: isSelected,
46
46
  disabled: disabled
47
- }), iconElement, label ? /*#__PURE__*/React__default.createElement("div", {
47
+ }), iconElement, label ? /*#__PURE__*/React.createElement("div", {
48
48
  className: "controller__right"
49
- }, /*#__PURE__*/React__default.createElement(Text, {
49
+ }, /*#__PURE__*/React.createElement(Text, {
50
50
  type: disabled ? 'disabled' : 'primary',
51
51
  className: "controller__label"
52
- }, label), helperText ? /*#__PURE__*/React__default.createElement(Text, {
52
+ }, label), helperText ? /*#__PURE__*/React.createElement(Text, {
53
53
  size: "small",
54
54
  type: disabled ? 'disabled' : 'secondary'
55
55
  }, helperText) : null) : null);
@@ -1,4 +1,4 @@
1
- import React__default, { forwardRef } from 'react';
1
+ import React, { forwardRef } from 'react';
2
2
  import { Radio } from './Radio.js';
3
3
  import { Label } from '../../helperComponents/Label/Label.js';
4
4
  import classNames from 'classnames';
@@ -6,18 +6,19 @@ import 'dayjs';
6
6
  import '../../consts/index.js';
7
7
  import '../../hooks/useScreenSize.js';
8
8
  import 'react-hook-form';
9
- import '../../Button-028f6f93.js';
9
+ import '../../Button-2f532776.js';
10
10
  import 'react-syntax-highlighter';
11
11
  import '../Text/Text.js';
12
12
  import '../../utils/helpers.js';
13
- import '../../slicedToArray-72c4258c.js';
14
- import '../../extends-acf19b4c.js';
15
- import '../../defineProperty-fdfb938c.js';
16
- import '../../typeof-e7f3291d.js';
17
- import '../../objectWithoutProperties-c5575e26.js';
13
+ import '../../slicedToArray-9decae19.js';
14
+ import '../../extends-50177a50.js';
15
+ import '../../defineProperty-6b97a267.js';
16
+ import '../../typeof-20b85ee8.js';
17
+ import '../../objectWithoutProperties-6b5c8df6.js';
18
18
  import '../../helperComponents/Loader/Loader.js';
19
19
  import '../../hooks/useGetIsMobile.js';
20
- import '../../AnimatePresenceWrapper-cf3daece.js';
20
+ import 'framer-motion';
21
+ import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
21
22
  import '../../hooks/useOnOutsideClick.js';
22
23
  import '../../hooks/useHideBodyScroll.js';
23
24
  import '../SVGIcons/IconDismiss.js';
@@ -28,7 +29,6 @@ import '../../hooks/useGetElemSizes.js';
28
29
  import '../../hooks/useGetElemPositions.js';
29
30
  import '../../hooks/useGetTooltipPosition.js';
30
31
  import '../../hooks/useHideOnScroll.js';
31
- import '../../proxy-3b995879.js';
32
32
  import '../Link/Link.js';
33
33
  import '../Popover/PopoverDesktop.js';
34
34
  import '../SVGIcons/IconInfo.js';
@@ -62,22 +62,22 @@ var RadioGroup = /*#__PURE__*/forwardRef(function (props, ref) {
62
62
  handleChange(selected);
63
63
  }
64
64
  };
65
- return /*#__PURE__*/React__default.createElement("div", {
65
+ return /*#__PURE__*/React.createElement("div", {
66
66
  className: classNames('radio-group', {
67
67
  'radio-group--horizontal': isHorizontal,
68
68
  'radio-group--vertical': !isHorizontal
69
69
  }, className)
70
- }, /*#__PURE__*/React__default.createElement(Label, {
70
+ }, /*#__PURE__*/React.createElement(Label, {
71
71
  className: "radio-group__label",
72
72
  text: label,
73
73
  invalid: hasError,
74
74
  required: required,
75
75
  disabled: disabled,
76
76
  labelAddons: labelAddons
77
- }), /*#__PURE__*/React__default.createElement("div", {
77
+ }), /*#__PURE__*/React.createElement("div", {
78
78
  className: "radio-group__inner"
79
79
  }, options.map(function (radioOption) {
80
- return /*#__PURE__*/React__default.createElement(Radio, {
80
+ return /*#__PURE__*/React.createElement(Radio, {
81
81
  label: radioOption.label,
82
82
  helperText: radioOption.helperText,
83
83
  key: radioOption.value,
@@ -8,16 +8,17 @@ import 'dayjs';
8
8
  import '../../helperComponents/Label/Label.js';
9
9
  import '../../consts/index.js';
10
10
  import '../../hooks/useScreenSize.js';
11
- import '../../slicedToArray-72c4258c.js';
11
+ import '../../slicedToArray-9decae19.js';
12
12
  import 'react-hook-form';
13
- import '../../Button-028f6f93.js';
14
- import '../../extends-acf19b4c.js';
15
- import '../../defineProperty-fdfb938c.js';
16
- import '../../typeof-e7f3291d.js';
17
- import '../../objectWithoutProperties-c5575e26.js';
13
+ import '../../Button-2f532776.js';
14
+ import '../../extends-50177a50.js';
15
+ import '../../defineProperty-6b97a267.js';
16
+ import '../../typeof-20b85ee8.js';
17
+ import '../../objectWithoutProperties-6b5c8df6.js';
18
18
  import '../../helperComponents/Loader/Loader.js';
19
19
  import '../../hooks/useGetIsMobile.js';
20
- import '../../AnimatePresenceWrapper-cf3daece.js';
20
+ import 'framer-motion';
21
+ import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
21
22
  import '../../hooks/useOnOutsideClick.js';
22
23
  import '../../hooks/useHideBodyScroll.js';
23
24
  import 'react-syntax-highlighter';
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
29
30
  import '../../hooks/useGetElemPositions.js';
30
31
  import '../../hooks/useGetTooltipPosition.js';
31
32
  import '../../hooks/useHideOnScroll.js';
32
- import '../../proxy-3b995879.js';
33
33
  import '../Link/Link.js';
34
34
  import '../Popover/PopoverDesktop.js';
35
35
  import '../SVGIcons/IconInfo.js';
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAdd = function IconAdd(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAdd = function IconAdd(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconAdd = function IconAdd(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M11.7501 3C12.1298 3 12.4436 3.28201 12.4934 3.64808L12.5002 3.74985L12.5014 11H19.7545C20.1687 11 20.5045 11.3358 20.5045 11.75C20.5045 12.1297 20.2224 12.4435 19.8563 12.4932L19.7545 12.5H12.5014L12.5035 19.7491C12.5036 20.1633 12.1679 20.4993 11.7536 20.4993C11.3739 20.4993 11.0601 20.2173 11.0104 19.8512L11.0035 19.7494L11.0014 12.5H3.75244C3.33823 12.5 3.00244 12.1642 3.00244 11.75C3.00244 11.3703 3.2846 11.0565 3.65067 11.0068L3.75244 11H11.0014L11.0002 3.75015C11.0002 3.33594 11.3359 3 11.7501 3Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAddCircle = function IconAddCircle(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAddCircle = function IconAddCircle(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconAddCircle = function IconAddCircle(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75V11.25H16.25C16.6642 11.25 17 11.5858 17 12C17 12.4142 16.6642 12.75 16.25 12.75H12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75H7.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25H11.25V7.75C11.25 7.33579 11.5858 7 12 7Z",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 7C11.6203 7 11.3065 7.28215 11.2568 7.64823L11.25 7.75V11.25H7.75C7.33579 11.25 7 11.5858 7 12C7 12.3797 7.28215 12.6935 7.64823 12.7432L7.75 12.75H11.25V16.25C11.25 16.6642 11.5858 17 12 17C12.3797 17 12.6935 16.7178 12.7432 16.3518L12.75 16.25V12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.6203 16.7178 11.3065 16.3518 11.2568L16.25 11.25H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAddFilled = function IconAddFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAddFilled = function IconAddFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconAddFilled = function IconAddFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M11.8834 3.00673L12 3C12.5128 3 12.9355 3.38604 12.9933 3.88338L13 4V11H20C20.5128 11 20.9355 11.386 20.9933 11.8834L21 12C21 12.5128 20.614 12.9355 20.1166 12.9933L20 13H13V20C13 20.5128 12.614 20.9355 12.1166 20.9933L12 21C11.4872 21 11.0645 20.614 11.0067 20.1166L11 20V13H4C3.48716 13 3.06449 12.614 3.00673 12.1166L3 12C3 11.4872 3.38604 11.0645 3.88338 11.0067L4 11H11V4C11 3.48716 11.386 3.06449 11.8834 3.00673L12 3L11.8834 3.00673Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAlert = function IconAlert(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAlert = function IconAlert(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconAlert = function IconAlert(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M11.9999 1.99609C16.0498 1.99609 19.3565 5.19084 19.4957 9.24515L19.4999 9.49609V13.5931L20.8799 16.7491C20.9489 16.907 20.9846 17.0775 20.9846 17.2499C20.9846 17.9402 20.4249 18.4999 19.7346 18.4999L14.9999 18.5014C14.9999 20.1582 13.6567 21.5014 11.9999 21.5014C10.4022 21.5014 9.09621 20.2524 9.00496 18.6776L8.99941 18.4991L4.27473 18.4999C4.10339 18.4999 3.93388 18.4646 3.77673 18.3964C3.14353 18.1213 2.85318 17.3851 3.12822 16.7519L4.49987 13.594V9.49599C4.50046 5.3412 7.85195 1.99609 11.9999 1.99609ZM13.4994 18.4991L10.4999 18.5014C10.4999 19.3298 11.1714 20.0014 11.9999 20.0014C12.7796 20.0014 13.4203 19.4065 13.493 18.6458L13.4994 18.4991ZM11.9999 3.49609C8.67971 3.49609 6.00034 6.17035 5.99987 9.49609V13.9057L4.65589 16.9999H19.3524L17.9999 13.9067L18 9.50895L17.9962 9.28375C17.8852 6.05027 15.2414 3.49609 11.9999 3.49609Z",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconAlertBadge = function IconAlertBadge(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAlertBadge = function IconAlertBadge(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconAlertBadge = function IconAlertBadge(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M11.9876 1.99609C13.4351 1.99609 14.7878 2.40297 15.9353 3.11058C15.5934 3.47585 15.329 3.91431 15.1682 4.39985C14.2457 3.82617 13.1554 3.49569 11.9876 3.49569C8.66297 3.49569 5.97997 6.16922 5.97949 9.49407V13.9025L4.63369 16.9958H19.3502L17.9958 13.9035L17.9959 9.50692L17.9921 9.28178C17.9884 9.17344 17.9818 9.06586 17.9725 8.95912C18.1435 8.98472 18.3185 8.99798 18.4966 8.99798C18.8347 8.99798 19.1616 8.95018 19.4709 8.86099C19.4816 8.98748 19.4892 9.1149 19.4936 9.24319L19.4978 9.49407V13.5899L20.8797 16.7451C20.9489 16.903 20.9846 17.0734 20.9846 17.2457C20.9846 17.9359 20.4241 18.4954 19.7329 18.4954L14.9917 18.4969C14.9917 20.1533 13.6467 21.4961 11.9876 21.4961C10.3878 21.4961 9.08004 20.2475 8.98867 18.6731L8.98312 18.4946L4.25202 18.4954C4.08044 18.4954 3.9107 18.4602 3.75334 18.392C3.11928 18.117 2.82853 17.3809 3.10394 16.7479L4.47746 13.5909V9.49396C4.47805 5.34029 7.8341 1.99609 11.9876 1.99609ZM13.4892 18.4946L10.4856 18.4969C10.4856 19.3251 11.1581 19.9965 11.9876 19.9965C12.7684 19.9965 13.41 19.4018 13.4828 18.6413L13.4892 18.4946ZM16.033 5.05266C16.1282 4.52552 16.3889 4.05584 16.7595 3.6992C17.2097 3.26601 17.822 2.99961 18.4966 2.99961C19.8792 2.99961 21 4.11859 21 5.49893C21 6.59182 20.2974 7.52087 19.3185 7.86042C19.0611 7.94973 18.7845 7.99826 18.4966 7.99826C18.2482 7.99826 18.0083 7.96214 17.7818 7.89488C16.7475 7.58775 15.9932 6.63128 15.9932 5.49893C15.9932 5.34661 16.0069 5.19746 16.033 5.05266Z",
29
29
  fill: "#222222"