hrm_ui_lib 1.4.2 → 1.4.3

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 (498) hide show
  1. package/{Button-028f6f93.js → Button-110130b7.js} +44 -44
  2. package/components/Alert/Alert.js +14 -14
  3. package/components/Alert/index.js +3 -3
  4. package/components/Alert/types.d.ts +3 -2
  5. package/components/Avatar/Avatar.js +6 -6
  6. package/components/Avatar/AvatarGroup.js +13 -13
  7. package/components/Avatar/index.js +3 -3
  8. package/components/Badge/Badge.js +4 -4
  9. package/components/Breadcrumb/Breadcrumb.js +4 -4
  10. package/components/Breadcrumb/types.d.ts +2 -1
  11. package/components/Button/Button.js +3 -3
  12. package/components/Button/index.js +3 -3
  13. package/components/ButtonIcon/ButtonIcon.js +3 -3
  14. package/components/ButtonIcon/index.js +3 -3
  15. package/components/CardBody/CardBody.d.ts +2 -1
  16. package/components/CardBody/CardBody.js +12 -12
  17. package/components/CardBody/index.js +3 -3
  18. package/components/CardSelect/CardSelect.js +16 -16
  19. package/components/CardSelect/CardSelectGroup.d.ts +2 -1
  20. package/components/CardSelect/CardSelectGroup.js +6 -6
  21. package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
  22. package/components/CardSelect/components/CardChips.js +3 -3
  23. package/components/CardSelect/components/CardDescription.js +3 -3
  24. package/components/CardSelect/components/CardInput.js +5 -5
  25. package/components/CardSelect/components/index.js +3 -3
  26. package/components/CardSelect/index.js +3 -3
  27. package/components/Cards/CardItem.js +10 -10
  28. package/components/Checkbox/Checkbox.js +3 -3
  29. package/components/Checkbox/index.js +3 -3
  30. package/components/Checkbox/types.d.ts +4 -3
  31. package/components/Chips/Chips.js +5 -5
  32. package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
  33. package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
  34. package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
  35. package/components/Collapse/index.js +2 -2
  36. package/components/Container/Container.js +2 -2
  37. package/components/Copy/Copy.js +7 -7
  38. package/components/Copy/index.js +3 -3
  39. package/components/Counter/Counter.js +5 -5
  40. package/components/Counter/index.js +3 -3
  41. package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
  42. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
  43. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
  44. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
  45. package/components/DatePicker/RangeDatePicker/index.js +3 -3
  46. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
  47. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
  48. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
  49. package/components/DatePicker/SimpleDatePicker/index.js +3 -3
  50. package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
  51. package/components/DatePicker/TimePicker/TimePicker.js +5 -5
  52. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
  53. package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
  54. package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
  55. package/components/DatePicker/TimePicker/index.js +3 -3
  56. package/components/DatePicker/hooks.js +2 -2
  57. package/components/DatePicker/index.js +3 -3
  58. package/components/Divider/Divider.d.ts +2 -1
  59. package/components/Divider/Divider.js +2 -2
  60. package/components/Empty/Empty.d.ts +2 -1
  61. package/components/Empty/Empty.js +11 -11
  62. package/components/Empty/index.js +3 -3
  63. package/components/FileUpload/FileUpload.d.ts +2 -1
  64. package/components/FileUpload/FileUpload.js +13 -13
  65. package/components/FileUpload/UploadItems.d.ts +2 -1
  66. package/components/FileUpload/UploadItems.js +12 -12
  67. package/components/FileUpload/index.js +3 -3
  68. package/components/FileUpload/types.d.ts +4 -3
  69. package/components/FormContainer/FormContainer.d.ts +2 -1
  70. package/components/FormContainer/FormContainer.js +8 -8
  71. package/components/FormContainer/index.js +3 -3
  72. package/components/FormField/FormField.js +9 -9
  73. package/components/FormField/index.js +3 -3
  74. package/components/FormField/types.d.ts +2 -1
  75. package/components/Heading/Heading.js +2 -2
  76. package/components/Image/Image.d.ts +2 -1
  77. package/components/Image/Image.js +3 -3
  78. package/components/Input/Input.js +20 -20
  79. package/components/Input/index.js +3 -3
  80. package/components/ItemSelect/ItemSelect.js +11 -11
  81. package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
  82. package/components/ItemSelect/ItemSelectGroup.js +6 -6
  83. package/components/ItemSelect/index.js +3 -3
  84. package/components/Link/Link.js +4 -4
  85. package/components/Link/types.d.ts +4 -3
  86. package/components/Menu/Menu.js +7 -7
  87. package/components/Menu/NestedMenu.js +8 -8
  88. package/components/Menu/index.js +3 -3
  89. package/components/Modal/Modal.js +3 -3
  90. package/components/Modal/ModalConfirmation.js +14 -14
  91. package/components/Modal/ModalContent.js +3 -3
  92. package/components/Modal/index.js +3 -3
  93. package/components/More/More.d.ts +2 -1
  94. package/components/More/More.js +6 -6
  95. package/components/More/index.js +3 -3
  96. package/components/Pagination/Pagination.d.ts +2 -1
  97. package/components/Pagination/Pagination.js +6 -6
  98. package/components/Popover/Popover.js +3 -3
  99. package/components/Popover/PopoverDesktop.js +5 -5
  100. package/components/Popover/PopoverMobile.js +3 -3
  101. package/components/Popover/index.js +3 -3
  102. package/components/Progress/Progress.d.ts +2 -1
  103. package/components/Progress/Progress.js +7 -7
  104. package/components/ProgressStep/ProgressStep.js +3 -3
  105. package/components/ProgressStep/Step.js +11 -11
  106. package/components/Radio/Radio.js +7 -7
  107. package/components/Radio/RadioGroup.js +8 -8
  108. package/components/Radio/index.js +3 -3
  109. package/components/SVGIcons/IconAdd.js +3 -3
  110. package/components/SVGIcons/IconAddCircle.js +4 -4
  111. package/components/SVGIcons/IconAddCircleFilled.js +4 -4
  112. package/components/SVGIcons/IconAddFilled.js +3 -3
  113. package/components/SVGIcons/IconAlert.js +4 -4
  114. package/components/SVGIcons/IconAlertBadge.js +4 -4
  115. package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
  116. package/components/SVGIcons/IconAlertFilled.js +4 -4
  117. package/components/SVGIcons/IconAm.js +9 -9
  118. package/components/SVGIcons/IconAmd.js +3 -3
  119. package/components/SVGIcons/IconAmdFilled.js +3 -3
  120. package/components/SVGIcons/IconApple.js +4 -4
  121. package/components/SVGIcons/IconArrowDown.js +4 -4
  122. package/components/SVGIcons/IconArrowDownFilled.js +4 -4
  123. package/components/SVGIcons/IconArrowDownLeft.js +4 -4
  124. package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
  125. package/components/SVGIcons/IconArrowDownload.js +4 -4
  126. package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
  127. package/components/SVGIcons/IconArrowEnter.js +3 -3
  128. package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
  129. package/components/SVGIcons/IconArrowExit.js +3 -3
  130. package/components/SVGIcons/IconArrowExitFilled.js +3 -3
  131. package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
  132. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
  133. package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
  134. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
  135. package/components/SVGIcons/IconArrowExportUp.js +4 -4
  136. package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
  137. package/components/SVGIcons/IconArrowImport.js +4 -4
  138. package/components/SVGIcons/IconArrowImportFilled.js +4 -4
  139. package/components/SVGIcons/IconArrowLeft.js +4 -4
  140. package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
  141. package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
  142. package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
  143. package/components/SVGIcons/IconArrowReset.js +4 -4
  144. package/components/SVGIcons/IconArrowResetFilled.js +4 -4
  145. package/components/SVGIcons/IconArrowRight.js +4 -4
  146. package/components/SVGIcons/IconArrowRightFilled.js +4 -4
  147. package/components/SVGIcons/IconArrowSort.js +3 -3
  148. package/components/SVGIcons/IconArrowSortFilled.js +3 -3
  149. package/components/SVGIcons/IconArrowSync.js +3 -3
  150. package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
  151. package/components/SVGIcons/IconArrowUp.js +4 -4
  152. package/components/SVGIcons/IconArrowUpFilled.js +4 -4
  153. package/components/SVGIcons/IconArrowUpLeft.js +4 -4
  154. package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
  155. package/components/SVGIcons/IconArrowUpRight.js +4 -4
  156. package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
  157. package/components/SVGIcons/IconAttach.js +4 -4
  158. package/components/SVGIcons/IconAttachFilled.js +4 -4
  159. package/components/SVGIcons/IconBeach.js +3 -3
  160. package/components/SVGIcons/IconBeachFilled.js +3 -3
  161. package/components/SVGIcons/IconBook.js +4 -4
  162. package/components/SVGIcons/IconBookFilled.js +4 -4
  163. package/components/SVGIcons/IconBookmark.js +4 -4
  164. package/components/SVGIcons/IconBookmarkFilled.js +4 -4
  165. package/components/SVGIcons/IconBriefcase.js +4 -4
  166. package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
  167. package/components/SVGIcons/IconBuilding.js +10 -10
  168. package/components/SVGIcons/IconBuildingBank.js +3 -3
  169. package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
  170. package/components/SVGIcons/IconBuildingFilled.js +4 -4
  171. package/components/SVGIcons/IconBulletListAdd.js +4 -4
  172. package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
  173. package/components/SVGIcons/IconCalculator.js +4 -4
  174. package/components/SVGIcons/IconCalculatorFilled.js +4 -4
  175. package/components/SVGIcons/IconCalendarClock.js +3 -3
  176. package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
  177. package/components/SVGIcons/IconCalendarDay.js +4 -4
  178. package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
  179. package/components/SVGIcons/IconCalendarLeft.js +3 -3
  180. package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
  181. package/components/SVGIcons/IconCalendarRight.js +3 -3
  182. package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
  183. package/components/SVGIcons/IconCall.js +4 -4
  184. package/components/SVGIcons/IconCallFilled.js +4 -4
  185. package/components/SVGIcons/IconCard.js +3 -3
  186. package/components/SVGIcons/IconCardFilled.js +3 -3
  187. package/components/SVGIcons/IconCaretDown.js +3 -3
  188. package/components/SVGIcons/IconCaretDownFilled.js +3 -3
  189. package/components/SVGIcons/IconCaretDownRight.js +3 -3
  190. package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
  191. package/components/SVGIcons/IconCaretLeft.js +3 -3
  192. package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
  193. package/components/SVGIcons/IconCaretRight.js +3 -3
  194. package/components/SVGIcons/IconCaretRightFilled.js +3 -3
  195. package/components/SVGIcons/IconCaretUp.js +3 -3
  196. package/components/SVGIcons/IconCaretUpFilled.js +3 -3
  197. package/components/SVGIcons/IconChat.js +3 -3
  198. package/components/SVGIcons/IconChatFilled.js +3 -3
  199. package/components/SVGIcons/IconChatMultiple.js +3 -3
  200. package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
  201. package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
  202. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
  203. package/components/SVGIcons/IconCheckmark.js +3 -3
  204. package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
  205. package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
  206. package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
  207. package/components/SVGIcons/IconChevronDown.js +3 -3
  208. package/components/SVGIcons/IconChevronDownFilled.js +3 -3
  209. package/components/SVGIcons/IconChevronLeft.js +3 -3
  210. package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
  211. package/components/SVGIcons/IconChevronRight.js +3 -3
  212. package/components/SVGIcons/IconChevronRightFilled.js +3 -3
  213. package/components/SVGIcons/IconChevronUp.js +3 -3
  214. package/components/SVGIcons/IconChevronUpDown.js +4 -4
  215. package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
  216. package/components/SVGIcons/IconChevronUpFilled.js +3 -3
  217. package/components/SVGIcons/IconClock.js +4 -4
  218. package/components/SVGIcons/IconClockDismiss.js +3 -3
  219. package/components/SVGIcons/IconClockDismissFilled.js +3 -3
  220. package/components/SVGIcons/IconClockFilled.js +4 -4
  221. package/components/SVGIcons/IconComment.js +4 -4
  222. package/components/SVGIcons/IconCommentFilled.js +4 -4
  223. package/components/SVGIcons/IconContractCard.js +3 -3
  224. package/components/SVGIcons/IconContractCardFilled.js +3 -3
  225. package/components/SVGIcons/IconCopy.js +3 -3
  226. package/components/SVGIcons/IconCopyFilled.js +3 -3
  227. package/components/SVGIcons/IconCubeTree.js +3 -3
  228. package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
  229. package/components/SVGIcons/IconDatabase.js +4 -4
  230. package/components/SVGIcons/IconDatabaseFilled.js +4 -4
  231. package/components/SVGIcons/IconDelete.js +3 -3
  232. package/components/SVGIcons/IconDeleteFilled.js +3 -3
  233. package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
  234. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
  235. package/components/SVGIcons/IconDismiss.js +3 -3
  236. package/components/SVGIcons/IconDismissCircle.js +4 -4
  237. package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
  238. package/components/SVGIcons/IconDismissFilled.js +3 -3
  239. package/components/SVGIcons/IconDocument.js +3 -3
  240. package/components/SVGIcons/IconDocumentBulletList.js +4 -4
  241. package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
  242. package/components/SVGIcons/IconDocumentEdit.js +3 -3
  243. package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
  244. package/components/SVGIcons/IconDocumentFilled.js +3 -3
  245. package/components/SVGIcons/IconEdit.js +3 -3
  246. package/components/SVGIcons/IconEditFilled.js +3 -3
  247. package/components/SVGIcons/IconErrorCircle.js +3 -3
  248. package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
  249. package/components/SVGIcons/IconEur.js +3 -3
  250. package/components/SVGIcons/IconEurFilled.js +3 -3
  251. package/components/SVGIcons/IconExpandUpLeft.js +4 -4
  252. package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
  253. package/components/SVGIcons/IconExpandUpRight.js +4 -4
  254. package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
  255. package/components/SVGIcons/IconEyeOff.js +4 -4
  256. package/components/SVGIcons/IconEyeOffFilled.js +4 -4
  257. package/components/SVGIcons/IconEyeOn.js +4 -4
  258. package/components/SVGIcons/IconEyeOnFilled.js +4 -4
  259. package/components/SVGIcons/IconFacebook.js +6 -6
  260. package/components/SVGIcons/IconFilter.js +3 -3
  261. package/components/SVGIcons/IconFilterFilled.js +3 -3
  262. package/components/SVGIcons/IconFlag.js +4 -4
  263. package/components/SVGIcons/IconFlagFilled.js +4 -4
  264. package/components/SVGIcons/IconFolderLink.js +3 -3
  265. package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
  266. package/components/SVGIcons/IconGb.js +13 -13
  267. package/components/SVGIcons/IconGlobe.js +3 -3
  268. package/components/SVGIcons/IconGlobeFilled.js +3 -3
  269. package/components/SVGIcons/IconGoogle.js +6 -6
  270. package/components/SVGIcons/IconHandOpenHeart.js +4 -4
  271. package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
  272. package/components/SVGIcons/IconHeart.js +4 -4
  273. package/components/SVGIcons/IconHeartFilled.js +4 -4
  274. package/components/SVGIcons/IconHistory.js +4 -4
  275. package/components/SVGIcons/IconHistoryFilled.js +4 -4
  276. package/components/SVGIcons/IconHome.js +4 -4
  277. package/components/SVGIcons/IconHomeFilled.js +4 -4
  278. package/components/SVGIcons/IconImage.js +4 -4
  279. package/components/SVGIcons/IconImageFilled.js +4 -4
  280. package/components/SVGIcons/IconInfo.js +3 -3
  281. package/components/SVGIcons/IconInfoFilled.js +3 -3
  282. package/components/SVGIcons/IconInstagram.js +6 -6
  283. package/components/SVGIcons/IconKeyReset.js +4 -4
  284. package/components/SVGIcons/IconKeyResetFilled.js +4 -4
  285. package/components/SVGIcons/IconLink.js +4 -4
  286. package/components/SVGIcons/IconLinkFilled.js +4 -4
  287. package/components/SVGIcons/IconLinkedin.js +4 -4
  288. package/components/SVGIcons/IconList.js +3 -3
  289. package/components/SVGIcons/IconListFilled.js +4 -4
  290. package/components/SVGIcons/IconLocation.js +4 -4
  291. package/components/SVGIcons/IconLocationFilled.js +4 -4
  292. package/components/SVGIcons/IconLockClosed.js +4 -4
  293. package/components/SVGIcons/IconLockClosedFilled.js +4 -4
  294. package/components/SVGIcons/IconLockOpen.js +4 -4
  295. package/components/SVGIcons/IconLockOpenFilled.js +4 -4
  296. package/components/SVGIcons/IconMail.js +4 -4
  297. package/components/SVGIcons/IconMailAdd.js +4 -4
  298. package/components/SVGIcons/IconMailAddFilled.js +4 -4
  299. package/components/SVGIcons/IconMailArrowForward.js +4 -4
  300. package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
  301. package/components/SVGIcons/IconMailFilled.js +4 -4
  302. package/components/SVGIcons/IconMailLink.js +4 -4
  303. package/components/SVGIcons/IconMailLinkFilled.js +4 -4
  304. package/components/SVGIcons/IconMedium.js +4 -4
  305. package/components/SVGIcons/IconMore.js +4 -4
  306. package/components/SVGIcons/IconMoreFilled.js +4 -4
  307. package/components/SVGIcons/IconMoreVertical.js +4 -4
  308. package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
  309. package/components/SVGIcons/IconNavigation.js +4 -4
  310. package/components/SVGIcons/IconNavigationFilled.js +4 -4
  311. package/components/SVGIcons/IconNotebook.js +4 -4
  312. package/components/SVGIcons/IconNotebookAdd.js +10 -10
  313. package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
  314. package/components/SVGIcons/IconNotebookFilled.js +4 -4
  315. package/components/SVGIcons/IconOnlyEmployee.js +3 -3
  316. package/components/SVGIcons/IconOpen.js +4 -4
  317. package/components/SVGIcons/IconOpenFilled.js +4 -4
  318. package/components/SVGIcons/IconPatient.js +3 -3
  319. package/components/SVGIcons/IconPatientFilled.js +3 -3
  320. package/components/SVGIcons/IconPeople.js +3 -3
  321. package/components/SVGIcons/IconPeopleAdd.js +4 -4
  322. package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
  323. package/components/SVGIcons/IconPeopleFilled.js +4 -4
  324. package/components/SVGIcons/IconPercent.js +4 -4
  325. package/components/SVGIcons/IconPerson.js +4 -4
  326. package/components/SVGIcons/IconPersonAccount.js +3 -3
  327. package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
  328. package/components/SVGIcons/IconPersonAdd.js +4 -4
  329. package/components/SVGIcons/IconPersonAddFilled.js +4 -4
  330. package/components/SVGIcons/IconPersonFilled.js +4 -4
  331. package/components/SVGIcons/IconPersonStar.js +4 -4
  332. package/components/SVGIcons/IconPersonStarFilled.js +4 -4
  333. package/components/SVGIcons/IconPersonSubtract.js +4 -4
  334. package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
  335. package/components/SVGIcons/IconPhone.js +4 -4
  336. package/components/SVGIcons/IconPhoneFilled.js +4 -4
  337. package/components/SVGIcons/IconPos.js +4 -4
  338. package/components/SVGIcons/IconPosFilled.js +4 -4
  339. package/components/SVGIcons/IconProhibited.js +4 -4
  340. package/components/SVGIcons/IconProhibitedFilled.js +4 -4
  341. package/components/SVGIcons/IconProjectProduct.js +3 -3
  342. package/components/SVGIcons/IconQuestion.js +4 -4
  343. package/components/SVGIcons/IconQuestionFilled.js +4 -4
  344. package/components/SVGIcons/IconRedo.js +4 -4
  345. package/components/SVGIcons/IconRedoFilled.js +4 -4
  346. package/components/SVGIcons/IconRu.js +8 -8
  347. package/components/SVGIcons/IconRub.js +3 -3
  348. package/components/SVGIcons/IconRubFilled.js +3 -3
  349. package/components/SVGIcons/IconSave.js +4 -4
  350. package/components/SVGIcons/IconSaveFilled.js +4 -4
  351. package/components/SVGIcons/IconSavings.js +4 -4
  352. package/components/SVGIcons/IconSavingsFilled.js +4 -4
  353. package/components/SVGIcons/IconSearch.js +4 -4
  354. package/components/SVGIcons/IconSearchFilled.js +4 -4
  355. package/components/SVGIcons/IconSelectAllOff.js +4 -4
  356. package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
  357. package/components/SVGIcons/IconSelectAllOn.js +4 -4
  358. package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
  359. package/components/SVGIcons/IconSend.js +4 -4
  360. package/components/SVGIcons/IconSendFilled.js +4 -4
  361. package/components/SVGIcons/IconSettings.js +3 -3
  362. package/components/SVGIcons/IconSettingsFilled.js +4 -4
  363. package/components/SVGIcons/IconShare.js +4 -4
  364. package/components/SVGIcons/IconShareAndroid.js +4 -4
  365. package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
  366. package/components/SVGIcons/IconShareFilled.js +4 -4
  367. package/components/SVGIcons/IconSignOut.js +4 -4
  368. package/components/SVGIcons/IconSignOutFilled.js +4 -4
  369. package/components/SVGIcons/IconSpinner.js +4 -4
  370. package/components/SVGIcons/IconSpinnerFilled.js +4 -4
  371. package/components/SVGIcons/IconStatus.js +4 -4
  372. package/components/SVGIcons/IconStatusFilled.js +4 -4
  373. package/components/SVGIcons/IconSubtract.js +4 -4
  374. package/components/SVGIcons/IconSubtractCircle.js +4 -4
  375. package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
  376. package/components/SVGIcons/IconSubtractFilled.js +4 -4
  377. package/components/SVGIcons/IconTableCellEdit.js +6 -6
  378. package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
  379. package/components/SVGIcons/IconTelegram.js +6 -6
  380. package/components/SVGIcons/IconTimer.js +4 -4
  381. package/components/SVGIcons/IconTimerFilled.js +4 -4
  382. package/components/SVGIcons/IconTwitter.js +4 -4
  383. package/components/SVGIcons/IconUndo.js +4 -4
  384. package/components/SVGIcons/IconUndoFilled.js +4 -4
  385. package/components/SVGIcons/IconUnitsEmployee.js +3 -3
  386. package/components/SVGIcons/IconUsd.js +3 -3
  387. package/components/SVGIcons/IconUsdFilled.js +3 -3
  388. package/components/SVGIcons/IconVideo.js +3 -3
  389. package/components/SVGIcons/IconVideoFilled.js +3 -3
  390. package/components/SVGIcons/IconWallet.js +4 -4
  391. package/components/SVGIcons/IconWalletFilled.js +4 -4
  392. package/components/SVGIcons/IconWarning.js +3 -3
  393. package/components/SVGIcons/IconWarningFilled.js +3 -3
  394. package/components/SVGIcons/IconYoutube.js +4 -4
  395. package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
  396. package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
  397. package/components/Select/FilterSelect/FilterDropdown.js +6 -6
  398. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
  399. package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
  400. package/components/Select/FilterSelect/FilterSelect.js +11 -11
  401. package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
  402. package/components/Select/MultiSelect/MultiSelect.js +7 -7
  403. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
  404. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
  405. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
  406. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
  407. package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
  408. package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
  409. package/components/Select/NestedSelect/NestedSelect.js +11 -11
  410. package/components/Select/ProfileDropdown/index.d.ts +2 -1
  411. package/components/Select/ProfileDropdown/index.js +21 -21
  412. package/components/Select/Select/Select.d.ts +2 -1
  413. package/components/Select/Select/Select.js +13 -13
  414. package/components/Select/SharedComponents/Actions.d.ts +2 -1
  415. package/components/Select/SharedComponents/Actions.js +9 -9
  416. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
  417. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
  418. package/components/Select/SharedComponents/ContentTop.js +9 -9
  419. package/components/Select/SharedComponents/Footer.d.ts +2 -1
  420. package/components/Select/SharedComponents/Footer.js +10 -10
  421. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
  422. package/components/Select/SharedComponents/Loading.d.ts +2 -1
  423. package/components/Select/SharedComponents/Loading.js +3 -3
  424. package/components/Select/SharedComponents/index.js +3 -3
  425. package/components/Select/index.js +3 -3
  426. package/components/Select/types.d.ts +5 -5
  427. package/components/SideNavigation/Block.js +4 -4
  428. package/components/SideNavigation/NavigationItem/index.js +10 -10
  429. package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
  430. package/components/SideNavigation/SideNavigation.d.ts +2 -1
  431. package/components/SideNavigation/SideNavigation.js +5 -5
  432. package/components/SideNavigation/types.d.ts +1 -1
  433. package/components/SideSheet/Footer/Footer.js +12 -12
  434. package/components/SideSheet/SideSheet.d.ts +2 -1
  435. package/components/SideSheet/SideSheet.js +17 -17
  436. package/components/SideSheet/index.js +3 -3
  437. package/components/Snackbar/Snackbar.js +10 -10
  438. package/components/Snackbar/index.js +3 -3
  439. package/components/Snackbar/types.d.ts +2 -1
  440. package/components/Status/Status.js +6 -6
  441. package/components/Stepper/Stepper.d.ts +2 -1
  442. package/components/Stepper/Stepper.js +2 -2
  443. package/components/Stepper/types.d.ts +2 -1
  444. package/components/Switcher/Switcher.js +11 -11
  445. package/components/Switcher/index.js +3 -3
  446. package/components/Switcher/types.d.ts +2 -1
  447. package/components/Tab/Tab.js +3 -3
  448. package/components/Tab/TabItem.d.ts +2 -1
  449. package/components/Tab/TabItem.js +6 -6
  450. package/components/Tab/types.d.ts +3 -2
  451. package/components/Table/Header.js +11 -11
  452. package/components/Table/IndeterminateCheckbox.js +5 -5
  453. package/components/Table/Row.js +6 -6
  454. package/components/Table/Table.js +10 -10
  455. package/components/Table/index.js +3 -3
  456. package/components/Table/utils.js +6 -6
  457. package/components/Text/Text.js +2 -2
  458. package/components/Textarea/Textarea.js +16 -16
  459. package/components/Textarea/index.js +3 -3
  460. package/components/Textarea/types.d.ts +3 -2
  461. package/components/Tooltip/Tooltip.d.ts +2 -1
  462. package/components/Tooltip/Tooltip.js +3 -3
  463. package/context/FormContextProvider.d.ts +2 -2
  464. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
  465. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
  466. package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
  467. package/helperComponents/CodeBlock/CodeBlock.js +3 -3
  468. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
  469. package/helperComponents/ErrorMessage/types.d.ts +2 -1
  470. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
  471. package/helperComponents/Label/Label.js +3 -3
  472. package/helperComponents/Label/types.d.ts +1 -1
  473. package/helperComponents/Loader/Loader.js +3 -3
  474. package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
  475. package/helperComponents/OptionItem/OptionItem.js +15 -15
  476. package/helperComponents/OptionItem/index.js +3 -3
  477. package/helperComponents/index.js +3 -3
  478. package/index.js +3 -3
  479. package/package.json +2 -1
  480. package/stories/CardBody.stories.d.ts +2 -1
  481. package/stories/CardSelect.stories.d.ts +2 -1
  482. package/stories/Collapse.stories.d.ts +2 -1
  483. package/stories/Container.stories.d.ts +1 -1
  484. package/stories/DatePicker.stories.d.ts +1 -1
  485. package/stories/Empty.stories.d.ts +2 -1
  486. package/stories/FileUpload.stories.d.ts +2 -1
  487. package/stories/Form.stories.d.ts +3 -2
  488. package/stories/ItemSelect.stories.d.ts +2 -1
  489. package/stories/More.stories.d.ts +2 -1
  490. package/stories/Pagination.stories.d.ts +2 -1
  491. package/stories/Progress.stories.d.ts +2 -1
  492. package/stories/Select.stories.d.ts +4 -3
  493. package/stories/SideNavigation.stories.d.ts +2 -1
  494. package/stories/SideSheet.stories.d.ts +2 -1
  495. package/stories/Stepper.stories.d.ts +2 -1
  496. package/stories/Tooltip.stories.d.ts +2 -1
  497. package/AnimatePresenceWrapper-cf3daece.js +0 -1726
  498. package/proxy-3b995879.js +0 -9654
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -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
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronLeft = function IconChevronLeft(_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 IconChevronLeft = function IconChevronLeft(_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.6397 4.21967C15.9326 4.51256 15.9326 4.98744 15.6397 5.28033L8.92003 12L15.6397 18.7197C15.9326 19.0126 15.9326 19.4874 15.6397 19.7803C15.3468 20.0732 14.8719 20.0732 14.579 19.7803L7.32904 12.5303C7.03615 12.2374 7.03615 11.7626 7.32904 11.4697L14.579 4.21967C14.8719 3.92678 15.3468 3.92678 15.6397 4.21967Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronLeftFilled = function IconChevronLeftFilled(_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 IconChevronLeftFilled = function IconChevronLeftFilled(_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.8165 4.29289C16.207 4.68342 16.207 5.31658 15.8165 5.70711L9.52359 12L15.8165 18.2929C16.207 18.6834 16.207 19.3166 15.8165 19.7071C15.426 20.0976 14.7928 20.0976 14.4023 19.7071L7.40227 12.7071C7.01174 12.3166 7.01174 11.6834 7.40227 11.2929L14.4023 4.29289C14.7928 3.90237 15.426 3.90237 15.8165 4.29289Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronRight = function IconChevronRight(_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 IconChevronRight = function IconChevronRight(_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.57904 4.21967C8.28615 4.51256 8.28615 4.98744 8.57904 5.28033L15.2987 12L8.57905 18.7197C8.28615 19.0126 8.28615 19.4874 8.57905 19.7803C8.87194 20.0732 9.34681 20.0732 9.63971 19.7803L16.8897 12.5303C17.1826 12.2374 17.1826 11.7626 16.8897 11.4697L9.63971 4.21967C9.34681 3.92678 8.87194 3.92678 8.57904 4.21967Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronRightFilled = function IconChevronRightFilled(_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 IconChevronRightFilled = function IconChevronRightFilled(_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.40227 4.29289C8.01174 4.68342 8.01174 5.31658 8.40227 5.70711L14.6952 12L8.40227 18.2929C8.01174 18.6834 8.01174 19.3166 8.40227 19.7071C8.79279 20.0976 9.42596 20.0976 9.81648 19.7071L16.8165 12.7071C17.207 12.3166 17.207 11.6834 16.8165 11.2929L9.81648 4.29289C9.42596 3.90237 8.79279 3.90237 8.40227 4.29289Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronUp = function IconChevronUp(_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 IconChevronUp = function IconChevronUp(_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 15.5303C4.62194 15.8232 5.09681 15.8232 5.38971 15.5303L12.1094 8.81066L18.829 15.5303C19.1219 15.8232 19.5968 15.8232 19.8897 15.5303C20.1826 15.2374 20.1826 14.7626 19.8897 14.4697L12.6397 7.21967C12.3468 6.92678 11.8719 6.92678 11.579 7.21967L4.32904 14.4697C4.03615 14.7626 4.03615 15.2374 4.32904 15.5303Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronUpDown = function IconChevronUpDown(_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 IconChevronUpDown = function IconChevronUpDown(_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: "M13.0094 2.23017C12.868 2.08311 12.6728 2 12.4688 2C12.2647 2 12.0695 2.08311 11.9281 2.23017L5.67813 8.73017C5.39103 9.02875 5.40034 9.50353 5.69892 9.79062C5.9975 10.0777 6.47228 10.0684 6.75938 9.76983L12.4688 3.83208L18.1781 9.76983C18.4652 10.0684 18.94 10.0777 19.2386 9.79062C19.5372 9.50353 19.5465 9.02875 19.2594 8.73017L13.0094 2.23017ZM13.0094 21.7698C12.868 21.9169 12.6728 22 12.4688 22C12.2647 22 12.0695 21.9169 11.9281 21.7698L5.67813 15.2698C5.39103 14.9713 5.40034 14.4965 5.69892 14.2094C5.9975 13.9223 6.47228 13.9316 6.75938 14.2302L12.4688 20.1679L18.1781 14.2302C18.4652 13.9316 18.94 13.9223 19.2386 14.2094C19.5372 14.4965 19.5465 14.9713 19.2594 15.2698L13.0094 21.7698Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronUpDownFilled = function IconChevronUpDownFilled(_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 IconChevronUpDownFilled = function IconChevronUpDownFilled(_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: "M19.259 8.3871C19.5641 8.77939 19.5363 9.34662 19.1759 9.70711C18.7853 10.0976 18.1522 10.0976 17.7616 9.70711L12.4688 4.41421L7.17586 9.70711L7.08165 9.79029C6.68936 10.0953 6.12213 10.0676 5.76164 9.70711C5.37112 9.31658 5.37112 8.68342 5.76164 8.29289L11.7616 2.29289L11.8559 2.2097C12.2481 1.90468 12.8154 1.93241 13.1759 2.29289L19.1759 8.29289L19.259 8.3871ZM5.67846 15.6129C5.37343 15.2206 5.40116 14.6534 5.76164 14.2929C6.15217 13.9024 6.78533 13.9024 7.17586 14.2929L12.4688 19.5858L17.7616 14.2929L17.8558 14.2097C18.2481 13.9047 18.8154 13.9324 19.1759 14.2929C19.5664 14.6834 19.5664 15.3166 19.1759 15.7071L13.1759 21.7071L13.0816 21.7903C12.6894 22.0953 12.1221 22.0676 11.7616 21.7071L5.76164 15.7071L5.67846 15.6129Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconChevronUpFilled = function IconChevronUpFilled(_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 IconChevronUpFilled = function IconChevronUpFilled(_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 15.7071C4.79279 16.0976 5.42596 16.0976 5.81648 15.7071L12.1094 9.41421L18.4023 15.7071C18.7928 16.0976 19.426 16.0976 19.8165 15.7071C20.207 15.3166 20.207 14.6834 19.8165 14.2929L12.8165 7.29289C12.426 6.90237 11.7928 6.90237 11.4023 7.29289L4.40227 14.2929C4.01174 14.6834 4.01174 15.3166 4.40227 15.7071Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconClock = function IconClock(_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 IconClock = function IconClock(_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.0469 2C17.5699 2 22.0469 6.478 22.0469 12C22.0469 17.522 17.5699 22 12.0469 22C6.52388 22 2.04688 17.522 2.04688 12C2.04688 6.478 6.52388 2 12.0469 2ZM12.0469 3.667C7.45188 3.667 3.71388 7.405 3.71388 12C3.71388 16.595 7.45188 20.333 12.0469 20.333C16.6419 20.333 20.3799 16.595 20.3799 12C20.3799 7.405 16.6419 3.667 12.0469 3.667ZM11.2969 6C11.6764 6 11.9903 6.28233 12.04 6.64827L12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.1295 15.7645 13.4435 15.3986 13.4931L15.2969 13.5H11.2969C10.9174 13.5 10.6034 13.2177 10.5537 12.8517L10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconClockDismiss = function IconClockDismiss(_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 IconClockDismiss = function IconClockDismiss(_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.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C12.7287 20.452 12.976 19.9075 13.1452 19.3297L13.4062 19.333C18.0012 19.333 21.7393 15.595 21.7393 11C21.7393 6.405 18.0012 2.667 13.4062 2.667C8.81125 2.667 5.07325 6.405 5.07325 11L5.07729 11.2614C4.49862 11.4303 3.95407 11.6776 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C13.0358 5 13.3497 5.28233 13.3994 5.64827L13.4062 5.75V11H16.6562C17.0702 11 17.4062 11.336 17.4062 11.75C17.4062 12.1295 17.1239 12.4435 16.758 12.4931L16.6562 12.5H12.6562C12.2767 12.5 11.9628 12.2177 11.9131 11.8517L11.9062 11.75V5.75C11.9062 5.336 12.2423 5 12.6562 5Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconClockDismissFilled = function IconClockDismissFilled(_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 IconClockDismissFilled = function IconClockDismissFilled(_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.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C13.0433 19.9509 13.4062 18.7678 13.4062 17.5C13.4062 13.9101 10.4961 11 6.90625 11C5.63831 11 4.45516 11.363 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C12.2423 5 11.9062 5.336 11.9062 5.75L11.9018 11.2531C11.9018 11.6671 12.2378 12.0031 12.6518 12.0031H16.6518C17.0658 12.0031 17.4018 11.6671 17.4018 11.2531C17.4018 10.8391 17.0658 10.5031 16.6518 10.5031H13.4018L13.4062 5.75C13.4062 5.336 13.0702 5 12.6562 5Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconClockFilled = function IconClockFilled(_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 IconClockFilled = function IconClockFilled(_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: "M15.2969 13.5H11.2969C10.8829 13.5 10.5469 13.164 10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6C11.7109 6 12.0469 6.336 12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.164 15.7109 13.5 15.2969 13.5ZM12.0469 2C6.52488 2 2.04688 6.478 2.04688 12C2.04688 17.522 6.52488 22 12.0469 22C17.5689 22 22.0469 17.522 22.0469 12C22.0469 6.478 17.5689 2 12.0469 2Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconComment = function IconComment(_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 IconComment = function IconComment(_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.96875 18C4.17382 18 2.71875 16.5449 2.71875 14.75V6.25C2.71875 4.45507 4.17382 3 5.96875 3H19.4688C21.2637 3 22.7188 4.45507 22.7188 6.25V14.75C22.7188 16.5449 21.2637 18 19.4688 18H13.7312L8.71743 21.7507C8.1646 22.1642 7.38125 22.0512 6.96776 21.4984C6.80611 21.2822 6.71875 21.0196 6.71875 20.7499L6.71796 18H5.96875ZM13.2323 16.5H19.4688C20.4352 16.5 21.2188 15.7165 21.2188 14.75V6.25C21.2188 5.2835 20.4352 4.5 19.4688 4.5H5.96875C5.00225 4.5 4.21875 5.2835 4.21875 6.25V14.75C4.21875 15.7165 5.00225 16.5 5.96875 16.5H8.21754L8.21775 17.2498L8.21861 20.2506L13.2323 16.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconCommentFilled = function IconCommentFilled(_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 IconCommentFilled = function IconCommentFilled(_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.96875 3C4.17382 3 2.71875 4.45507 2.71875 6.25V14.75C2.71875 16.5449 4.17383 18 5.96875 18H6.71875V20.75C6.71875 21.7801 7.8947 22.368 8.71875 21.75L13.7188 18H19.4688C21.2637 18 22.7188 16.5449 22.7188 14.75V6.25C22.7188 4.45507 21.2637 3 19.4688 3H5.96875Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconContractCard = function IconContractCard(_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 IconContractCard = function IconContractCard(_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: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM20.0078 5.5H4.50781C4.0936 5.5 3.75781 5.83579 3.75781 6.25V17.7546C3.75781 18.1688 4.0936 18.5046 4.50781 18.5046H20.0078C20.422 18.5046 20.7578 18.1688 20.7578 17.7546V6.25C20.7578 5.83579 20.422 5.5 20.0078 5.5ZM10.0078 12.5C10.422 12.5 10.7578 12.8358 10.7578 13.25V13.7427L10.7499 13.8513C10.5871 14.9642 9.65549 15.5009 8.25776 15.5009C6.85995 15.5009 5.92829 14.9637 5.76568 13.8501L5.75781 13.7418V13.25C5.75781 12.8358 6.0936 12.5 6.50781 12.5H10.0078ZM13.5101 12.9961H18.0078C18.422 12.9961 18.7578 13.3319 18.7578 13.7461C18.7578 14.1258 18.4757 14.4396 18.1096 14.4893L18.0078 14.4961H13.5101C13.0959 14.4961 12.7601 14.1604 12.7601 13.7461C12.7601 13.3664 13.0423 13.0526 13.4083 13.003L13.5101 12.9961H18.0078H13.5101ZM8.25781 8.50218C9.08623 8.50218 9.75779 9.17374 9.75779 10.0022C9.75779 10.8306 9.08623 11.5021 8.25781 11.5021C7.4294 11.5021 6.75784 10.8306 6.75784 10.0022C6.75784 9.17374 7.4294 8.50218 8.25781 8.50218ZM13.5101 9.5H18.0078C18.422 9.5 18.7578 9.83579 18.7578 10.25C18.7578 10.6297 18.4757 10.9435 18.1096 10.9932L18.0078 11H13.5101C13.0959 11 12.7601 10.6642 12.7601 10.25C12.7601 9.8703 13.0423 9.55651 13.4083 9.50685L13.5101 9.5H18.0078H13.5101Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconContractCardFilled = function IconContractCardFilled(_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 IconContractCardFilled = function IconContractCardFilled(_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: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM10.0078 12.5H6.50781C6.12812 12.5 5.81432 12.7822 5.76466 13.1482L5.75781 13.25V13.7418L5.76568 13.8501C5.92829 14.9637 6.85995 15.5009 8.25776 15.5009C9.58893 15.5009 10.4973 15.0141 10.7215 14.0064L10.7499 13.8513L10.7578 13.7427V13.25C10.7578 12.8703 10.4757 12.5565 10.1096 12.5068L10.0078 12.5ZM18.0078 12.9961H13.5101L13.4083 13.003C13.0423 13.0526 12.7601 13.3664 12.7601 13.7461C12.7601 14.1258 13.0423 14.4396 13.4083 14.4893L13.5101 14.4961H18.0078L18.1096 14.4893C18.4757 14.4396 18.7578 14.1258 18.7578 13.7461C18.7578 13.3664 18.4757 13.0526 18.1096 13.003L18.0078 12.9961ZM8.25781 8.50218C7.4294 8.50218 6.75784 9.17374 6.75784 10.0022C6.75784 10.8306 7.4294 11.5021 8.25781 11.5021C9.08623 11.5021 9.75779 10.8306 9.75779 10.0022C9.75779 9.17374 9.08623 8.50218 8.25781 8.50218ZM18.0078 9.5H13.5101L13.4083 9.50685C13.0423 9.55651 12.7601 9.8703 12.7601 10.25C12.7601 10.6297 13.0423 10.9435 13.4083 10.9932L13.5101 11H18.0078L18.1096 10.9932C18.4757 10.9435 18.7578 10.6297 18.7578 10.25C18.7578 9.8703 18.4757 9.55651 18.1096 9.50685L18.0078 9.5Z",
26
26
  fill: "#222222"
27
27
  }));