@ssa-ui-kit/core 0.0.26-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 +10 -0
- package/dist/components/WithVisibleLG/index.d.ts +1 -0
- package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +6 -0
- package/dist/components/WithVisibleMD/index.d.ts +1 -0
- package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +6 -0
- package/dist/components/WithVisibleSM/index.d.ts +1 -0
- package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +6 -0
- package/dist/components/WithVisibleUpToLG/index.d.ts +1 -0
- package/dist/components/index.d.ts +20 -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/WithVisibleLG/WithVisibleLG.spec.tsx +27 -0
- package/src/components/WithVisibleLG/WithVisibleLG.tsx +22 -0
- package/src/components/WithVisibleLG/index.ts +1 -0
- package/src/components/WithVisibleMD/WithVisibleMD.spec.tsx +27 -0
- package/src/components/WithVisibleMD/WithVisibleMD.tsx +23 -0
- package/src/components/WithVisibleMD/index.ts +1 -0
- package/src/components/WithVisibleSM/WithVisibleSM.spec.tsx +27 -0
- package/src/components/WithVisibleSM/WithVisibleSM.tsx +22 -0
- package/src/components/WithVisibleSM/index.ts +1 -0
- package/src/components/WithVisibleUpToLG/WithVisibleUpToLG.spec.tsx +27 -0
- package/src/components/WithVisibleUpToLG/WithVisibleUpToLG.tsx +24 -0
- package/src/components/WithVisibleUpToLG/index.ts +1 -0
- package/src/components/index.ts +20 -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,73 @@
|
|
|
1
|
+
import { assocPath, pathOr } from '@ssa-ui-kit/utils';
|
|
2
|
+
import { TableFilterConfig } from '../types';
|
|
3
|
+
|
|
4
|
+
export const getSubmitData = (checkboxData: TableFilterConfig) => {
|
|
5
|
+
let submitCheckboxData: TableFilterConfig = JSON.parse(
|
|
6
|
+
JSON.stringify(checkboxData),
|
|
7
|
+
);
|
|
8
|
+
const dataForSubmit: Record<string, string[]> = {};
|
|
9
|
+
Object.keys(submitCheckboxData).forEach((groupName) => {
|
|
10
|
+
submitCheckboxData = assocPath<TableFilterConfig>(
|
|
11
|
+
[groupName, 'selectedItems'],
|
|
12
|
+
submitCheckboxData[groupName]['selectedItemsDraft'],
|
|
13
|
+
)(submitCheckboxData);
|
|
14
|
+
dataForSubmit[groupName] = submitCheckboxData[groupName][
|
|
15
|
+
'selectedItemsDraft'
|
|
16
|
+
] as string[];
|
|
17
|
+
});
|
|
18
|
+
return {
|
|
19
|
+
submitCheckboxData,
|
|
20
|
+
dataForSubmit,
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const getResetData = (checkboxData: TableFilterConfig) => {
|
|
25
|
+
let newData: TableFilterConfig = JSON.parse(JSON.stringify(checkboxData));
|
|
26
|
+
Object.keys(newData).forEach((groupName) => {
|
|
27
|
+
newData = assocPath<TableFilterConfig>(
|
|
28
|
+
[groupName, 'selectedItemsDraft'],
|
|
29
|
+
newData[groupName]['selectedItems'],
|
|
30
|
+
)(newData);
|
|
31
|
+
});
|
|
32
|
+
return newData;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export const getClearData = (checkboxData: TableFilterConfig) => {
|
|
36
|
+
let newData: TableFilterConfig = JSON.parse(JSON.stringify(checkboxData));
|
|
37
|
+
Object.keys(checkboxData).forEach((groupName) => {
|
|
38
|
+
const notChangedData: string[] = [];
|
|
39
|
+
const selectedItems = checkboxData[groupName].selectedItems;
|
|
40
|
+
const currentItems = checkboxData[groupName].items;
|
|
41
|
+
Object.keys(checkboxData[groupName].items).forEach((itemKey) => {
|
|
42
|
+
const itemInfo = currentItems[itemKey];
|
|
43
|
+
if (itemInfo.isDisabled && selectedItems.includes(itemInfo.name)) {
|
|
44
|
+
notChangedData.push(itemInfo.name);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
newData = assocPath<TableFilterConfig>(
|
|
48
|
+
[groupName, 'selectedItemsDraft'],
|
|
49
|
+
notChangedData,
|
|
50
|
+
)(newData);
|
|
51
|
+
});
|
|
52
|
+
return newData;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
export const getCheckboxChangedItems = (
|
|
56
|
+
checkboxData: TableFilterConfig,
|
|
57
|
+
groupName: string,
|
|
58
|
+
name: string | number,
|
|
59
|
+
) => {
|
|
60
|
+
const draftPath = [groupName, 'selectedItemsDraft'];
|
|
61
|
+
const selectedItemsDraft = pathOr<TableFilterConfig, string[]>(
|
|
62
|
+
[],
|
|
63
|
+
draftPath,
|
|
64
|
+
)(checkboxData);
|
|
65
|
+
const newSelectedItems = selectedItemsDraft.includes(`${name}`)
|
|
66
|
+
? selectedItemsDraft.filter((currentItemName) => currentItemName !== name)
|
|
67
|
+
: [...selectedItemsDraft, name];
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
items: newSelectedItems,
|
|
71
|
+
path: draftPath,
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
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-userprofile--default&viewMode=story',
|
|
9
|
+
);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
test('Widgets: UserProfile is opened', async ({ page }) => {
|
|
13
|
+
await gotoPage(page);
|
|
14
|
+
await page.setViewportSize(SCREEN_SIZES[1920]);
|
|
15
|
+
await page.getByTestId('trigger-button').click();
|
|
16
|
+
|
|
17
|
+
const SCREENSHOT_PREFIX = `${CUSTOM_SHOTS_PATH}widgets-user-profile--is-opened__`;
|
|
18
|
+
await page.screenshot({
|
|
19
|
+
path: `${SCREENSHOT_PREFIX}[w1920px].png`,
|
|
20
|
+
});
|
|
21
|
+
});
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import userEvent from '@testing-library/user-event';
|
|
2
|
+
import { UserProfile } from './UserProfile';
|
|
3
|
+
|
|
4
|
+
describe('UserProfile', () => {
|
|
5
|
+
it('Renders with a user name and email values via mouse click', async () => {
|
|
6
|
+
const user = userEvent.setup();
|
|
7
|
+
const { getByText, getByTestId } = render(
|
|
8
|
+
<UserProfile
|
|
9
|
+
name="Josh Li"
|
|
10
|
+
email="Josh@gmail.com"
|
|
11
|
+
trigger="Trigger"
|
|
12
|
+
onClick={jest.fn()}
|
|
13
|
+
/>,
|
|
14
|
+
);
|
|
15
|
+
await user.click(getByTestId('trigger-button'));
|
|
16
|
+
|
|
17
|
+
getByText(/Josh Li/i);
|
|
18
|
+
getByText(/Josh@gmail.com/i);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
it('Renders with a user name and email values via mouse hover', async () => {
|
|
22
|
+
const user = userEvent.setup();
|
|
23
|
+
const { getByText, getByTestId } = render(
|
|
24
|
+
<UserProfile
|
|
25
|
+
name="Josh Li"
|
|
26
|
+
email="Josh@gmail.com"
|
|
27
|
+
trigger="Trigger"
|
|
28
|
+
onClick={jest.fn()}
|
|
29
|
+
/>,
|
|
30
|
+
);
|
|
31
|
+
await user.hover(getByTestId('trigger-button'));
|
|
32
|
+
|
|
33
|
+
getByText(/Josh Li/i);
|
|
34
|
+
getByText(/Josh@gmail.com/i);
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it('Renders with a Log out button', async () => {
|
|
38
|
+
const user = userEvent.setup();
|
|
39
|
+
const { getByRole, getByTestId } = render(
|
|
40
|
+
<UserProfile
|
|
41
|
+
name="Josh Li"
|
|
42
|
+
email="Josh@gmail.com"
|
|
43
|
+
trigger="Trigger"
|
|
44
|
+
onClick={jest.fn()}
|
|
45
|
+
/>,
|
|
46
|
+
);
|
|
47
|
+
await user.click(getByTestId('trigger-button'));
|
|
48
|
+
|
|
49
|
+
getByRole('button', { name: new RegExp('Log Out', 'i') });
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
it('Renders with click prop', async () => {
|
|
53
|
+
const user = userEvent.setup();
|
|
54
|
+
const mockOnClick = jest.fn();
|
|
55
|
+
const { getByRole, getByTestId } = render(
|
|
56
|
+
<UserProfile
|
|
57
|
+
name="Josh Li"
|
|
58
|
+
email="Josh@gmail.com"
|
|
59
|
+
trigger="Trigger"
|
|
60
|
+
onClick={mockOnClick}
|
|
61
|
+
/>,
|
|
62
|
+
);
|
|
63
|
+
await user.click(getByTestId('trigger-button'));
|
|
64
|
+
|
|
65
|
+
const buttonEl = getByRole('button', { name: new RegExp('Log Out', 'i') });
|
|
66
|
+
|
|
67
|
+
await user.click(buttonEl);
|
|
68
|
+
|
|
69
|
+
expect(mockOnClick).toBeCalledTimes(1);
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
it('renders with custom text', async () => {
|
|
73
|
+
const user = userEvent.setup();
|
|
74
|
+
const { getByRole, queryByRole, getByTestId } = render(
|
|
75
|
+
<UserProfile
|
|
76
|
+
name="Josh Li"
|
|
77
|
+
email="Josh@gmail.com"
|
|
78
|
+
trigger="Trigger"
|
|
79
|
+
logOutText="Leave"
|
|
80
|
+
onClick={jest.fn()}
|
|
81
|
+
/>,
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
await user.click(getByTestId('trigger-button'));
|
|
85
|
+
|
|
86
|
+
getByRole('button', { name: 'Log out Leave' });
|
|
87
|
+
expect(queryByRole('button', { name: 'Log Out' })).not.toBeInTheDocument();
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
it('renders with custom styles', async () => {
|
|
91
|
+
const user = userEvent.setup();
|
|
92
|
+
const { getByRole, getByTestId } = render(
|
|
93
|
+
<UserProfile
|
|
94
|
+
name="Josh Li"
|
|
95
|
+
email="Josh@gmail.com"
|
|
96
|
+
trigger="Trigger"
|
|
97
|
+
onClick={jest.fn()}
|
|
98
|
+
css={{ backgroundColor: 'pink' }}
|
|
99
|
+
/>,
|
|
100
|
+
);
|
|
101
|
+
|
|
102
|
+
await user.click(getByTestId('trigger-button'));
|
|
103
|
+
|
|
104
|
+
const dialogEl = getByRole('dialog');
|
|
105
|
+
expect(dialogEl).toHaveStyle(`background-color: pink`);
|
|
106
|
+
});
|
|
107
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Avatar from '@components/Avatar';
|
|
3
|
+
import { UserProfile } from './UserProfile';
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Widgets/UserProfile',
|
|
7
|
+
component: UserProfile,
|
|
8
|
+
} as Meta<typeof UserProfile>;
|
|
9
|
+
|
|
10
|
+
export const Default: StoryObj<typeof UserProfile> = () => {
|
|
11
|
+
return (
|
|
12
|
+
<UserProfile
|
|
13
|
+
name="Josh Li"
|
|
14
|
+
email="Josh@gmail.com"
|
|
15
|
+
trigger={<Avatar size={42} image="https://via.placeholder.com/42x42" />}
|
|
16
|
+
onClick={() => alert('Clicked!')}
|
|
17
|
+
/>
|
|
18
|
+
);
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
Default.args = {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { useTheme } from '@emotion/react';
|
|
2
|
+
import Button from '@components/Button';
|
|
3
|
+
import Icon from '@components/Icon';
|
|
4
|
+
import {
|
|
5
|
+
Popover,
|
|
6
|
+
PopoverContent,
|
|
7
|
+
PopoverDescription,
|
|
8
|
+
PopoverHeading,
|
|
9
|
+
PopoverTrigger,
|
|
10
|
+
} from '@components/Popover';
|
|
11
|
+
import { UserProfileProps } from './types';
|
|
12
|
+
import {
|
|
13
|
+
UserInfo,
|
|
14
|
+
ContentWrapper,
|
|
15
|
+
LogoutWrapper,
|
|
16
|
+
ResetBtnStyles,
|
|
17
|
+
CustomButton,
|
|
18
|
+
} from './styles';
|
|
19
|
+
|
|
20
|
+
export const UserProfile = ({
|
|
21
|
+
name,
|
|
22
|
+
email,
|
|
23
|
+
trigger,
|
|
24
|
+
onClick,
|
|
25
|
+
logOutText = 'Log Out',
|
|
26
|
+
className,
|
|
27
|
+
}: UserProfileProps) => {
|
|
28
|
+
const theme = useTheme();
|
|
29
|
+
return (
|
|
30
|
+
<Popover placement="bottom-end" interactionsEnabled="both">
|
|
31
|
+
<PopoverTrigger css={ResetBtnStyles}>{trigger}</PopoverTrigger>
|
|
32
|
+
<PopoverContent css={ContentWrapper} className={className}>
|
|
33
|
+
<div css={UserInfo}>
|
|
34
|
+
<PopoverHeading variant="h5" weight="bold">
|
|
35
|
+
{name}
|
|
36
|
+
</PopoverHeading>
|
|
37
|
+
<PopoverDescription
|
|
38
|
+
css={{ fontSize: 14, marginTop: 6 }}
|
|
39
|
+
weight="regular"
|
|
40
|
+
color={theme.colors.greyDropdownFocused}>
|
|
41
|
+
{email}
|
|
42
|
+
</PopoverDescription>
|
|
43
|
+
</div>
|
|
44
|
+
<div css={LogoutWrapper}>
|
|
45
|
+
<Button variant="info" css={CustomButton} onClick={onClick}>
|
|
46
|
+
<Icon name="log-out" size={15} color={theme.colors.white} />
|
|
47
|
+
{logOutText}
|
|
48
|
+
</Button>
|
|
49
|
+
</div>
|
|
50
|
+
</PopoverContent>
|
|
51
|
+
</Popover>
|
|
52
|
+
);
|
|
53
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Theme, css } from '@emotion/react';
|
|
2
|
+
|
|
3
|
+
export const ResetBtnStyles = css`
|
|
4
|
+
padding: 0;
|
|
5
|
+
height: auto;
|
|
6
|
+
background: none;
|
|
7
|
+
|
|
8
|
+
&:focus,
|
|
9
|
+
&:hover {
|
|
10
|
+
border: none;
|
|
11
|
+
background: none;
|
|
12
|
+
box-shadow: none;
|
|
13
|
+
|
|
14
|
+
&::before {
|
|
15
|
+
border: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`;
|
|
19
|
+
|
|
20
|
+
export const ContentWrapper = (theme: Theme) => css`
|
|
21
|
+
width: 224px;
|
|
22
|
+
background: ${theme.colors.greyPopoverLight};
|
|
23
|
+
border-radius: 20px;
|
|
24
|
+
box-shadow: 0px 4px 15px 0px ${theme.colors.black25};
|
|
25
|
+
`;
|
|
26
|
+
|
|
27
|
+
export const UserInfo = css`
|
|
28
|
+
gap: 2px;
|
|
29
|
+
width: 100%;
|
|
30
|
+
padding: 10px;
|
|
31
|
+
`;
|
|
32
|
+
|
|
33
|
+
export const LogoutWrapper = (theme: Theme) => css`
|
|
34
|
+
width: 100%;
|
|
35
|
+
padding: 10px 10px 18px 10px;
|
|
36
|
+
border-top: 0.4px solid ${theme.colors.greyGraphite70};
|
|
37
|
+
`;
|
|
38
|
+
|
|
39
|
+
export const CustomButton = css`
|
|
40
|
+
justify-content: center;
|
|
41
|
+
gap: 8px;
|
|
42
|
+
width: 100%;
|
|
43
|
+
padding: 8px;
|
|
44
|
+
font-size: 14px;
|
|
45
|
+
line-height: 19px;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
`;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { render, screen } from '@testing-library/react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { ThemeProvider } from '@emotion/react';
|
|
4
|
+
import { WithVisibleLG } from '.';
|
|
5
|
+
import { mainTheme } from '../..';
|
|
6
|
+
|
|
7
|
+
jest.mock('d3-color', () => ({}));
|
|
8
|
+
|
|
9
|
+
const TestComponent = () => {
|
|
10
|
+
return <p>Test</p>;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const TestComponentWithVisible = WithVisibleLG(TestComponent);
|
|
14
|
+
|
|
15
|
+
describe('HOC: withVisibleLG', () => {
|
|
16
|
+
// TODO: additional test to test display: block
|
|
17
|
+
it('Should not displayed (less than LG)', () => {
|
|
18
|
+
render(
|
|
19
|
+
<ThemeProvider theme={mainTheme}>
|
|
20
|
+
<TestComponentWithVisible />
|
|
21
|
+
</ThemeProvider>,
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
const wrapper = screen.getByTestId('with-visible-lg');
|
|
25
|
+
expect(wrapper).toHaveStyle('display: none');
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import styled from '@emotion/styled';
|
|
2
|
+
|
|
3
|
+
const VisibleLG = styled.div`
|
|
4
|
+
display: none;
|
|
5
|
+
${({ theme }) => theme.mediaQueries.lg} {
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
`;
|
|
9
|
+
|
|
10
|
+
export const WithVisibleLG = <T extends object>(
|
|
11
|
+
Component: React.ComponentType<T>,
|
|
12
|
+
rest?: Parameters<typeof VisibleLG>[0],
|
|
13
|
+
) => {
|
|
14
|
+
const decoratedComp = (props: T) => (
|
|
15
|
+
<VisibleLG data-testid="with-visible-lg" {...rest}>
|
|
16
|
+
<Component {...props} />
|
|
17
|
+
</VisibleLG>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
decoratedComp.displayName = `WithVisibleLG(${Component.displayName})`;
|
|
21
|
+
return decoratedComp;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './WithVisibleLG';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { render, screen } from '@testing-library/react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { ThemeProvider } from '@emotion/react';
|
|
4
|
+
import { WithVisibleMD } from '.';
|
|
5
|
+
import { mainTheme } from '../..';
|
|
6
|
+
|
|
7
|
+
jest.mock('d3-color', () => ({}));
|
|
8
|
+
|
|
9
|
+
const TestComponent = () => {
|
|
10
|
+
return <p>Test</p>;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const TestComponentWithVisible = WithVisibleMD(TestComponent);
|
|
14
|
+
|
|
15
|
+
describe('HOC: WithVisibleMD', () => {
|
|
16
|
+
// TODO: additional test to test display: block
|
|
17
|
+
it('Should not displayed (less than MD)', () => {
|
|
18
|
+
render(
|
|
19
|
+
<ThemeProvider theme={mainTheme}>
|
|
20
|
+
<TestComponentWithVisible />
|
|
21
|
+
</ThemeProvider>,
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
const wrapper = screen.getByTestId('with-visible-md');
|
|
25
|
+
expect(wrapper).toHaveStyle('display: none');
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SerializedStyles } from '@emotion/react';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
|
|
4
|
+
const VisibleMD = styled.div`
|
|
5
|
+
display: none;
|
|
6
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
7
|
+
display: block;
|
|
8
|
+
}
|
|
9
|
+
`;
|
|
10
|
+
|
|
11
|
+
export const WithVisibleMD = <T extends object>(
|
|
12
|
+
Component: React.ComponentType<T>,
|
|
13
|
+
styles?: SerializedStyles,
|
|
14
|
+
) => {
|
|
15
|
+
const decoratedComp = (props: T) => (
|
|
16
|
+
<VisibleMD data-testid="with-visible-md" css={styles}>
|
|
17
|
+
<Component {...props} />
|
|
18
|
+
</VisibleMD>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
decoratedComp.displayName = `WithVisibleMD(${Component.displayName})`;
|
|
22
|
+
return decoratedComp;
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './WithVisibleMD';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { render, screen } from '@testing-library/react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { ThemeProvider } from '@emotion/react';
|
|
4
|
+
import { WithVisibleSM } from '.';
|
|
5
|
+
import { mainTheme } from '../..';
|
|
6
|
+
|
|
7
|
+
jest.mock('d3-color', () => ({}));
|
|
8
|
+
|
|
9
|
+
const TestComponent = () => {
|
|
10
|
+
return <p>Test</p>;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const TestComponentWithVisible = WithVisibleSM(TestComponent);
|
|
14
|
+
|
|
15
|
+
describe('HOC: WithVisibleSM', () => {
|
|
16
|
+
// TODO: additional test to test display: none
|
|
17
|
+
it('Should be displayed', () => {
|
|
18
|
+
render(
|
|
19
|
+
<ThemeProvider theme={mainTheme}>
|
|
20
|
+
<TestComponentWithVisible />
|
|
21
|
+
</ThemeProvider>,
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
const wrapper = screen.getByTestId('with-visible-sm');
|
|
25
|
+
expect(wrapper).toHaveStyle('display: block');
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SerializedStyles } from '@emotion/react';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
|
|
4
|
+
const VisibleSM = styled.div`
|
|
5
|
+
${({ theme }) => theme.mediaQueries.md} {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
`;
|
|
9
|
+
|
|
10
|
+
export const WithVisibleSM = <T extends object>(
|
|
11
|
+
Component: React.ComponentType<T>,
|
|
12
|
+
styles?: SerializedStyles,
|
|
13
|
+
) => {
|
|
14
|
+
const decoratedComp = (props: T) => (
|
|
15
|
+
<VisibleSM data-testid="with-visible-sm" css={styles}>
|
|
16
|
+
<Component {...props} />
|
|
17
|
+
</VisibleSM>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
decoratedComp.displayName = `WithVisibleSM(${Component.displayName})`;
|
|
21
|
+
return decoratedComp;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './WithVisibleSM';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { render, screen } from '@testing-library/react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { ThemeProvider } from '@emotion/react';
|
|
4
|
+
import { WithVisibleUpToLG } from '.';
|
|
5
|
+
import { mainTheme } from '../..';
|
|
6
|
+
|
|
7
|
+
jest.mock('d3-color', () => ({}));
|
|
8
|
+
|
|
9
|
+
const TestComponent = () => {
|
|
10
|
+
return <p>Test</p>;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const TestComponentWithVisible = WithVisibleUpToLG(TestComponent);
|
|
14
|
+
|
|
15
|
+
describe('HOC: WithVisibleUpToLG', () => {
|
|
16
|
+
// TODO: additional test to test display: block
|
|
17
|
+
it('Should not displayed (less than LG)', () => {
|
|
18
|
+
render(
|
|
19
|
+
<ThemeProvider theme={mainTheme}>
|
|
20
|
+
<TestComponentWithVisible />
|
|
21
|
+
</ThemeProvider>,
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
const wrapper = screen.getByTestId('with-visible-up-to-lg');
|
|
25
|
+
expect(wrapper).toHaveStyle('display: none');
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SerializedStyles } from '@emotion/react';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
|
|
4
|
+
const VisibleUpToLG = styled.div`
|
|
5
|
+
display: none;
|
|
6
|
+
|
|
7
|
+
@media screen and (max-width: 1439px) {
|
|
8
|
+
display: block;
|
|
9
|
+
}
|
|
10
|
+
`;
|
|
11
|
+
|
|
12
|
+
export const WithVisibleUpToLG = <T extends object>(
|
|
13
|
+
Component: React.ComponentType<T>,
|
|
14
|
+
styles?: SerializedStyles,
|
|
15
|
+
) => {
|
|
16
|
+
const decoratedComp = (props: T) => (
|
|
17
|
+
<VisibleUpToLG data-testid="with-visible-up-to-lg" css={styles}>
|
|
18
|
+
<Component {...props} />
|
|
19
|
+
</VisibleUpToLG>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
decoratedComp.displayName = `WithVisibleUpToLG(${Component.displayName})`;
|
|
23
|
+
return decoratedComp;
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './WithVisibleUpToLG';
|
package/src/components/index.ts
CHANGED
|
@@ -80,3 +80,23 @@ export { default as FormHelperText } from './FormHelperText';
|
|
|
80
80
|
export { default as Indicator } from './Indicator';
|
|
81
81
|
export * from './ButtonGroup';
|
|
82
82
|
export { default as Link } from './Link';
|
|
83
|
+
export * from './WithVisibleLG';
|
|
84
|
+
export * from './WithVisibleMD';
|
|
85
|
+
export * from './WithVisibleSM';
|
|
86
|
+
export * from './WithVisibleUpToLG';
|
|
87
|
+
export { default as NavBar } from './NavBar';
|
|
88
|
+
export * from './NavBar';
|
|
89
|
+
export { default as ProgressInfo } from './ProgressInfo';
|
|
90
|
+
export * from './ProgressInfo';
|
|
91
|
+
export * from './CardList';
|
|
92
|
+
export * from './Pagination';
|
|
93
|
+
export * from './NotificationCard';
|
|
94
|
+
export * from './LinksTabBar';
|
|
95
|
+
export * from './NotificationMenu';
|
|
96
|
+
export * from './SearchBox';
|
|
97
|
+
export * from './UserProfile';
|
|
98
|
+
export * from './AddNewAccountCard';
|
|
99
|
+
export * from './PieChart';
|
|
100
|
+
export * from './CollapsibleNavBar';
|
|
101
|
+
export * from './Filters';
|
|
102
|
+
export * from './TableFilters';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_ssa_ui_kit_core=self.webpackChunk_ssa_ui_kit_core||[]).push([[1052],{"./src/components/NotificationCard/NotificationCard.tsx":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{s:function(){return NotificationCard}});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js"),_emotion_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/.pnpm/@emotion+react@11.11.1_@types+react@18.2.8_react@18.2.0/node_modules/@emotion/react/dist/emotion-element-c39617d8.browser.esm.js"),_ssa_ui_kit_utils__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../utils/dist/index.js"),_components_Badge__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("./src/components/Badge/Badge.tsx"),_components_Card_CardBase__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("./src/components/Card/CardBase.tsx"),_components_Icon__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("./src/components/Icon/Icon.tsx"),_components_Indicator__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("./src/components/Indicator/Indicator.tsx"),_components_Typography__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("./src/components/Typography/Typography.tsx"),_styles__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("./src/components/NotificationCard/styles.tsx"),_emotion_react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../node_modules/.pnpm/@emotion+react@11.11.1_@types+react@18.2.8_react@18.2.0/node_modules/@emotion/react/dist/emotion-react.browser.esm.js");const notificationTypes={Informational:{icon:"information",color:"blueLight"},Warning:{icon:"warning",color:"yellowWarm"},Error:{icon:"attention",color:"pink"}},NotificationCard=(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)((function NotificationCard({title:title,children:children,text:text,isRead:isRead,type:type,time:time,onClick:onClick,className:className},ref){const theme=(0,_emotion_react__WEBPACK_IMPORTED_MODULE_1__.u)(),{getTimeAgo:getTimeAgo}=_ssa_ui_kit_utils__WEBPACK_IMPORTED_MODULE_2__.dateFormatters;return(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Card_CardBase__WEBPACK_IMPORTED_MODULE_4__.Z,{ref:ref,"data-testid":"notification",css:_styles__WEBPACK_IMPORTED_MODULE_5__.oz,className:className,noShadow:!0,onClick:()=>{"function"==typeof onClick&&onClick()}},(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Indicator__WEBPACK_IMPORTED_MODULE_6__.Z,{isVisible:!isRead},(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Badge__WEBPACK_IMPORTED_MODULE_7__.Z,{"data-testid":"badge",color:notificationTypes[type].color,css:_styles__WEBPACK_IMPORTED_MODULE_5__.L$},(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Icon__WEBPACK_IMPORTED_MODULE_8__.Z,{name:notificationTypes[type].icon,color:theme.colors.white,size:14}))),(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Typography__WEBPACK_IMPORTED_MODULE_9__.Z,{variant:"subtitle",weight:"medium",css:_styles__WEBPACK_IMPORTED_MODULE_5__.PN,color:theme.colors.greyDarker},title),(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Typography__WEBPACK_IMPORTED_MODULE_9__.Z,{variant:"body1",weight:"regular",css:_styles__WEBPACK_IMPORTED_MODULE_5__.vy,color:theme.colors.greyDarker60},text),children,(0,_emotion_react__WEBPACK_IMPORTED_MODULE_3__.tZ)(_components_Typography__WEBPACK_IMPORTED_MODULE_9__.Z,{variant:"body1",weight:"regular",css:_styles__WEBPACK_IMPORTED_MODULE_5__.Yy,color:theme.colors.greyDarker},getTimeAgo(time)))}));try{NotificationCard.displayName="NotificationCard",NotificationCard.__docgenInfo={description:"",displayName:"NotificationCard",props:{title:{defaultValue:null,description:"",name:"title",required:!0,type:{name:"string"}},text:{defaultValue:null,description:"",name:"text",required:!0,type:{name:"string"}},isRead:{defaultValue:null,description:"",name:"isRead",required:!0,type:{name:"boolean"}},type:{defaultValue:null,description:"",name:"type",required:!0,type:{name:"NotificationType"}},time:{defaultValue:null,description:"",name:"time",required:!0,type:{name:"string | number"}},onClick:{defaultValue:null,description:"",name:"onClick",required:!1,type:{name:"() => void"}},className:{defaultValue:null,description:"",name:"className",required:!1,type:{name:"string"}},ref:{defaultValue:null,description:"Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",name:"ref",required:!1,type:{name:"Ref<HTMLDivElement>"}},key:{defaultValue:null,description:"",name:"key",required:!1,type:{name:"Key"}},css:{defaultValue:null,description:"",name:"css",required:!1,type:{name:"Interpolation<Theme>"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/NotificationCard.tsx#NotificationCard"]={docgenInfo:NotificationCard.__docgenInfo,name:"NotificationCard",path:"src/components/NotificationCard/NotificationCard.tsx#NotificationCard"})}catch(__react_docgen_typescript_loader_error){}},"./src/components/NotificationCard/styles.tsx":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{L$:function(){return notifyBadge},PN:function(){return notifyTitle},Yy:function(){return notifyTime},c3:function(){return childrenWrapper},oz:function(){return notifyCard},vy:function(){return notifyText}});var _emotion_react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/.pnpm/@emotion+react@11.11.1_@types+react@18.2.8_react@18.2.0/node_modules/@emotion/react/dist/emotion-react.browser.esm.js");const childrenWrapper=theme=>`\n grid-column: 2 / span 2;\n margin-top: 10px;\n\n button {\n height: 31px;\n border-radius: 6px;\n font-weight: 700;\n\n &:focus::before {\n content: none;\n }\n\n &:not(:last-child) {\n margin-right: 20px;\n }\n }\n\n ${theme.mediaQueries.md} {\n margin-top: 13px;\n }\n\n ${theme.mediaQueries.xs} {\n button {\n height: 28px;\n padding: 10px;\n\n &:not(:last-child) {\n margin-right: 5px;\n }\n }\n }\n`,notifyCard=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("position:relative;display:grid;column-gap:9px;grid-template-columns:auto 1fr auto;padding:14px 12px;align-items:flex-start;&:not(:last-child){margin-bottom:5px;}",theme.mediaQueries.md,"{column-gap:12px;padding:14px 18px 14px 12px;&:not(:last-child){margin-bottom:10px;}}",theme.mediaQueries.xs,"{padding:10px 8px;}","","","","","",""),notifyBadge=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("display:grid;grid-row:1/span 2;height:auto;width:fit-content;padding:8px;border-radius:6px;box-shadow:-4px 12px 14px 0 #dae1e1;",theme.mediaQueries.md,"{padding:11px;border-radius:12px;svg{width:20px;height:20px;}}","","","","","",""),notifyTitle=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("grid-row:1;grid-column:2;margin-bottom:2px;",theme.mediaQueries.md,"{margin-top:-3px;font-size:16px;line-height:20px;}",theme.mediaQueries.xs,"{grid-row:2;}","","","","","",""),notifyText=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("grid-row:2;grid-column:2/span 3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;&:hover{overflow:visible;text-overflow:inherit;white-space:normal;}",theme.mediaQueries.md,"{font-size:13.3px;line-height:20px;overflow:visible;text-overflow:inherit;white-space:normal;}",theme.mediaQueries.xs,"{grid-row:3;}","","","","","",""),notifyTime=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("grid-row:1;grid-column:3;text-align:right;",theme.mediaQueries.xs,"{grid-column:2;text-align:left;}","","","","","","");try{childrenWrapper.displayName="childrenWrapper",childrenWrapper.__docgenInfo={description:"",displayName:"childrenWrapper",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#childrenWrapper"]={docgenInfo:childrenWrapper.__docgenInfo,name:"childrenWrapper",path:"src/components/NotificationCard/styles.tsx#childrenWrapper"})}catch(__react_docgen_typescript_loader_error){}try{notifyCard.displayName="notifyCard",notifyCard.__docgenInfo={description:"",displayName:"notifyCard",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#notifyCard"]={docgenInfo:notifyCard.__docgenInfo,name:"notifyCard",path:"src/components/NotificationCard/styles.tsx#notifyCard"})}catch(__react_docgen_typescript_loader_error){}try{notifyBadge.displayName="notifyBadge",notifyBadge.__docgenInfo={description:"",displayName:"notifyBadge",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#notifyBadge"]={docgenInfo:notifyBadge.__docgenInfo,name:"notifyBadge",path:"src/components/NotificationCard/styles.tsx#notifyBadge"})}catch(__react_docgen_typescript_loader_error){}try{notifyTitle.displayName="notifyTitle",notifyTitle.__docgenInfo={description:"",displayName:"notifyTitle",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#notifyTitle"]={docgenInfo:notifyTitle.__docgenInfo,name:"notifyTitle",path:"src/components/NotificationCard/styles.tsx#notifyTitle"})}catch(__react_docgen_typescript_loader_error){}try{notifyText.displayName="notifyText",notifyText.__docgenInfo={description:"",displayName:"notifyText",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#notifyText"]={docgenInfo:notifyText.__docgenInfo,name:"notifyText",path:"src/components/NotificationCard/styles.tsx#notifyText"})}catch(__react_docgen_typescript_loader_error){}try{notifyTime.displayName="notifyTime",notifyTime.__docgenInfo={description:"",displayName:"notifyTime",props:{colors:{defaultValue:null,description:"",name:"colors",required:!0,type:{name:"Colors"}},mediaQueries:{defaultValue:null,description:"",name:"mediaQueries",required:!0,type:{name:"{ xs: `@media${string}`; sm: `@media${string}`; md: `@media${string}`; lg: `@media${string}`; xlg: `@media${string}`; }"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/NotificationCard/styles.tsx#notifyTime"]={docgenInfo:notifyTime.__docgenInfo,name:"notifyTime",path:"src/components/NotificationCard/styles.tsx#notifyTime"})}catch(__react_docgen_typescript_loader_error){}},"../utils/dist/index.js":function(module){self,module.exports=function(){"use strict";var e={d:function(t,n){for(var r in n)e.o(n,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:n[r]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r:function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{assocPath:function(){return m},callAll:function(){return r},dateFormatters:function(){return n},debounce:function(){return u},dissocPath:function(){return S},generateRange:function(){return g},mapObjIndexed:function(){return h},path:function(){return y},pathOr:function(){return b},prop:function(){return w},propOr:function(){return T},throttle:function(){return o}});var n={};e.r(n),e.d(n,{formatDate:function(){return l},formatDayOfWeek:function(){return f},formatTime:function(){return a},getTimeAgo:function(){return d},printDayOfTheWeek:function(){return s}});const r=(...e)=>(...t)=>e.forEach((e=>e?.(...t))),o=(e,t)=>{let n=!1,r=null,o=null;return[function u(...i){n?r=i:(n=!0,e(...i),o=setTimeout((()=>{n=!1,r&&(u(...r),r=null)}),t))},function(){o&&clearTimeout(o)}]},u=(e,t=200)=>{let n=null;return[(...r)=>{n&&clearTimeout(n),n=setTimeout((()=>{n&&clearTimeout(n),e(...r)}),t)},function(){n&&clearTimeout(n)}]},i=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],c={year:31536e3,month:2592e3,week:604800,day:86400,hour:3600,min:60},a=e=>new Date(e).toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"}),f=e=>i[new Date(e).getDay()],l=e=>new Date(e).toLocaleDateString("en-US",{day:"2-digit",month:"short"}),s=e=>{switch(e){case 0:return"Sun";case 1:return"Mon";case 2:return"Tue";case 3:return"Wed";case 4:return"Thu";case 5:return"Fri";case 6:return"Sat"}},d=e=>{const t=new Date(e).getTime();if(Number.isNaN(t))throw new Error("Invalid date");const n=Math.floor((Date.now()-t)/1e3);let r;for(const e in c)if(r=Math.floor(n/c[e]),r>=1)return`${r} ${e}${r>1?"s":""} ago`;return"Just Now"},h=(e,t)=>Object.keys(t).reduce(((n,r)=>(n[r]=e(t[r],r,t),n)),{}),p=(e,t,n)=>{for(let r=t;r<n;++r)e.push(r)};var g=(e,t)=>{if(null==e||!Number.isInteger(e))throw new Error("Pages count should be an integer");if(e<=0)return[];let n=[1];if(1===e)return n;if(null!=t&&!Number.isInteger(t))throw new Error("Selected page should be an integer");if(null!=t&&(t<1||t>e))throw new Error(`Selected page ${t} is out of range`);if(t&&t>2){const r=((e,t)=>{const n=[];return t!==e&&n.push(t),t>1&&n.unshift(t-1),t+1<e&&n.push(t+1),n})(e,t),[o,,u]=r;o-2>1?n.push(-1):p(n,2,o),n=n.concat(r),e-u>2?n.push(-1):p(n,u+1,e)}else e<=5?p(n,2,e):n.push(2,3,-1);return n.push(e),n};const m=([e,...t],n)=>r=>JSON.parse(JSON.stringify({...r,[e]:t.length?m(t,n)(r[e]):n})),S=e=>t=>{const n=JSON.parse(JSON.stringify(t));return e.reduce(((t,n,r)=>(r===e.length-1&&delete t[n],t[n])),n),n},y=e=>t=>e.reduce(((e,t)=>e?.[t]),t),b=(e,t)=>n=>{const r=y(t)(n);return null==r?e:r},w=e=>t=>t?.[e],T=(e,t)=>n=>{const r=w(t)(n);return null==r?e:r};return t}()}}]);
|