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,8 +1,11 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Layer_x0020_1">
3
- <g id="_2306800040480">
4
- <path id="Vector" d="M6.52433 14.9954L9.99994 7.0686L13.4756 14.9954C13.4943 15.04 13.5389 15.0681 13.5881 15.0681H15.2439C15.333 15.0681 15.3916 14.9767 15.3564 14.8946L11.3813 5.83032C10.8536 4.62488 9.14394 4.62488 8.61392 5.83032L4.63877 14.8946C4.6036 14.9767 4.66223 15.0681 4.75135 15.0681H6.40707C6.45632 15.0681 6.50088 15.04 6.51964 14.9954H6.52433Z" fill="#72BF44"/>
5
- <path id="Vector_2" d="M18.1262 20.0003H1.87383C0.839588 20.0003 0 19.1607 0 18.1264V1.87407C0 0.839833 0.839588 0.000244141 1.87383 0.000244141H18.1262C19.1604 0.000244141 20 0.839833 20 1.87407V18.1264C20 19.1607 19.1604 20.0003 18.1262 20.0003ZM1.87383 0.617037C1.17964 0.617037 0.616793 1.18223 0.616793 1.87407V18.1264C0.616793 18.8206 1.18199 19.3835 1.87383 19.3835H18.1262C18.8204 19.3835 19.3832 18.8183 19.3832 18.1264V1.87407C19.3832 1.17989 18.818 0.617037 18.1262 0.617037H1.87383Z" fill="#72BF44"/>
6
- </g>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_16647_6582)">
3
+ <path d="M7.82929 17.9943L12 8.48224L16.1708 17.9943C16.1933 18.0478 16.2467 18.0816 16.3058 18.0816H18.2927C18.3997 18.0816 18.47 17.9718 18.4278 17.8733L13.6576 6.99632C13.0244 5.54981 10.9728 5.54981 10.3368 6.99632L5.56663 17.8733C5.52441 17.9718 5.59477 18.0816 5.70171 18.0816H7.68858C7.74768 18.0816 7.80115 18.0478 7.82366 17.9943H7.82929Z" fill="#72BF44"/>
4
+ <path d="M21.7514 24H2.24859C1.0075 24 0 22.9925 0 21.7514V2.24881C0 1.00774 1.0075 0.000244141 2.24859 0.000244141H21.7514C22.9925 0.000244141 24 1.00774 24 2.24881V21.7514C24 22.9925 22.9925 24 21.7514 24ZM2.24859 0.740386C1.41557 0.740386 0.74015 1.41862 0.74015 2.24881V21.7514C0.74015 22.5844 1.41839 23.2598 2.24859 23.2598H21.7514C22.5844 23.2598 23.2599 22.5816 23.2599 21.7514V2.24881C23.2599 1.4158 22.5816 0.740386 21.7514 0.740386H2.24859Z" fill="#72BF44"/>
7
5
  </g>
6
+ <defs>
7
+ <clipPath id="clip0_16647_6582">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
8
11
  </svg>
