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 IconArrowUpFilled = function IconArrowUpFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconArrowUpFilled = function IconArrowUpFilled(_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 IconArrowUpFilled = function IconArrowUpFilled(_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: "Direction=Up, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M4.28401 10.2954C3.89639 10.6888 3.90108 11.322 4.29449 11.7096C4.68789 12.0972 5.32104 12.0925 5.70866 11.6991L11 6.32882V19.9999C11 20.5522 11.4477 20.9999 12 20.9999C12.5523 20.9999 13 20.5522 13 19.9999V6.3353L18.2849 11.6991C18.6726 12.0925 19.3057 12.0972 19.6991 11.7096C20.0925 11.322 20.0972 10.6888 19.7096 10.2954L12.8872 3.37122C12.3976 2.87431 11.596 2.87431 11.1064 3.37122L4.28401 10.2954Z",
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 IconArrowUpLeft = function IconArrowUpLeft(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconArrowUpLeft = function IconArrowUpLeft(_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 IconArrowUpLeft = function IconArrowUpLeft(_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: "Direction=Up Left, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M13.2456 3C13.6598 3 13.9956 3.33579 13.9956 3.75C13.9956 4.16421 13.6598 4.5 13.2456 4.5H5.5765L20.7763 19.6998C21.0748 19.9983 21.0748 20.4824 20.7763 20.781C20.4777 21.0796 19.9936 21.0796 19.695 20.781L4.49561 5.58158V13.25C4.49561 13.6642 4.15982 14 3.74561 14C3.33139 14 2.99561 13.6642 2.99561 13.25V3.75C2.99561 3.33579 3.33139 3 3.74561 3H13.2456Z",
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 IconArrowUpLeftFilled = function IconArrowUpLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconArrowUpLeftFilled = function IconArrowUpLeftFilled(_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 IconArrowUpLeftFilled = function IconArrowUpLeftFilled(_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: "Direction=Up Left, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M13 3C13.5523 3 14 3.44772 14 4C14 4.55228 13.5523 5 13 5H6.41435L20.7071 19.2928C21.0976 19.6833 21.0976 20.3164 20.7071 20.707C20.3166 21.0975 19.6834 21.0975 19.2929 20.707L5 6.41408V13C5 13.5523 4.55228 14 4 14C3.44772 14 3 13.5523 3 13V4C3 3.44772 3.44772 3 4 3H13Z",
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 IconArrowUpRight = function IconArrowUpRight(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconArrowUpRight = function IconArrowUpRight(_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 IconArrowUpRight = function IconArrowUpRight(_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: "Direction=Up Right, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M10.7502 3C10.336 3 10.0002 3.33579 10.0002 3.75C10.0002 4.16421 10.336 4.5 10.7502 4.5H18.4193L3.21954 19.6998C2.92096 19.9983 2.92096 20.4824 3.21954 20.781C3.51811 21.0796 4.0022 21.0796 4.30077 20.781L19.5002 5.58158V13.25C19.5002 13.6642 19.836 14 20.2502 14C20.6644 14 21.0002 13.6642 21.0002 13.25V3.75C21.0002 3.33579 20.6644 3 20.2502 3H10.7502Z",
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 IconArrowUpRightFilled = function IconArrowUpRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconArrowUpRightFilled = function IconArrowUpRightFilled(_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 IconArrowUpRightFilled = function IconArrowUpRightFilled(_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: "Direction=Up Right, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M11 3C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H17.5857L3.29289 19.2928C2.90237 19.6833 2.90237 20.3164 3.29289 20.707C3.68342 21.0975 4.31658 21.0975 4.70711 20.707L19 6.41408V13C19 13.5523 19.4477 14 20 14C20.5523 14 21 13.5523 21 13V4C21 3.44772 20.5523 3 20 3H11Z",
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 IconAttach = function IconAttach(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAttach = function IconAttach(_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 IconAttach = function IconAttach(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M11.7712 3.74358C14.1127 1.4 17.9117 1.4 20.2548 3.74314C22.5379 6.02621 22.5964 9.69142 20.4304 12.0454L20.2423 12.2427L11.4422 21.0409L11.4057 21.0712C9.94443 22.3879 7.69043 22.3432 6.28306 20.9358C4.96404 19.6168 4.84193 17.5541 5.91671 16.0974C5.94005 16.0521 5.9683 16.0083 6.00152 15.9672L6.05507 15.9075L6.14198 15.8198L6.28306 15.6719L6.28598 15.6748L13.7217 8.22047C13.9876 7.95385 14.4043 7.92909 14.6982 8.14656L14.7824 8.21906C15.049 8.48497 15.0738 8.9016 14.8563 9.19551L14.7838 9.27972L7.18917 16.8928C6.47153 17.7684 6.52141 19.0627 7.33881 19.8801C8.16787 20.7091 9.48752 20.7486 10.3633 19.9985L19.196 11.1681C20.9515 9.41041 20.9515 6.56116 19.1941 4.8038C17.4917 3.10136 14.7646 3.04816 12.9981 4.6442L12.8302 4.8038L12.8176 4.81812L3.28131 14.3544C2.98841 14.6473 2.51354 14.6473 2.22065 14.3544C1.95438 14.0882 1.93017 13.6715 2.14803 13.3779L2.22065 13.2938L11.7695 3.74314L11.7712 3.74358Z",
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 IconAttachFilled = function IconAttachFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconAttachFilled = function IconAttachFilled(_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 IconAttachFilled = function IconAttachFilled(_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.9999 2C19.3136 2 21.9999 4.68629 21.9999 8C21.9999 9.5373 21.4178 10.9843 20.396 12.0835L20.2061 12.2784L11.479 21.0053L11.4259 21.0548L11.3702 21.0997C10.7009 21.6759 9.84594 22 8.9429 22C6.88779 22 5.22179 20.334 5.22179 18.2789C5.22179 17.3775 5.54481 16.5248 6.11735 15.8574L6.26564 15.6945L6.28072 15.6826L13.5717 8.37879C13.9619 7.98793 14.5951 7.98737 14.986 8.37755C15.3768 8.76774 15.3774 9.4009 14.9872 9.79177L7.69618 17.0956L7.68524 17.1039C7.38894 17.4208 7.22179 17.8354 7.22179 18.2789C7.22179 19.2294 7.99236 20 8.9429 20C9.32185 20 9.67979 19.8781 9.97412 19.6571L10.0962 19.5564L10.097 19.558L18.7994 10.8571L18.958 10.6927C19.6231 9.96299 19.9999 9.0125 19.9999 8C19.9999 5.79086 18.2091 4 15.9999 4C14.9383 4 13.9453 4.4146 13.2048 5.13858L13.0501 5.29842L13.0316 5.31139L3.70629 14.6403C3.31585 15.0309 2.68269 15.031 2.29207 14.6406C1.90146 14.2501 1.90132 13.617 2.29176 13.2264L11.6007 3.91324L11.6473 3.87021C12.7712 2.68577 14.3316 2 15.9999 2Z",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconBeach = function IconBeach(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBeach = function IconBeach(_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 IconBeach = function IconBeach(_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.35048 5.32144C11.2144 2.09296 15.3427 0.986807 18.5712 2.85077C21.7996 4.71473 22.9058 8.84296 21.0418 12.0714L20.7918 12.5045C20.5847 12.8632 20.126 12.9861 19.7673 12.779L15.2086 10.147L12.8357 14.2995C14.7406 14.525 16.4252 15.5093 17.6787 16.9141C17.1534 16.9994 16.6869 17.2909 16.3793 17.7161C15.2141 16.5078 13.6661 15.7503 12 15.7503C10.3339 15.7503 8.78594 16.5078 7.62074 17.7161C7.31271 17.2903 6.84569 16.9992 6.32132 16.914C7.56154 15.5241 9.22374 14.5459 11.1038 14.3069L13.9095 9.39697L9.375 6.77897C9.01628 6.57186 8.89337 6.11317 9.10048 5.75445L9.35048 5.32144ZM10.7796 5.85786L12.7456 6.99293C13.2797 6.17401 13.8198 5.49998 14.4891 4.89141C15.0146 4.41354 15.6067 3.98805 16.3152 3.56564C14.22 3.10815 11.9869 3.97619 10.7796 5.85786ZM16.5896 9.21228C17.1442 8.21522 17.4101 7.42287 17.5058 6.65729C17.5834 6.03611 17.5534 5.40152 17.4418 4.64661C16.6236 5.10695 16.0124 5.53366 15.4982 6.00122C14.9653 6.48581 14.5165 7.03232 14.0468 7.74416L16.5896 9.21228ZM17.8888 9.96236L19.8627 11.102C20.9059 9.08223 20.5111 6.66785 19.0063 5.08258C19.063 5.68104 19.0673 6.25857 18.9942 6.84334C18.868 7.85306 18.518 8.83567 17.8888 9.96236ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z",
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 IconBeachFilled = function IconBeachFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBeachFilled = function IconBeachFilled(_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 IconBeachFilled = function IconBeachFilled(_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.5712 2.85077C15.3427 0.986807 11.2144 2.09296 9.35048 5.32144L9.10048 5.75445C8.89337 6.11317 9.01628 6.57186 9.375 6.77897L13.9095 9.39697L11.1038 14.3069C9.22371 14.5459 7.5615 15.5242 6.32127 16.9141C7.05178 17.0327 7.67099 17.5509 7.90411 18.2764C8.13947 19.0089 8.62847 19.232 9.02241 19.2364C9.42476 19.2409 9.88419 19.0232 10.1026 18.3679C10.3749 17.5512 11.1391 17.0003 12 17.0003C12.8609 17.0003 13.6251 17.5512 13.8974 18.3679C14.1158 19.0232 14.5752 19.2409 14.9776 19.2364C15.3715 19.232 15.8605 19.0089 16.0959 18.2764C16.3285 17.5526 16.9464 17.033 17.6788 16.9141C16.4253 15.5093 14.7407 14.525 12.8357 14.2995L15.2086 10.147L19.7673 12.779C20.126 12.9861 20.5847 12.8632 20.7918 12.5045L21.0418 12.0714C22.9058 8.84296 21.7996 4.71473 18.5712 2.85077ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z",
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 IconBook = function IconBook(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBook = function IconBook(_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 IconBook = function IconBook(_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: "Cover=Default, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M7 6C7 5.44772 7.44772 5 8 5H16C16.5523 5 17 5.44772 17 6V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V6ZM8.5 7.5H15.5V6.5H8.5V7.5ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z",
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 IconBookFilled = function IconBookFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBookFilled = function IconBookFilled(_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 IconBookFilled = function IconBookFilled(_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: "Cover=Default, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM8 5H16C16.5523 5 17 5.44772 17 6V7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7V6C7 5.44772 7.44772 5 8 5Z",
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 IconBookmark = function IconBookmark(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBookmark = function IconBookmark(_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 IconBookmark = function IconBookmark(_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: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538ZM17.501 6.24902C17.501 5.28253 16.7175 4.49902 15.751 4.49902H8.25256C7.28607 4.49902 6.50256 5.28253 6.50256 6.24902V19.7814L11.5637 16.1401C11.8254 15.9518 12.1781 15.9518 12.4398 16.1401L17.501 19.7814V6.24902Z",
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 IconBookmarkFilled = function IconBookmarkFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBookmarkFilled = function IconBookmarkFilled(_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 IconBookmarkFilled = function IconBookmarkFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538Z",
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 IconBriefcase = function IconBriefcase(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBriefcase = function IconBriefcase(_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 IconBriefcase = function IconBriefcase(_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: "M8.75 3H15.25C15.6297 3 15.9435 3.28215 15.9932 3.64823L16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25H8.75ZM17.75 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V16.75C4.5 17.7165 5.2835 18.5 6.25 18.5H17.75C18.7165 18.5 19.5 17.7165 19.5 16.75V10.25C19.5 9.2835 18.7165 8.5 17.75 8.5ZM14.5 4.5H9.5V7H14.5V4.5Z",
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 IconBriefcaseFilled = function IconBriefcaseFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBriefcaseFilled = function IconBriefcaseFilled(_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 IconBriefcaseFilled = function IconBriefcaseFilled(_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.25 3C15.6642 3 16 3.33579 16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25ZM14.5 4.5H9.5V7H14.5V4.5Z",
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 IconBuilding = function IconBuilding(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBuilding = function IconBuilding(_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,22 +21,22 @@ var IconBuilding = function IconBuilding(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("rect", {
24
+ }, /*#__PURE__*/React.createElement("rect", {
25
25
  width: "24",
26
26
  height: "24",
27
27
  fill: "#1E1E1E"
28
- }), /*#__PURE__*/React__default.createElement("g", {
28
+ }), /*#__PURE__*/React.createElement("g", {
29
29
  id: "Iconography"
30
- }, /*#__PURE__*/React__default.createElement("rect", {
30
+ }, /*#__PURE__*/React.createElement("rect", {
31
31
  width: "51344",
32
32
  height: "12568",
33
33
  transform: "translate(-19103 -1288)",
34
34
  fill: "#F4F4F4"
35
- }), /*#__PURE__*/React__default.createElement("g", {
35
+ }), /*#__PURE__*/React.createElement("g", {
36
36
  id: "B Icons"
37
- }, /*#__PURE__*/React__default.createElement("g", {
37
+ }, /*#__PURE__*/React.createElement("g", {
38
38
  id: "Building"
39
- }, /*#__PURE__*/React__default.createElement("rect", {
39
+ }, /*#__PURE__*/React.createElement("rect", {
40
40
  x: "-19.5",
41
41
  y: "-19.5",
42
42
  width: "107",
@@ -44,9 +44,9 @@ var IconBuilding = function IconBuilding(_ref) {
44
44
  rx: "4.5",
45
45
  stroke: "#9747FF",
46
46
  strokeDasharray: "10 5"
47
- }), /*#__PURE__*/React__default.createElement("g", {
47
+ }), /*#__PURE__*/React.createElement("g", {
48
48
  id: "Size=24, Theme=Regular"
49
- }, /*#__PURE__*/React__default.createElement("path", {
49
+ }, /*#__PURE__*/React.createElement("path", {
50
50
  id: "Shape",
51
51
  d: "M8.5 5.5C7.94772 5.5 7.5 5.94772 7.5 6.5C7.5 7.05228 7.94772 7.5 8.5 7.5C9.05229 7.5 9.5 7.05228 9.5 6.5C9.5 5.94772 9.05229 5.5 8.5 5.5ZM7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5C9.05229 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05229 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5ZM8.5 9C7.94772 9 7.5 9.44771 7.5 10C7.5 10.5523 7.94772 11 8.5 11C9.05229 11 9.5 10.5523 9.5 10C9.5 9.44771 9.05229 9 8.5 9ZM11 6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5ZM12 12.5C11.4477 12.5 11 12.9477 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 12.9477 12.5523 12.5 12 12.5ZM14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5ZM12 9C11.4477 9 11 9.44771 11 10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10C13 9.44771 12.5523 9 12 9ZM6.25 2C5.00736 2 4 3.00736 4 4.25V20.75C4 21.1642 4.33579 21.5 4.75 21.5H19.2528C19.667 21.5 20.0028 21.1642 20.0028 20.75V11.7493C20.0028 10.5067 18.9954 9.4993 17.7528 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.25ZM5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H14.25C14.6642 3.5 15 3.83579 15 4.25V10.2493C15 10.6635 15.3358 10.9993 15.75 10.9993H17.7528C18.167 10.9993 18.5028 11.3351 18.5028 11.7493V20H16.5V17.25C16.5 16.8358 16.1642 16.5 15.75 16.5H8.25C7.83579 16.5 7.5 16.8358 7.5 17.25V20H5.5V4.25ZM15 18V20H12.75V18H15ZM11.25 18V20H9V18H11.25Z",
52
52
  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 IconBuildingBank = function IconBuildingBank(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBuildingBank = function IconBuildingBank(_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 IconBuildingBank = function IconBuildingBank(_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 6.24985C13 6.80213 12.5523 7.24985 12 7.24985C11.4477 7.24985 11 6.80213 11 6.24985C11 5.69756 11.4477 5.24985 12 5.24985C12.5523 5.24985 13 5.69756 13 6.24985ZM13.0316 2.32416C12.417 1.87567 11.583 1.87567 10.9684 2.32416L3.54657 7.74011C2.56949 8.45312 3.07382 9.99985 4.2834 9.99985H4.5L4.5 15.7997C3.60958 16.2549 3 17.1812 3 18.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V18.2498C21 17.1812 20.3904 16.2549 19.5 15.7997V9.99985H19.7166C20.9262 9.99985 21.4305 8.45312 20.4534 7.74011L13.0316 2.32416ZM11.8526 3.53585C11.9404 3.47178 12.0596 3.47178 12.1474 3.53585L18.9499 8.49985H5.05011L11.8526 3.53585ZM18 9.99985V15.4998H16V9.99985H18ZM14.5 9.99985V15.4998H12.75V9.99985H14.5ZM11.25 9.99985V15.4998H9.5L9.5 9.99985H11.25ZM5.75 16.9998H18.25C18.9404 16.9998 19.5 17.5595 19.5 18.2498V18.9998H4.5V18.2498C4.5 17.5595 5.05964 16.9998 5.75 16.9998ZM6 15.4998L6 9.99985H8L8 15.4998H6Z",
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 IconBuildingBankFilled = function IconBuildingBankFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconBuildingBankFilled = function IconBuildingBankFilled(_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 IconBuildingBankFilled = function IconBuildingBankFilled(_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.9684 2.32416C11.583 1.87567 12.417 1.87567 13.0316 2.32416L20.4534 7.74011C21.4299 8.45267 20.9268 9.99787 19.7189 9.99985H4.28108C3.07318 9.99787 2.57011 8.45266 3.54657 7.74011L10.9684 2.32416ZM13 6.24985C13 5.69756 12.5523 5.24985 12 5.24985C11.4477 5.24985 11 5.69756 11 6.24985C11 6.80213 11.4477 7.24985 12 7.24985C12.5523 7.24985 13 6.80213 13 6.24985ZM11.25 15.9998H9.25V10.9998H11.25V15.9998ZM14.75 15.9998H12.75V10.9998H14.75V15.9998ZM18.5 15.9998H16.25V10.9998H18.5V15.9998ZM18.75 16.9998H5.25C4.00736 16.9998 3 18.0072 3 19.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V19.2498C21 18.0072 19.9926 16.9998 18.75 16.9998ZM7.75 15.9998H5.5V10.9998H7.75V15.9998Z",
26
26
  fill: "#222222"
27
27
  }));