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,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 IconSpinnerFilled = function IconSpinnerFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconSpinnerFilled = function IconSpinnerFilled(_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 IconSpinnerFilled = function IconSpinnerFilled(_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.0004 4.1999C7.69257 4.1999 4.20039 7.69208 4.20039 11.9999C4.20039 12.497 3.79745 12.8999 3.30039 12.8999C2.80333 12.8999 2.40039 12.497 2.40039 11.9999C2.40039 6.69797 6.69846 2.3999 12.0004 2.3999C17.3023 2.3999 21.6004 6.69797 21.6004 11.9999C21.6004 17.3018 17.3023 21.5999 12.0004 21.5999C11.5033 21.5999 11.1004 21.197 11.1004 20.6999C11.1004 20.2028 11.5033 19.7999 12.0004 19.7999C16.3082 19.7999 19.8004 16.3077 19.8004 11.9999C19.8004 7.69208 16.3082 4.1999 12.0004 4.1999Z",
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 IconStatus = function IconStatus(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconStatus = function IconStatus(_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 IconStatus = function IconStatus(_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 2.99993C13.1135 2.99993 14.1797 3.20213 15.164 3.57182L13.9808 4.76427C13.3498 4.59193 12.6856 4.49993 12 4.49993C7.85786 4.49993 4.5 7.85779 4.5 11.9999C4.5 13.4248 4.89727 14.7892 5.63583 15.9703C5.93764 16.453 6.29368 16.9002 6.69639 17.3029C7.09848 17.7051 7.5449 18.0607 8.02668 18.3623C9.20844 19.102 10.5739 19.4999 12 19.4999C16.1421 19.4999 19.5 16.1421 19.5 11.9999C19.5 11.3433 19.4156 10.7064 19.2571 10.0994L20.4505 8.89613C20.8059 9.86364 21 10.9091 21 11.9999C21 16.9705 16.9706 20.9999 12 20.9999C10.2904 20.9999 8.64945 20.5217 7.23081 19.6337C6.65294 19.272 6.1177 18.8456 5.63566 18.3635C5.1529 17.8807 4.72601 17.3445 4.36401 16.7656C3.4774 15.3477 3 13.7081 3 11.9999C3 7.02937 7.02944 2.99993 12 2.99993ZM21.0602 2.67188L21.2062 2.80784C22.2817 3.88398 22.285 5.62708 21.2135 6.7072L14.9096 13.0616C14.7291 13.2436 14.5049 13.3763 14.2585 13.447L10.0461 14.6559C9.78064 14.7321 9.50371 14.5786 9.42754 14.3132C9.40169 14.2231 9.40168 14.1275 9.42752 14.0374L10.6378 9.81782C10.7074 9.57525 10.837 9.35415 11.0147 9.17499L17.3236 2.81508C18.3448 1.78569 19.9803 1.73639 21.0602 2.67188ZM18.3886 3.87146L12.0796 10.2314L11.3669 12.7163L13.8447 12.0052L20.1486 5.65079C20.6057 5.18993 20.6349 4.46505 20.2371 3.97046L20.1415 3.8644C19.6555 3.3823 18.8707 3.38546 18.3886 3.87146Z",
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 IconStatusFilled = function IconStatusFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconStatusFilled = function IconStatusFilled(_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 IconStatusFilled = function IconStatusFilled(_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 2.9999C13.2477 2.9999 14.4361 3.25379 15.5163 3.71272L14.3609 4.87905C13.6186 4.63306 12.8249 4.4999 12 4.4999C7.85786 4.4999 4.5 7.85777 4.5 11.9999C4.5 13.4248 4.89727 14.7892 5.63583 15.9703C5.93764 16.4529 6.29368 16.9001 6.69639 17.3029C7.09848 17.705 7.5449 18.0607 8.02668 18.3622C9.20844 19.102 10.5739 19.4999 12 19.4999C16.1421 19.4999 19.5 16.142 19.5 11.9999C19.5 11.1995 19.3746 10.4283 19.1424 9.70506L20.3069 8.5304C20.7534 9.59813 21 10.7702 21 11.9999C21 16.9705 16.9706 20.9999 12 20.9999C10.2904 20.9999 8.64945 20.5217 7.23081 19.6337C6.65294 19.272 6.1177 18.8456 5.63566 18.3635C5.1529 17.8807 4.72601 17.3445 4.36401 16.7656C3.4774 15.3477 3 13.7081 3 11.9999C3 7.02934 7.02944 2.9999 12 2.9999ZM21.1626 2.5729L21.3013 2.70116C22.2387 3.6385 22.2421 5.15719 21.3089 6.09872L14.554 12.9144C14.4397 13.0297 14.2991 13.1154 14.1443 13.1642L9.79631 14.5345C9.69096 14.5677 9.57864 14.5092 9.54544 14.4038C9.53311 14.3647 9.53311 14.3227 9.54544 14.2836L10.9171 9.93109C10.965 9.77917 11.0485 9.64087 11.1606 9.52773L17.9189 2.70872C18.8045 1.81517 20.2215 1.76839 21.1626 2.5729Z",
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 IconSubtract = function IconSubtract(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconSubtract = function IconSubtract(_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 IconSubtract = function IconSubtract(_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: "M3.75391 12.4995H20.2458C20.66 12.4995 20.9958 12.1637 20.9958 11.7495C20.9958 11.3353 20.66 10.9995 20.2458 10.9995H3.75391C3.33969 10.9995 3.00391 11.3353 3.00391 11.7495C3.00391 12.1637 3.33969 12.4995 3.75391 12.4995Z",
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 IconSubtractCircle = function IconSubtractCircle(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconSubtractCircle = function IconSubtractCircle(_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 IconSubtractCircle = function IconSubtractCircle(_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.5ZM16.25 11.25C16.6642 11.25 17 11.5858 17 12C17 12.4142 16.6642 12.75 16.25 12.75C11.2529 12.75 13.211 12.75 7.75 12.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25C13.211 11.25 11.2529 11.25 16.25 11.25Z",
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 IconSubtractCircleFilled = function IconSubtractCircleFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconSubtractCircleFilled = function IconSubtractCircleFilled(_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 IconSubtractCircleFilled = function IconSubtractCircleFilled(_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 2ZM7.75 11.25C7.33579 11.25 7 11.5858 7 12C7 12.3797 7.28215 12.6935 7.64823 12.7432L7.75 12.75C13.2107 12.75 11.2532 12.75 16.25 12.75C16.6642 12.75 17 12.4142 17 12C17 11.6203 16.7178 11.3065 16.3518 11.2568L16.25 11.25C11.0554 11.25 13.4435 11.25 7.75 11.25Z",
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 IconSubtractFilled = function IconSubtractFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconSubtractFilled = function IconSubtractFilled(_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 IconSubtractFilled = function IconSubtractFilled(_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: "M3.99609 13H19.9996C20.5519 13 20.9996 12.5523 20.9996 12C20.9996 11.4477 20.5519 11 19.9996 11H3.99609C3.44381 11 2.99609 11.4477 2.99609 12C2.99609 12.5523 3.44381 13 3.99609 13Z",
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 IconTableCellEdit = function IconTableCellEdit(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTableCellEdit = function IconTableCellEdit(_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,14 +21,14 @@ var IconTableCellEdit = function IconTableCellEdit(_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("g", {
26
+ }, /*#__PURE__*/React.createElement("g", {
27
27
  id: "Shape"
28
- }, /*#__PURE__*/React__default.createElement("path", {
28
+ }, /*#__PURE__*/React.createElement("path", {
29
29
  d: "M3 8.75C3 7.50736 4.00736 6.5 5.25 6.5H18.75C19.7311 6.5 20.5656 7.12796 20.8733 8.00388C20.8206 8.00132 20.7679 8.00002 20.7151 8H20.713C20.2473 8.00021 19.7806 8.09923 19.3477 8.29694C19.2108 8.11651 18.994 8 18.75 8H15.5L15.5 11.8531L14 13.3531L14 8H10L10 14H13.3531L12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H5.25C4.00736 15.5 3 14.4926 3 13.25V8.75ZM5.25 8C4.83579 8 4.5 8.33579 4.5 8.75V13.25C4.5 13.6642 4.83579 14 5.25 14H8.5L8.5 8H5.25Z",
30
30
  fill: "#222222"
31
- }), /*#__PURE__*/React__default.createElement("path", {
31
+ }), /*#__PURE__*/React.createElement("path", {
32
32
  d: "M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z",
33
33
  fill: "#222222"
34
34
  }))));
@@ -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 IconTableCellEditFilled = function IconTableCellEditFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTableCellEditFilled = function IconTableCellEditFilled(_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,20 +21,20 @@ var IconTableCellEditFilled = function IconTableCellEditFilled(_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("g", {
26
+ }, /*#__PURE__*/React.createElement("g", {
27
27
  id: "Shape"
28
- }, /*#__PURE__*/React__default.createElement("path", {
28
+ }, /*#__PURE__*/React.createElement("path", {
29
29
  d: "M5.25 6.5C4.00736 6.5 3 7.50736 3 8.75V13.25C3 14.4926 4.00736 15.5 5.25 15.5H8L8 6.5H5.25Z",
30
30
  fill: "#222222"
31
- }), /*#__PURE__*/React__default.createElement("path", {
31
+ }), /*#__PURE__*/React.createElement("path", {
32
32
  d: "M12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H9.5L9.5 6.5H14.5L14.5 12.8531L12.4883 14.8648Z",
33
33
  fill: "#222222"
34
- }), /*#__PURE__*/React__default.createElement("path", {
34
+ }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M20.7151 8C20.7679 8.00002 20.8206 8.00132 20.8733 8.00388C20.5656 7.12796 19.7311 6.5 18.75 6.5H16L16 11.3531L18.3907 8.96235C19.0317 8.32137 19.8742 8.00038 20.713 8H20.7151Z",
36
36
  fill: "#222222"
37
- }), /*#__PURE__*/React__default.createElement("path", {
37
+ }), /*#__PURE__*/React.createElement("path", {
38
38
  d: "M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z",
39
39
  fill: "#222222"
40
40
  }))));
@@ -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 IconTelegram = function IconTelegram(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTelegram = function IconTelegram(_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,18 +21,18 @@ var IconTelegram = function IconTelegram(_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: "Company=Telegram, Style=Gray, Background=None",
26
26
  clipPath: "url(#clip0_697_1790)"
27
- }, /*#__PURE__*/React__default.createElement("path", {
27
+ }, /*#__PURE__*/React.createElement("path", {
28
28
  id: "Subtract",
29
29
  fillRule: "evenodd",
30
30
  clipRule: "evenodd",
31
31
  d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM12.4301 8.85893C11.263 9.3444 8.93026 10.3492 5.43201 11.8733C4.86395 12.0992 4.56638 12.3202 4.53929 12.5363C4.49351 12.9015 4.95084 13.0453 5.5736 13.2411C5.65831 13.2678 5.74608 13.2954 5.83606 13.3246C6.44876 13.5238 7.27295 13.7568 7.70141 13.766C8.09007 13.7744 8.52385 13.6142 9.00276 13.2853C12.2713 11.079 13.9585 9.96381 14.0644 9.93977C14.1392 9.92281 14.2427 9.90148 14.3129 9.96385C14.3831 10.0262 14.3762 10.1443 14.3687 10.176C14.3234 10.3691 12.5282 12.0381 11.5992 12.9018C11.3096 13.171 11.1042 13.362 11.0622 13.4056C10.9681 13.5033 10.8722 13.5958 10.7801 13.6846C10.2109 14.2333 9.78403 14.6448 10.8037 15.3168C11.2937 15.6397 11.6859 15.9067 12.077 16.1731C12.5043 16.4641 12.9304 16.7543 13.4817 17.1157C13.6222 17.2077 13.7563 17.3034 13.887 17.3965C14.3842 17.751 14.8309 18.0694 15.3827 18.0186C15.7034 17.9891 16.0346 17.6876 16.2028 16.7884C16.6003 14.6631 17.3818 10.0585 17.5623 8.16097C17.5782 7.99473 17.5583 7.78197 17.5423 7.68857C17.5263 7.59518 17.4929 7.46211 17.3715 7.3636C17.2277 7.24694 17.0058 7.22234 16.9065 7.22408C16.4551 7.23203 15.7627 7.47282 12.4301 8.85893Z",
32
32
  fill: "#555555"
33
- })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
33
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
34
34
  id: "clip0_697_1790"
35
- }, /*#__PURE__*/React__default.createElement("rect", {
35
+ }, /*#__PURE__*/React.createElement("rect", {
36
36
  width: "24",
37
37
  height: "24",
38
38
  fill: "white"
@@ -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 IconTimer = function IconTimer(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTimer = function IconTimer(_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 IconTimer = function IconTimer(_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 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 6.5C8.13401 6.5 5 9.63401 5 13.5C5 17.366 8.13401 20.5 12 20.5C15.866 20.5 19 17.366 19 13.5C19 9.63401 15.866 6.5 12 6.5ZM12 8C12.3797 8 12.6935 8.28215 12.7432 8.64823L12.75 8.75V13.25C12.75 13.6642 12.4142 14 12 14C11.6203 14 11.3065 13.7178 11.2568 13.3518L11.25 13.25V8.75C11.25 8.33579 11.5858 8 12 8ZM19.1472 5.11371L19.2298 5.17355L20.3882 6.13773C20.7066 6.40272 20.7498 6.87562 20.4849 7.19398C20.2419 7.48581 19.8243 7.54649 19.5112 7.35047L19.4286 7.29063L18.2702 6.32645C17.9518 6.06146 17.9086 5.58856 18.1735 5.2702C18.4165 4.97837 18.8341 4.91769 19.1472 5.11371ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z",
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 IconTimerFilled = function IconTimerFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTimerFilled = function IconTimerFilled(_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 IconTimerFilled = function IconTimerFilled(_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 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 8C11.6203 8 11.3065 8.28215 11.2568 8.64823L11.25 8.75V13.25L11.2568 13.3518C11.3065 13.7178 11.6203 14 12 14C12.3797 14 12.6935 13.7178 12.7432 13.3518L12.75 13.25V8.75L12.7432 8.64823C12.6935 8.28215 12.3797 8 12 8ZM19.1704 5.1226L19.2517 5.18424L20.4008 6.18424C20.7132 6.45617 20.7461 6.9299 20.4742 7.24236C20.2249 7.52878 19.8061 7.58026 19.4973 7.3774L19.416 7.31576L18.267 6.31576C17.9545 6.04383 17.9217 5.5701 18.1936 5.25764C18.4428 4.97122 18.8617 4.91974 19.1704 5.1226ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z",
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 IconTwitter = function IconTwitter(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconTwitter = function IconTwitter(_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 IconTwitter = function IconTwitter(_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: "Company=Twitter, Style=Gray, Background=None"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Vector",
28
28
  d: "M7.55016 21.75C16.6045 21.75 21.5583 14.2467 21.5583 7.74186C21.5583 7.53092 21.5536 7.3153 21.5442 7.10436C22.5079 6.40746 23.3395 5.54425 24 4.5553C23.1025 4.9546 22.1496 5.21538 21.1739 5.32874C22.2013 4.71291 22.9705 3.74547 23.3391 2.60577C22.3726 3.17856 21.3156 3.58261 20.2134 3.80061C19.4708 3.01156 18.489 2.48912 17.4197 2.31405C16.3504 2.13899 15.2532 2.32105 14.2977 2.8321C13.3423 3.34314 12.5818 4.15471 12.1338 5.14131C11.6859 6.12792 11.5754 7.23462 11.8195 8.2903C9.86249 8.19209 7.94794 7.6837 6.19998 6.7981C4.45203 5.91249 2.90969 4.66944 1.67297 3.14952C1.0444 4.23324 0.852057 5.51565 1.13503 6.73609C1.418 7.95654 2.15506 9.02345 3.19641 9.71999C2.41463 9.69517 1.64998 9.48468 0.965625 9.10592V9.16686C0.964925 10.3041 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1931 3.43198 14.222 2.69484 14.0794C3.00945 15.0574 3.62157 15.9129 4.44577 16.5263C5.26997 17.1398 6.26512 17.4806 7.29234 17.5012C5.54842 18.8711 3.39417 19.6141 1.17656 19.6106C0.783287 19.61 0.390399 19.5859 0 19.5384C2.25286 20.9837 4.87353 21.7514 7.55016 21.75Z",
29
29
  fill: "#555555"
@@ -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 IconUndo = function IconUndo(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconUndo = function IconUndo(_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 IconUndo = function IconUndo(_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: "M4.75 2C5.1297 2 5.44349 2.28215 5.49315 2.64823L5.5 2.75V8.44L10.0743 3.88014C12.5163 1.43819 16.4385 1.37863 18.9526 3.70146L19.1385 3.88014C21.6415 6.38313 21.6415 10.4413 19.1385 12.9443L10.2933 21.7835C10.0003 22.0762 9.52558 22.0759 9.23269 21.783C8.93979 21.4901 8.94013 21.0151 9.23315 20.7223L18.0778 11.8836C19.995 9.96641 19.995 6.85801 18.0778 4.9408C16.2187 3.08169 13.2395 3.02535 11.3118 4.77248L11.1342 4.94156L6.562 9.5L12.25 9.50018C12.6297 9.50018 12.9435 9.78234 12.9932 10.1484L13 10.2502C13 10.6299 12.7178 10.9437 12.3518 10.9933L12.25 11.0002H4.75C4.3703 11.0002 4.05651 10.718 4.00685 10.352L4 10.2502V2.75C4 2.33579 4.33579 2 4.75 2Z",
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 IconUndoFilled = function IconUndoFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconUndoFilled = function IconUndoFilled(_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 IconUndoFilled = function IconUndoFilled(_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: "M6.90735 6.68009L9.64108 3.9514C12.2423 1.35018 16.4597 1.35018 19.0609 3.9514C21.6621 6.55262 21.6621 10.77 19.0609 13.3713L10.7225 21.7082C10.3319 22.0987 9.69877 22.0985 9.30825 21.708C8.91772 21.3175 8.91789 20.6842 9.30848 20.2938L17.6467 11.957C19.4669 10.1369 19.4669 7.18579 17.6467 5.36562C15.8834 3.60233 13.0588 3.54722 11.2286 5.2009L11.0546 5.36627L7.414 8.99949L12 9.00002C12.5128 9.00002 12.9355 9.38606 12.9933 9.8834L13 10C13 10.5129 12.614 10.9355 12.1166 10.9933L12 11L4.94043 10.9983L4.84501 10.9881L4.73315 10.964L4.60163 10.9175L4.51971 10.8773L4.41781 10.8132C4.37406 10.7819 4.33212 10.7464 4.29267 10.7069L4.20096 10.6015L4.12658 10.4875L4.08093 10.3948L4.0425 10.2891L4.027 10.2318L4.01127 10.1502L4.00394 10.089L4 10V3.00284C4 2.45055 4.44772 2.00284 5 2.00284C5.51284 2.00284 5.93551 2.38888 5.99327 2.88622L6 3.00284V7.58649L9.64108 3.9514L6.90735 6.68009Z",
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 IconUnitsEmployee = function IconUnitsEmployee(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconUnitsEmployee = function IconUnitsEmployee(_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 IconUnitsEmployee = function IconUnitsEmployee(_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: "M15.1641 2.10156C15.0273 2.17188 14.918 2.26172 14.832 2.38281C14.707 2.56641 14.707 2.57031 14.6875 3.15234L14.668 3.73828L13.4883 3.75781L12.3047 3.77734L12.1992 3.88672L12.0898 3.99219L12.0781 7.78125L12.0703 11.5703H11.1914H10.3125V11.043C10.3125 10.3398 10.2227 10.1328 9.82422 9.91797L9.66797 9.83203H6.44531C3.85547 9.83203 3.19531 9.84375 3.07422 9.88281C2.85938 9.96094 2.69531 10.1133 2.59375 10.3398C2.5 10.5352 2.5 10.543 2.5 12C2.5 13.457 2.5 13.4648 2.59375 13.6602C2.69531 13.8867 2.85938 14.0391 3.07422 14.1172C3.19531 14.1562 3.85547 14.168 6.44531 14.168H9.66797L9.82422 14.082C10.2227 13.8672 10.3125 13.6602 10.3125 12.957V12.4297H11.1914H12.0703L12.0781 16.2188L12.0898 20.0078L12.1992 20.1133L12.3047 20.2227L13.4883 20.2422L14.668 20.2617L14.6875 20.8477C14.707 21.4297 14.707 21.4336 14.832 21.6172C14.918 21.7383 15.0273 21.8281 15.1641 21.8984L15.3672 22H18.5508C20.7617 22 21.7852 21.9844 21.8945 21.957C22.1094 21.8984 22.3984 21.6016 22.457 21.3867C22.4883 21.2734 22.5 20.7578 22.4922 19.7422L22.4805 18.2617L22.3633 18.0742C22.2773 17.9336 22.1875 17.8516 22.0352 17.7734L21.8242 17.6641L18.5352 17.6719L15.25 17.6836L15.0859 17.793C14.9961 17.8516 14.875 17.9727 14.8164 18.0625C14.7109 18.2188 14.707 18.2461 14.6953 18.8047L14.6836 19.3828H13.8047H12.9297V15.9062V12.4297H13.8086H14.6875V12.957C14.6875 13.6602 14.7773 13.8672 15.1758 14.082L15.332 14.168H18.5547C21.1445 14.168 21.8047 14.1562 21.9258 14.1172C22.1406 14.0391 22.3047 13.8867 22.4062 13.6602C22.5 13.4648 22.5 13.457 22.5 12C22.5 10.543 22.5 10.5352 22.4062 10.3398C22.3047 10.1133 22.1406 9.96094 21.9258 9.88281C21.8047 9.84375 21.1445 9.83203 18.5547 9.83203H15.332L15.1758 9.91797C14.7773 10.1328 14.6875 10.3398 14.6875 11.043V11.5703H13.8086H12.9297V8.09375V4.61719H13.8047H14.6836L14.6953 5.19531C14.707 5.75391 14.7109 5.78125 14.8164 5.9375C14.875 6.02734 14.9961 6.14844 15.0859 6.20703L15.25 6.31641L18.5352 6.32812L21.8242 6.33594L22.0352 6.22656C22.1875 6.14844 22.2773 6.06641 22.3633 5.92578L22.4805 5.73828L22.4922 4.25781C22.5 3.24219 22.4883 2.72656 22.457 2.61328C22.3984 2.39844 22.1094 2.10156 21.8945 2.04297C21.7852 2.01562 20.7617 2 18.5508 2H15.3672L15.1641 2.10156ZM21.6406 4.16797V5.47656H18.5938H15.5469V4.16797V2.85938H18.5938H21.6406V4.16797ZM9.45312 12V13.2891H6.40625H3.35938V12V10.7109H6.40625H9.45312V12ZM21.6406 12V13.2891H18.5938H15.5469V12V10.7109H18.5938H21.6406V12ZM21.6406 19.832V21.1406H18.5938H15.5469V19.832V18.5234H18.5938H21.6406V19.832Z",
26
26
  fill: "#555555"
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 IconUsd = function IconUsd(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconUsd = function IconUsd(_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 IconUsd = function IconUsd(_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: "M12.7699 3.13324C12.7699 2.70841 12.4255 2.36401 12.0007 2.36401C11.5758 2.36401 11.2314 2.70841 11.2314 3.13324V5.44116H9.94869C8.92863 5.44116 7.95035 5.84638 7.22905 6.56767C6.50776 7.28897 6.10254 8.26725 6.10254 9.28732C6.10254 10.3074 6.50776 11.2857 7.22905 12.007C7.95035 12.7283 8.92863 13.1335 9.94869 13.1335H14.0513C14.6633 13.1335 15.2503 13.3766 15.683 13.8094C16.1158 14.2422 16.3589 14.8291 16.3589 15.4412C16.3589 16.0532 16.1158 16.6402 15.683 17.0729C15.2503 17.5057 14.6633 17.7489 14.0513 17.7489H12.0195C12.0132 17.7487 12.007 17.7486 12.0007 17.7486C11.9944 17.7486 11.9881 17.7487 11.9819 17.7489H9.96648C9.51179 17.7262 9.07383 17.5695 8.70782 17.2984C8.33768 17.0242 8.05807 16.6455 7.90495 16.2111C7.76374 15.8104 7.32445 15.6001 6.92377 15.7413C6.52309 15.8825 6.31276 16.3218 6.45397 16.7225C6.70916 17.4466 7.17519 18.0777 7.79209 18.5346C8.40898 18.9916 9.14852 19.2535 9.91551 19.2866C9.92656 19.2871 9.93763 19.2873 9.94869 19.2873H11.2314V21.5948C11.2314 22.0196 11.5758 22.364 12.0007 22.364C12.4255 22.364 12.7699 22.0196 12.7699 21.5948V19.2873H14.0513C15.0713 19.2873 16.0496 18.8821 16.7709 18.1608C17.4922 17.4395 17.8974 16.4612 17.8974 15.4412C17.8974 14.4211 17.4922 13.4428 16.7709 12.7215C16.0496 12.0002 15.0713 11.595 14.0513 11.595H9.94869C9.33665 11.595 8.74968 11.3519 8.31691 10.9191C7.88413 10.4863 7.641 9.89935 7.641 9.28732C7.641 8.67528 7.88413 8.08831 8.31691 7.65553C8.74968 7.22275 9.33666 6.97962 9.94869 6.97962H14.0335C14.4882 7.0023 14.9261 7.15897 15.2921 7.43009C15.6623 7.70427 15.9419 8.08294 16.095 8.51737C16.2362 8.91805 16.6755 9.12838 17.0762 8.98717C17.4769 8.84595 17.6872 8.40666 17.546 8.00598C17.2908 7.28193 16.8248 6.65081 16.2079 6.19385C15.591 5.73689 14.8514 5.475 14.0844 5.44188C14.0734 5.4414 14.0623 5.44116 14.0513 5.44116H12.7699V3.13324Z",
26
26
  fill: "#222222"
27
27
  }));