@@ -1,14 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="128" height="20" viewBox="0 0 128 20" fill="none">
2
- <path d="M92.0697 9.71023C92.6204 9.57496 93.0526 9.307 93.3665 8.90599C93.6804 8.50536 93.8375 8.02467 93.8375 7.46429C93.8375 6.68192 93.5262 6.06373 92.9028 5.60972C92.2802 5.15572 91.4274 4.92853 90.3456 4.92853H86.9448C86.334 4.92853 85.8389 5.42367 85.8389 6.03445V13.966C85.8389 14.5768 86.334 15.072 86.9448 15.072H90.4757C91.6349 15.072 92.55 14.8233 93.2216 14.3259C93.8931 13.8285 94.2285 13.1447 94.2285 12.2753C94.2285 11.5993 94.0377 11.0341 93.6563 10.5801C93.2746 10.1261 92.7457 9.83624 92.0697 9.7106V9.71023ZM87.7805 6.60928H90.2437C90.7458 6.59964 91.1398 6.70119 91.4248 6.91355C91.7094 7.12592 91.8521 7.42575 91.8521 7.81193C91.8521 8.20812 91.7094 8.51722 91.4248 8.73922C91.1398 8.96159 90.7458 9.0724 90.2437 9.0724H87.7805V6.60891V6.60928ZM91.6928 13.0432C91.3451 13.2848 90.8618 13.4008 90.2437 13.3908H87.7805V10.7102H90.2437C90.8618 10.7005 91.3448 10.8139 91.6928 11.0508C92.0404 11.2876 92.2146 11.6134 92.2146 12.0288C92.2146 12.4635 92.0408 12.8016 91.6928 13.0432Z" fill="#222222"/>
3
- <path d="M116.059 4.92817H114.422C114.353 4.92817 114.298 4.98339 114.298 5.05121V11.9269L109.435 5.41998C109.204 5.11051 108.84 4.9278 108.453 4.9278C107.776 4.9278 107.227 5.47668 107.227 6.1538V14.9482C107.227 15.0164 107.282 15.0716 107.35 15.0716H109.002C109.07 15.0716 109.125 15.0164 109.125 14.9482V8.08694L113.952 14.5494C114.19 14.8681 114.56 15.072 114.958 15.0716C115.634 15.0705 116.182 14.5223 116.182 13.8456V5.05121C116.182 4.98302 116.126 4.92817 116.059 4.92817H116.059Z" fill="#222222"/>
4
- <path d="M127.739 14.8774L123.732 9.21732L127.443 5.13422C127.515 5.05491 127.459 4.92816 127.352 4.92816H125.395C125.36 4.92816 125.327 4.94299 125.304 4.96893L120.762 9.98561V5.05195C120.762 4.98375 120.707 4.92853 120.639 4.92853H118.943C118.875 4.92853 118.82 4.98375 118.82 5.05195V14.9489C118.82 15.0171 118.875 15.072 118.943 15.072H120.639C120.707 15.072 120.762 15.0167 120.762 14.9489V12.478L122.356 10.7246L125.507 15.0216C125.53 15.0531 125.567 15.072 125.606 15.072H127.639C127.739 15.072 127.797 14.9593 127.739 14.8774H127.739Z" fill="#222222"/>
5
- <path d="M45.9642 4.92816C45.4335 4.92816 44.9524 5.24022 44.7364 5.72499L41.7592 12.398L38.7542 5.72091C38.5371 5.23837 38.0571 4.92816 37.5282 4.92816H37.5253C36.7825 4.92816 36.1807 5.53004 36.1807 6.27276V14.9482C36.1807 15.0164 36.2359 15.0716 36.3037 15.0716H37.8251C37.8929 15.0716 37.9481 15.0164 37.9481 14.9482V7.79711L40.8642 14.4812C40.9846 14.7573 41.2214 14.9726 41.5142 15.0438C41.9782 15.1565 42.4352 14.9159 42.6161 14.4994L45.5265 7.79711V14.9482C45.5265 15.0164 45.5817 15.0716 45.6496 15.0716H47.1854C47.2536 15.0716 47.3084 15.0164 47.3084 14.9482V6.27276C47.3084 5.53004 46.7066 4.92816 45.9638 4.92816H45.9642Z" fill="#72BF44"/>
6
- <path d="M57.4304 13.3764H51.8878V10.8262H56.6914C56.7596 10.8262 56.8144 10.7709 56.8144 10.7031V9.254C56.8144 9.18581 56.7592 9.13096 56.6914 9.13096H51.8878V6.6241H57.2566C57.3248 6.6241 57.3796 6.56888 57.3796 6.50069V5.05157C57.3796 4.98338 57.3244 4.92853 57.2566 4.92853H51.0521C50.4413 4.92853 49.9462 5.42367 49.9462 6.03445V13.966C49.9462 14.5768 50.4413 15.072 51.0521 15.072H57.4304C57.4986 15.072 57.5538 15.0167 57.5538 14.9485V13.4998C57.5538 13.4316 57.4986 13.3764 57.4304 13.3764Z" fill="#72BF44"/>
7
- <path d="M72.109 4.92816H70.4135C70.3453 4.92816 70.2904 4.98338 70.2904 5.05121V14.9482C70.2904 15.0164 70.3453 15.0716 70.4135 15.0716H72.109C72.1772 15.0716 72.2321 15.0164 72.2321 14.9482V5.05121C72.2321 4.98301 72.1768 4.92816 72.109 4.92816Z" fill="#72BF44"/>
8
- <path d="M66.0427 11.7064C66.2176 11.6345 66.3855 11.55 66.5367 11.4503C66.9274 11.1927 67.2572 10.848 67.5014 10.4492C67.8443 9.88925 68.0159 9.21287 68.0159 8.42049C68.0159 7.30975 67.6582 6.44992 66.9437 5.84099C66.2284 5.23244 65.2144 4.92816 63.9005 4.92816H60.7755C60.1647 4.92816 59.6696 5.42331 59.6696 6.03408V14.9485C59.6696 15.0167 59.7248 15.0716 59.7926 15.0716H61.4882C61.5564 15.0716 61.6116 15.0167 61.6116 14.9485V12.0866H63.9009H63.9035L66.0557 15.0216C66.079 15.0531 66.1157 15.072 66.155 15.072H68.1875C68.2875 15.072 68.3457 14.9593 68.2879 14.8774L66.0431 11.7064H66.0427ZM65.5813 9.89814C65.1947 10.2169 64.6343 10.3766 63.9002 10.3766H61.6108V6.62374H63.9002C64.6343 6.62374 65.1943 6.77828 65.5813 7.08738C65.9675 7.39684 66.1609 7.86049 66.1609 8.47868C66.1609 9.10687 65.9675 9.58015 65.5813 9.89851V9.89814Z" fill="#72BF44"/>
9
- <path d="M25.9009 14.9963L29.3777 7.06921L32.8541 14.9963C32.8737 15.0412 32.9182 15.0701 32.9667 15.0701H34.623C34.7116 15.0701 34.7716 14.9789 34.7357 14.8974L30.7605 5.83357C30.2319 4.6287 28.5227 4.6287 27.9942 5.83357L24.0193 14.8974C23.9833 14.9789 24.043 15.0701 24.132 15.0701H25.7879C25.8368 15.0701 25.8813 15.0412 25.9009 14.9963Z" fill="#72BF44"/>
10
- <path d="M75.5595 14.9964L79.0359 7.06923L82.5123 14.9964C82.5319 15.0412 82.5764 15.0701 82.6253 15.0701H84.2816C84.3702 15.0701 84.4302 14.9789 84.3943 14.8974L80.419 5.83359C79.8905 4.62871 78.1812 4.62871 77.6527 5.83359L73.6779 14.8974C73.6419 14.9789 73.7016 15.0701 73.7905 15.0701H75.4464C75.4954 15.0701 75.5395 15.0412 75.5595 14.9964Z" fill="#72BF44"/>
11
- <path d="M96.9478 14.9964L100.424 7.06923L103.901 14.9964C103.92 15.0412 103.965 15.0701 104.014 15.0701H105.67C105.758 15.0701 105.819 14.9789 105.783 14.8974L101.807 5.83359C101.279 4.62871 99.5695 4.62871 99.041 5.83359L95.0662 14.8974C95.0302 14.9789 95.0899 15.0701 95.1788 15.0701H96.8348C96.8837 15.0701 96.9278 15.0412 96.9478 14.9964Z" fill="#222222"/>
12
- <path d="M6.52306 14.9964L9.99945 7.06923L13.4758 14.9964C13.4955 15.0412 13.54 15.0701 13.5889 15.0701H15.2452C15.3337 15.0701 15.3938 14.9789 15.3578 14.8974L11.3826 5.83359C10.8541 4.62871 9.14481 4.62871 8.61631 5.83359L4.64106 14.8974C4.60548 14.9789 4.66515 15.0701 4.75373 15.0701H6.40965C6.45857 15.0701 6.50305 15.0412 6.52269 14.9964H6.52306Z" fill="#72BF44"/>
13
- <path d="M18.126 20.0001H1.87371C0.840434 20.0001 0.000244141 19.1595 0.000244141 18.1262V1.8739C0.000244141 0.840621 0.840804 6.10352e-05 1.87371 6.10352e-05H18.126C19.1593 6.10352e-05 19.9995 0.840621 19.9995 1.8739V18.1262C19.9995 19.1595 19.1589 20.0001 18.126 20.0001ZM1.87371 0.616027C1.17992 0.616027 0.615839 1.18011 0.615839 1.8739V18.1262C0.615839 18.82 1.17992 19.3841 1.87371 19.3841H18.126C18.8194 19.3841 19.3843 18.82 19.3843 18.1262V1.8739C19.3843 1.18011 18.8198 0.616027 18.126 0.616027H1.87371Z" fill="#72BF44"/>
14
- </svg>
1
+ <svg width="154" height="24" viewBox="0 0 154 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_16647_5158)">
3
+ <path d="M110.484 11.6523C111.145 11.49 111.663 11.1684 112.04 10.6872C112.417 10.2064 112.605 9.62961 112.605 8.95716C112.605 8.01831 112.232 7.27649 111.483 6.73168C110.736 6.18687 109.713 5.91425 108.415 5.91425H104.334C103.601 5.91425 103.007 6.50842 103.007 7.24135V16.7593C103.007 17.4922 103.601 18.0864 104.334 18.0864H108.571C109.962 18.0864 111.06 17.7879 111.866 17.1911C112.672 16.5943 113.074 15.7737 113.074 14.7303C113.074 13.9191 112.845 13.2409 112.388 12.6961C111.93 12.1513 111.295 11.8035 110.484 11.6527V11.6523ZM105.337 7.93115H108.292C108.895 7.91958 109.368 8.04144 109.71 8.29628C110.051 8.55111 110.223 8.91091 110.223 9.37433C110.223 9.84976 110.051 10.2207 109.71 10.4871C109.368 10.7539 108.895 10.8869 108.292 10.8869H105.337V7.9307V7.93115ZM110.031 15.6518C109.614 15.9418 109.034 16.081 108.292 16.069H105.337V12.8522H108.292C109.034 12.8406 109.614 12.9767 110.031 13.2609C110.449 13.5451 110.658 13.936 110.658 14.4346C110.658 14.9563 110.449 15.3619 110.031 15.6518Z" fill="black"/>
4
+ <path d="M139.271 5.91377H137.306C137.224 5.91377 137.158 5.98004 137.158 6.06143V14.3123L131.322 6.50395C131.044 6.13259 130.608 5.91333 130.143 5.91333C129.331 5.91333 128.672 6.57199 128.672 7.38453V17.9378C128.672 18.0196 128.739 18.0859 128.82 18.0859H130.802C130.883 18.0859 130.95 18.0196 130.95 17.9378V9.7043L136.742 17.4592C137.028 17.8417 137.472 18.0863 137.95 18.0859C138.761 18.0846 139.418 17.4268 139.418 16.6147V6.06143C139.418 5.9796 139.352 5.91377 139.27 5.91377H139.271Z" fill="black"/>
5
+ <path d="M153.286 17.8529L148.478 11.0608L152.932 6.16109C153.018 6.06592 152.95 5.91382 152.822 5.91382H150.474C150.433 5.91382 150.393 5.93161 150.365 5.96274L144.914 11.9828V6.06236C144.914 5.98053 144.848 5.91426 144.767 5.91426H142.732C142.65 5.91426 142.584 5.98053 142.584 6.06236V17.9387C142.584 18.0206 142.65 18.0864 142.732 18.0864H144.767C144.848 18.0864 144.914 18.0201 144.914 17.9387V14.9736L146.827 12.8696L150.608 18.0259C150.636 18.0637 150.68 18.0864 150.727 18.0864H153.166C153.286 18.0864 153.357 17.9512 153.287 17.8529H153.286Z" fill="black"/>
6
+ <path d="M55.157 5.91382C54.5202 5.91382 53.9429 6.28829 53.6836 6.87001L50.111 14.8776L46.505 6.86512C46.2444 6.28607 45.6685 5.91382 45.0338 5.91382H45.0303C44.139 5.91382 43.4168 6.63608 43.4168 7.52734V17.9378C43.4168 18.0197 43.483 18.0859 43.5644 18.0859H45.3901C45.4715 18.0859 45.5377 18.0197 45.5377 17.9378V9.35656L49.037 17.3775C49.1815 17.7088 49.4657 17.9672 49.817 18.0526C50.3738 18.1878 50.9222 17.8991 51.1392 17.3993L54.6318 9.35656V17.9378C54.6318 18.0197 54.6981 18.0859 54.7794 18.0859H56.6225C56.7043 18.0859 56.7701 18.0197 56.7701 17.9378V7.52734C56.7701 6.63608 56.0478 5.91382 55.1566 5.91382H55.157Z" fill="#72BF44"/>
7
+ <path d="M68.9164 16.0517H62.2653V12.9914H68.0296C68.1115 12.9914 68.1773 12.9251 68.1773 12.8438V11.1048C68.1773 11.023 68.111 10.9572 68.0296 10.9572H62.2653V7.94894H68.7079C68.7897 7.94894 68.8555 7.88267 68.8555 7.80084V6.0619C68.8555 5.98007 68.7892 5.91425 68.7079 5.91425H61.2625C60.5295 5.91425 59.9353 6.50842 59.9353 7.24135V16.7593C59.9353 17.4922 60.5295 18.0864 61.2625 18.0864H68.9164C68.9983 18.0864 69.0645 18.0201 69.0645 17.9383V16.1998C69.0645 16.1179 68.9983 16.0517 68.9164 16.0517Z" fill="#72BF44"/>
8
+ <path d="M86.5308 5.91382H84.4961C84.4143 5.91382 84.3485 5.98008 84.3485 6.06147V17.9378C84.3485 18.0197 84.4143 18.0859 84.4961 18.0859H86.5308C86.6127 18.0859 86.6785 18.0197 86.6785 17.9378V6.06147C86.6785 5.97964 86.6122 5.91382 86.5308 5.91382Z" fill="#72BF44"/>
9
+ <path d="M79.2513 14.0477C79.4612 13.9614 79.6627 13.86 79.8441 13.7404C80.3129 13.4313 80.7087 13.0177 81.0018 12.5391C81.4132 11.8671 81.6191 11.0555 81.6191 10.1046C81.6191 8.77172 81.1899 7.73992 80.3324 7.00922C79.4741 6.27895 78.2573 5.91382 76.6807 5.91382H72.9306C72.1977 5.91382 71.6035 6.50799 71.6035 7.24092V17.9383C71.6035 18.0201 71.6698 18.0859 71.7512 18.0859H73.7858C73.8677 18.0859 73.934 18.0201 73.934 17.9383V14.504H76.6811H76.6842L79.2668 18.0259C79.2949 18.0637 79.3389 18.0864 79.386 18.0864H81.825C81.9451 18.0864 82.0149 17.9512 81.9455 17.8529L79.2517 14.0477H79.2513ZM78.6976 11.8778C78.2337 12.2603 77.5613 12.452 76.6802 12.452H73.9331V7.94851H76.6802C77.5613 7.94851 78.2333 8.13396 78.6976 8.50488C79.161 8.87624 79.3931 9.43261 79.3931 10.1744C79.3931 10.9283 79.161 11.4962 78.6976 11.8782V11.8778Z" fill="#72BF44"/>
10
+ <path d="M31.081 17.9956L35.2532 8.48305L39.4248 17.9956C39.4484 18.0494 39.5018 18.0841 39.56 18.0841H41.5476C41.6539 18.0841 41.7259 17.9747 41.6828 17.8769L36.9125 7.00028C36.2783 5.55443 34.2271 5.55443 33.5929 7.00028L28.8231 17.8769C28.78 17.9747 28.8516 18.0841 28.9583 18.0841H30.9454C31.0041 18.0841 31.0575 18.0494 31.081 17.9956Z" fill="#72BF44"/>
11
+ <path d="M90.6714 17.9956L94.8431 8.48305L99.0147 17.9956C99.0383 18.0494 99.0917 18.0841 99.1504 18.0841H101.138C101.244 18.0841 101.316 17.9747 101.273 17.8769L96.5028 7.00028C95.8686 5.55443 93.8175 5.55443 93.1833 7.00028L88.4134 17.8769C88.3703 17.9747 88.4419 18.0841 88.5486 18.0841H90.5357C90.5944 18.0841 90.6474 18.0494 90.6714 17.9956Z" fill="#72BF44"/>
12
+ <path d="M116.337 17.9956L120.509 8.48305L124.681 17.9956C124.704 18.0494 124.758 18.0841 124.816 18.0841H126.804C126.91 18.0841 126.982 17.9747 126.939 17.8769L122.169 7.00028C121.535 5.55443 119.483 5.55443 118.849 7.00028L114.079 17.8769C114.036 17.9747 114.108 18.0841 114.215 18.0841H116.202C116.26 18.0841 116.313 18.0494 116.337 17.9956Z" fill="black"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.24865 24H21.7514C22.9909 24 23.9996 22.9913 23.9996 21.7514V2.24861C23.9996 1.00867 22.9914 0 21.7514 0H2.24865C1.00916 0 0.000488281 1.00867 0.000488281 2.24861V21.7514C0.000488281 22.9913 1.00872 24 2.24865 24ZM0.739203 2.24861C0.739203 1.41605 1.4161 0.739159 2.24865 0.739159H21.7514C22.584 0.739159 23.2613 1.41605 23.2613 2.24861V21.7514C23.2613 22.5839 22.5835 23.2608 21.7514 23.2608H2.24865C1.4161 23.2608 0.739203 22.5839 0.739203 21.7514V2.24861ZM11.9993 8.48307L7.82767 17.9956C7.8041 18.0494 7.75029 18.0841 7.69158 18.0841H5.70448C5.59819 18.0841 5.52658 17.9747 5.56928 17.8769L10.3396 7.00031C10.9738 5.55445 13.0249 5.55445 13.6591 7.00031L18.4294 17.8769C18.4725 17.9747 18.4005 18.0841 18.2942 18.0841H16.3067C16.2479 18.0841 16.1946 18.0494 16.171 17.9956L11.9993 8.48307Z" fill="#72BF44"/>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_16647_5158">
17
+ <rect width="153.314" height="24" fill="white"/>
18
+ </clipPath>
19
+ </defs>
20
+ </svg>
@@ -7664,9 +7664,10 @@ body {
7664
7664
  -webkit-box-orient: vertical;
7665
7665
  -moz-box-direction: normal;
7666
7666
  -moz-box-orient: vertical;
7667
- background-color: var(--ds-color-bg-white);
7668
- border-right: 1px solid var(--ds-color-border-tertiary);
7667
+ background-color: var(--ds-color-bg-container-lighter);
7668
+ border-right: 1px solid var(--ds-color-border-quintary);
7669
7669
  bottom: 0;
7670
+ box-shadow: 0 0 56px 2px rgba(78, 78, 78, 0.122);
7670
7671
  display: -webkit-box;
7671
7672
  display: -moz-box;
7672
7673
  display: -ms-flexbox;
@@ -7675,63 +7676,39 @@ body {
7675
7676
  -webkit-flex-direction: column;
7676
7677
  -ms-flex-direction: column;
7677
7678
  flex-direction: column;
7679
+ height: 100%;
7678
7680
  left: 0;
7679
- padding: 0 0 var(--ds-space-16) var(--ds-space-2);
7681
+ min-width: 64px;
7680
7682
  position: fixed;
7681
7683
  right: unset;
7682
7684
  top: 0;
7683
- transition: width 0.4s linear, padding-left 0.4s linear;
7684
- width: 72px;
7685
- z-index: -1;
7685
+ transition: width 0.4s linear, min-width 0.4s linear, padding-left 0.4s linear;
7686
+ width: 64px;
7687
+ z-index: 9999;
7686
7688
  }
7687
7689
 
7688
7690
  .side-navigation__btn {
7689
- border-radius: var(--ds-border-radius-sm);
7690
- bottom: unset;
7691
- box-shadow: var(--shadow-brand-2) !important;
7692
- left: unset;
7693
- position: absolute;
7694
- right: calc(var(--ds-space-12) * -1);
7695
- top: var(--ds-space-24);
7696
- z-index: 2;
7691
+ cursor: pointer;
7692
+ display: none;
7697
7693
  }
7698
7694
 
7699
- .side-navigation__btn .svg-icon {
7700
- transition: transform 0.3s linear;
7695
+ .side-navigation--pin {
7696
+ box-shadow: none;
7697
+ position: relative;
7701
7698
  }
7702
7699
 
7703
7700
  .side-navigation--opened {
7704
- min-width: 268px;
7701
+ min-width: 280px;
7702
+ width: 280px;
7705
7703
  }
7706
7704
 
7707
- .side-navigation--opened, .side-navigation--opened .navigation-item__inner > a, .side-navigation--opened .navigation-item__inner > div:not(.badge, .avatar) {
7708
- padding-left: var(--ds-space-12);
7705
+ .side-navigation--opened .side-navigation__btn {
7706
+ display: flex;
7709
7707
  }
7710
7708
 
7711
- .side-navigation--opened .navigation-item.navigation-item--user .navigation-item__inner .avatar + .body, .side-navigation--opened .navigation-item__inner > a > .svg-icon + .body, .side-navigation--opened .navigation-item__inner > div:not(.badge, .avatar) > .svg-icon + .body {
7709
+ .side-navigation--opened .navigation-item__inner > a > .svg-icon + .body, .side-navigation--opened .navigation-item__inner > div:not(.badge, .navigation-item__actions) > .svg-icon + .body {
7712
7710
  max-width: 100%;
7713
- padding-left: var(--ds-space-8);
7714
- }
7715
-
7716
- .side-navigation--opened .navigation-item.navigation-item--user .navigation-item__child {
7717
- display: none;
7718
- }
7719
-
7720
- .side-navigation--opened .navigation-item__child {
7721
- border: 0;
7722
- border-radius: 0;
7723
- display: block;
7724
- left: unset;
7725
- max-height: 0;
7726
- overflow: hidden;
7727
- position: relative;
7728
- transition: max-height 0.3s linear;
7729
- width: auto;
7730
- }
7731
-
7732
- .side-navigation--opened .navigation-item__child.active {
7733
- max-height: 1000px;
7734
- transition: max-height 0.3s linear;
7711
+ padding-left: var(--ds-space-10);
7735
7712
  }
7736
7713
 
7737
7714
  .side-navigation--opened .side-navigation__btn .svg-icon {
@@ -7747,51 +7724,13 @@ body {
7747
7724
  transition: max-width 0.1s linear;
7748
7725
  }
7749
7726
 
7750
- .side-navigation--opened .side-navigation__bottom {
7751
- text-align: left;
7752
- }
7753
-
7754
- .side-navigation--opened .side-navigation__bottom__text {
7755
- max-width: 100%;
7756
- }
7757
-
7758
- .side-navigation--opened .side-navigation__bottom__img {
7759
- min-width: 130px;
7760
- width: 130px;
7761
- }
7762
-
7763
- .side-navigation__icon {
7764
- margin: var(--ds-space-24) 0;
7765
- }
7766
-
7767
- .side-navigation__bottom {
7768
- padding: var(--ds-space-12);
7769
- }
7770
-
7771
- .side-navigation__bottom__text {
7772
- max-width: 0;
7773
- overflow: hidden;
7774
- text-overflow: ellipsis;
7775
- transition: max-width 0.3s linear;
7776
- white-space: nowrap;
7777
- }
7778
-
7779
- .side-navigation__bottom__img {
7780
- height: var(--ds-size-20);
7781
- min-width: 20px;
7782
- overflow: hidden;
7783
- transition: all 0.3s linear;
7784
- width: 20px;
7785
- }
7786
-
7787
- .side-navigation__bottom__img img {
7788
- max-width: none;
7789
- }
7790
-
7791
7727
  .side-navigation header {
7792
7728
  -webkit-box-align: center;
7793
7729
  -moz-box-align: center;
7794
7730
  -ms-flex-align: center;
7731
+ -webkit-box-pack: justify;
7732
+ -moz-box-pack: justify;
7733
+ -ms-flex-pack: justify;
7795
7734
  -webkit-align-items: center;
7796
7735
  align-items: center;
7797
7736
  display: -webkit-box;
@@ -7799,19 +7738,16 @@ body {
7799
7738
  display: -ms-flexbox;
7800
7739
  display: -webkit-flex;
7801
7740
  display: flex;
7802
- min-height: 72px;
7803
- }
7804
-
7805
- .side-navigation header .navigation-item {
7806
- width: 100%;
7807
- }
7808
-
7809
- .side-navigation header .navigation-item__inner:hover {
7810
- background-color: transparent;
7741
+ height: var(--ds-size-64);
7742
+ -webkit-justify-content: space-between;
7743
+ justify-content: space-between;
7744
+ padding: var(--ds-space-16) var(--ds-space-20);
7811
7745
  }
7812
7746
 
7813
7747
  .side-navigation main {
7814
- padding-top: var(--ds-space-10);
7748
+ flex: 1;
7749
+ overflow-y: scroll;
7750
+ padding: 0 var(--ds-space-6) 0 var(--ds-space-10);
7815
7751
  }
7816
7752
 
7817
7753
  .side-navigation footer {
@@ -7823,10 +7759,10 @@ body {
7823
7759
  }
7824
7760
 
7825
7761
  .navigation-item__inner {
7826
- border-radius: var(--ds-border-radius-sm);
7762
+ border-radius: var(--ds-border-radius-lg);
7827
7763
  }
7828
7764
 
7829
- .navigation-item__inner, .navigation-item__inner > a, .navigation-item__inner > div:not(.badge, .avatar) {
7765
+ .navigation-item__inner, .navigation-item__inner > a, .navigation-item__inner > div:not(.badge, .navigation-item__actions) {
7830
7766
  -webkit-box-align: center;
7831
7767
  -moz-box-align: center;
7832
7768
  -ms-flex-align: center;
@@ -7837,18 +7773,23 @@ body {
7837
7773
  display: -ms-flexbox;
7838
7774
  display: -webkit-flex;
7839
7775
  display: flex;
7776
+ position: relative;
7840
7777
  width: 100%;
7841
7778
  }
7842
7779
 
7843
- .navigation-item__inner > a, .navigation-item__inner > div:not(.badge, .avatar) {
7780
+ .navigation-item__inner > a, .navigation-item__inner > div:not(.badge, .navigation-item__actions) {
7844
7781
  height: var(--ds-size-40);
7845
- padding: var(--ds-space-4) var(--ds-space-12) var(--ds-space-4) var(--ds-space-24);
7846
- position: relative;
7782
+ padding: 0 var(--ds-space-10);
7847
7783
  text-decoration: none;
7848
7784
  transition: padding-left 0.3s linear;
7849
7785
  }
7850
7786
 
7851
- .navigation-item__inner > a > .svg-icon + .body, .navigation-item__inner > div:not(.badge, .avatar) > .svg-icon + .body {
7787
+ .navigation-item__inner > a > .svg-icon path, .navigation-item__inner > div:not(.badge, .navigation-item__actions) > .svg-icon path {
7788
+ fill: var(--ds-color-text-tertiary);
7789
+ }
7790
+
7791
+ .navigation-item__inner > a > .svg-icon + .body, .navigation-item__inner > div:not(.badge, .navigation-item__actions) > .svg-icon + .body {
7792
+ color: var(--ds-color-text-secondary);
7852
7793
  max-width: 0;
7853
7794
  overflow: hidden;
7854
7795
  padding-left: 0;
@@ -7858,42 +7799,15 @@ body {
7858
7799
  }
7859
7800
 
7860
7801
  .navigation-item__inner .svg-icon {
7861
- font-size: var(--font-size-20);
7862
- min-width: var(--ds-size-20);
7802
+ font-size: var(--font-size-24);
7803
+ min-width: var(--ds-size-24);
7863
7804
  }
7864
7805
 
7865
7806
  .navigation-item__inner:hover {
7866
- background-color: var(--ds-color-bg-container-lighter);
7867
- }
7868
-
7869
- .navigation-item__inner.active {
7870
7807
  background-color: var(--ds-color-bg-container-light);
7871
7808
  }
7872
7809
 
7873
- .navigation-item__inner.active:after {
7874
- background-color: var(--ds-color-text-selected);
7875
- border-radius: var(--ds-border-radius-xs) 0 0 var(--ds-border-radius-xs);
7876
- content: "";
7877
- height: var(--ds-size-20);
7878
- position: absolute;
7879
- right: 0;
7880
- top: 50%;
7881
- transform: translateY(-50%);
7882
- width: var(--ds-size-4);
7883
- }
7884
-
7885
- .navigation-item.navigation-item--header {
7886
- min-height: 72px;
7887
- padding: 0 var(--ds-space-12) 0 var(--ds-space-24);
7888
- transition: padding-left 0.3s linear;
7889
- }
7890
-
7891
- .navigation-item.navigation-item--header, .navigation-item.navigation-item--header .navigation-item__inner > div {
7892
- -webkit-box-align: center;
7893
- -moz-box-align: center;
7894
- -ms-flex-align: center;
7895
- -webkit-align-items: center;
7896
- align-items: center;
7810
+ .navigation-item__inner:hover .navigation-item__actions {
7897
7811
  display: -webkit-box;
7898
7812
  display: -moz-box;
7899
7813
  display: -ms-flexbox;
@@ -7901,74 +7815,82 @@ body {
7901
7815
  display: flex;
7902
7816
  }
7903
7817
 
7904
- .navigation-item.navigation-item--header .navigation-item__inner > div .svg-icon {
7905
- font-size: var(--font-size-20);
7906
- }
7907
-
7908
- .navigation-item.navigation-item--header .navigation-item__inner > div > .svg-icon + .body, .navigation-item.navigation-item--user .navigation-item__inner .avatar + .body {
7909
- max-width: 0;
7910
- overflow: hidden;
7911
- padding-left: 0;
7912
- text-overflow: ellipsis;
7913
- transition: all 0.3s linear;
7914
- white-space: nowrap;
7818
+ .navigation-item__inner.active {
7819
+ background-color: var(--ds-color-bg-container);
7915
7820
  }
7916
7821
 
7917
- .navigation-item.navigation-item--user .navigation-item__child.active {
7918
- bottom: 0;
7919
- top: unset;
7822
+ .navigation-item__inner.active > a > .svg-icon path, .navigation-item__inner.active > div:not(.badge, .navigation-item__actions) > .svg-icon path {
7823
+ fill: var(--ds-color-text-primary);
7920
7824
  }
7921
7825
 
7922
- .navigation-item.navigation-item--user .navigation-item__expandable-icon {
7923
- display: none;
7826
+ .navigation-item__inner.active > a > .svg-icon + .body, .navigation-item__inner.active > div:not(.badge, .navigation-item__actions) > .svg-icon + .body {
7827
+ color: var(--ds-color-text-primary);
7924
7828
  }
7925
7829
 
7926
- .navigation-item.navigation-item--sub .navigation-item__inner > a > .svg-icon + .body {
7927
- padding-left: var(--ds-space-8);
7830
+ .navigation-item--expandable > .navigation-item__inner:hover > a > .svg-icon, .navigation-item--expandable > .navigation-item__inner:hover > div:not(.badge, .navigation-item__actions) > .svg-icon {
7831
+ opacity: 0;
7928
7832
  }
7929
7833
 
7930
7834
  .navigation-item__child {
7931
- background-color: var(--ds-color-bg-white);
7932
- border: 1px solid var(--ds-color-border-primary);
7933
- border-radius: 4px;
7934
- display: none;
7935
- left: calc(100% + 4px);
7936
- min-width: 160px;
7835
+ max-height: 0;
7937
7836
  overflow: hidden;
7938
- position: absolute;
7939
- top: 0;
7940
- transition: 0.3s;
7837
+ padding-left: var(--ds-space-40);
7838
+ transition: max-height 0.3s linear;
7941
7839
  }
7942
7840
 
7943
7841
  .navigation-item__child.active {
7944
- display: block;
7945
- overflow: visible;
7842
+ max-height: 1000px;
7946
7843
  }
7947
7844
 
7948
- .navigation-item__child--title {
7845
+ .navigation-item__actions {
7846
+ -webkit-box-align: center;
7847
+ -moz-box-align: center;
7848
+ -ms-flex-align: center;
7849
+ -webkit-box-pack: justify;
7850
+ -moz-box-pack: justify;
7851
+ -ms-flex-pack: justify;
7852
+ -webkit-align-items: center;
7853
+ align-items: center;
7949
7854
  display: none;
7855
+ gap: var(--ds-space-8);
7856
+ height: 100%;
7857
+ -webkit-justify-content: space-between;
7858
+ justify-content: space-between;
7859
+ padding: 0 var(--ds-space-10);
7860
+ position: absolute;
7861
+ width: 100%;
7950
7862
  }
7951
7863
 
7952
- .navigation-item__child--title.active {
7953
- display: block;
7954
- padding: var(--space-12);
7864
+ .navigation-item__actions__expand .svg-icon {
7865
+ transition: all 0.3s linear;
7955
7866
  }
7956
7867
 
7957
- .navigation-item__child .navigation-item__inner > a > .svg-icon + .body {
7958
- max-width: 100% !important;
7868
+ .navigation-item__actions__expand .svg-icon path {
7869
+ fill: var(--ds-color-text-tertiary);
7959
7870
  }
7960
7871
 
7961
- .navigation-item__expandable-icon .svg-icon {
7962
- transition: all 0.3s linear;
7872
+ .navigation-item__actions__expand.opened .svg-icon {
7873
+ transform: rotate(-180deg);
7963
7874
  }
7964
7875
 
7965
- .navigation-item__expandable-icon.opened .svg-icon {
7966
- transform: rotate(-180deg);
7876
+ .navigation-item__actions__right {
7877
+ -webkit-box-align: center;
7878
+ -moz-box-align: center;
7879
+ -ms-flex-align: center;
7880
+ -webkit-align-items: center;
7881
+ align-items: center;
7882
+ display: -webkit-box;
7883
+ display: -moz-box;
7884
+ display: -ms-flexbox;
7885
+ display: -webkit-flex;
7886
+ display: flex;
7887
+ gap: var(--ds-space-8);
7888
+ margin-left: auto;
7967
7889
  }
7968
7890
 
7969
7891
  .navigation-block {
7970
7892
  flex: 1;
7971
- margin-top: var(--ds-space-16);
7893
+ margin-bottom: var(--ds-space-16);
7972
7894
  position: relative;
7973
7895
  }
7974
7896
 
@@ -7983,10 +7905,10 @@ body {
7983
7905
  display: -ms-flexbox;
7984
7906
  display: -webkit-flex;
7985
7907
  display: flex;
7986
- margin-bottom: var(--ds-space-12);
7908
+ margin-bottom: var(--ds-space-2);
7987
7909
  max-width: 100%;
7988
- min-height: var(--ds-size-20);
7989
- padding: 0 var(--ds-space-12);
7910
+ min-height: var(--ds-size-32);
7911
+ padding: 0 var(--ds-space-10);
7990
7912
  }
7991
7913
 
7992
7914
  .navigation-block__label, .navigation-block__label__text {
@@ -7996,6 +7918,7 @@ body {
7996
7918
  }
7997
7919
 
7998
7920
  .navigation-block__label__text {
7921
+ font-size: 13px;
7999
7922
  max-width: 0;
8000
7923
  transition: max-width 0.3s linear;
8001
7924
  }
@@ -8008,10 +7931,6 @@ body {
8008
7931
  white-space: nowrap;
8009
7932
  }
8010
7933
 
8011
- .profile-text {
8012
- flex: 1;
8013
- }
8014
-
8015
7934
  .side-sheet {
8016
7935
  --ds-side-sheet-width-sm:640px;
8017
7936
  --ds-side-sheet-width-lg:740px;