ab-ui-library 1.4.0 → 1.4.2

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 (507) hide show
  1. package/assets/images/logo-closed.svg +9 -6
  2. package/assets/images/logo.svg +20 -14
  3. package/assets/styles/styles.css +95 -176
  4. package/assets/styles/styles.scss +1 -1
  5. package/components/AdvancedTable/AdvancedPagination.js +6 -6
  6. package/components/AdvancedTable/ColumnHeader.js +3 -3
  7. package/components/AdvancedTable/ColumnSettings.js +6 -6
  8. package/components/AdvancedTable/IndeterminateCheckbox.js +4 -4
  9. package/components/AdvancedTable/Table.js +6 -6
  10. package/components/AdvancedTable/index.js +6 -6
  11. package/components/AdvancedTable/useTable.js +5 -5
  12. package/components/Alert/Alert.js +5 -5
  13. package/components/Alert/index.js +5 -5
  14. package/components/Avatar/Avatar.js +6 -6
  15. package/components/Avatar/AvatarGroup.js +6 -6
  16. package/components/Avatar/index.js +6 -6
  17. package/components/Button/Button.js +5 -5
  18. package/components/Button/index.js +5 -5
  19. package/components/ButtonIcon/ButtonIcon.js +5 -5
  20. package/components/ButtonIcon/index.js +5 -5
  21. package/components/CardBody/CardBody.js +5 -5
  22. package/components/CardBody/index.js +5 -5
  23. package/components/CardSelect/CardSelect.js +5 -5
  24. package/components/CardSelect/CardSelectGroup.js +5 -5
  25. package/components/CardSelect/components/CardChips.js +3 -3
  26. package/components/CardSelect/components/CardInput.js +5 -5
  27. package/components/CardSelect/components/index.js +5 -5
  28. package/components/CardSelect/index.js +5 -5
  29. package/components/Cards/CardItem.js +1 -1
  30. package/components/Cards/index.js +1 -1
  31. package/components/Checkbox/Checkbox.js +4 -4
  32. package/components/Checkbox/index.js +4 -4
  33. package/components/Chips/Chips.js +3 -3
  34. package/components/Chips/index.js +3 -3
  35. package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
  36. package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
  37. package/components/Collapse/index.js +5 -5
  38. package/components/Copy/Copy.js +5 -5
  39. package/components/Copy/index.js +5 -5
  40. package/components/Counter/Counter.js +5 -5
  41. package/components/Counter/index.js +5 -5
  42. package/components/DatePicker/CustomHeader/CustomHeader.js +6 -6
  43. package/components/DatePicker/RangeDatePicker.js +5 -5
  44. package/components/DatePicker/SimpleDatePicker.js +6 -6
  45. package/components/DatePicker/TimePicker.js +5 -5
  46. package/components/DatePicker/hooks.js +2 -2
  47. package/components/DatePicker/index.js +6 -6
  48. package/components/Empty/Empty.js +5 -5
  49. package/components/Empty/index.js +5 -5
  50. package/components/FileUpload/FileUpload.js +6 -6
  51. package/components/FileUpload/UploadItems.js +5 -5
  52. package/components/FileUpload/index.js +6 -6
  53. package/components/FormContainer/FormContainer.js +5 -5
  54. package/components/FormContainer/index.js +5 -5
  55. package/components/FormField/FormField.js +4 -4
  56. package/components/FormField/index.js +4 -4
  57. package/components/Input/Input.js +5 -5
  58. package/components/Input/InputPassword.js +5 -5
  59. package/components/Input/index.js +5 -5
  60. package/components/ItemSelect/ItemSelect.js +4 -4
  61. package/components/ItemSelect/ItemSelectGroup.js +4 -4
  62. package/components/ItemSelect/index.js +4 -4
  63. package/components/Link/Link.js +2 -2
  64. package/components/Link/index.js +2 -2
  65. package/components/Menu/Menu.js +6 -6
  66. package/components/Menu/NestedMenu.js +6 -6
  67. package/components/Menu/index.js +6 -6
  68. package/components/Modal/Modal.js +5 -5
  69. package/components/Modal/ModalConfirmation.js +5 -5
  70. package/components/Modal/index.js +5 -5
  71. package/components/More/More.js +5 -5
  72. package/components/More/index.js +5 -5
  73. package/components/OneTimePassword/OneTimePassword.js +6 -6
  74. package/components/OneTimePassword/index.js +6 -6
  75. package/components/Pagination/Pagination.js +3 -3
  76. package/components/Pagination/index.js +3 -3
  77. package/components/Popover/Popover.js +3 -3
  78. package/components/Popover/index.js +3 -3
  79. package/components/Progress/ProgressBarWrapper.js +2 -2
  80. package/components/Progress/index.js +2 -2
  81. package/components/ProgressStep/ProgressStep.js +2 -2
  82. package/components/ProgressStep/Step.js +2 -2
  83. package/components/ProgressStep/index.js +2 -2
  84. package/components/Radio/RadioGroup.js +4 -4
  85. package/components/Radio/index.js +4 -4
  86. package/components/SVGIcons/IconAdd.js +2 -2
  87. package/components/SVGIcons/IconAddCircle.js +2 -2
  88. package/components/SVGIcons/IconAddCircleFilled.js +2 -2
  89. package/components/SVGIcons/IconAddFilled.js +2 -2
  90. package/components/SVGIcons/IconAlert.js +2 -2
  91. package/components/SVGIcons/IconAlertBadge.js +2 -2
  92. package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
  93. package/components/SVGIcons/IconAlertFilled.js +2 -2
  94. package/components/SVGIcons/IconAm.js +2 -2
  95. package/components/SVGIcons/IconAmd.js +2 -2
  96. package/components/SVGIcons/IconAmdFilled.js +2 -2
  97. package/components/SVGIcons/IconApple.js +2 -2
  98. package/components/SVGIcons/IconAppsList.js +2 -2
  99. package/components/SVGIcons/IconAppsListFilled.js +2 -2
  100. package/components/SVGIcons/IconArrowDown.js +2 -2
  101. package/components/SVGIcons/IconArrowDownFilled.js +2 -2
  102. package/components/SVGIcons/IconArrowDownLeft.js +2 -2
  103. package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
  104. package/components/SVGIcons/IconArrowDownload.js +2 -2
  105. package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
  106. package/components/SVGIcons/IconArrowEnter.js +2 -2
  107. package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
  108. package/components/SVGIcons/IconArrowExit.js +2 -2
  109. package/components/SVGIcons/IconArrowExitFilled.js +2 -2
  110. package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
  111. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
  112. package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
  113. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
  114. package/components/SVGIcons/IconArrowExportUp.js +2 -2
  115. package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
  116. package/components/SVGIcons/IconArrowImport.js +2 -2
  117. package/components/SVGIcons/IconArrowImportFilled.js +2 -2
  118. package/components/SVGIcons/IconArrowLeft.js +2 -2
  119. package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
  120. package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
  121. package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
  122. package/components/SVGIcons/IconArrowReset.js +2 -2
  123. package/components/SVGIcons/IconArrowResetFilled.js +2 -2
  124. package/components/SVGIcons/IconArrowRight.js +2 -2
  125. package/components/SVGIcons/IconArrowRightFilled.js +2 -2
  126. package/components/SVGIcons/IconArrowSort.js +2 -2
  127. package/components/SVGIcons/IconArrowSortFilled.js +2 -2
  128. package/components/SVGIcons/IconArrowSwap.d.ts +4 -0
  129. package/components/SVGIcons/IconArrowSwap.js +30 -0
  130. package/components/SVGIcons/IconArrowSwapFilled.d.ts +4 -0
  131. package/components/SVGIcons/IconArrowSwapFilled.js +30 -0
  132. package/components/SVGIcons/IconArrowSync.js +2 -2
  133. package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
  134. package/components/SVGIcons/IconArrowUp.js +2 -2
  135. package/components/SVGIcons/IconArrowUpFilled.js +2 -2
  136. package/components/SVGIcons/IconArrowUpLeft.js +2 -2
  137. package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
  138. package/components/SVGIcons/IconArrowUpRight.js +2 -2
  139. package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
  140. package/components/SVGIcons/IconAttach.js +2 -2
  141. package/components/SVGIcons/IconAttachFilled.js +2 -2
  142. package/components/SVGIcons/IconBeach.js +2 -2
  143. package/components/SVGIcons/IconBeachFilled.js +2 -2
  144. package/components/SVGIcons/IconBed.js +2 -2
  145. package/components/SVGIcons/IconBedFilled.js +2 -2
  146. package/components/SVGIcons/IconBook.js +2 -2
  147. package/components/SVGIcons/IconBookFilled.js +2 -2
  148. package/components/SVGIcons/IconBookmark.js +2 -2
  149. package/components/SVGIcons/IconBookmarkFilled.js +2 -2
  150. package/components/SVGIcons/IconBriefcase.js +2 -2
  151. package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
  152. package/components/SVGIcons/IconBroom.js +2 -2
  153. package/components/SVGIcons/IconBroomFilled.js +2 -2
  154. package/components/SVGIcons/IconBuilding.js +2 -2
  155. package/components/SVGIcons/IconBuildingBank.js +2 -2
  156. package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
  157. package/components/SVGIcons/IconBuildingFilled.js +2 -2
  158. package/components/SVGIcons/IconBulletListAdd.js +2 -2
  159. package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
  160. package/components/SVGIcons/IconCalculator.js +2 -2
  161. package/components/SVGIcons/IconCalculatorFilled.js +2 -2
  162. package/components/SVGIcons/IconCalendarClock.js +2 -2
  163. package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
  164. package/components/SVGIcons/IconCalendarDay.js +2 -2
  165. package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
  166. package/components/SVGIcons/IconCalendarLeft.js +2 -2
  167. package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
  168. package/components/SVGIcons/IconCalendarRight.js +2 -2
  169. package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
  170. package/components/SVGIcons/IconCall.js +2 -2
  171. package/components/SVGIcons/IconCallFilled.js +2 -2
  172. package/components/SVGIcons/IconCameraDome.js +2 -2
  173. package/components/SVGIcons/IconCameraDomeFilled.js +2 -2
  174. package/components/SVGIcons/IconCard.js +2 -2
  175. package/components/SVGIcons/IconCardFilled.js +2 -2
  176. package/components/SVGIcons/IconCaretDown.js +2 -2
  177. package/components/SVGIcons/IconCaretDownFilled.js +2 -2
  178. package/components/SVGIcons/IconCaretDownRight.js +2 -2
  179. package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
  180. package/components/SVGIcons/IconCaretLeft.js +2 -2
  181. package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
  182. package/components/SVGIcons/IconCaretRight.js +2 -2
  183. package/components/SVGIcons/IconCaretRightFilled.js +2 -2
  184. package/components/SVGIcons/IconCaretUp.js +2 -2
  185. package/components/SVGIcons/IconCaretUpFilled.js +2 -2
  186. package/components/SVGIcons/IconChat.js +2 -2
  187. package/components/SVGIcons/IconChatFilled.js +2 -2
  188. package/components/SVGIcons/IconChatMultiple.js +2 -2
  189. package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
  190. package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
  191. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
  192. package/components/SVGIcons/IconCheckmark.js +2 -2
  193. package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
  194. package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
  195. package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
  196. package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
  197. package/components/SVGIcons/IconChevronDoubleLeftFilled.js +2 -2
  198. package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
  199. package/components/SVGIcons/IconChevronDoubleRightFilled.js +2 -2
  200. package/components/SVGIcons/IconChevronDown.js +2 -2
  201. package/components/SVGIcons/IconChevronDownFilled.js +2 -2
  202. package/components/SVGIcons/IconChevronLeft.js +2 -2
  203. package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
  204. package/components/SVGIcons/IconChevronRight.js +2 -2
  205. package/components/SVGIcons/IconChevronRightFilled.js +2 -2
  206. package/components/SVGIcons/IconChevronUp.js +2 -2
  207. package/components/SVGIcons/IconChevronUpDown.js +2 -2
  208. package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
  209. package/components/SVGIcons/IconChevronUpFilled.js +2 -2
  210. package/components/SVGIcons/IconClock.js +2 -2
  211. package/components/SVGIcons/IconClockDismiss.js +2 -2
  212. package/components/SVGIcons/IconClockDismissFilled.js +2 -2
  213. package/components/SVGIcons/IconClockFilled.js +2 -2
  214. package/components/SVGIcons/IconComment.js +2 -2
  215. package/components/SVGIcons/IconCommentFilled.js +2 -2
  216. package/components/SVGIcons/IconContractCard.js +2 -2
  217. package/components/SVGIcons/IconContractCardFilled.js +2 -2
  218. package/components/SVGIcons/IconCopy.js +2 -2
  219. package/components/SVGIcons/IconCopyFilled.js +2 -2
  220. package/components/SVGIcons/IconCubeTree.js +2 -2
  221. package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
  222. package/components/SVGIcons/IconDatabase.js +2 -2
  223. package/components/SVGIcons/IconDatabaseFilled.js +2 -2
  224. package/components/SVGIcons/IconDelete.js +2 -2
  225. package/components/SVGIcons/IconDeleteFilled.js +2 -2
  226. package/components/SVGIcons/IconDesignIdeas.js +2 -2
  227. package/components/SVGIcons/IconDesignIdeasFilled.js +2 -2
  228. package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
  229. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
  230. package/components/SVGIcons/IconDismiss.js +2 -2
  231. package/components/SVGIcons/IconDismissCircle.js +2 -2
  232. package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
  233. package/components/SVGIcons/IconDismissFilled.js +2 -2
  234. package/components/SVGIcons/IconDocument.js +2 -2
  235. package/components/SVGIcons/IconDocumentBulletList.js +2 -2
  236. package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
  237. package/components/SVGIcons/IconDocumentEdit.js +2 -2
  238. package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
  239. package/components/SVGIcons/IconDocumentFilled.js +2 -2
  240. package/components/SVGIcons/IconEdit.js +2 -2
  241. package/components/SVGIcons/IconEditFilled.js +2 -2
  242. package/components/SVGIcons/IconErrorCircle.js +2 -2
  243. package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
  244. package/components/SVGIcons/IconEur.js +2 -2
  245. package/components/SVGIcons/IconEurFilled.js +2 -2
  246. package/components/SVGIcons/IconExpandUpLeft.js +2 -2
  247. package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
  248. package/components/SVGIcons/IconExpandUpRight.js +2 -2
  249. package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
  250. package/components/SVGIcons/IconEyeOff.js +2 -2
  251. package/components/SVGIcons/IconEyeOffFilled.js +2 -2
  252. package/components/SVGIcons/IconEyeOn.js +2 -2
  253. package/components/SVGIcons/IconEyeOnFilled.js +2 -2
  254. package/components/SVGIcons/IconFacebook.js +2 -2
  255. package/components/SVGIcons/IconFilter.js +2 -2
  256. package/components/SVGIcons/IconFilterFilled.js +2 -2
  257. package/components/SVGIcons/IconFlag.js +2 -2
  258. package/components/SVGIcons/IconFlagFilled.js +2 -2
  259. package/components/SVGIcons/IconFlash.js +2 -2
  260. package/components/SVGIcons/IconFlashFilled.js +2 -2
  261. package/components/SVGIcons/IconFolderLink.js +2 -2
  262. package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
  263. package/components/SVGIcons/IconGas.js +2 -2
  264. package/components/SVGIcons/IconGb.js +2 -2
  265. package/components/SVGIcons/IconGlobe.js +2 -2
  266. package/components/SVGIcons/IconGlobeFilled.js +2 -2
  267. package/components/SVGIcons/IconGoogle.js +2 -2
  268. package/components/SVGIcons/IconHandOpenHeart.js +2 -2
  269. package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
  270. package/components/SVGIcons/IconHandWave.js +2 -2
  271. package/components/SVGIcons/IconHandWaveFilled.js +2 -2
  272. package/components/SVGIcons/IconHdm.js +2 -2
  273. package/components/SVGIcons/IconHdmFilled.js +2 -2
  274. package/components/SVGIcons/IconHeart.js +2 -2
  275. package/components/SVGIcons/IconHeartFilled.js +2 -2
  276. package/components/SVGIcons/IconHistory.js +2 -2
  277. package/components/SVGIcons/IconHistoryFilled.js +2 -2
  278. package/components/SVGIcons/IconHome.js +2 -2
  279. package/components/SVGIcons/IconHomeAdd.js +2 -2
  280. package/components/SVGIcons/IconHomeAddFilled.js +2 -2
  281. package/components/SVGIcons/IconHomeFilled.js +2 -2
  282. package/components/SVGIcons/IconImage.js +2 -2
  283. package/components/SVGIcons/IconImageFilled.js +2 -2
  284. package/components/SVGIcons/IconInfo.js +2 -2
  285. package/components/SVGIcons/IconInfoFilled.js +2 -2
  286. package/components/SVGIcons/IconInstagram.js +2 -2
  287. package/components/SVGIcons/IconKey.js +2 -2
  288. package/components/SVGIcons/IconKeyFilled.js +2 -2
  289. package/components/SVGIcons/IconKeyReset.js +2 -2
  290. package/components/SVGIcons/IconKeyResetFilled.js +2 -2
  291. package/components/SVGIcons/IconLaptop.js +2 -2
  292. package/components/SVGIcons/IconLaptopFilled.js +2 -2
  293. package/components/SVGIcons/IconLeaf.js +2 -2
  294. package/components/SVGIcons/IconLeafFilled.js +2 -2
  295. package/components/SVGIcons/IconLightbulb.js +2 -2
  296. package/components/SVGIcons/IconLightbulbFilled.js +2 -2
  297. package/components/SVGIcons/IconLink.js +2 -2
  298. package/components/SVGIcons/IconLinkFilled.js +2 -2
  299. package/components/SVGIcons/IconLinkedin.js +2 -2
  300. package/components/SVGIcons/IconList.js +2 -2
  301. package/components/SVGIcons/IconListFilled.js +2 -2
  302. package/components/SVGIcons/IconLoan.js +2 -2
  303. package/components/SVGIcons/IconLoanFilled.js +2 -2
  304. package/components/SVGIcons/IconLocation.js +2 -2
  305. package/components/SVGIcons/IconLocationFilled.js +2 -2
  306. package/components/SVGIcons/IconLockClosed.js +2 -2
  307. package/components/SVGIcons/IconLockClosedFilled.js +2 -2
  308. package/components/SVGIcons/IconLockOpen.js +2 -2
  309. package/components/SVGIcons/IconLockOpenFilled.js +2 -2
  310. package/components/SVGIcons/IconMail.js +2 -2
  311. package/components/SVGIcons/IconMailAdd.js +2 -2
  312. package/components/SVGIcons/IconMailAddFilled.js +2 -2
  313. package/components/SVGIcons/IconMailArrowForward.js +2 -2
  314. package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
  315. package/components/SVGIcons/IconMailFilled.js +2 -2
  316. package/components/SVGIcons/IconMailLink.js +2 -2
  317. package/components/SVGIcons/IconMailLinkFilled.js +2 -2
  318. package/components/SVGIcons/IconMedium.js +2 -2
  319. package/components/SVGIcons/IconMore.js +2 -2
  320. package/components/SVGIcons/IconMoreFilled.js +2 -2
  321. package/components/SVGIcons/IconMoreVertical.js +2 -2
  322. package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
  323. package/components/SVGIcons/IconNavigation.js +2 -2
  324. package/components/SVGIcons/IconNavigationFilled.js +2 -2
  325. package/components/SVGIcons/IconNotebook.js +2 -2
  326. package/components/SVGIcons/IconNotebookAdd.js +2 -2
  327. package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
  328. package/components/SVGIcons/IconNotebookFilled.js +2 -2
  329. package/components/SVGIcons/IconOnlyEmployee.js +2 -2
  330. package/components/SVGIcons/IconOpen.js +2 -2
  331. package/components/SVGIcons/IconOpenFilled.js +2 -2
  332. package/components/SVGIcons/IconPaintBrush.js +2 -2
  333. package/components/SVGIcons/IconPaintBrushFilled.js +2 -2
  334. package/components/SVGIcons/IconPanelLeft.d.ts +4 -0
  335. package/components/SVGIcons/IconPanelLeft.js +30 -0
  336. package/components/SVGIcons/IconPanelLeftFilled.d.ts +4 -0
  337. package/components/SVGIcons/IconPanelLeftFilled.js +30 -0
  338. package/components/SVGIcons/IconPanelRight.d.ts +4 -0
  339. package/components/SVGIcons/IconPanelRight.js +30 -0
  340. package/components/SVGIcons/IconPanelRightFilled.d.ts +4 -0
  341. package/components/SVGIcons/IconPanelRightFilled.js +30 -0
  342. package/components/SVGIcons/IconPatient.js +2 -2
  343. package/components/SVGIcons/IconPatientFilled.js +2 -2
  344. package/components/SVGIcons/IconPeople.js +2 -2
  345. package/components/SVGIcons/IconPeopleAdd.js +2 -2
  346. package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
  347. package/components/SVGIcons/IconPeopleFilled.js +2 -2
  348. package/components/SVGIcons/IconPercent.js +2 -2
  349. package/components/SVGIcons/IconPerson.js +2 -2
  350. package/components/SVGIcons/IconPersonAccount.js +2 -2
  351. package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
  352. package/components/SVGIcons/IconPersonAdd.js +2 -2
  353. package/components/SVGIcons/IconPersonAddFilled.js +2 -2
  354. package/components/SVGIcons/IconPersonFilled.js +2 -2
  355. package/components/SVGIcons/IconPersonStar.js +2 -2
  356. package/components/SVGIcons/IconPersonStarFilled.js +2 -2
  357. package/components/SVGIcons/IconPersonSubtract.js +2 -2
  358. package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
  359. package/components/SVGIcons/IconPhone.js +2 -2
  360. package/components/SVGIcons/IconPhoneFilled.js +2 -2
  361. package/components/SVGIcons/IconPos.js +2 -2
  362. package/components/SVGIcons/IconPosFilled.js +2 -2
  363. package/components/SVGIcons/IconProhibited.js +2 -2
  364. package/components/SVGIcons/IconProhibitedFilled.js +2 -2
  365. package/components/SVGIcons/IconProjectProduct.js +2 -2
  366. package/components/SVGIcons/IconQuestion.js +2 -2
  367. package/components/SVGIcons/IconQuestionFilled.js +2 -2
  368. package/components/SVGIcons/IconRedo.js +2 -2
  369. package/components/SVGIcons/IconRedoFilled.js +2 -2
  370. package/components/SVGIcons/IconRu.js +2 -2
  371. package/components/SVGIcons/IconRub.js +2 -2
  372. package/components/SVGIcons/IconRubFilled.js +2 -2
  373. package/components/SVGIcons/IconSave.js +2 -2
  374. package/components/SVGIcons/IconSaveFilled.js +2 -2
  375. package/components/SVGIcons/IconSavings.js +2 -2
  376. package/components/SVGIcons/IconSavingsFilled.js +2 -2
  377. package/components/SVGIcons/IconSearch.js +2 -2
  378. package/components/SVGIcons/IconSearchFilled.js +2 -2
  379. package/components/SVGIcons/IconSelectAllOff.js +2 -2
  380. package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
  381. package/components/SVGIcons/IconSelectAllOn.js +2 -2
  382. package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
  383. package/components/SVGIcons/IconSend.js +2 -2
  384. package/components/SVGIcons/IconSendFilled.js +2 -2
  385. package/components/SVGIcons/IconSettings.js +2 -2
  386. package/components/SVGIcons/IconSettingsFilled.js +2 -2
  387. package/components/SVGIcons/IconShare.js +2 -2
  388. package/components/SVGIcons/IconShareAndroid.js +2 -2
  389. package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
  390. package/components/SVGIcons/IconShareFilled.js +2 -2
  391. package/components/SVGIcons/IconShower.js +2 -2
  392. package/components/SVGIcons/IconSign.js +2 -2
  393. package/components/SVGIcons/IconSignFilled.js +2 -2
  394. package/components/SVGIcons/IconSignOut.js +2 -2
  395. package/components/SVGIcons/IconSignOutFilled.js +2 -2
  396. package/components/SVGIcons/IconSpinner.js +2 -2
  397. package/components/SVGIcons/IconSpinnerFilled.js +2 -2
  398. package/components/SVGIcons/IconStar.js +2 -2
  399. package/components/SVGIcons/IconStarFilled.js +2 -2
  400. package/components/SVGIcons/IconStatus.js +2 -2
  401. package/components/SVGIcons/IconStatusFilled.js +2 -2
  402. package/components/SVGIcons/IconSubtract.js +2 -2
  403. package/components/SVGIcons/IconSubtractCircle.js +2 -2
  404. package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
  405. package/components/SVGIcons/IconSubtractFilled.js +2 -2
  406. package/components/SVGIcons/IconTableCellEdit.js +2 -2
  407. package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
  408. package/components/SVGIcons/IconTelegram.js +2 -2
  409. package/components/SVGIcons/IconTextBulletListSquarePerson.js +2 -2
  410. package/components/SVGIcons/IconTextBulletListSquarePersonFilled.js +2 -2
  411. package/components/SVGIcons/IconTextboxSettings.js +2 -2
  412. package/components/SVGIcons/IconTextboxSettingsFilled.js +2 -2
  413. package/components/SVGIcons/IconTimer.js +2 -2
  414. package/components/SVGIcons/IconTimerFilled.js +2 -2
  415. package/components/SVGIcons/IconTin.js +2 -2
  416. package/components/SVGIcons/IconTinFilled.js +2 -2
  417. package/components/SVGIcons/IconTv.js +2 -2
  418. package/components/SVGIcons/IconTvFilled.js +2 -2
  419. package/components/SVGIcons/IconTwitter.js +2 -2
  420. package/components/SVGIcons/IconUndo.js +2 -2
  421. package/components/SVGIcons/IconUndoFilled.js +2 -2
  422. package/components/SVGIcons/IconUnitsEmployee.js +2 -2
  423. package/components/SVGIcons/IconUsd.js +2 -2
  424. package/components/SVGIcons/IconUsdFilled.js +2 -2
  425. package/components/SVGIcons/IconVehicleTruckProfile.js +2 -2
  426. package/components/SVGIcons/IconVehicleTruckProfileFilled.js +2 -2
  427. package/components/SVGIcons/IconVideo.js +2 -2
  428. package/components/SVGIcons/IconVideoFilled.js +2 -2
  429. package/components/SVGIcons/IconVpos.js +2 -2
  430. package/components/SVGIcons/IconVposFilled.js +2 -2
  431. package/components/SVGIcons/IconWallet.js +2 -2
  432. package/components/SVGIcons/IconWalletFilled.js +2 -2
  433. package/components/SVGIcons/IconWarning.js +2 -2
  434. package/components/SVGIcons/IconWarningFilled.js +2 -2
  435. package/components/SVGIcons/IconWrenchScrewdriver.js +2 -2
  436. package/components/SVGIcons/IconWrenchScrewdriverFilled.js +2 -2
  437. package/components/SVGIcons/IconYoutube.js +2 -2
  438. package/components/SVGIcons/IconZoomIn.js +2 -2
  439. package/components/SVGIcons/IconZoomInFilled.js +2 -2
  440. package/components/SVGIcons/IconZoomOut.js +2 -2
  441. package/components/SVGIcons/IconZoomOutFilled.js +2 -2
  442. package/components/SVGIcons/index.d.ts +6 -0
  443. package/components/SVGIcons/index.js +8 -2
  444. package/components/Select/ButtonSelect/ButtonSelect.js +6 -6
  445. package/components/Select/FilterSelect/FilterDropdown.js +6 -6
  446. package/components/Select/FilterSelect/FilterGroupDropdown.js +6 -6
  447. package/components/Select/FilterSelect/FilterSelect.js +6 -6
  448. package/components/Select/MultiSelect/MultiBase/MultiBase.js +6 -6
  449. package/components/Select/MultiSelect/MultiSelect.js +6 -6
  450. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +6 -6
  451. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +6 -6
  452. package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
  453. package/components/Select/NestedSelect/NestedSelect.js +6 -6
  454. package/components/Select/ProfileDropdown/index.js +3 -3
  455. package/components/Select/Select/Select.js +6 -6
  456. package/components/Select/SharedComponents/Actions.js +6 -6
  457. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
  458. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
  459. package/components/Select/SharedComponents/ContentTop.js +6 -6
  460. package/components/Select/SharedComponents/Footer.js +5 -5
  461. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +5 -5
  462. package/components/Select/SharedComponents/index.js +6 -6
  463. package/components/Select/index.js +6 -6
  464. package/components/SideNavigation/Block.js +1 -1
  465. package/components/SideNavigation/NavigationItem/index.js +50 -18
  466. package/components/SideNavigation/NavigationItem/types.d.ts +8 -2
  467. package/components/SideNavigation/SideNavigation.js +41 -20
  468. package/components/SideNavigation/index.js +10 -8
  469. package/components/SideNavigation/types.d.ts +4 -1
  470. package/components/SideSheet/Footer/Footer.js +5 -5
  471. package/components/SideSheet/SideSheet.js +5 -5
  472. package/components/SideSheet/index.js +5 -5
  473. package/components/Snackbar/Snackbar.js +5 -5
  474. package/components/Snackbar/index.js +5 -5
  475. package/components/Status/Status.js +3 -3
  476. package/components/Status/index.js +3 -3
  477. package/components/Stepper/Stepper.js +1 -1
  478. package/components/Stepper/index.js +1 -1
  479. package/components/Switcher/Switcher.js +4 -4
  480. package/components/Switcher/index.js +4 -4
  481. package/components/Tab/Tab.js +2 -2
  482. package/components/Tab/TabItem.js +1 -1
  483. package/components/Tab/index.js +2 -2
  484. package/components/Table/Header.js +5 -5
  485. package/components/Table/IndeterminateCheckbox.js +4 -4
  486. package/components/Table/Row.js +5 -5
  487. package/components/Table/Table.js +6 -6
  488. package/components/Table/index.js +6 -6
  489. package/components/Table/utils.js +5 -5
  490. package/components/Textarea/Textarea.js +5 -5
  491. package/components/Textarea/index.js +5 -5
  492. package/components/Tooltip/Tooltip.js +1 -1
  493. package/components/Tooltip/index.js +1 -1
  494. package/{defineProperty-ceda5d78.js → defineProperty-89625732.js} +1 -1
  495. package/helperComponents/OptionItem/OptionItem.js +6 -6
  496. package/helperComponents/OptionItem/index.js +6 -6
  497. package/helperComponents/index.js +6 -6
  498. package/hooks/index.js +1 -1
  499. package/hooks/useHideBodyScroll.js +1 -1
  500. package/hooks/useScreenSize.js +1 -1
  501. package/index.js +12 -6
  502. package/package.json +1 -1
  503. package/{toConsumableArray-3f7ebf4b.js → toConsumableArray-40cbe19c.js} +1 -1
  504. /package/{extends-c278f7df.js → extends-ee9d6299.js} +0 -0
  505. /package/{objectWithoutProperties-f4e6b43f.js → objectWithoutProperties-01db2536.js} +0 -0
  506. /package/{slicedToArray-095ba82e.js → slicedToArray-71ade49c.js} +0 -0
  507. /package/{typeof-79d903c6.js → typeof-2ab38445.js} +0 -0
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAlertBadgeFilled = function IconAlertBadgeFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAlertFilled = function IconAlertFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAm = function IconAm(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAmd = function IconAmd(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAmdFilled = function IconAmdFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconApple = function IconApple(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAppsList = function IconAppsList(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAppsListFilled = function IconAppsListFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDown = function IconArrowDown(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDownFilled = function IconArrowDownFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDownLeft = function IconArrowDownLeft(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDownLeftFilled = function IconArrowDownLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDownload = function IconArrowDownload(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowDownloadFilled = function IconArrowDownloadFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowEnter = function IconArrowEnter(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowEnterFilled = function IconArrowEnterFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExit = function IconArrowExit(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExitFilled = function IconArrowExitFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportLeftToRight = function IconArrowExportLeftToRight(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportLeftToRightFilled = function IconArrowExportLeftToRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportRightToLeft = function IconArrowExportRightToLeft(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportRightToLeftFilled = function IconArrowExportRightToLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportUp = function IconArrowExportUp(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowExportUpFilled = function IconArrowExportUpFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowImport = function IconArrowImport(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowImportFilled = function IconArrowImportFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowLeft = function IconArrowLeft(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowLeftFilled = function IconArrowLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowRepeatAll = function IconArrowRepeatAll(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowRepeatAllFilled = function IconArrowRepeatAllFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowReset = function IconArrowReset(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowResetFilled = function IconArrowResetFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowRight = function IconArrowRight(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowRightFilled = function IconArrowRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowSort = function IconArrowSort(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowSortFilled = function IconArrowSortFilled(_ref) {
7
7
  var size = _ref.size,
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconArrowSwap: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSwap;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-2ab38445.js';
5
+
6
+ var IconArrowSwap = function IconArrowSwap(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.7824 2.21965L19.2774 6.71441C19.5435 6.98047 19.5679 7.39676 19.3505 7.69038L19.278 7.77451L14.783 12.2794C14.4904 12.5726 14.0155 12.5731 13.7223 12.2805C13.4558 12.0145 13.4311 11.5979 13.6486 11.3041L13.7212 11.2199L16.938 7.997L5.24219 7.99766C4.86249 7.99766 4.5487 7.71551 4.49903 7.34943L4.49219 7.24766C4.49219 6.86797 4.77434 6.55417 5.14042 6.50451L5.24219 6.49766L16.94 6.497L13.7218 3.28035C13.4555 3.01409 13.4313 2.59743 13.6491 2.30381L13.7217 2.21969C13.988 1.95341 14.4047 1.92919 14.6983 2.14704L14.7824 2.21965L19.2774 6.71441L14.7824 2.21965ZM19.5002 16.6491L19.507 16.7509C19.507 17.1306 19.2249 17.4444 18.8588 17.494L18.757 17.5009L7.06103 17.5L10.2822 20.7194C10.5486 20.9856 10.5729 21.4023 10.3552 21.696L10.2826 21.7801C10.0165 22.0465 9.59982 22.0709 9.30612 21.8531L9.22197 21.7806L4.72197 17.2843C4.45559 17.0182 4.43121 16.6015 4.64894 16.3078L4.72153 16.2237L9.22153 11.7199C9.5143 11.4269 9.98917 11.4267 10.2822 11.7194C10.5486 11.9856 10.5729 12.4023 10.3552 12.696L10.2826 12.7801L7.06503 16L18.757 16.0009C19.1367 16.0009 19.4505 16.283 19.5002 16.6491L19.507 16.7509L19.5002 16.6491Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconArrowSwap, IconArrowSwap as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconArrowSwapFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSwapFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-2ab38445.js';
5
+
6
+ var IconArrowSwapFilled = function IconArrowSwapFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M15.2074 2.29154L19.2074 6.28731C19.5681 6.64758 19.5961 7.21473 19.2914 7.60719L19.2082 7.70144L15.2082 11.7067C14.818 12.0975 14.1848 12.0979 13.794 11.7076C13.4333 11.3474 13.4052 10.7801 13.71 10.3877L13.7931 10.2934L16.0837 8.00002L5.5 8.00003C4.98716 8.00003 4.56449 7.61399 4.50673 7.11666L4.5 7.00003C4.5 6.4872 4.88604 6.06453 5.38338 6.00676L5.5 6.00003L16.0907 6.00002L13.7939 3.7065C13.4333 3.34621 13.4052 2.77899 13.7101 2.38654L13.7932 2.29229C14.1535 1.93162 14.7207 1.90359 15.1132 2.2084L15.2074 2.29154L19.2074 6.28731L15.2074 2.29154ZM19.4907 16.8834L19.4975 17C19.4975 17.5129 19.1114 17.9355 18.6141 17.9933L18.4975 18L7.91368 18L10.2075 20.2926C10.5681 20.6529 10.5961 21.2201 10.2913 21.6126L10.2081 21.7068C9.8478 22.0675 9.28058 22.0955 8.88815 21.7906L8.7939 21.7075L4.7939 17.7112C4.43325 17.3509 4.40525 16.7837 4.71009 16.3913L4.79324 16.297L8.79324 12.2933C9.18358 11.9026 9.81674 11.9023 10.2075 12.2926C10.5681 12.6529 10.5961 13.2201 10.2913 13.6126L10.2081 13.7068L7.91768 16L18.4975 16C19.0103 16 19.433 16.3861 19.4907 16.8834L19.4975 17L19.4907 16.8834Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconArrowSwapFilled, IconArrowSwapFilled as default };
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowSync = function IconArrowSync(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowSyncFilled = function IconArrowSyncFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUp = function IconArrowUp(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUpFilled = function IconArrowUpFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUpLeft = function IconArrowUpLeft(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUpLeftFilled = function IconArrowUpLeftFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUpRight = function IconArrowUpRight(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconArrowUpRightFilled = function IconArrowUpRightFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAttach = function IconAttach(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconAttachFilled = function IconAttachFilled(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconBeach = function IconBeach(_ref) {
7
7
  var size = _ref.size,
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-ceda5d78.js';
1
+ import { _ as _defineProperty } from '../../defineProperty-89625732.js';
2
2
  import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-79d903c6.js';
4
+ import '../../typeof-2ab38445.js';
5
5
 
6
6
  var IconBeachFilled = function IconBeachFilled(_ref) {
7
7
  var size = _ref.size,