@ssa-ui-kit/core 0.0.27-alpha → 0.0.29-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 +17 -15
- 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,92 @@
|
|
|
1
|
+
import { forwardRef } from 'react';
|
|
2
|
+
import { useTheme } from '@emotion/react';
|
|
3
|
+
import { dateFormatters } from '@ssa-ui-kit/utils';
|
|
4
|
+
import Badge from '@components/Badge';
|
|
5
|
+
import CardBase from '@components/Card/CardBase';
|
|
6
|
+
import Icon from '@components/Icon';
|
|
7
|
+
import { MapIconsType } from '@components/Icon/types';
|
|
8
|
+
import Indicator from '@components/Indicator';
|
|
9
|
+
import Typography from '@components/Typography';
|
|
10
|
+
import { NotificationCardProps } from './types';
|
|
11
|
+
import {
|
|
12
|
+
notifyBadge,
|
|
13
|
+
notifyCard,
|
|
14
|
+
notifyTitle,
|
|
15
|
+
notifyText,
|
|
16
|
+
notifyTime,
|
|
17
|
+
} from './styles';
|
|
18
|
+
|
|
19
|
+
export const notificationTypes: Record<string, { [key: string]: string }> = {
|
|
20
|
+
Informational: {
|
|
21
|
+
icon: 'information',
|
|
22
|
+
color: 'blueLight',
|
|
23
|
+
},
|
|
24
|
+
Warning: {
|
|
25
|
+
icon: 'warning',
|
|
26
|
+
color: 'yellowWarm',
|
|
27
|
+
},
|
|
28
|
+
Error: {
|
|
29
|
+
icon: 'attention',
|
|
30
|
+
color: 'pink',
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export const NotificationCard = forwardRef<
|
|
35
|
+
HTMLDivElement,
|
|
36
|
+
NotificationCardProps
|
|
37
|
+
>(function NotificationCard(
|
|
38
|
+
{ title, children, text, isRead, type, time, onClick, className },
|
|
39
|
+
ref,
|
|
40
|
+
) {
|
|
41
|
+
const theme = useTheme();
|
|
42
|
+
const { getTimeAgo } = dateFormatters;
|
|
43
|
+
|
|
44
|
+
return (
|
|
45
|
+
<CardBase
|
|
46
|
+
ref={ref}
|
|
47
|
+
data-testid="notification"
|
|
48
|
+
css={notifyCard}
|
|
49
|
+
className={className}
|
|
50
|
+
noShadow
|
|
51
|
+
onClick={() => {
|
|
52
|
+
if (typeof onClick === 'function') {
|
|
53
|
+
onClick();
|
|
54
|
+
}
|
|
55
|
+
}}>
|
|
56
|
+
<Indicator isVisible={!isRead}>
|
|
57
|
+
<Badge
|
|
58
|
+
data-testid="badge"
|
|
59
|
+
color={notificationTypes[type].color as keyof MainColors}
|
|
60
|
+
css={notifyBadge}>
|
|
61
|
+
<Icon
|
|
62
|
+
name={notificationTypes[type].icon as keyof MapIconsType}
|
|
63
|
+
color={theme.colors.white}
|
|
64
|
+
size={14}
|
|
65
|
+
/>
|
|
66
|
+
</Badge>
|
|
67
|
+
</Indicator>
|
|
68
|
+
<Typography
|
|
69
|
+
variant="subtitle"
|
|
70
|
+
weight="medium"
|
|
71
|
+
css={notifyTitle}
|
|
72
|
+
color={theme.colors.greyDarker}>
|
|
73
|
+
{title}
|
|
74
|
+
</Typography>
|
|
75
|
+
<Typography
|
|
76
|
+
variant="body1"
|
|
77
|
+
weight="regular"
|
|
78
|
+
css={notifyText}
|
|
79
|
+
color={theme.colors.greyDarker60}>
|
|
80
|
+
{text}
|
|
81
|
+
</Typography>
|
|
82
|
+
{children}
|
|
83
|
+
<Typography
|
|
84
|
+
variant="body1"
|
|
85
|
+
weight="regular"
|
|
86
|
+
css={notifyTime}
|
|
87
|
+
color={theme.colors.greyDarker}>
|
|
88
|
+
{getTimeAgo(time)}
|
|
89
|
+
</Typography>
|
|
90
|
+
</CardBase>
|
|
91
|
+
);
|
|
92
|
+
});
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { Theme, css } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export const childrenWrapper = (theme: Theme) => `
|
|
4
|
+
grid-column: 2 / span 2;
|
|
5
|
+
margin-top: 10px;
|
|
6
|
+
|
|
7
|
+
button {
|
|
8
|
+
height: 31px;
|
|
9
|
+
border-radius: 6px;
|
|
10
|
+
font-weight: 700;
|
|
11
|
+
|
|
12
|
+
&:focus::before {
|
|
13
|
+
content: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:not(:last-child) {
|
|
17
|
+
margin-right: 20px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
${theme.mediaQueries.md} {
|
|
22
|
+
margin-top: 13px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
${theme.mediaQueries.xs} {
|
|
26
|
+
button {
|
|
27
|
+
height: 28px;
|
|
28
|
+
padding: 10px;
|
|
29
|
+
|
|
30
|
+
&:not(:last-child) {
|
|
31
|
+
margin-right: 5px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
`;
|
|
36
|
+
|
|
37
|
+
export const notifyCard = (theme: Theme) => css`
|
|
38
|
+
position: relative;
|
|
39
|
+
display: grid;
|
|
40
|
+
column-gap: 9px;
|
|
41
|
+
grid-template-columns: auto 1fr auto;
|
|
42
|
+
padding: 14px 12px;
|
|
43
|
+
align-items: flex-start;
|
|
44
|
+
|
|
45
|
+
&:not(:last-child) {
|
|
46
|
+
margin-bottom: 5px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
${theme.mediaQueries.md} {
|
|
50
|
+
column-gap: 12px;
|
|
51
|
+
padding: 14px 18px 14px 12px;
|
|
52
|
+
|
|
53
|
+
&:not(:last-child) {
|
|
54
|
+
margin-bottom: 10px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
${theme.mediaQueries.xs} {
|
|
59
|
+
padding: 10px 8px;
|
|
60
|
+
}
|
|
61
|
+
`;
|
|
62
|
+
|
|
63
|
+
export const notifyBadge = (theme: Theme) => css`
|
|
64
|
+
display: grid;
|
|
65
|
+
grid-row: 1 / span 2;
|
|
66
|
+
height: auto;
|
|
67
|
+
width: fit-content;
|
|
68
|
+
padding: 8px;
|
|
69
|
+
border-radius: 6px;
|
|
70
|
+
box-shadow: -4px 12px 14px 0 #dae1e1;
|
|
71
|
+
|
|
72
|
+
${theme.mediaQueries.md} {
|
|
73
|
+
padding: 11px;
|
|
74
|
+
border-radius: 12px;
|
|
75
|
+
|
|
76
|
+
svg {
|
|
77
|
+
width: 20px;
|
|
78
|
+
height: 20px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
`;
|
|
82
|
+
|
|
83
|
+
export const notifyTitle = (theme: Theme) => css`
|
|
84
|
+
grid-row: 1;
|
|
85
|
+
grid-column: 2;
|
|
86
|
+
margin-bottom: 2px;
|
|
87
|
+
|
|
88
|
+
${theme.mediaQueries.md} {
|
|
89
|
+
margin-top: -3px;
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
line-height: 20px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
${theme.mediaQueries.xs} {
|
|
95
|
+
grid-row: 2;
|
|
96
|
+
}
|
|
97
|
+
`;
|
|
98
|
+
|
|
99
|
+
export const notifyText = (theme: Theme) => css`
|
|
100
|
+
grid-row: 2;
|
|
101
|
+
grid-column: 2 / span 3;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
text-overflow: ellipsis;
|
|
104
|
+
white-space: nowrap;
|
|
105
|
+
|
|
106
|
+
&:hover {
|
|
107
|
+
overflow: visible;
|
|
108
|
+
text-overflow: inherit;
|
|
109
|
+
white-space: normal;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
${theme.mediaQueries.md} {
|
|
113
|
+
font-size: 13.3px;
|
|
114
|
+
line-height: 20px;
|
|
115
|
+
overflow: visible;
|
|
116
|
+
text-overflow: inherit;
|
|
117
|
+
white-space: normal;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
${theme.mediaQueries.xs} {
|
|
121
|
+
grid-row: 3;
|
|
122
|
+
}
|
|
123
|
+
`;
|
|
124
|
+
|
|
125
|
+
export const notifyTime = (theme: Theme) => css`
|
|
126
|
+
grid-row: 1;
|
|
127
|
+
grid-column: 3;
|
|
128
|
+
text-align: right;
|
|
129
|
+
|
|
130
|
+
${theme.mediaQueries.xs} {
|
|
131
|
+
grid-column: 2;
|
|
132
|
+
text-align: left;
|
|
133
|
+
}
|
|
134
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type NotificationType = 'Informational' | 'Warning' | 'Error';
|
|
2
|
+
|
|
3
|
+
export interface NotificationCardProps {
|
|
4
|
+
title: string;
|
|
5
|
+
text: string;
|
|
6
|
+
isRead: boolean;
|
|
7
|
+
type: NotificationType;
|
|
8
|
+
time: string | number;
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { test, Page } from '@playwright/test';
|
|
2
|
+
import { SCREEN_SIZES } from '../../consts';
|
|
3
|
+
|
|
4
|
+
const CUSTOM_SHOTS_PATH = './custom-shots/';
|
|
5
|
+
|
|
6
|
+
const gotoPage = (page: Page) => {
|
|
7
|
+
return page.goto(
|
|
8
|
+
'http://localhost:6006/iframe.html?args=&id=widgets-notificationmenu--default&viewMode=story',
|
|
9
|
+
);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
for (const resolution of Object.keys(SCREEN_SIZES)) {
|
|
13
|
+
const viewportSize =
|
|
14
|
+
SCREEN_SIZES[resolution as unknown as keyof typeof SCREEN_SIZES];
|
|
15
|
+
test(`[${resolution}] Widgets: NotificationMenu is opened`, async ({
|
|
16
|
+
page,
|
|
17
|
+
}) => {
|
|
18
|
+
await gotoPage(page);
|
|
19
|
+
await page.setViewportSize(viewportSize);
|
|
20
|
+
await page.getByTestId('trigger-button').click();
|
|
21
|
+
|
|
22
|
+
const SCREENSHOT_PREFIX = `${CUSTOM_SHOTS_PATH}widgets-notification-menu--is-opened__`;
|
|
23
|
+
await page.screenshot({
|
|
24
|
+
path: `${SCREENSHOT_PREFIX}[w${resolution}px].png`,
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import userEvent from '@testing-library/user-event';
|
|
2
|
+
import { within } from '@testing-library/dom';
|
|
3
|
+
import { StoryComponent } from './stories/StoryComponent';
|
|
4
|
+
import { notificationData } from './helpers';
|
|
5
|
+
|
|
6
|
+
describe('NotificationMenu', () => {
|
|
7
|
+
it('Renders with button group', async () => {
|
|
8
|
+
const user = userEvent.setup();
|
|
9
|
+
const { getByTestId } = render(<StoryComponent />);
|
|
10
|
+
await user.click(getByTestId('trigger-button'));
|
|
11
|
+
const buttonGroup = getByTestId('element-wrapper');
|
|
12
|
+
|
|
13
|
+
notificationData.groupButtonItems.forEach((item) => {
|
|
14
|
+
within(buttonGroup).getByRole('button', { name: item.text });
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
it('Renders with list of notifications', async () => {
|
|
19
|
+
const user = userEvent.setup();
|
|
20
|
+
const { getByTestId, getAllByTestId } = render(<StoryComponent />);
|
|
21
|
+
await user.click(getByTestId('trigger-button'));
|
|
22
|
+
|
|
23
|
+
const notificationEls = getAllByTestId('notification');
|
|
24
|
+
const notificationArr = notificationData.notificationItems;
|
|
25
|
+
|
|
26
|
+
expect(notificationEls.length).toBe(notificationArr.length);
|
|
27
|
+
|
|
28
|
+
for (let i = 0; i < notificationEls.length; i++) {
|
|
29
|
+
expect(notificationEls[i]).toHaveTextContent(notificationArr[i].text);
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
it('Marks all notifications as read after clicking on the button', async () => {
|
|
34
|
+
const user = userEvent.setup();
|
|
35
|
+
const { getByRole, getByTestId, queryAllByTestId } = render(
|
|
36
|
+
<StoryComponent />,
|
|
37
|
+
);
|
|
38
|
+
await user.click(getByTestId('trigger-button'));
|
|
39
|
+
|
|
40
|
+
const buttonEl = getByRole('button', {
|
|
41
|
+
name: new RegExp('Mark all as read', 'i'),
|
|
42
|
+
});
|
|
43
|
+
await user.click(buttonEl);
|
|
44
|
+
const unreadBtn = getByRole('button', {
|
|
45
|
+
name: 'Unread',
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
const indicatorEls = queryAllByTestId('indicator-left');
|
|
49
|
+
|
|
50
|
+
expect(indicatorEls.length).toBe(0);
|
|
51
|
+
expect(unreadBtn).toHaveAttribute('disabled');
|
|
52
|
+
expect(buttonEl).not.toBeInTheDocument();
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
it('Renders with link button', async () => {
|
|
56
|
+
const user = userEvent.setup();
|
|
57
|
+
const { getByRole, getByTestId } = render(<StoryComponent />);
|
|
58
|
+
await user.click(getByTestId('trigger-button'));
|
|
59
|
+
|
|
60
|
+
getByRole('link', {
|
|
61
|
+
name: new RegExp('View all notification', 'i'),
|
|
62
|
+
});
|
|
63
|
+
});
|
|
64
|
+
});
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { useTheme } from '@emotion/react';
|
|
2
|
+
import Icon from '@components/Icon';
|
|
3
|
+
import {
|
|
4
|
+
Popover,
|
|
5
|
+
PopoverClose,
|
|
6
|
+
PopoverContent,
|
|
7
|
+
PopoverDescription,
|
|
8
|
+
PopoverHeading,
|
|
9
|
+
PopoverTrigger,
|
|
10
|
+
} from '@components/Popover';
|
|
11
|
+
import { NotificationCard } from '@components/NotificationCard';
|
|
12
|
+
import { NotificationMenuProps } from './types';
|
|
13
|
+
import {
|
|
14
|
+
ResetBtnStyles,
|
|
15
|
+
Close,
|
|
16
|
+
ButtonsWrapper,
|
|
17
|
+
List,
|
|
18
|
+
Loading,
|
|
19
|
+
PopoverWrapper,
|
|
20
|
+
PopoverContentWrapper,
|
|
21
|
+
} from './styles';
|
|
22
|
+
|
|
23
|
+
export const NotificationMenu = ({
|
|
24
|
+
trigger,
|
|
25
|
+
notifications,
|
|
26
|
+
children,
|
|
27
|
+
onClick,
|
|
28
|
+
isLoading,
|
|
29
|
+
rightButton,
|
|
30
|
+
leftButton,
|
|
31
|
+
}: NotificationMenuProps) => {
|
|
32
|
+
const theme = useTheme();
|
|
33
|
+
return (
|
|
34
|
+
<Popover placement="bottom-end">
|
|
35
|
+
<PopoverTrigger onClick={onClick} css={ResetBtnStyles}>
|
|
36
|
+
{trigger}
|
|
37
|
+
</PopoverTrigger>
|
|
38
|
+
<PopoverContent className="popover" css={PopoverWrapper}>
|
|
39
|
+
<div css={PopoverContentWrapper}>
|
|
40
|
+
<PopoverClose css={Close}>
|
|
41
|
+
<Icon name="cross" size={14} color={theme.colors.greyGraphite70} />
|
|
42
|
+
</PopoverClose>
|
|
43
|
+
<PopoverHeading variant="h5" weight="bold">
|
|
44
|
+
Notification
|
|
45
|
+
</PopoverHeading>
|
|
46
|
+
<PopoverDescription variant="body1">
|
|
47
|
+
<div data-testid="element-wrapper">{children}</div>
|
|
48
|
+
{isLoading ? (
|
|
49
|
+
<div css={Loading}></div>
|
|
50
|
+
) : (
|
|
51
|
+
<div css={List}>
|
|
52
|
+
{notifications.map((item, index) => {
|
|
53
|
+
return (
|
|
54
|
+
<NotificationCard
|
|
55
|
+
key={index}
|
|
56
|
+
title={item.title}
|
|
57
|
+
text={item.text}
|
|
58
|
+
type={item.type}
|
|
59
|
+
time={item.time}
|
|
60
|
+
isRead={item.isRead}
|
|
61
|
+
/>
|
|
62
|
+
);
|
|
63
|
+
})}
|
|
64
|
+
</div>
|
|
65
|
+
)}
|
|
66
|
+
</PopoverDescription>
|
|
67
|
+
</div>
|
|
68
|
+
{rightButton || leftButton ? (
|
|
69
|
+
<div css={ButtonsWrapper}>
|
|
70
|
+
{leftButton}
|
|
71
|
+
{rightButton}
|
|
72
|
+
</div>
|
|
73
|
+
) : null}
|
|
74
|
+
</PopoverContent>
|
|
75
|
+
</Popover>
|
|
76
|
+
);
|
|
77
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { ButtonGroupItem } from '@components/ButtonGroup';
|
|
2
|
+
import type { NotificationCardProps } from '@components/NotificationCard';
|
|
3
|
+
|
|
4
|
+
export interface DataProps {
|
|
5
|
+
notificationItems: NotificationCardProps[];
|
|
6
|
+
groupButtonItems: ButtonGroupItem[];
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export const notificationData: DataProps = {
|
|
10
|
+
groupButtonItems: [
|
|
11
|
+
{ id: 1, text: 'All', isDisabled: false },
|
|
12
|
+
{ id: 2, text: 'Unread', isDisabled: false },
|
|
13
|
+
],
|
|
14
|
+
notificationItems: [
|
|
15
|
+
{
|
|
16
|
+
title: 'lorem',
|
|
17
|
+
text: 'With our newest listing, we’re welcoming Wrapped Bitcoin to innovation Zone! You can now deposit',
|
|
18
|
+
type: 'Informational',
|
|
19
|
+
isRead: false,
|
|
20
|
+
time: Date.now() - 600000,
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
title: 'CyberVeinToken is Now Available.',
|
|
24
|
+
text: 'With our newest listing, we’re welcoming Wrapped',
|
|
25
|
+
type: 'Warning',
|
|
26
|
+
isRead: false,
|
|
27
|
+
time: Date.now() - 1600000,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
title: 'CyberVeinToken is Now Available.',
|
|
31
|
+
text: 'With our newest listing, we’re welcoming Wrapped',
|
|
32
|
+
type: 'Warning',
|
|
33
|
+
isRead: false,
|
|
34
|
+
time: Date.now() - 1600000,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: 'CyberVeinToken is Now Available.',
|
|
38
|
+
text: 'With our newest listing, we’re welcoming Wrapped',
|
|
39
|
+
type: 'Error',
|
|
40
|
+
isRead: true,
|
|
41
|
+
time: Date.now() - 2600000,
|
|
42
|
+
},
|
|
43
|
+
|
|
44
|
+
{
|
|
45
|
+
title: 'CyberVeinToken is Now Available.',
|
|
46
|
+
text: 'With our newest listing, we’re welcoming Wrapped',
|
|
47
|
+
type: 'Informational',
|
|
48
|
+
isRead: true,
|
|
49
|
+
time: Date.now() - 3600000,
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export const getMockData = () => {
|
|
55
|
+
return new Promise<DataProps>((resolve) => {
|
|
56
|
+
resolve(notificationData);
|
|
57
|
+
});
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export const divideOnSubArr = (arr: Array<NotificationCardProps>) => {
|
|
61
|
+
return arr.reduce(
|
|
62
|
+
(acc: Record<string, Array<NotificationCardProps>>, obj) => {
|
|
63
|
+
if (!obj.isRead) {
|
|
64
|
+
acc['Unread'].push(obj);
|
|
65
|
+
}
|
|
66
|
+
acc['All'] = arr;
|
|
67
|
+
|
|
68
|
+
return acc;
|
|
69
|
+
},
|
|
70
|
+
{ All: [], Unread: [] },
|
|
71
|
+
);
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const readAll = (arr: Array<NotificationCardProps>) => {
|
|
75
|
+
return arr.reduce((acc: Array<NotificationCardProps>, item) => {
|
|
76
|
+
item.isRead = true;
|
|
77
|
+
return [...acc, item];
|
|
78
|
+
}, []);
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export const disableButton = (
|
|
82
|
+
arr: Array<ButtonGroupItem>,
|
|
83
|
+
notifyArr: Array<NotificationCardProps>,
|
|
84
|
+
) => {
|
|
85
|
+
return arr.reduce((accBtn: Array<ButtonGroupItem>, btn) => {
|
|
86
|
+
if (!divideOnSubArr(notifyArr)[btn.text].length) {
|
|
87
|
+
btn.isDisabled = true;
|
|
88
|
+
}
|
|
89
|
+
return [...accBtn, btn];
|
|
90
|
+
}, []);
|
|
91
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { NotificationMenu } from '../NotificationMenu';
|
|
3
|
+
import { StoryComponent } from './StoryComponent';
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Widgets/NotificationMenu',
|
|
7
|
+
component: NotificationMenu,
|
|
8
|
+
} as Meta<typeof NotificationMenu>;
|
|
9
|
+
|
|
10
|
+
export const Default: StoryObj<typeof NotificationMenu> = () => {
|
|
11
|
+
return <StoryComponent />;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
Default.args = {};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { Link, MemoryRouter, Route, Routes } from 'react-router-dom';
|
|
3
|
+
import { useTheme } from '@emotion/react';
|
|
4
|
+
import Button from '@components/Button';
|
|
5
|
+
import { ButtonGroup, ButtonGroupItem } from '@components/ButtonGroup';
|
|
6
|
+
import { NotificationCardProps } from '@components/NotificationCard';
|
|
7
|
+
import { NotificationMenu } from '../NotificationMenu';
|
|
8
|
+
import { MarkAllReadButton, Trigger } from './StoryContent';
|
|
9
|
+
import {
|
|
10
|
+
disableButton,
|
|
11
|
+
divideOnSubArr,
|
|
12
|
+
getMockData,
|
|
13
|
+
notificationData,
|
|
14
|
+
readAll,
|
|
15
|
+
} from '../helpers';
|
|
16
|
+
import { ButtonGroupCustom } from '../styles';
|
|
17
|
+
|
|
18
|
+
export const StoryComponent = () => {
|
|
19
|
+
const [notifications, setNotifications] = useState<NotificationCardProps[]>(
|
|
20
|
+
[],
|
|
21
|
+
);
|
|
22
|
+
const [readNotifications, setReadNotifications] = useState<
|
|
23
|
+
NotificationCardProps[]
|
|
24
|
+
>([]);
|
|
25
|
+
const [buttonItems, setButtonItems] = useState<ButtonGroupItem[]>([]);
|
|
26
|
+
const [isLoading, setIsLoading] = useState<boolean>(true);
|
|
27
|
+
|
|
28
|
+
const unreadQty = divideOnSubArr(notifications).Unread.length;
|
|
29
|
+
const theme = useTheme();
|
|
30
|
+
|
|
31
|
+
const handleClickOpen = () => () => {
|
|
32
|
+
if (!isLoading) return;
|
|
33
|
+
setButtonItems(notificationData.groupButtonItems);
|
|
34
|
+
getMockData().then((data) => {
|
|
35
|
+
setIsLoading(false);
|
|
36
|
+
setNotifications(data.notificationItems);
|
|
37
|
+
setReadNotifications(data.notificationItems);
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
useEffect(() => {
|
|
42
|
+
handleClickOpen();
|
|
43
|
+
if (!unreadQty) {
|
|
44
|
+
setButtonItems(disableButton(buttonItems, notifications));
|
|
45
|
+
}
|
|
46
|
+
}, [isLoading]);
|
|
47
|
+
|
|
48
|
+
const handleClickReadAll = () => {
|
|
49
|
+
setReadNotifications(readAll(notifications));
|
|
50
|
+
setButtonItems(disableButton(buttonItems, notifications));
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const handleClick = (item: Pick<ButtonGroupItem, 'id' | 'text'>) => {
|
|
54
|
+
setReadNotifications(divideOnSubArr(notifications)[item.text]);
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
return (
|
|
58
|
+
<MemoryRouter>
|
|
59
|
+
<Routes>
|
|
60
|
+
<Route
|
|
61
|
+
path="/*"
|
|
62
|
+
element={
|
|
63
|
+
<NotificationMenu
|
|
64
|
+
trigger={<Trigger />}
|
|
65
|
+
onClick={handleClickOpen()}
|
|
66
|
+
notifications={readNotifications}
|
|
67
|
+
leftButton={
|
|
68
|
+
unreadQty ? (
|
|
69
|
+
<MarkAllReadButton onClick={() => handleClickReadAll()} />
|
|
70
|
+
) : null
|
|
71
|
+
}
|
|
72
|
+
rightButton={
|
|
73
|
+
<Link to={'/'} css={{ gridColumn: 2 }}>
|
|
74
|
+
<Button variant="info" text="View all notification" />
|
|
75
|
+
</Link>
|
|
76
|
+
}
|
|
77
|
+
isLoading={isLoading}>
|
|
78
|
+
<ButtonGroup
|
|
79
|
+
items={buttonItems}
|
|
80
|
+
buttonStyles={ButtonGroupCustom(theme)}
|
|
81
|
+
onClick={(item) => handleClick(item)}
|
|
82
|
+
/>
|
|
83
|
+
</NotificationMenu>
|
|
84
|
+
}></Route>
|
|
85
|
+
</Routes>
|
|
86
|
+
</MemoryRouter>
|
|
87
|
+
);
|
|
88
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { css, useTheme } from '@emotion/react';
|
|
2
|
+
import Button from '@components/Button';
|
|
3
|
+
import Icon from '@components/Icon';
|
|
4
|
+
import Indicator from '@components/Indicator';
|
|
5
|
+
import { ResetBtnStyles } from '../styles';
|
|
6
|
+
|
|
7
|
+
interface CommonNotificationPops {
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export const Trigger = () => {
|
|
12
|
+
const theme = useTheme();
|
|
13
|
+
return (
|
|
14
|
+
<Indicator
|
|
15
|
+
position="right"
|
|
16
|
+
isVisible
|
|
17
|
+
text={
|
|
18
|
+
<span
|
|
19
|
+
css={{
|
|
20
|
+
fontSize: 10,
|
|
21
|
+
fontWeight: 600,
|
|
22
|
+
color: '#fff',
|
|
23
|
+
minWidth: '12px',
|
|
24
|
+
}}>
|
|
25
|
+
2
|
|
26
|
+
</span>
|
|
27
|
+
}
|
|
28
|
+
background={`linear-gradient(90deg, ${theme.colors.yellow} 0%, ${theme.colors.yellowLighter} 100%)`}>
|
|
29
|
+
<div css={{ padding: '0 5px' }}>
|
|
30
|
+
<Icon name="notification" size={20} color={theme.colors.greyDarker} />
|
|
31
|
+
</div>
|
|
32
|
+
</Indicator>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const MarkAllReadButton = ({ onClick }: CommonNotificationPops) => {
|
|
37
|
+
const theme = useTheme();
|
|
38
|
+
return (
|
|
39
|
+
<Button
|
|
40
|
+
onClick={onClick}
|
|
41
|
+
variant="tertiary"
|
|
42
|
+
css={css`
|
|
43
|
+
${ResetBtnStyles}
|
|
44
|
+
span {
|
|
45
|
+
color: ${theme.colors.blueDark};
|
|
46
|
+
}
|
|
47
|
+
`}
|
|
48
|
+
startIcon={
|
|
49
|
+
<Icon name="check-circle" size={20} color={theme.colors.blueDark} />
|
|
50
|
+
}
|
|
51
|
+
text="Mark all as read"
|
|
52
|
+
/>
|
|
53
|
+
);
|
|
54
|
+
};
|