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 IconCaretDownRight = function IconCaretDownRight(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretDownRight = function IconCaretDownRight(_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 IconCaretDownRight = function IconCaretDownRight(_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: "M16.5937 7.81065L7.9044 16.5H16.3437C16.4818 16.5 16.5937 16.3881 16.5937 16.25V7.81065ZM15.9599 6.32321C16.7473 5.53575 18.0937 6.09347 18.0937 7.2071V16.25C18.0937 17.2165 17.3102 18 16.3437 18H7.30085C6.18721 18 5.62951 16.6536 6.41696 15.8661L15.9599 6.32321Z",
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 IconCaretDownRightFilled = function IconCaretDownRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretDownRightFilled = function IconCaretDownRightFilled(_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 IconCaretDownRightFilled = function IconCaretDownRightFilled(_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: "M18.0937 7.2071C18.0937 6.09347 16.7473 5.53575 15.9599 6.32321L6.41696 15.8661C5.62951 16.6536 6.18721 18 7.30085 18H16.3437C17.3102 18 18.0937 17.2165 18.0937 16.25V7.2071Z",
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 IconCaretLeft = function IconCaretLeft(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretLeft = function IconCaretLeft(_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 IconCaretLeft = function IconCaretLeft(_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: "M13.0206 18.839C13.8288 19.5462 15.0937 18.9722 15.0937 17.8983L15.0937 6.10204C15.0937 5.02809 13.8288 4.45412 13.0206 5.16132L6.70992 10.6831C5.9131 11.3804 5.9131 12.6199 6.70992 13.3172L13.0206 18.839ZM13.5937 17.3473L7.69768 12.1883C7.58385 12.0887 7.58385 11.9116 7.69768 11.812L13.5937 6.65298L13.5937 17.3473Z",
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 IconCaretLeftFilled = function IconCaretLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretLeftFilled = function IconCaretLeftFilled(_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 IconCaretLeftFilled = function IconCaretLeftFilled(_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.0937 17.8983C15.0937 18.9722 13.8288 19.5462 13.0206 18.839L6.70992 13.3172C5.9131 12.6199 5.9131 11.3804 6.70992 10.6831L13.0206 5.16132C13.8288 4.45412 15.0937 5.02809 15.0937 6.10204L15.0937 17.8983Z",
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 IconCaretRight = function IconCaretRight(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretRight = function IconCaretRight(_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 IconCaretRight = function IconCaretRight(_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.1669 18.839C10.3586 19.5462 9.09375 18.9722 9.09375 17.8983L9.09375 6.10204C9.09375 5.02809 10.3587 4.45412 11.1669 5.16132L17.4775 10.6831C18.2744 11.3804 18.2744 12.6199 17.4775 13.3172L11.1669 18.839ZM10.5938 17.3473L16.4898 12.1883C16.6036 12.0887 16.6036 11.9116 16.4898 11.812L10.5938 6.65298L10.5938 17.3473Z",
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 IconCaretRightFilled = function IconCaretRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretRightFilled = function IconCaretRightFilled(_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 IconCaretRightFilled = function IconCaretRightFilled(_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: "M9.09375 17.8983C9.09375 18.9722 10.3586 19.5462 11.1669 18.839L17.4775 13.3172C18.2744 12.6199 18.2744 11.3804 17.4775 10.6831L11.1669 5.16132C10.3587 4.45412 9.09375 5.02809 9.09375 6.10204V17.8983Z",
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 IconCaretUp = function IconCaretUp(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretUp = function IconCaretUp(_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 IconCaretUp = function IconCaretUp(_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: "M5.25483 14.9083C4.54762 15.7165 5.1216 16.9814 6.19555 16.9814H17.9918C19.0657 16.9814 19.6397 15.7165 18.9325 14.9083L13.4107 8.59765C12.7135 7.80083 11.4739 7.80083 10.7767 8.59765L5.25483 14.9083ZM6.74649 15.4814L11.9055 9.58541C12.0051 9.47158 12.1822 9.47158 12.2818 9.58541L17.4408 15.4814H6.74649Z",
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 IconCaretUpFilled = function IconCaretUpFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCaretUpFilled = function IconCaretUpFilled(_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 IconCaretUpFilled = function IconCaretUpFilled(_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: "M6.19555 16.9814C5.1216 16.9814 4.54762 15.7165 5.25483 14.9083L10.7767 8.59765C11.4739 7.80083 12.7135 7.80083 13.4107 8.59765L18.9325 14.9083C19.6397 15.7165 19.0657 16.9814 17.9918 16.9814H6.19555Z",
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 IconChat = function IconChat(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChat = function IconChat(_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 IconChat = function IconChat(_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.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.8036 22 9.2397 21.6146 7.83473 20.888L4.00892 21.9553C3.344 22.141 2.65446 21.7525 2.46878 21.0876C2.40734 20.8676 2.40737 20.6349 2.46882 20.4151L3.53649 16.5922C2.80824 15.186 2.42188 13.6203 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM12.4219 3.5C7.72745 3.5 3.92188 7.30558 3.92188 12C3.92188 13.4696 4.29465 14.8834 4.99491 16.1375L5.14555 16.4072L4.03283 20.3914L8.01943 19.2792L8.28896 19.4295C9.54193 20.1281 10.9541 20.5 12.4219 20.5C17.1163 20.5 20.9219 16.6944 20.9219 12C20.9219 7.30558 17.1163 3.5 12.4219 3.5ZM9.17188 13H13.6701C14.0844 13 14.4201 13.3358 14.4201 13.75C14.4201 14.1297 14.138 14.4435 13.7719 14.4932L13.6701 14.5H9.17188C8.75766 14.5 8.42188 14.1642 8.42188 13.75C8.42188 13.3703 8.70403 13.0565 9.0701 13.0068L9.17188 13H13.6701H9.17188ZM9.17188 9.5H15.6764C16.0906 9.5 16.4264 9.83579 16.4264 10.25C16.4264 10.6297 16.1442 10.9435 15.7781 10.9932L15.6764 11H9.17188C8.75766 11 8.42188 10.6642 8.42188 10.25C8.42188 9.8703 8.70403 9.55651 9.0701 9.50685L9.17188 9.5H15.6764H9.17188Z",
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 IconChatFilled = function IconChatFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChatFilled = function IconChatFilled(_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 IconChatFilled = function IconChatFilled(_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.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.7814 22 9.19704 21.6039 7.77765 20.8583L3.48726 21.9753C3.03297 22.0937 2.56878 21.8213 2.45045 21.367C2.41386 21.2266 2.41386 21.0791 2.45042 20.9386L3.56677 16.6502C2.81907 15.2294 2.42188 13.6428 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM13.6736 13H9.17188L9.0701 13.0068C8.70403 13.0565 8.42188 13.3703 8.42188 13.75C8.42188 14.1297 8.70403 14.4435 9.0701 14.4932L9.17188 14.5H13.6736L13.7753 14.4932C14.1414 14.4435 14.4236 14.1297 14.4236 13.75C14.4236 13.3703 14.1414 13.0565 13.7753 13.0068L13.6736 13ZM15.6719 9.5H9.17188L9.0701 9.50685C8.70403 9.55651 8.42188 9.8703 8.42188 10.25C8.42188 10.6297 8.70403 10.9435 9.0701 10.9932L9.17188 11H15.6719L15.7736 10.9932C16.1397 10.9435 16.4219 10.6297 16.4219 10.25C16.4219 9.8703 16.1397 9.55651 15.7736 9.50685L15.6719 9.5Z",
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 IconChatMultiple = function IconChatMultiple(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChatMultiple = function IconChatMultiple(_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 IconChatMultiple = function IconChatMultiple(_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: "M10.1553 3C6.01319 3 2.65533 6.35786 2.65533 10.5C2.65533 11.6329 2.907 12.7088 3.35798 13.6734C3.10395 14.6714 2.82013 15.7842 2.63374 16.5147C2.40072 17.428 3.22315 18.2588 4.13749 18.039C4.88771 17.8587 6.04074 17.5819 7.06822 17.337C8.01053 17.7631 9.05616 18 10.1553 18C14.2975 18 17.6553 14.6421 17.6553 10.5C17.6553 6.35786 14.2975 3 10.1553 3ZM4.15533 10.5C4.15533 7.18629 6.84162 4.5 10.1553 4.5C13.469 4.5 16.1553 7.18629 16.1553 10.5C16.1553 13.8137 13.469 16.5 10.1553 16.5C9.19459 16.5 8.28862 16.2748 7.48536 15.8749L7.24195 15.7537L6.97743 15.8167C6.0547 16.0363 4.98864 16.2919 4.18967 16.4838C4.38842 15.7047 4.65159 14.6724 4.87976 13.7757L4.94994 13.4998L4.81943 13.2468C4.3952 12.4246 4.15533 11.4914 4.15533 10.5ZM15.1554 21.0001C13.186 21.0001 11.3939 20.241 10.0557 18.9995C10.0889 18.9999 10.1221 19.0001 10.1554 19.0001C10.8733 19.0001 11.5705 18.911 12.2365 18.7434C13.1004 19.2254 14.0958 19.5001 15.1554 19.5001C16.1161 19.5001 17.0221 19.2748 17.8253 18.8749L18.0687 18.7537L18.3332 18.8167C19.2548 19.0361 20.2983 19.2625 21.0724 19.4262C20.8975 18.6757 20.6587 17.6711 20.4309 16.7757L20.3607 16.4999L20.4913 16.2469C20.9155 15.4247 21.1553 14.4915 21.1553 13.5001C21.1553 11.3853 20.0613 9.52617 18.4084 8.45761C18.23 7.73435 17.959 7.04756 17.6087 6.41052C20.546 7.42684 22.6553 10.2171 22.6553 13.5001C22.6553 14.6332 22.4036 15.7094 21.9524 16.6741C22.2054 17.6821 22.4616 18.774 22.6241 19.4773C22.8286 20.3623 22.0492 21.1633 21.1567 20.9768C20.4296 20.8248 19.2871 20.581 18.2433 20.3367C17.3008 20.763 16.2548 21.0001 15.1554 21.0001Z",
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 IconChatMultipleFilled = function IconChatMultipleFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChatMultipleFilled = function IconChatMultipleFilled(_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 IconChatMultipleFilled = function IconChatMultipleFilled(_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: "M10.0938 3C5.95161 3 2.59375 6.35786 2.59375 10.5C2.59375 11.6335 2.84568 12.71 3.29711 13.6749C2.99499 14.9 2.73329 16.2085 2.61549 16.8173C2.48219 17.5063 3.08109 18.1099 3.76869 17.9875C4.392 17.8765 5.7469 17.6267 7.00518 17.3363C7.94787 17.7628 8.99402 18 10.0938 18C14.2359 18 17.5937 14.6421 17.5937 10.5C17.5937 6.35786 14.2359 3 10.0938 3ZM10.0557 18.9996C11.3939 20.2411 13.186 21.0002 15.1554 21.0002C16.2548 21.0002 17.3008 20.7631 18.2433 20.3368C19.2871 20.5811 20.4296 20.8249 21.1567 20.9769C22.0492 21.1634 22.8286 20.3624 22.6241 19.4775C22.4616 18.7741 22.2054 17.6822 21.9524 16.6742C22.4036 15.7095 22.6553 14.6333 22.6553 13.5002C22.6553 10.2172 20.546 7.42696 17.6087 6.41064C17.959 7.04768 18.23 7.73448 18.4084 8.45773C20.0613 9.52629 21.1553 11.3855 21.1553 13.5002C21.1553 14.4916 20.9155 15.4248 20.4913 16.247L20.3607 16.5L20.4309 16.7758C20.6587 17.6713 20.8975 18.6758 21.0724 19.4264C20.2983 19.2627 19.2548 19.0362 18.3332 18.8168L18.0687 18.7539L17.8253 18.875C17.0221 19.2749 16.1161 19.5002 15.1554 19.5002C14.0958 19.5002 13.1004 19.2255 12.2365 18.7436C11.5705 18.9112 10.8733 19.0002 10.1554 19.0002C10.1221 19.0002 10.0889 19 10.0557 18.9996Z",
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 IconCheckboxArrowRight = function IconCheckboxArrowRight(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckboxArrowRight = function IconCheckboxArrowRight(_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 IconCheckboxArrowRight = function IconCheckboxArrowRight(_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: "M5.92188 2C4.12695 2 2.67188 3.45507 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92187 20H12.17C11.9723 19.5258 11.8291 19.0232 11.7483 18.5H5.92187C4.95538 18.5 4.17188 17.7165 4.17188 16.75V5.25C4.17188 4.2835 4.95538 3.5 5.92188 3.5H17.4219C18.3884 3.5 19.1719 4.2835 19.1719 5.25V11.0764C19.6951 11.1572 20.1977 11.3004 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064C17.245 7.98791 17.2452 7.51304 16.9525 7.21998C16.6598 6.92691 16.1849 6.92664 15.8919 7.21936L9.66845 13.4356L7.45271 11.2197C7.15983 10.9268 6.68495 10.9268 6.39205 11.2196C6.09915 11.5125 6.09913 11.9874 6.39202 12.2803L9.13778 15.0262C9.43055 15.319 9.9052 15.3192 10.1982 15.0266L16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z",
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 IconCheckboxArrowRightFilled = function IconCheckboxArrowRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckboxArrowRightFilled = function IconCheckboxArrowRightFilled(_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 IconCheckboxArrowRightFilled = function IconCheckboxArrowRightFilled(_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: "M5.92188 2C4.12695 2 2.67188 3.45508 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92188 20H12.17C11.8491 19.2304 11.6719 18.3859 11.6719 17.5C11.6719 13.9101 14.582 11 18.1719 11C19.0578 11 19.9023 11.1772 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064L10.1982 15.0266C9.9052 15.3192 9.43055 15.319 9.13778 15.0262L6.39202 12.2803C6.09913 11.9874 6.09915 11.5125 6.39205 11.2196C6.68495 10.9268 7.15983 10.9268 7.45271 11.2197L9.66845 13.4356L15.8919 7.21936C16.1849 6.92664 16.6598 6.92691 16.9525 7.21998C17.2452 7.51304 17.245 7.98791 16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z",
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 IconCheckmark = function IconCheckmark(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckmark = function IconCheckmark(_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 IconCheckmark = function IconCheckmark(_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: "M5.01471 12.9697C4.72181 12.6768 4.24694 12.6768 3.95404 12.9697C3.66115 13.2626 3.66115 13.7374 3.95404 14.0303L8.45404 18.5303C8.74694 18.8232 9.22181 18.8232 9.5147 18.5303L20.5147 7.53033C20.8076 7.23744 20.8076 6.76256 20.5147 6.46967C20.2218 6.17678 19.7469 6.17678 19.454 6.46967L8.98438 16.9393L5.01471 12.9697Z",
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 IconCheckmarkCircle = function IconCheckmarkCircle(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckmarkCircle = function IconCheckmarkCircle(_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 IconCheckmarkCircle = function IconCheckmarkCircle(_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.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM12.9375 3.5C8.24308 3.5 4.4375 7.30558 4.4375 12C4.4375 16.6944 8.24308 20.5 12.9375 20.5C17.6319 20.5 21.4375 16.6944 21.4375 12C21.4375 7.30558 17.6319 3.5 12.9375 3.5ZM11.6875 13.4393L16.1572 8.96967C16.4501 8.67678 16.9249 8.67678 17.2178 8.96967C17.4841 9.23594 17.5083 9.6526 17.2904 9.94621L17.2178 10.0303L12.2178 15.0303C11.9516 15.2966 11.5349 15.3208 11.2413 15.1029L11.1572 15.0303L8.65717 12.5303C8.36428 12.2374 8.36428 11.7626 8.65717 11.4697C8.92344 11.2034 9.3401 11.1792 9.63371 11.3971L9.71783 11.4697L11.6875 13.4393L16.1572 8.96967L11.6875 13.4393Z",
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 IconCheckmarkCircleFilled = function IconCheckmarkCircleFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckmarkCircleFilled = function IconCheckmarkCircleFilled(_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 IconCheckmarkCircleFilled = function IconCheckmarkCircleFilled(_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.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM16.1572 8.96967L11.6875 13.4393L9.71783 11.4697C9.42494 11.1768 8.95006 11.1768 8.65717 11.4697C8.36428 11.7626 8.36428 12.2374 8.65717 12.5303L11.1572 15.0303C11.4501 15.3232 11.9249 15.3232 12.2178 15.0303L17.2178 10.0303C17.5107 9.73744 17.5107 9.26256 17.2178 8.96967C16.9249 8.67678 16.4501 8.67678 16.1572 8.96967Z",
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 IconCheckmarkFilled = function IconCheckmarkFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconCheckmarkFilled = function IconCheckmarkFilled(_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 IconCheckmarkFilled = function IconCheckmarkFilled(_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: "M8.98438 16.5858L5.19148 12.7929C4.80096 12.4024 4.16779 12.4024 3.77727 12.7929C3.38674 13.1834 3.38674 13.8166 3.77727 14.2071L8.27727 18.7071C8.66779 19.0976 9.30096 19.0976 9.69148 18.7071L20.6915 7.70711C21.082 7.31658 21.082 6.68342 20.6915 6.29289C20.301 5.90237 19.6678 5.90237 19.2773 6.29289L8.98438 16.5858Z",
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 IconChevronDown = function IconChevronDown(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChevronDown = function IconChevronDown(_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 IconChevronDown = function IconChevronDown(_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: "M4.32904 8.46967C4.62194 8.17678 5.09681 8.17678 5.38971 8.46967L12.1094 15.1893L18.829 8.46967C19.1219 8.17678 19.5968 8.17678 19.8897 8.46967C20.1826 8.76256 20.1826 9.23744 19.8897 9.53033L12.6397 16.7803C12.3468 17.0732 11.8719 17.0732 11.579 16.7803L4.32904 9.53033C4.03615 9.23744 4.03615 8.76256 4.32904 8.46967Z",
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 IconChevronDownFilled = function IconChevronDownFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconChevronDownFilled = function IconChevronDownFilled(_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 IconChevronDownFilled = function IconChevronDownFilled(_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: "M4.40227 8.29289C4.79279 7.90237 5.42596 7.90237 5.81648 8.29289L12.1094 14.5858L18.4023 8.29289C18.7928 7.90237 19.426 7.90237 19.8165 8.29289C20.207 8.68342 20.207 9.31658 19.8165 9.70711L12.8165 16.7071C12.426 17.0976 11.7928 17.0976 11.4023 16.7071L4.40227 9.70711C4.01174 9.31658 4.01174 8.68342 4.40227 8.29289Z",
26
26
  fill: "#222222"
27
27
  }));