@ssa-ui-kit/core 0.0.27-alpha → 0.0.28-alpha
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.
- package/.storybook/main.ts +25 -6
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1439px].png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1439px]_statistics_submenu_popover.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_side_menu_expanded.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_statistics_submenu_expanded.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w1920px]_statistics_submenu_popover.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_default.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_menu_opened.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_statistics_submenu.png +0 -0
- package/custom-shots/widgets-filters--default__[w1920px].png +0 -0
- package/custom-shots/widgets-filters--filter-button-items-not-selected__[w390px].png +0 -0
- package/custom-shots/widgets-filters--more-button-items-selected__[w390px].png +0 -0
- package/custom-shots/widgets-filters--more-button__[w900px].png +0 -0
- package/custom-shots/widgets-linkstabbar--current-focus__[w1920px].png +0 -0
- package/custom-shots/widgets-linkstabbar--non-current-focus__[w1920px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w390px].png +0 -0
- package/custom-shots/widgets-navbar-opened__[w900px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w390px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w900px].png +0 -0
- package/custom-shots/widgets-pagination--next-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--not-selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--previous-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--next-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--not-selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--previous-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w1440px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w390px].png +0 -0
- package/custom-shots/widgets-progressInfo__[w900px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w1440px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w390px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w900px].png +0 -0
- package/custom-shots/widgets-searchbox--cross-icon__[w900px].png +0 -0
- package/custom-shots/widgets-searchbox--search-icon__[w900px].png +0 -0
- package/custom-shots/widgets-table-filters--opened__[w1920px].png +0 -0
- package/custom-shots/widgets-user-profile--is-opened__[w1920px].png +0 -0
- package/dist/components/AccordionGroup/Accordion.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionContent.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionContext.d.ts +1 -1
- package/dist/components/AccordionGroup/AccordionGroup.d.ts +1 -1
- package/dist/components/AccordionGroup/stories/helpers.d.ts +1 -1
- package/dist/components/AddNewAccountCard/AddNewAccountCard.d.ts +2 -0
- package/dist/components/AddNewAccountCard/index.d.ts +2 -0
- package/dist/components/AddNewAccountCard/styles.d.ts +2 -0
- package/dist/components/AddNewAccountCard/types.d.ts +7 -0
- package/dist/components/Button/ButtonText.d.ts +5 -5
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/components/ButtonGroup/stories/ExternalState.d.ts +1 -1
- package/dist/components/Card/Card.d.ts +1 -1
- package/dist/components/CardContent/CardContent.d.ts +1 -1
- package/dist/components/CardHeader/CardHeader.d.ts +1 -1
- package/dist/components/CardList/CardList.d.ts +6 -0
- package/dist/components/CardList/index.d.ts +2 -0
- package/dist/components/CardList/types.d.ts +10 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/CollapsibleNavBar.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarBase.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarItem.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarLink.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarList.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarWrapper.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavContentToggle.d.ts +4 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavToggle.d.ts +4 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.d.ts +8 -0
- package/dist/components/CollapsibleNavBar/NavBarAccordionContent.d.ts +16 -0
- package/dist/components/CollapsibleNavBar/NavBarItemWithSubMenu.d.ts +5 -0
- package/dist/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.d.ts +6 -0
- package/dist/components/CollapsibleNavBar/NavBarPopover.d.ts +6 -0
- package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +7 -0
- package/dist/components/CollapsibleNavBar/index.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/CustomIcon.d.ts +1 -0
- package/dist/components/CollapsibleNavBar/stories/Layout.d.ts +3 -0
- package/dist/components/CollapsibleNavBar/stories/Logo.d.ts +1 -0
- package/dist/components/CollapsibleNavBar/stories/StoryComponent.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/consts.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/stories/styles.d.ts +2 -0
- package/dist/components/CollapsibleNavBar/styles.d.ts +7 -0
- package/dist/components/CollapsibleNavBar/types.d.ts +16 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/DropdownArrow/DropdownArrow.d.ts +1 -1
- package/dist/components/DropdownOptions/DropdownOptions.d.ts +1 -1
- package/dist/components/DropdownToggle/DropdownToggle.d.ts +1 -1
- package/dist/components/Filters/FilterBlockWrapper.d.ts +11 -0
- package/dist/components/Filters/Filters.d.ts +16 -0
- package/dist/components/Filters/FiltersBlock.d.ts +1 -0
- package/dist/components/Filters/FiltersContext.d.ts +37 -0
- package/dist/components/Filters/FiltersWrapper.d.ts +7 -0
- package/dist/components/Filters/hooks/useVisibility.d.ts +14 -0
- package/dist/components/Filters/index.d.ts +1 -0
- package/dist/components/Filters/stories/StoryComponent.d.ts +3 -0
- package/dist/components/Filters/stories/mockData.d.ts +3 -0
- package/dist/components/Filters/types.d.ts +4 -0
- package/dist/components/FormCheckbox/FormCheckbox.d.ts +1 -1
- package/dist/components/FormHelperText/FormHelperText.d.ts +1 -1
- package/dist/components/FormRadioGroup/FormRadioGroup.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/icons/Archive.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowDown.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowUp.d.ts +1 -1
- package/dist/components/Icon/icons/Attention.d.ts +1 -1
- package/dist/components/Icon/icons/BanUser.d.ts +1 -1
- package/dist/components/Icon/icons/Bin.d.ts +1 -1
- package/dist/components/Icon/icons/Calendar.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotDown.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotLeft.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotRight.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotUp.d.ts +1 -1
- package/dist/components/Icon/icons/Change.d.ts +1 -1
- package/dist/components/Icon/icons/Chart.d.ts +1 -1
- package/dist/components/Icon/icons/Check.d.ts +1 -1
- package/dist/components/Icon/icons/CheckCircle.d.ts +1 -1
- package/dist/components/Icon/icons/Circle.d.ts +1 -1
- package/dist/components/Icon/icons/Circular.d.ts +1 -1
- package/dist/components/Icon/icons/Clock.d.ts +1 -1
- package/dist/components/Icon/icons/Cogwheel.d.ts +1 -1
- package/dist/components/Icon/icons/ConfirmEmail.d.ts +1 -1
- package/dist/components/Icon/icons/Copy.d.ts +1 -1
- package/dist/components/Icon/icons/Cross.d.ts +1 -1
- package/dist/components/Icon/icons/Diet.d.ts +1 -1
- package/dist/components/Icon/icons/Email.d.ts +1 -1
- package/dist/components/Icon/icons/Filter.d.ts +1 -1
- package/dist/components/Icon/icons/Home.d.ts +1 -1
- package/dist/components/Icon/icons/Information.d.ts +1 -1
- package/dist/components/Icon/icons/Invisible.d.ts +1 -1
- package/dist/components/Icon/icons/Lock.d.ts +1 -1
- package/dist/components/Icon/icons/LogIn.d.ts +1 -1
- package/dist/components/Icon/icons/LogOut.d.ts +1 -1
- package/dist/components/Icon/icons/Measurements.d.ts +1 -1
- package/dist/components/Icon/icons/Minus.d.ts +1 -1
- package/dist/components/Icon/icons/More.d.ts +1 -1
- package/dist/components/Icon/icons/MoreVertical.d.ts +1 -1
- package/dist/components/Icon/icons/Notification.d.ts +1 -1
- package/dist/components/Icon/icons/Plus.d.ts +1 -1
- package/dist/components/Icon/icons/RadioOn.d.ts +1 -1
- package/dist/components/Icon/icons/Robot.d.ts +1 -1
- package/dist/components/Icon/icons/Search.d.ts +1 -1
- package/dist/components/Icon/icons/Settings.d.ts +1 -1
- package/dist/components/Icon/icons/Sleep.d.ts +1 -1
- package/dist/components/Icon/icons/Stats.d.ts +1 -1
- package/dist/components/Icon/icons/Trainings.d.ts +1 -1
- package/dist/components/Icon/icons/UnArchive.d.ts +1 -1
- package/dist/components/Icon/icons/Union.d.ts +1 -1
- package/dist/components/Icon/icons/Unlock.d.ts +1 -1
- package/dist/components/Icon/icons/User.d.ts +1 -1
- package/dist/components/Icon/icons/Visible.d.ts +1 -1
- package/dist/components/Icon/icons/Warning.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts +1 -1
- package/dist/components/Indicator/Indicator.d.ts +1 -1
- package/dist/components/Input/InputStatusError.d.ts +1 -1
- package/dist/components/Input/InputStatusSuccess.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +1 -1
- package/dist/components/LargeTab/LargeTab.d.ts +1 -1
- package/dist/components/Link/Link.d.ts +1 -1
- package/dist/components/LinksTabBar/LinksTabBar.d.ts +2 -0
- package/dist/components/LinksTabBar/LinksTabBarBase.d.ts +5 -0
- package/dist/components/LinksTabBar/index.d.ts +2 -0
- package/dist/components/LinksTabBar/stories/decorators.d.ts +4 -0
- package/dist/components/LinksTabBar/stories/mockData.d.ts +5 -0
- package/dist/components/LinksTabBar/types.d.ts +10 -0
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/ModalContent/ModalContent.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.d.ts +1 -1
- package/dist/components/MultipleDropdownOptions/MultipleDropdownOptions.d.ts +1 -1
- package/dist/components/NavBar/NavBar.d.ts +5 -0
- package/dist/components/NavBar/NavBarBase.d.ts +6 -0
- package/dist/components/NavBar/NavBarItem.d.ts +6 -0
- package/dist/components/NavBar/NavBarLink.d.ts +5 -0
- package/dist/components/NavBar/NavBarList.d.ts +6 -0
- package/dist/components/NavBar/NavBarWrapper.d.ts +6 -0
- package/dist/components/NavBar/NavToggle.d.ts +4 -0
- package/dist/components/NavBar/NavToggleWrapper.d.ts +6 -0
- package/dist/components/NavBar/index.d.ts +2 -0
- package/dist/components/NavBar/types.d.ts +27 -0
- package/dist/components/NotificationCard/NotificationCard.d.ts +6 -0
- package/dist/components/NotificationCard/index.d.ts +2 -0
- package/dist/components/NotificationCard/styles.d.ts +7 -0
- package/dist/components/NotificationCard/types.d.ts +12 -0
- package/dist/components/NotificationMenu/NotificationMenu.d.ts +2 -0
- package/dist/components/NotificationMenu/helpers.d.ts +11 -0
- package/dist/components/NotificationMenu/index.d.ts +2 -0
- package/dist/components/NotificationMenu/stories/StoryComponent.d.ts +1 -0
- package/dist/components/NotificationMenu/stories/StoryContent.d.ts +6 -0
- package/dist/components/NotificationMenu/styles.d.ts +9 -0
- package/dist/components/NotificationMenu/types.d.ts +11 -0
- package/dist/components/Pagination/ArrowButton.d.ts +2 -0
- package/dist/components/Pagination/Pagination.d.ts +3 -0
- package/dist/components/Pagination/PaginationButtons.d.ts +2 -0
- package/dist/components/Pagination/PaginationContext.d.ts +5 -0
- package/dist/components/Pagination/WithPagination.d.ts +5 -0
- package/dist/components/Pagination/index.d.ts +4 -0
- package/dist/components/Pagination/styles.d.ts +4 -0
- package/dist/components/Pagination/types.d.ts +33 -0
- package/dist/components/PieChart/PieChart.d.ts +2 -0
- package/dist/components/PieChart/PieChartBases.d.ts +9 -0
- package/dist/components/PieChart/PieChartLegend.d.ts +2 -0
- package/dist/components/PieChart/PieChartLegendList.d.ts +5 -0
- package/dist/components/PieChart/PieChartLegendMarker.d.ts +4 -0
- package/dist/components/PieChart/colorPalettes.d.ts +5 -0
- package/dist/components/PieChart/index.d.ts +4 -0
- package/dist/components/PieChart/stories/fixtures.d.ts +11 -0
- package/dist/components/PieChart/types.d.ts +26 -0
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/stories/StoryComponent.d.ts +1 -1
- package/dist/components/Progress/Progress.d.ts +1 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -1
- package/dist/components/ProgressInfo/ProgressInfo.d.ts +2 -0
- package/dist/components/ProgressInfo/ProgressInfoTotals.d.ts +5 -0
- package/dist/components/ProgressInfo/index.d.ts +3 -0
- package/dist/components/ProgressInfo/mockProgressInfoRequest.d.ts +2 -0
- package/dist/components/ProgressInfo/styles.d.ts +2 -0
- package/dist/components/ProgressInfo/types.d.ts +27 -0
- package/dist/components/ProgressLegend/ProgressLegend.d.ts +1 -1
- package/dist/components/ProgressLegendItem/ProgressLegendItem.d.ts +1 -1
- package/dist/components/ProgressVertical/ProgressVertical.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/ResponsiveImage/ResponsiveImage.d.ts +1 -1
- package/dist/components/SearchBox/SearchBox.d.ts +2 -0
- package/dist/components/SearchBox/SearchBoxCrossIcon.d.ts +3 -0
- package/dist/components/SearchBox/SearchBoxInput.d.ts +4 -0
- package/dist/components/SearchBox/SearchBoxWrapper.d.ts +5 -0
- package/dist/components/SearchBox/index.d.ts +4 -0
- package/dist/components/SearchBox/stories/StoryComponent.d.ts +3 -0
- package/dist/components/SearchBox/types.d.ts +7 -0
- package/dist/components/Step/Step.d.ts +1 -1
- package/dist/components/StepConnector/StepConnector.d.ts +1 -1
- package/dist/components/StepLabel/StepLabel.d.ts +1 -1
- package/dist/components/Stepper/Stepper.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Switch/SwitchContext.d.ts +1 -1
- package/dist/components/Tab/Tab.d.ts +1 -1
- package/dist/components/TabBar/TabBar.d.ts +1 -1
- package/dist/components/TabBar/TabBarContext.d.ts +1 -1
- package/dist/components/TabBar/stories/helpers.d.ts +2 -2
- package/dist/components/Table/stories/SortableTable.d.ts +1 -1
- package/dist/components/TableFilters/TableFilterCancelButton.d.ts +6 -0
- package/dist/components/TableFilters/TableFilterCheckbox.d.ts +2 -0
- package/dist/components/TableFilters/TableFilterClearButton.d.ts +6 -0
- package/dist/components/TableFilters/TableFilterTrigger.d.ts +8 -0
- package/dist/components/TableFilters/TableFilterTriggerWithNotification.d.ts +5 -0
- package/dist/components/TableFilters/TableFilters.d.ts +2 -0
- package/dist/components/TableFilters/TableFiltersAccordion.d.ts +2 -0
- package/dist/components/TableFilters/TableFiltersAccordionContent.d.ts +9 -0
- package/dist/components/TableFilters/TableFiltersButtons.d.ts +4 -0
- package/dist/components/TableFilters/hooks/useTableData.d.ts +27 -0
- package/dist/components/TableFilters/index.d.ts +9 -0
- package/dist/components/TableFilters/stories/StoryComponent.d.ts +1 -0
- package/dist/components/TableFilters/stories/TableFiltersWrapper.d.ts +1 -0
- package/dist/components/TableFilters/stories/mockData.d.ts +2 -0
- package/dist/components/TableFilters/styles.d.ts +4 -0
- package/dist/components/TableFilters/types.d.ts +30 -0
- package/dist/components/TableFilters/utils/handlers.d.ts +11 -0
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +1 -1
- package/dist/components/Tooltip/ProgressChartTooltip.d.ts +1 -1
- package/dist/components/Tooltip/SimpleChartTooltip.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/TooltipArrow.d.ts +1 -1
- package/dist/components/UserProfile/UserProfile.d.ts +2 -0
- package/dist/components/UserProfile/index.d.ts +2 -0
- package/dist/components/UserProfile/styles.d.ts +6 -0
- package/dist/components/UserProfile/types.d.ts +8 -0
- package/dist/components/WithVisibleLG/WithVisibleLG.d.ts +1 -1
- package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +1 -1
- package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +1 -1
- package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +1 -1
- package/dist/components/index.d.ts +16 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +15 -13
- package/src/components/AddNewAccountCard/AddNewAccountCard.spec.tsx +39 -0
- package/src/components/AddNewAccountCard/AddNewAccountCard.stories.tsx +49 -0
- package/src/components/AddNewAccountCard/AddNewAccountCard.tsx +22 -0
- package/src/components/AddNewAccountCard/index.ts +2 -0
- package/src/components/AddNewAccountCard/styles.ts +29 -0
- package/src/components/AddNewAccountCard/types.ts +7 -0
- package/src/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
- package/src/components/CardList/CardList.spec.tsx +32 -0
- package/src/components/CardList/CardList.stories.tsx +37 -0
- package/src/components/CardList/CardList.tsx +35 -0
- package/src/components/CardList/index.ts +2 -0
- package/src/components/CardList/types.ts +10 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.e2e.ts +115 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.spec.tsx +50 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBar.tsx +81 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarBase.ts +134 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarItem.ts +28 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarLink.ts +40 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarList.ts +18 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavBarWrapper.ts +24 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavContentToggle.tsx +27 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavToggle.tsx +49 -0
- package/src/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.ts +16 -0
- package/src/components/CollapsibleNavBar/NavBarAccordionContent.tsx +55 -0
- package/src/components/CollapsibleNavBar/NavBarItemWithSubMenu.tsx +94 -0
- package/src/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.tsx +33 -0
- package/src/components/CollapsibleNavBar/NavBarPopover.tsx +125 -0
- package/src/components/CollapsibleNavBar/TriggerIcon.tsx +45 -0
- package/src/components/CollapsibleNavBar/index.ts +2 -0
- package/src/components/CollapsibleNavBar/stories/CollapsibleNavBar.stories.tsx +79 -0
- package/src/components/CollapsibleNavBar/stories/CustomIcon.tsx +20 -0
- package/src/components/CollapsibleNavBar/stories/Layout.tsx +53 -0
- package/src/components/CollapsibleNavBar/stories/Logo.tsx +12 -0
- package/src/components/CollapsibleNavBar/stories/StoryComponent.tsx +26 -0
- package/src/components/CollapsibleNavBar/stories/consts.ts +37 -0
- package/src/components/CollapsibleNavBar/stories/styles.ts +21 -0
- package/src/components/CollapsibleNavBar/styles.ts +91 -0
- package/src/components/CollapsibleNavBar/types.ts +18 -0
- package/src/components/Dropdown/Dropdown.stories.tsx +1 -1
- package/src/components/Filters/FilterBlockWrapper.tsx +11 -0
- package/src/components/Filters/Filters.e2e.ts +115 -0
- package/src/components/Filters/Filters.spec.tsx +47 -0
- package/src/components/Filters/Filters.tsx +87 -0
- package/src/components/Filters/FiltersBlock.tsx +79 -0
- package/src/components/Filters/FiltersContext.tsx +44 -0
- package/src/components/Filters/FiltersWrapper.tsx +34 -0
- package/src/components/Filters/hooks/useVisibility.ts +101 -0
- package/src/components/Filters/index.ts +1 -0
- package/src/components/Filters/stories/Filters.stories.tsx +24 -0
- package/src/components/Filters/stories/StoryComponent.tsx +19 -0
- package/src/components/Filters/stories/mockData.ts +421 -0
- package/src/components/Filters/types.ts +4 -0
- package/src/components/LinksTabBar/LinksTabBar.e2e.ts +23 -0
- package/src/components/LinksTabBar/LinksTabBar.spec.tsx +50 -0
- package/src/components/LinksTabBar/LinksTabBar.stories.tsx +45 -0
- package/src/components/LinksTabBar/LinksTabBar.tsx +14 -0
- package/src/components/LinksTabBar/LinksTabBarBase.tsx +36 -0
- package/src/components/LinksTabBar/index.ts +2 -0
- package/src/components/LinksTabBar/stories/decorators.tsx +34 -0
- package/src/components/LinksTabBar/stories/mockData.ts +27 -0
- package/src/components/LinksTabBar/types.ts +12 -0
- package/src/components/MultipleDropdown/stories/MultipleDropdown.stories.tsx +1 -1
- package/src/components/NavBar/NavBar.e2e.ts +64 -0
- package/src/components/NavBar/NavBar.stories.tsx +86 -0
- package/src/components/NavBar/NavBar.tsx +41 -0
- package/src/components/NavBar/NavBarBase.ts +45 -0
- package/src/components/NavBar/NavBarItem.ts +13 -0
- package/src/components/NavBar/NavBarLink.ts +33 -0
- package/src/components/NavBar/NavBarList.ts +16 -0
- package/src/components/NavBar/NavBarWrapper.ts +40 -0
- package/src/components/NavBar/NavToggle.tsx +36 -0
- package/src/components/NavBar/NavToggleWrapper.ts +21 -0
- package/src/components/NavBar/index.ts +2 -0
- package/src/components/NavBar/types.ts +25 -0
- package/src/components/NotificationCard/NotificationCard.spec.tsx +113 -0
- package/src/components/NotificationCard/NotificationCard.stories.tsx +112 -0
- package/src/components/NotificationCard/NotificationCard.tsx +92 -0
- package/src/components/NotificationCard/index.ts +2 -0
- package/src/components/NotificationCard/styles.tsx +134 -0
- package/src/components/NotificationCard/types.ts +12 -0
- package/src/components/NotificationMenu/NotificationMenu.e2e.ts +27 -0
- package/src/components/NotificationMenu/NotificationMenu.spec.tsx +64 -0
- package/src/components/NotificationMenu/NotificationMenu.tsx +77 -0
- package/src/components/NotificationMenu/helpers.ts +91 -0
- package/src/components/NotificationMenu/index.ts +2 -0
- package/src/components/NotificationMenu/stories/NotificationMenu.stories.tsx +14 -0
- package/src/components/NotificationMenu/stories/StoryComponent.tsx +88 -0
- package/src/components/NotificationMenu/stories/StoryContent.tsx +54 -0
- package/src/components/NotificationMenu/styles.ts +124 -0
- package/src/components/NotificationMenu/types.ts +11 -0
- package/src/components/Pagination/ArrowButton.tsx +33 -0
- package/src/components/Pagination/Pagination.e2e.ts +51 -0
- package/src/components/Pagination/Pagination.spec.tsx +228 -0
- package/src/components/Pagination/Pagination.stories.tsx +60 -0
- package/src/components/Pagination/Pagination.tsx +66 -0
- package/src/components/Pagination/PaginationButtons.tsx +63 -0
- package/src/components/Pagination/PaginationContext.tsx +23 -0
- package/src/components/Pagination/WithPagination.tsx +14 -0
- package/src/components/Pagination/index.ts +4 -0
- package/src/components/Pagination/styles.tsx +98 -0
- package/src/components/Pagination/types.ts +38 -0
- package/src/components/PieChart/PieChart.spec.tsx +96 -0
- package/src/components/PieChart/PieChart.stories.tsx +129 -0
- package/src/components/PieChart/PieChart.tsx +40 -0
- package/src/components/PieChart/PieChartBases.tsx +26 -0
- package/src/components/PieChart/PieChartLegend.tsx +74 -0
- package/src/components/PieChart/PieChartLegendList.tsx +19 -0
- package/src/components/PieChart/PieChartLegendMarker.tsx +12 -0
- package/src/components/PieChart/colorPalettes.ts +27 -0
- package/src/components/PieChart/index.ts +4 -0
- package/src/components/PieChart/stories/fixtures.ts +39 -0
- package/src/components/PieChart/types.ts +30 -0
- package/src/components/ProgressInfo/ProgressInfo.e2e.ts +31 -0
- package/src/components/ProgressInfo/ProgressInfo.spec.tsx +91 -0
- package/src/components/ProgressInfo/ProgressInfo.stories.tsx +32 -0
- package/src/components/ProgressInfo/ProgressInfo.tsx +114 -0
- package/src/components/ProgressInfo/ProgressInfoTotals.tsx +60 -0
- package/src/components/ProgressInfo/index.ts +3 -0
- package/src/components/ProgressInfo/mockProgressInfoRequest.ts +166 -0
- package/src/components/ProgressInfo/styles.ts +20 -0
- package/src/components/ProgressInfo/types.ts +28 -0
- package/src/components/SearchBox/SearchBox.e2e.ts +37 -0
- package/src/components/SearchBox/SearchBox.spec.tsx +77 -0
- package/src/components/SearchBox/SearchBox.tsx +70 -0
- package/src/components/SearchBox/SearchBoxCrossIcon.tsx +27 -0
- package/src/components/SearchBox/SearchBoxInput.tsx +42 -0
- package/src/components/SearchBox/SearchBoxWrapper.tsx +9 -0
- package/src/components/SearchBox/index.ts +4 -0
- package/src/components/SearchBox/stories/SearchBox.stories.tsx +16 -0
- package/src/components/SearchBox/stories/StoryComponent.tsx +25 -0
- package/src/components/SearchBox/types.ts +9 -0
- package/src/components/TabBar/stories/TimePeriodTabBar.stories.tsx +1 -1
- package/src/components/TabBar/stories/WeekTabBar.stories.tsx +1 -1
- package/src/components/TableFilters/TableFilterCancelButton.tsx +39 -0
- package/src/components/TableFilters/TableFilterCheckbox.tsx +25 -0
- package/src/components/TableFilters/TableFilterClearButton.tsx +47 -0
- package/src/components/TableFilters/TableFilterTrigger.tsx +67 -0
- package/src/components/TableFilters/TableFilterTriggerWithNotification.tsx +44 -0
- package/src/components/TableFilters/TableFilters.e2e.ts +32 -0
- package/src/components/TableFilters/TableFilters.spec.tsx +171 -0
- package/src/components/TableFilters/TableFilters.tsx +189 -0
- package/src/components/TableFilters/TableFiltersAccordion.tsx +14 -0
- package/src/components/TableFilters/TableFiltersAccordionContent.tsx +21 -0
- package/src/components/TableFilters/TableFiltersButtons.tsx +33 -0
- package/src/components/TableFilters/hooks/useTableData.ts +137 -0
- package/src/components/TableFilters/index.ts +9 -0
- package/src/components/TableFilters/stories/StoryComponent.tsx +35 -0
- package/src/components/TableFilters/stories/TableFilters.stories.tsx +17 -0
- package/src/components/TableFilters/stories/TableFiltersWrapper.tsx +7 -0
- package/src/components/TableFilters/stories/mockData.tsx +114 -0
- package/src/components/TableFilters/styles.ts +26 -0
- package/src/components/TableFilters/types.ts +34 -0
- package/src/components/TableFilters/utils/handlers.ts +73 -0
- package/src/components/UserProfile/UserProfile.e2e.ts +21 -0
- package/src/components/UserProfile/UserProfile.spec.tsx +107 -0
- package/src/components/UserProfile/UserProfile.stories.tsx +21 -0
- package/src/components/UserProfile/UserProfile.tsx +53 -0
- package/src/components/UserProfile/index.ts +2 -0
- package/src/components/UserProfile/styles.ts +47 -0
- package/src/components/UserProfile/types.ts +8 -0
- package/src/components/index.ts +16 -0
- package/storybook-static/1052.f41dae10.iframe.bundle.js +1 -0
- package/storybook-static/1314.99159358.iframe.bundle.js +1 -0
- package/storybook-static/1714.450398cd.iframe.bundle.js +2 -0
- package/storybook-static/1714.450398cd.iframe.bundle.js.LICENSE.txt +18 -0
- package/storybook-static/2449.f23312e5.iframe.bundle.js +1 -0
- package/storybook-static/2968.a1fcaa01.iframe.bundle.js +1 -0
- package/storybook-static/386.33b43a47.iframe.bundle.js +1 -0
- package/storybook-static/3979.ac862548.iframe.bundle.js +1 -0
- package/storybook-static/4305.79360231.iframe.bundle.js +2 -0
- package/storybook-static/4305.79360231.iframe.bundle.js.LICENSE.txt +32 -0
- package/storybook-static/{4106.7f1435f2.iframe.bundle.js → 4352.88368587.iframe.bundle.js} +5 -5
- package/storybook-static/{4106.7f1435f2.iframe.bundle.js.map → 4352.88368587.iframe.bundle.js.map} +1 -1
- package/storybook-static/4523.7845475c.iframe.bundle.js +1 -0
- package/storybook-static/4916.c0ec1d48.iframe.bundle.js +1 -0
- package/storybook-static/4929.396e3425.iframe.bundle.js +1 -0
- package/storybook-static/5002.68383121.iframe.bundle.js +1 -0
- package/storybook-static/{5374.19c2f606.iframe.bundle.js → 5374.b9bb5f25.iframe.bundle.js} +3 -3
- package/storybook-static/{5374.19c2f606.iframe.bundle.js.map → 5374.b9bb5f25.iframe.bundle.js.map} +1 -1
- package/storybook-static/5476.29d67634.iframe.bundle.js +1 -0
- package/storybook-static/5842.d3f58230.iframe.bundle.js +1 -0
- package/storybook-static/598.17e1a07f.iframe.bundle.js +1 -0
- package/storybook-static/6702.619371a4.iframe.bundle.js +1 -0
- package/storybook-static/7464.0103ae73.iframe.bundle.js +1 -0
- package/storybook-static/759.c9c4bb5f.iframe.bundle.js +1 -0
- package/storybook-static/8069.d961963f.iframe.bundle.js +1 -0
- package/storybook-static/8292.86a77cd0.iframe.bundle.js +1 -0
- package/storybook-static/8524.092ff127.iframe.bundle.js +1 -0
- package/storybook-static/{9185.5e034211.iframe.bundle.js → 9185.3757a8ae.iframe.bundle.js} +9 -3
- package/storybook-static/9185.3757a8ae.iframe.bundle.js.map +1 -0
- package/storybook-static/components-AccordionGroup-stories-AccordionGroup-stories.aa4e9541.iframe.bundle.js +1 -0
- package/storybook-static/components-AddNewAccountCard-AddNewAccountCard-stories.a590c504.iframe.bundle.js +1 -0
- package/storybook-static/components-Badge-Badge-stories.af1994d9.iframe.bundle.js +1 -0
- package/storybook-static/components-Button-Button-stories.5f6058f3.iframe.bundle.js +1 -0
- package/storybook-static/components-ButtonGroup-ButtonGroup-stories.b49ecf0c.iframe.bundle.js +1 -0
- package/storybook-static/components-Card-Card-stories.54a2b2a4.iframe.bundle.js +1 -0
- package/storybook-static/components-CardList-CardList-stories.55085ccb.iframe.bundle.js +1 -0
- package/storybook-static/{9672.98d487be.iframe.bundle.js → components-Checkbox-Checkbox-stories.a7b0d94d.iframe.bundle.js} +1 -1
- package/storybook-static/components-CollapsibleNavBar-stories-CollapsibleNavBar-stories.a341ec87.iframe.bundle.js +1 -0
- package/storybook-static/{components-ColorPicker-ColorPicker-stories.227d5d28.iframe.bundle.js → components-ColorPicker-ColorPicker-stories.a873bb58.iframe.bundle.js} +1 -1
- package/storybook-static/components-Dropdown-Dropdown-stories.3daa5628.iframe.bundle.js +1 -0
- package/storybook-static/components-Filters-stories-Filters-stories.72f59c09.iframe.bundle.js +1 -0
- package/storybook-static/components-Form-Form-stories-mdx.baf871b4.iframe.bundle.js +2 -0
- package/storybook-static/components-Form-Form-stories.8d82d9ea.iframe.bundle.js +1 -0
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.8227252f.iframe.bundle.js +1 -0
- package/storybook-static/components-Icon-Icons-stories.783c28d0.iframe.bundle.js +1 -0
- package/storybook-static/components-Indicator-Indicator-stories.625fb5b0.iframe.bundle.js +1 -0
- package/storybook-static/components-Input-Input-stories.5153e0ed.iframe.bundle.js +1 -0
- package/storybook-static/components-LinksTabBar-LinksTabBar-stories.2ac677c8.iframe.bundle.js +1 -0
- package/storybook-static/components-Modal-Modal-stories.ebf252bf.iframe.bundle.js +1 -0
- package/storybook-static/components-MultipleDropdown-stories-MultipleDropdown-stories.edb00bde.iframe.bundle.js +1 -0
- package/storybook-static/components-NavBar-NavBar-stories.fc34e9ee.iframe.bundle.js +1 -0
- package/storybook-static/components-NotificationCard-NotificationCard-stories.ba079dfb.iframe.bundle.js +1 -0
- package/storybook-static/components-NotificationMenu-stories-NotificationMenu-stories.3b6a5243.iframe.bundle.js +1 -0
- package/storybook-static/components-Pagination-Pagination-stories.b15c17c9.iframe.bundle.js +1 -0
- package/storybook-static/components-PieChart-PieChart-stories.e867949f.iframe.bundle.js +1 -0
- package/storybook-static/components-Popover-stories-Popover-stories.160ff6f6.iframe.bundle.js +1 -0
- package/storybook-static/components-Progress-Progress-stories.49fd25be.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.532cd5ce.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressInfo-ProgressInfo-stories.80188cbf.iframe.bundle.js +1 -0
- package/storybook-static/components-Radio-Radio-stories.4673452e.iframe.bundle.js +1 -0
- package/storybook-static/components-RadioGroup-RadioGroup-stories.f685ee1e.iframe.bundle.js +1 -0
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.b2856387.iframe.bundle.js +1 -0
- package/storybook-static/components-SearchBox-stories-SearchBox-stories.100eb0c6.iframe.bundle.js +1 -0
- package/storybook-static/components-Stepper-Stepper-stories.0bc84f26.iframe.bundle.js +1 -0
- package/storybook-static/components-Switch-Switch-stories.cdc91041.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.db94c57a.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.ec3cdaa2.iframe.bundle.js +1 -0
- package/storybook-static/components-Table-stories-Table-stories.8ad7fcdf.iframe.bundle.js +1 -0
- package/storybook-static/components-TableFilters-stories-TableFilters-stories.36e5e757.iframe.bundle.js +1 -0
- package/storybook-static/components-Tag-Tag-stories.019eac99.iframe.bundle.js +1 -0
- package/storybook-static/components-TextField-TextField-stories.0fa13e37.iframe.bundle.js +1 -0
- package/storybook-static/components-Textarea-Textarea-stories.cbf0784b.iframe.bundle.js +1 -0
- package/storybook-static/components-Tooltip-Tooltip-stories.8263f287.iframe.bundle.js +1 -0
- package/storybook-static/components-Typography-Typography-stories.0c7c6e11.iframe.bundle.js +1 -0
- package/storybook-static/components-UserProfile-UserProfile-stories.83fc5993.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +3 -3
- package/storybook-static/index.json +1 -1
- package/storybook-static/main.622e7a03.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.0a9ca896.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.map +1 -1
- package/storybook-static/sb-addons/pseudo-states-9/manager-bundle.js.map +1 -1
- package/storybook-static/stories.json +1 -1
- package/tsbuildcache +1 -1
- package/tsconfig.build.json +4 -1
- package/webpack.config.js +2 -0
- package/custom-shots/components-table-filters--opened__[w1920px].png +0 -0
- package/dist/components/Popover/Popover.e2e.d.ts +0 -1
- package/storybook-static/3624.1414516c.iframe.bundle.js +0 -1
- package/storybook-static/4339.437b4af1.iframe.bundle.js +0 -1
- package/storybook-static/5199.6867eb61.iframe.bundle.js +0 -1
- package/storybook-static/5417.e7b726cc.iframe.bundle.js +0 -1
- package/storybook-static/5521.fbe15eea.iframe.bundle.js +0 -1
- package/storybook-static/5938.713bc0f1.iframe.bundle.js +0 -1
- package/storybook-static/6216.8da65c4d.iframe.bundle.js +0 -1
- package/storybook-static/6374.b662bb7e.iframe.bundle.js +0 -1
- package/storybook-static/8069.7d70ab4a.iframe.bundle.js +0 -1
- package/storybook-static/9185.5e034211.iframe.bundle.js.map +0 -1
- package/storybook-static/components-AccordionGroup-stories-AccordionGroup-stories.c8781719.iframe.bundle.js +0 -1
- package/storybook-static/components-Badge-Badge-stories.34ed507d.iframe.bundle.js +0 -1
- package/storybook-static/components-Button-Button-stories.42cf6ebc.iframe.bundle.js +0 -1
- package/storybook-static/components-Card-Card-stories.dce075fe.iframe.bundle.js +0 -1
- package/storybook-static/components-Checkbox-Checkbox-stories.c3b0ba2a.iframe.bundle.js +0 -1
- package/storybook-static/components-Dropdown-Dropdown-stories.a86e6d8b.iframe.bundle.js +0 -1
- package/storybook-static/components-Form-Form-stories-mdx.febb9417.iframe.bundle.js +0 -2
- package/storybook-static/components-Form-Form-stories.1030ead7.iframe.bundle.js +0 -1
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.9d91e8c9.iframe.bundle.js +0 -1
- package/storybook-static/components-Icon-Icons-stories.fe368cd9.iframe.bundle.js +0 -1
- package/storybook-static/components-Input-Input-stories.ecfd89af.iframe.bundle.js +0 -1
- package/storybook-static/components-Modal-Modal-stories.bd406807.iframe.bundle.js +0 -1
- package/storybook-static/components-MultipleDropdown-MultipleDropdown-stories.80762ee2.iframe.bundle.js +0 -1
- package/storybook-static/components-Popover-stories-Popover-stories.5bbb9c19.iframe.bundle.js +0 -1
- package/storybook-static/components-Progress-Progress-stories.924b6ce3.iframe.bundle.js +0 -1
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.abf7a711.iframe.bundle.js +0 -1
- package/storybook-static/components-Radio-Radio-stories.ea10f6ac.iframe.bundle.js +0 -1
- package/storybook-static/components-RadioGroup-RadioGroup-stories.8be03b3f.iframe.bundle.js +0 -1
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.d6d0fc31.iframe.bundle.js +0 -1
- package/storybook-static/components-Stepper-Stepper-stories.55fe429d.iframe.bundle.js +0 -1
- package/storybook-static/components-Switch-Switch-stories.760b85d7.iframe.bundle.js +0 -1
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.6f0ee7ee.iframe.bundle.js +0 -1
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.1d8887da.iframe.bundle.js +0 -1
- package/storybook-static/components-Table-Table-stories.cf62219e.iframe.bundle.js +0 -1
- package/storybook-static/components-Tag-Tag-stories.dc89b8dd.iframe.bundle.js +0 -1
- package/storybook-static/components-TextField-TextField-stories.23ab264d.iframe.bundle.js +0 -1
- package/storybook-static/components-Textarea-Textarea-stories.5d16dfd0.iframe.bundle.js +0 -1
- package/storybook-static/components-Tooltip-Tooltip-stories.4cf83194.iframe.bundle.js +0 -1
- package/storybook-static/components-Typography-Typography-stories.b04f7644.iframe.bundle.js +0 -1
- package/storybook-static/main.17671a9a.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.a44b94df.iframe.bundle.js +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- /package/storybook-static/{4106.7f1435f2.iframe.bundle.js.LICENSE.txt → 4352.88368587.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{5374.19c2f606.iframe.bundle.js.LICENSE.txt → 5374.b9bb5f25.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{components-Form-Form-stories-mdx.febb9417.iframe.bundle.js.LICENSE.txt → components-Form-Form-stories-mdx.baf871b4.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import { css } from '@emotion/react';
|
|
3
|
+
import NavBarBase from '@components/NavBar/NavBarBase';
|
|
4
|
+
|
|
5
|
+
// TODO: refactor this
|
|
6
|
+
const popupIconsToggle = (isVisible: boolean) => css`
|
|
7
|
+
& a > button {
|
|
8
|
+
display: ${isVisible ? 'block' : 'none'};
|
|
9
|
+
}
|
|
10
|
+
& > div > div > div > div:first-of-type {
|
|
11
|
+
display: ${isVisible ? 'block' : 'none'};
|
|
12
|
+
& > button {
|
|
13
|
+
display: ${isVisible ? 'block' : 'none'};
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
`;
|
|
17
|
+
|
|
18
|
+
// TODO: refactor this
|
|
19
|
+
const staticIconsToggle = (isVisible: boolean) => css`
|
|
20
|
+
& a > div {
|
|
21
|
+
display: ${isVisible ? 'flex' : 'none'};
|
|
22
|
+
}
|
|
23
|
+
& > div > div > div > div:nth-of-type(2) {
|
|
24
|
+
display: ${isVisible ? 'flex' : 'none'};
|
|
25
|
+
}
|
|
26
|
+
& > div > div > div:nth-of-type(2) {
|
|
27
|
+
display: ${isVisible ? 'block' : 'none'};
|
|
28
|
+
}
|
|
29
|
+
`;
|
|
30
|
+
|
|
31
|
+
const CollapsibleNavBarBase = styled(NavBarBase)`
|
|
32
|
+
padding: 15px 0 0 15px;
|
|
33
|
+
position: absolute;
|
|
34
|
+
|
|
35
|
+
& li {
|
|
36
|
+
${popupIconsToggle(false)}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&.opened {
|
|
40
|
+
background: linear-gradient(
|
|
41
|
+
108.3deg,
|
|
42
|
+
${({ theme }) => theme.colors.greyDarker} -0.36%,
|
|
43
|
+
${({ theme }) => theme.colors.greyDarker} 100%
|
|
44
|
+
);
|
|
45
|
+
align-items: flex-start;
|
|
46
|
+
min-width: 100%;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 100%;
|
|
49
|
+
|
|
50
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
51
|
+
height: initial;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
& > input[type='checkbox'] {
|
|
56
|
+
&:checked {
|
|
57
|
+
& ~ div:first-of-type {
|
|
58
|
+
background-color: #4a4d51;
|
|
59
|
+
|
|
60
|
+
& label span {
|
|
61
|
+
opacity: 1;
|
|
62
|
+
transform: rotate(45deg) translate(-5px, -9px);
|
|
63
|
+
background: ${({ theme }) => theme.colors.white};
|
|
64
|
+
|
|
65
|
+
&:nth-last-of-type(3) {
|
|
66
|
+
opacity: 0;
|
|
67
|
+
transform: rotate(0deg) scale(0.2, 0.2);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:nth-last-of-type(2) {
|
|
71
|
+
transform: rotate(-45deg) translate(-2px, 8px);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
& ~ div:nth-of-type(2) {
|
|
77
|
+
display: block;
|
|
78
|
+
border-radius: 12px 12px 0 0;
|
|
79
|
+
height: calc(100vh - 60px);
|
|
80
|
+
|
|
81
|
+
${({ theme }) => theme.mediaQueries.xlg} {
|
|
82
|
+
border-radius: 0;
|
|
83
|
+
height: 100vh;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
90
|
+
width: 85px;
|
|
91
|
+
padding: 0;
|
|
92
|
+
position: static;
|
|
93
|
+
z-index: 0;
|
|
94
|
+
min-width: unset;
|
|
95
|
+
|
|
96
|
+
& li {
|
|
97
|
+
${staticIconsToggle(false)}
|
|
98
|
+
${popupIconsToggle(true)}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
${({ theme }) => theme.mediaQueries.lg} {
|
|
103
|
+
&.opened {
|
|
104
|
+
min-width: unset;
|
|
105
|
+
width: 240px;
|
|
106
|
+
|
|
107
|
+
& > div:nth-of-type(2) {
|
|
108
|
+
width: 240px;
|
|
109
|
+
padding-left: 31px;
|
|
110
|
+
& img {
|
|
111
|
+
margin-left: 0;
|
|
112
|
+
}
|
|
113
|
+
& li {
|
|
114
|
+
justify-content: flex-start;
|
|
115
|
+
& button {
|
|
116
|
+
display: flex;
|
|
117
|
+
}
|
|
118
|
+
${staticIconsToggle(true)}
|
|
119
|
+
${popupIconsToggle(false)}
|
|
120
|
+
|
|
121
|
+
& > a > span {
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
& div > div > div:nth-of-type(2) {
|
|
126
|
+
display: flex;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
`;
|
|
133
|
+
|
|
134
|
+
export default CollapsibleNavBarBase;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import NavBarItem from '@components/NavBar/NavBarItem';
|
|
3
|
+
|
|
4
|
+
const CollapsibleNavBarItem = styled(NavBarItem)`
|
|
5
|
+
align-items: flex-start;
|
|
6
|
+
justify-content: flex-start;
|
|
7
|
+
|
|
8
|
+
height: auto;
|
|
9
|
+
min-height: 24px;
|
|
10
|
+
padding: 12px 0;
|
|
11
|
+
&:first-of-type {
|
|
12
|
+
padding-top: 0;
|
|
13
|
+
}
|
|
14
|
+
&:last-of-type {
|
|
15
|
+
padding-bottom: 0;
|
|
16
|
+
}
|
|
17
|
+
width: 100%;
|
|
18
|
+
& > a {
|
|
19
|
+
height: 26px;
|
|
20
|
+
}
|
|
21
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
22
|
+
justify-content: center;
|
|
23
|
+
padding: 20px 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
27
|
+
|
|
28
|
+
export default CollapsibleNavBarItem;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import NavBarLink from '@components/NavBar/NavBarLink';
|
|
3
|
+
|
|
4
|
+
const CollapsibleNavBarLink = styled(NavBarLink)`
|
|
5
|
+
text-decoration: none;
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: 20px;
|
|
9
|
+
color: ${({ theme }) => theme.colors.white80};
|
|
10
|
+
|
|
11
|
+
svg {
|
|
12
|
+
backdrop-filter: blur(0);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&:not(.active):hover {
|
|
16
|
+
backdrop-filter: blur(0);
|
|
17
|
+
filter: ${({ theme }) =>
|
|
18
|
+
`drop-shadow(-4px 4px 14px ${theme.colors.white})`};
|
|
19
|
+
color: ${({ theme }) => theme.colors.white};
|
|
20
|
+
|
|
21
|
+
svg {
|
|
22
|
+
& path {
|
|
23
|
+
fill: ${({ theme }) => theme.colors.white};
|
|
24
|
+
}
|
|
25
|
+
& circle {
|
|
26
|
+
stroke: ${({ theme }) => theme.colors.white};
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
& > span {
|
|
32
|
+
color: ${({ theme }) => theme.colors.white80};
|
|
33
|
+
|
|
34
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
35
|
+
display: none;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`;
|
|
39
|
+
|
|
40
|
+
export default CollapsibleNavBarLink;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import NavBarList from '@components/NavBar/NavBarList';
|
|
3
|
+
|
|
4
|
+
const CollapsibleNavBarList = styled(NavBarList)`
|
|
5
|
+
height: auto;
|
|
6
|
+
padding: 0 0 0 15px;
|
|
7
|
+
margin: 14px 0 0 0;
|
|
8
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
9
|
+
margin-top: 90px;
|
|
10
|
+
width: 100%;
|
|
11
|
+
padding: 0;
|
|
12
|
+
}
|
|
13
|
+
${({ theme }) => theme.mediaQueries.lg} {
|
|
14
|
+
margin-top: 84px;
|
|
15
|
+
}
|
|
16
|
+
`;
|
|
17
|
+
|
|
18
|
+
export default CollapsibleNavBarList;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import NavBarWrapper from '@components/NavBar/NavBarWrapper';
|
|
3
|
+
|
|
4
|
+
const CollapsibleNavBarWrapper = styled(NavBarWrapper)`
|
|
5
|
+
transform: none;
|
|
6
|
+
transition: unset;
|
|
7
|
+
position: static;
|
|
8
|
+
|
|
9
|
+
display: none;
|
|
10
|
+
width: 100%;
|
|
11
|
+
|
|
12
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: center;
|
|
16
|
+
height: 100%;
|
|
17
|
+
min-height: 100vh;
|
|
18
|
+
width: 85px;
|
|
19
|
+
border-radius: 0;
|
|
20
|
+
padding-top: 35px;
|
|
21
|
+
}
|
|
22
|
+
`;
|
|
23
|
+
|
|
24
|
+
export default CollapsibleNavBarWrapper;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import Icon from '@components/Icon';
|
|
2
|
+
import * as S from './styles';
|
|
3
|
+
|
|
4
|
+
export const NavContentToggle = ({
|
|
5
|
+
id,
|
|
6
|
+
isChecked,
|
|
7
|
+
}: {
|
|
8
|
+
id: string;
|
|
9
|
+
isChecked: boolean;
|
|
10
|
+
}) => {
|
|
11
|
+
return (
|
|
12
|
+
<div css={S.ContentToggle}>
|
|
13
|
+
<label
|
|
14
|
+
htmlFor={id}
|
|
15
|
+
css={{
|
|
16
|
+
width: '100%',
|
|
17
|
+
height: '100%',
|
|
18
|
+
display: 'flex',
|
|
19
|
+
alignItems: 'center',
|
|
20
|
+
justifyContent: 'center',
|
|
21
|
+
cursor: 'pointer',
|
|
22
|
+
}}>
|
|
23
|
+
<Icon name={isChecked ? 'carrot-left' : 'carrot-right'} size={14} />
|
|
24
|
+
</label>
|
|
25
|
+
</div>
|
|
26
|
+
);
|
|
27
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Fragment } from 'react';
|
|
2
|
+
import { css } from '@emotion/react';
|
|
3
|
+
|
|
4
|
+
import CollapsibleNavToggleWrapper from './CollapsibleNavToggleWrapper';
|
|
5
|
+
|
|
6
|
+
const CollapsibleNavToggle = ({ id }: { id: string }) => {
|
|
7
|
+
return (
|
|
8
|
+
<Fragment>
|
|
9
|
+
<CollapsibleNavToggleWrapper>
|
|
10
|
+
<label
|
|
11
|
+
htmlFor={id}
|
|
12
|
+
css={css`
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
|
|
15
|
+
height: 20px;
|
|
16
|
+
width: 20px;
|
|
17
|
+
|
|
18
|
+
transform: scale(-1, 1);
|
|
19
|
+
|
|
20
|
+
span {
|
|
21
|
+
height: 2px;
|
|
22
|
+
width: 100%;
|
|
23
|
+
background: black;
|
|
24
|
+
display: block;
|
|
25
|
+
margin: 4px 0;
|
|
26
|
+
transform-origin: 4px 0;
|
|
27
|
+
transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
|
|
28
|
+
background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
|
|
29
|
+
opacity 0.35s ease;
|
|
30
|
+
|
|
31
|
+
&:first-of-type {
|
|
32
|
+
transform-origin: 0% 0%;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&:nth-last-of-type(2) {
|
|
36
|
+
transform-origin: 0% 100%;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`}>
|
|
40
|
+
<span></span>
|
|
41
|
+
<span></span>
|
|
42
|
+
<span></span>
|
|
43
|
+
</label>
|
|
44
|
+
</CollapsibleNavToggleWrapper>
|
|
45
|
+
</Fragment>
|
|
46
|
+
);
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default CollapsibleNavToggle;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import NavToggleWrapper from '@components/NavBar/NavToggleWrapper';
|
|
3
|
+
|
|
4
|
+
const CollapsibleNavToggleWrapper = styled(NavToggleWrapper)`
|
|
5
|
+
border-radius: 50%;
|
|
6
|
+
background: ${({ theme }) => theme.colors.greyLighter};
|
|
7
|
+
|
|
8
|
+
height: 40px;
|
|
9
|
+
width: 40px;
|
|
10
|
+
|
|
11
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
`;
|
|
15
|
+
|
|
16
|
+
export default CollapsibleNavToggleWrapper;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
import {
|
|
3
|
+
AccordionContent,
|
|
4
|
+
RenderContentProps,
|
|
5
|
+
} from '@components/AccordionGroup';
|
|
6
|
+
import CollapsibleNavBarLink from './CollapsibleNavBarLink';
|
|
7
|
+
import * as S from './styles';
|
|
8
|
+
|
|
9
|
+
const Link = styled(CollapsibleNavBarLink)`
|
|
10
|
+
width: 100%;
|
|
11
|
+
padding: 4.8px 0;
|
|
12
|
+
|
|
13
|
+
&:first-of-type {
|
|
14
|
+
padding-top: 15px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&:not(.active):hover {
|
|
18
|
+
filter: initial;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.active {
|
|
22
|
+
text-decoration: underline;
|
|
23
|
+
filter: initial;
|
|
24
|
+
}
|
|
25
|
+
`;
|
|
26
|
+
|
|
27
|
+
export const NavBarAccordionContent = ({
|
|
28
|
+
items,
|
|
29
|
+
accordionUniqueName,
|
|
30
|
+
prefix,
|
|
31
|
+
isPopover,
|
|
32
|
+
onClick,
|
|
33
|
+
...rest
|
|
34
|
+
}: RenderContentProps & {
|
|
35
|
+
items: Array<{ path: string; title: string }>;
|
|
36
|
+
accordionUniqueName: string;
|
|
37
|
+
prefix?: string;
|
|
38
|
+
isPopover?: boolean;
|
|
39
|
+
onClick?: () => void;
|
|
40
|
+
}) => (
|
|
41
|
+
<AccordionContent
|
|
42
|
+
{...rest}
|
|
43
|
+
css={[S.AccordionContent, isPopover && S.AccordionContentPopover]}>
|
|
44
|
+
{items.map((subMenuItem) => (
|
|
45
|
+
<Link
|
|
46
|
+
key={`${accordionUniqueName}-link-${subMenuItem.title
|
|
47
|
+
.replace(' ', '')
|
|
48
|
+
.toLowerCase()}`}
|
|
49
|
+
onClick={onClick}
|
|
50
|
+
to={'/' + prefix + subMenuItem.path}>
|
|
51
|
+
{subMenuItem.title}
|
|
52
|
+
</Link>
|
|
53
|
+
))}
|
|
54
|
+
</AccordionContent>
|
|
55
|
+
);
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { useMatch } from 'react-router-dom';
|
|
2
|
+
import {
|
|
3
|
+
AccordionGroupContextProvider,
|
|
4
|
+
AccordionGroup,
|
|
5
|
+
Accordion,
|
|
6
|
+
AccordionTitle,
|
|
7
|
+
} from '@components/AccordionGroup';
|
|
8
|
+
import Wrapper from '@components/Wrapper';
|
|
9
|
+
import CollapsibleNavBarItem from './CollapsibleNavBarItem';
|
|
10
|
+
import CollapsibleNavBarLink from './CollapsibleNavBarLink';
|
|
11
|
+
import { NavBarAccordionContent } from './NavBarAccordionContent';
|
|
12
|
+
import { CollapsibleNavBarPopover } from './NavBarPopover';
|
|
13
|
+
import { TriggerIcon } from './TriggerIcon';
|
|
14
|
+
import { CollapsibleNavBarGroup } from './types';
|
|
15
|
+
import * as S from './styles';
|
|
16
|
+
|
|
17
|
+
const Link = CollapsibleNavBarLink.withComponent('div');
|
|
18
|
+
|
|
19
|
+
export const NavBarItemWithSubMenu = ({
|
|
20
|
+
item,
|
|
21
|
+
onClick,
|
|
22
|
+
}: {
|
|
23
|
+
item: CollapsibleNavBarGroup;
|
|
24
|
+
onClick?: () => void;
|
|
25
|
+
}) => {
|
|
26
|
+
const { iconName, iconSize, title, items, prefix, css, CustomIcon } = item;
|
|
27
|
+
const uniqName = iconName + title.replace(' ', '').toLowerCase();
|
|
28
|
+
const accordionUniqName = uniqName + 'accordion';
|
|
29
|
+
const match = useMatch(prefix + ':id');
|
|
30
|
+
|
|
31
|
+
const Icon = () => (
|
|
32
|
+
<TriggerIcon iconName={iconName} iconSize={iconSize} css={{ ...css }} />
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return (
|
|
36
|
+
<AccordionGroupContextProvider key={uniqName}>
|
|
37
|
+
<CollapsibleNavBarItem>
|
|
38
|
+
<AccordionGroup
|
|
39
|
+
size="small"
|
|
40
|
+
css={{
|
|
41
|
+
width: '100%',
|
|
42
|
+
}}>
|
|
43
|
+
<Accordion
|
|
44
|
+
id={accordionUniqName}
|
|
45
|
+
title={title}
|
|
46
|
+
isOpened={false}
|
|
47
|
+
ariaControls={`${accordionUniqName}-panel`}
|
|
48
|
+
css={{
|
|
49
|
+
padding: 0,
|
|
50
|
+
'& ul li:last-child': {
|
|
51
|
+
paddingBottom: 10,
|
|
52
|
+
},
|
|
53
|
+
}}
|
|
54
|
+
renderContent={(props) => (
|
|
55
|
+
<NavBarAccordionContent
|
|
56
|
+
items={items}
|
|
57
|
+
accordionUniqueName={accordionUniqName}
|
|
58
|
+
prefix={prefix}
|
|
59
|
+
isPopover={false}
|
|
60
|
+
onClick={onClick}
|
|
61
|
+
{...props}
|
|
62
|
+
/>
|
|
63
|
+
)}
|
|
64
|
+
renderTitle={(data) => (
|
|
65
|
+
<Wrapper onClick={data.onClick} css={S.AccordionTitleWrapper}>
|
|
66
|
+
<Link to="" className={match ? ' active' : ''}>
|
|
67
|
+
<CollapsibleNavBarPopover
|
|
68
|
+
triggerIcon={<Icon />}
|
|
69
|
+
title={data.title}
|
|
70
|
+
content={
|
|
71
|
+
<NavBarAccordionContent
|
|
72
|
+
items={items}
|
|
73
|
+
accordionUniqueName={accordionUniqName}
|
|
74
|
+
prefix={prefix}
|
|
75
|
+
id={accordionUniqName}
|
|
76
|
+
isOpened
|
|
77
|
+
isPopover
|
|
78
|
+
/>
|
|
79
|
+
}
|
|
80
|
+
/>
|
|
81
|
+
</Link>
|
|
82
|
+
|
|
83
|
+
<Link to="" className={`icon-wrapper${match ? ' active' : ''}`}>
|
|
84
|
+
{CustomIcon ? <CustomIcon /> : <Icon />}
|
|
85
|
+
<AccordionTitle {...data} css={S.AccordionTitle} />
|
|
86
|
+
</Link>
|
|
87
|
+
</Wrapper>
|
|
88
|
+
)}
|
|
89
|
+
/>
|
|
90
|
+
</AccordionGroup>
|
|
91
|
+
</CollapsibleNavBarItem>
|
|
92
|
+
</AccordionGroupContextProvider>
|
|
93
|
+
);
|
|
94
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import CollapsibleNavBarItem from './CollapsibleNavBarItem';
|
|
2
|
+
import { CollapsibleNavBarPopover } from './NavBarPopover';
|
|
3
|
+
import { TriggerIcon } from './TriggerIcon';
|
|
4
|
+
import CollapsibleNavBarLink from './CollapsibleNavBarLink';
|
|
5
|
+
import * as T from './types';
|
|
6
|
+
|
|
7
|
+
export const NavBarItemWithoutSubMenu = ({
|
|
8
|
+
item,
|
|
9
|
+
onClick,
|
|
10
|
+
}: {
|
|
11
|
+
item: T.CollapsibleNavBarItem;
|
|
12
|
+
onClick?: () => void;
|
|
13
|
+
}) => {
|
|
14
|
+
const { path, iconName, title, iconSize, css, CustomIcon } = item;
|
|
15
|
+
const Icon = () => (
|
|
16
|
+
<TriggerIcon
|
|
17
|
+
iconName={iconName}
|
|
18
|
+
iconSize={iconSize}
|
|
19
|
+
CustomIcon={CustomIcon}
|
|
20
|
+
css={{ ...css }}
|
|
21
|
+
/>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
<CollapsibleNavBarItem key={path}>
|
|
26
|
+
<CollapsibleNavBarLink to={'/' + path} onClick={onClick}>
|
|
27
|
+
<CollapsibleNavBarPopover triggerIcon={<Icon />} title={title} />
|
|
28
|
+
<Icon />
|
|
29
|
+
<span>{title}</span>
|
|
30
|
+
</CollapsibleNavBarLink>
|
|
31
|
+
</CollapsibleNavBarItem>
|
|
32
|
+
);
|
|
33
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { offset } from '@floating-ui/react';
|
|
3
|
+
import { useTheme } from '@emotion/react';
|
|
4
|
+
import {
|
|
5
|
+
Popover,
|
|
6
|
+
PopoverContent,
|
|
7
|
+
PopoverDescription,
|
|
8
|
+
PopoverHeading,
|
|
9
|
+
PopoverTrigger,
|
|
10
|
+
} from '@components/Popover';
|
|
11
|
+
import { useWindowSize } from '@ssa-ui-kit/hooks';
|
|
12
|
+
|
|
13
|
+
export const CollapsibleNavBarPopover = ({
|
|
14
|
+
triggerIcon,
|
|
15
|
+
title,
|
|
16
|
+
content,
|
|
17
|
+
}: {
|
|
18
|
+
triggerIcon: React.ReactElement;
|
|
19
|
+
title: string;
|
|
20
|
+
content?: React.ReactElement;
|
|
21
|
+
}) => {
|
|
22
|
+
const theme = useTheme();
|
|
23
|
+
const [open, setOpen] = useState(false);
|
|
24
|
+
|
|
25
|
+
const onOpenChange = (open: boolean) => {
|
|
26
|
+
setOpen(open);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const { width } = useWindowSize();
|
|
30
|
+
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
setOpen(false);
|
|
33
|
+
}, [width]);
|
|
34
|
+
|
|
35
|
+
return (
|
|
36
|
+
<Popover
|
|
37
|
+
floatingOptions={{
|
|
38
|
+
onOpenChange,
|
|
39
|
+
open,
|
|
40
|
+
middleware: [
|
|
41
|
+
offset({
|
|
42
|
+
mainAxis: 37,
|
|
43
|
+
}),
|
|
44
|
+
],
|
|
45
|
+
}}
|
|
46
|
+
placement="right-start"
|
|
47
|
+
interactionsEnabled="both">
|
|
48
|
+
<PopoverTrigger
|
|
49
|
+
variant="custom"
|
|
50
|
+
dataTestId="collapsible-nav-bar-trigger-button"
|
|
51
|
+
css={{
|
|
52
|
+
height: 'auto',
|
|
53
|
+
padding: 0,
|
|
54
|
+
margin: 0,
|
|
55
|
+
cursor: 'pointer',
|
|
56
|
+
backgroundColor: 'unset',
|
|
57
|
+
borderRadius: 0,
|
|
58
|
+
}}
|
|
59
|
+
startIcon={triggerIcon}
|
|
60
|
+
/>
|
|
61
|
+
<PopoverContent
|
|
62
|
+
css={{
|
|
63
|
+
[theme.mediaQueries.xs]: {
|
|
64
|
+
display: 'none',
|
|
65
|
+
},
|
|
66
|
+
[theme.mediaQueries.md]: {
|
|
67
|
+
display: 'block',
|
|
68
|
+
},
|
|
69
|
+
zIndex: 2,
|
|
70
|
+
}}
|
|
71
|
+
isFocusManagerDisabled={true}>
|
|
72
|
+
<PopoverHeading
|
|
73
|
+
css={{
|
|
74
|
+
color: theme.colors.white,
|
|
75
|
+
fontSize: 12,
|
|
76
|
+
padding: '3px 5px 5px 5px',
|
|
77
|
+
background: theme.colors.greyGraphite,
|
|
78
|
+
borderRadius: 5,
|
|
79
|
+
cursor: 'default',
|
|
80
|
+
marginBottom: 1,
|
|
81
|
+
width: 'auto',
|
|
82
|
+
whiteSpace: 'nowrap',
|
|
83
|
+
'&::before': {
|
|
84
|
+
content: '""',
|
|
85
|
+
display: 'block',
|
|
86
|
+
background: 'rgba(71, 74, 80, 1)',
|
|
87
|
+
borderRadius: 2,
|
|
88
|
+
position: 'absolute',
|
|
89
|
+
width: 9,
|
|
90
|
+
height: 9,
|
|
91
|
+
top: 7,
|
|
92
|
+
left: -4,
|
|
93
|
+
transform: 'rotate(45deg)',
|
|
94
|
+
zIndex: -1,
|
|
95
|
+
},
|
|
96
|
+
}}>
|
|
97
|
+
{title}
|
|
98
|
+
</PopoverHeading>
|
|
99
|
+
<PopoverDescription
|
|
100
|
+
css={{
|
|
101
|
+
'& > div': {
|
|
102
|
+
padding: 0,
|
|
103
|
+
background: theme.colors.greyGraphite,
|
|
104
|
+
borderRadius: 5,
|
|
105
|
+
width: 85,
|
|
106
|
+
'& > a': {
|
|
107
|
+
color: theme.colors.white,
|
|
108
|
+
padding: 5,
|
|
109
|
+
fontSize: 12,
|
|
110
|
+
fontWeight: 400,
|
|
111
|
+
'&:first-of-type': {
|
|
112
|
+
paddingTop: 5,
|
|
113
|
+
},
|
|
114
|
+
'&:hover': {
|
|
115
|
+
background: '#62656B',
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
}}>
|
|
120
|
+
{content}
|
|
121
|
+
</PopoverDescription>
|
|
122
|
+
</PopoverContent>
|
|
123
|
+
</Popover>
|
|
124
|
+
);
|
|
125
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { css, useTheme } from '@emotion/react';
|
|
2
|
+
import Wrapper from '@components/Wrapper';
|
|
3
|
+
import Icon from '@components/Icon';
|
|
4
|
+
import type { MapIconsType, SVGProps } from '@components/Icon/types';
|
|
5
|
+
|
|
6
|
+
export const TriggerIcon = ({
|
|
7
|
+
iconName,
|
|
8
|
+
iconSize,
|
|
9
|
+
className,
|
|
10
|
+
CustomIcon,
|
|
11
|
+
}: {
|
|
12
|
+
iconName: keyof MapIconsType;
|
|
13
|
+
iconSize?: number;
|
|
14
|
+
className?: string;
|
|
15
|
+
CustomIcon?: (props: Omit<SVGProps, 'fill'>) => JSX.Element;
|
|
16
|
+
}) => {
|
|
17
|
+
const theme = useTheme();
|
|
18
|
+
return (
|
|
19
|
+
<Wrapper
|
|
20
|
+
css={css`
|
|
21
|
+
width: auto;
|
|
22
|
+
min-width: 22px;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
overflow: visible;
|
|
25
|
+
position: relative;
|
|
26
|
+
height: 26px;
|
|
27
|
+
`}
|
|
28
|
+
className="trigger-icon">
|
|
29
|
+
{CustomIcon ? (
|
|
30
|
+
<CustomIcon
|
|
31
|
+
size={iconSize}
|
|
32
|
+
className={className}
|
|
33
|
+
color={theme.colors.grey}
|
|
34
|
+
/>
|
|
35
|
+
) : (
|
|
36
|
+
<Icon
|
|
37
|
+
name={iconName}
|
|
38
|
+
color={theme.colors.grey}
|
|
39
|
+
size={iconSize}
|
|
40
|
+
className={className}
|
|
41
|
+
/>
|
|
42
|
+
)}
|
|
43
|
+
</Wrapper>
|
|
44
|
+
);
|
|
45
|
+
};
|