@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
package/tsconfig.build.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"emitDeclarationOnly": true,
|
|
6
6
|
"noEmit": false,
|
|
7
|
-
"allowJs":
|
|
7
|
+
"allowJs": true,
|
|
8
8
|
|
|
9
9
|
"strict": true,
|
|
10
10
|
"moduleResolution": "node",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"target": "es6",
|
|
14
14
|
"module": "esnext",
|
|
15
15
|
"noImplicitAny": false,
|
|
16
|
+
"jsxImportSource": "@emotion/react",
|
|
16
17
|
"jsx": "react-jsx",
|
|
17
18
|
"resolveJsonModule": true,
|
|
18
19
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
@@ -39,6 +40,8 @@
|
|
|
39
40
|
"dist/**/*",
|
|
40
41
|
"src/**/*.spec.ts",
|
|
41
42
|
"src/**/*.spec.tsx",
|
|
43
|
+
"src/**/*.e2e.ts",
|
|
44
|
+
"src/**/*.e2e.tsx",
|
|
42
45
|
"src/**/*.stories.tsx",
|
|
43
46
|
"src/**/*.stories.ts"
|
|
44
47
|
]
|
package/webpack.config.js
CHANGED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_ssa_ui_kit_core=self.webpackChunk_ssa_ui_kit_core||[]).push([[3624],{"../../node_modules/.pnpm/@babel+runtime@7.21.5/node_modules/@babel/runtime/helpers/esm/extends.js":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){function _extends(){return _extends=Object.assign?Object.assign.bind():function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target},_extends.apply(this,arguments)}__webpack_require__.d(__webpack_exports__,{Z:function(){return _extends}})},"../../node_modules/.pnpm/@floating-ui+core@1.4.1/node_modules/@floating-ui/core/dist/floating-ui.core.mjs":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{Cp:function(){return hide},RR:function(){return flip},cv:function(){return offset},dp:function(){return size},dr:function(){return limitShift},oo:function(){return computePosition},uY:function(){return shift},x7:function(){return arrow}});var _floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+utils@0.1.1/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs");function computeCoordsFromPlacement(_ref,placement,rtl){let{reference:reference,floating:floating}=_ref;const sideAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Qq)(placement),alignmentAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Wh)(placement),alignLength=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.I4)(alignmentAxis),side=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement),isVertical="y"===sideAxis,commonX=reference.x+reference.width/2-floating.width/2,commonY=reference.y+reference.height/2-floating.height/2,commonAlign=reference[alignLength]/2-floating[alignLength]/2;let coords;switch(side){case"top":coords={x:commonX,y:reference.y-floating.height};break;case"bottom":coords={x:commonX,y:reference.y+reference.height};break;case"right":coords={x:reference.x+reference.width,y:commonY};break;case"left":coords={x:reference.x-floating.width,y:commonY};break;default:coords={x:reference.x,y:reference.y}}switch((0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.hp)(placement)){case"start":coords[alignmentAxis]-=commonAlign*(rtl&&isVertical?-1:1);break;case"end":coords[alignmentAxis]+=commonAlign*(rtl&&isVertical?-1:1)}return coords}const computePosition=async(reference,floating,config)=>{const{placement:placement="bottom",strategy:strategy="absolute",middleware:middleware=[],platform:platform}=config,validMiddleware=middleware.filter(Boolean),rtl=await(null==platform.isRTL?void 0:platform.isRTL(floating));let rects=await platform.getElementRects({reference:reference,floating:floating,strategy:strategy}),{x:x,y:y}=computeCoordsFromPlacement(rects,placement,rtl),statefulPlacement=placement,middlewareData={},resetCount=0;for(let i=0;i<validMiddleware.length;i++){const{name:name,fn:fn}=validMiddleware[i],{x:nextX,y:nextY,data:data,reset:reset}=await fn({x:x,y:y,initialPlacement:placement,placement:statefulPlacement,strategy:strategy,middlewareData:middlewareData,rects:rects,platform:platform,elements:{reference:reference,floating:floating}});x=null!=nextX?nextX:x,y=null!=nextY?nextY:y,middlewareData={...middlewareData,[name]:{...middlewareData[name],...data}},reset&&resetCount<=50&&(resetCount++,"object"==typeof reset&&(reset.placement&&(statefulPlacement=reset.placement),reset.rects&&(rects=!0===reset.rects?await platform.getElementRects({reference:reference,floating:floating,strategy:strategy}):reset.rects),({x:x,y:y}=computeCoordsFromPlacement(rects,statefulPlacement,rtl))),i=-1)}return{x:x,y:y,placement:statefulPlacement,strategy:strategy,middlewareData:middlewareData}};async function detectOverflow(state,options){var _await$platform$isEle;void 0===options&&(options={});const{x:x,y:y,platform:platform,rects:rects,elements:elements,strategy:strategy}=state,{boundary:boundary="clippingAncestors",rootBoundary:rootBoundary="viewport",elementContext:elementContext="floating",altBoundary:altBoundary=!1,padding:padding=0}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state),paddingObject=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.yd)(padding),element=elements[altBoundary?"floating"===elementContext?"reference":"floating":elementContext],clippingClientRect=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.JB)(await platform.getClippingRect({element:null==(_await$platform$isEle=await(null==platform.isElement?void 0:platform.isElement(element)))||_await$platform$isEle?element:element.contextElement||await(null==platform.getDocumentElement?void 0:platform.getDocumentElement(elements.floating)),boundary:boundary,rootBoundary:rootBoundary,strategy:strategy})),rect="floating"===elementContext?{...rects.floating,x:x,y:y}:rects.reference,offsetParent=await(null==platform.getOffsetParent?void 0:platform.getOffsetParent(elements.floating)),offsetScale=await(null==platform.isElement?void 0:platform.isElement(offsetParent))&&await(null==platform.getScale?void 0:platform.getScale(offsetParent))||{x:1,y:1},elementClientRect=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.JB)(platform.convertOffsetParentRelativeRectToViewportRelativeRect?await platform.convertOffsetParentRelativeRectToViewportRelativeRect({rect:rect,offsetParent:offsetParent,strategy:strategy}):rect);return{top:(clippingClientRect.top-elementClientRect.top+paddingObject.top)/offsetScale.y,bottom:(elementClientRect.bottom-clippingClientRect.bottom+paddingObject.bottom)/offsetScale.y,left:(clippingClientRect.left-elementClientRect.left+paddingObject.left)/offsetScale.x,right:(elementClientRect.right-clippingClientRect.right+paddingObject.right)/offsetScale.x}}const arrow=options=>({name:"arrow",options:options,async fn(state){const{x:x,y:y,placement:placement,rects:rects,platform:platform,elements:elements}=state,{element:element,padding:padding=0}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state)||{};if(null==element)return{};const paddingObject=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.yd)(padding),coords={x:x,y:y},axis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Wh)(placement),length=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.I4)(axis),arrowDimensions=await platform.getDimensions(element),isYAxis="y"===axis,minProp=isYAxis?"top":"left",maxProp=isYAxis?"bottom":"right",clientProp=isYAxis?"clientHeight":"clientWidth",endDiff=rects.reference[length]+rects.reference[axis]-coords[axis]-rects.floating[length],startDiff=coords[axis]-rects.reference[axis],arrowOffsetParent=await(null==platform.getOffsetParent?void 0:platform.getOffsetParent(element));let clientSize=arrowOffsetParent?arrowOffsetParent[clientProp]:0;clientSize&&await(null==platform.isElement?void 0:platform.isElement(arrowOffsetParent))||(clientSize=elements.floating[clientProp]||rects.floating[length]);const centerToReference=endDiff/2-startDiff/2,largestPossiblePadding=clientSize/2-arrowDimensions[length]/2-1,minPadding=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.VV)(paddingObject[minProp],largestPossiblePadding),maxPadding=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.VV)(paddingObject[maxProp],largestPossiblePadding),min$1=minPadding,max=clientSize-arrowDimensions[length]-maxPadding,center=clientSize/2-arrowDimensions[length]/2+centerToReference,offset=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.uZ)(min$1,center,max),alignmentOffset=null!=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.hp)(placement)&¢er!=offset&&rects.reference[length]/2-(center<min$1?minPadding:maxPadding)-arrowDimensions[length]/2<0?center<min$1?min$1-center:max-center:0;return{[axis]:coords[axis]-alignmentOffset,data:{[axis]:offset,centerOffset:center-offset+alignmentOffset}}}});const flip=function(options){return void 0===options&&(options={}),{name:"flip",options:options,async fn(state){var _middlewareData$flip;const{placement:placement,middlewareData:middlewareData,rects:rects,initialPlacement:initialPlacement,platform:platform,elements:elements}=state,{mainAxis:checkMainAxis=!0,crossAxis:checkCrossAxis=!0,fallbackPlacements:specifiedFallbackPlacements,fallbackStrategy:fallbackStrategy="bestFit",fallbackAxisSideDirection:fallbackAxisSideDirection="none",flipAlignment:flipAlignment=!0,...detectOverflowOptions}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state),side=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement),isBasePlacement=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(initialPlacement)===initialPlacement,rtl=await(null==platform.isRTL?void 0:platform.isRTL(elements.floating)),fallbackPlacements=specifiedFallbackPlacements||(isBasePlacement||!flipAlignment?[(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.pw)(initialPlacement)]:(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.gy)(initialPlacement));specifiedFallbackPlacements||"none"===fallbackAxisSideDirection||fallbackPlacements.push(...(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.KX)(initialPlacement,flipAlignment,fallbackAxisSideDirection,rtl));const placements=[initialPlacement,...fallbackPlacements],overflow=await detectOverflow(state,detectOverflowOptions),overflows=[];let overflowsData=(null==(_middlewareData$flip=middlewareData.flip)?void 0:_middlewareData$flip.overflows)||[];if(checkMainAxis&&overflows.push(overflow[side]),checkCrossAxis){const sides=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.i8)(placement,rects,rtl);overflows.push(overflow[sides[0]],overflow[sides[1]])}if(overflowsData=[...overflowsData,{placement:placement,overflows:overflows}],!overflows.every((side=>side<=0))){var _middlewareData$flip2,_overflowsData$filter;const nextIndex=((null==(_middlewareData$flip2=middlewareData.flip)?void 0:_middlewareData$flip2.index)||0)+1,nextPlacement=placements[nextIndex];if(nextPlacement)return{data:{index:nextIndex,overflows:overflowsData},reset:{placement:nextPlacement}};let resetPlacement=null==(_overflowsData$filter=overflowsData.filter((d=>d.overflows[0]<=0)).sort(((a,b)=>a.overflows[1]-b.overflows[1]))[0])?void 0:_overflowsData$filter.placement;if(!resetPlacement)switch(fallbackStrategy){case"bestFit":{var _overflowsData$map$so;const placement=null==(_overflowsData$map$so=overflowsData.map((d=>[d.placement,d.overflows.filter((overflow=>overflow>0)).reduce(((acc,overflow)=>acc+overflow),0)])).sort(((a,b)=>a[1]-b[1]))[0])?void 0:_overflowsData$map$so[0];placement&&(resetPlacement=placement);break}case"initialPlacement":resetPlacement=initialPlacement}if(placement!==resetPlacement)return{reset:{placement:resetPlacement}}}return{}}}};function getSideOffsets(overflow,rect){return{top:overflow.top-rect.height,right:overflow.right-rect.width,bottom:overflow.bottom-rect.height,left:overflow.left-rect.width}}function isAnySideFullyClipped(overflow){return _floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.mA.some((side=>overflow[side]>=0))}const hide=function(options){return void 0===options&&(options={}),{name:"hide",options:options,async fn(state){const{rects:rects}=state,{strategy:strategy="referenceHidden",...detectOverflowOptions}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state);switch(strategy){case"referenceHidden":{const offsets=getSideOffsets(await detectOverflow(state,{...detectOverflowOptions,elementContext:"reference"}),rects.reference);return{data:{referenceHiddenOffsets:offsets,referenceHidden:isAnySideFullyClipped(offsets)}}}case"escaped":{const offsets=getSideOffsets(await detectOverflow(state,{...detectOverflowOptions,altBoundary:!0}),rects.floating);return{data:{escapedOffsets:offsets,escaped:isAnySideFullyClipped(offsets)}}}default:return{}}}}};const offset=function(options){return void 0===options&&(options=0),{name:"offset",options:options,async fn(state){const{x:x,y:y}=state,diffCoords=await async function convertValueToCoords(state,options){const{placement:placement,platform:platform,elements:elements}=state,rtl=await(null==platform.isRTL?void 0:platform.isRTL(elements.floating)),side=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement),alignment=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.hp)(placement),isVertical="y"===(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Qq)(placement),mainAxisMulti=["left","top"].includes(side)?-1:1,crossAxisMulti=rtl&&isVertical?-1:1,rawValue=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state);let{mainAxis:mainAxis,crossAxis:crossAxis,alignmentAxis:alignmentAxis}="number"==typeof rawValue?{mainAxis:rawValue,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...rawValue};return alignment&&"number"==typeof alignmentAxis&&(crossAxis="end"===alignment?-1*alignmentAxis:alignmentAxis),isVertical?{x:crossAxis*crossAxisMulti,y:mainAxis*mainAxisMulti}:{x:mainAxis*mainAxisMulti,y:crossAxis*crossAxisMulti}}(state,options);return{x:x+diffCoords.x,y:y+diffCoords.y,data:diffCoords}}}},shift=function(options){return void 0===options&&(options={}),{name:"shift",options:options,async fn(state){const{x:x,y:y,placement:placement}=state,{mainAxis:checkMainAxis=!0,crossAxis:checkCrossAxis=!1,limiter:limiter={fn:_ref=>{let{x:x,y:y}=_ref;return{x:x,y:y}}},...detectOverflowOptions}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state),coords={x:x,y:y},overflow=await detectOverflow(state,detectOverflowOptions),crossAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Qq)((0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement)),mainAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Rn)(crossAxis);let mainAxisCoord=coords[mainAxis],crossAxisCoord=coords[crossAxis];if(checkMainAxis){const maxSide="y"===mainAxis?"bottom":"right",min=mainAxisCoord+overflow["y"===mainAxis?"top":"left"],max=mainAxisCoord-overflow[maxSide];mainAxisCoord=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.uZ)(min,mainAxisCoord,max)}if(checkCrossAxis){const maxSide="y"===crossAxis?"bottom":"right",min=crossAxisCoord+overflow["y"===crossAxis?"top":"left"],max=crossAxisCoord-overflow[maxSide];crossAxisCoord=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.uZ)(min,crossAxisCoord,max)}const limitedCoords=limiter.fn({...state,[mainAxis]:mainAxisCoord,[crossAxis]:crossAxisCoord});return{...limitedCoords,data:{x:limitedCoords.x-x,y:limitedCoords.y-y}}}}},limitShift=function(options){return void 0===options&&(options={}),{options:options,fn(state){const{x:x,y:y,placement:placement,rects:rects,middlewareData:middlewareData}=state,{offset:offset=0,mainAxis:checkMainAxis=!0,crossAxis:checkCrossAxis=!0}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state),coords={x:x,y:y},crossAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Qq)(placement),mainAxis=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Rn)(crossAxis);let mainAxisCoord=coords[mainAxis],crossAxisCoord=coords[crossAxis];const rawOffset=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(offset,state),computedOffset="number"==typeof rawOffset?{mainAxis:rawOffset,crossAxis:0}:{mainAxis:0,crossAxis:0,...rawOffset};if(checkMainAxis){const len="y"===mainAxis?"height":"width",limitMin=rects.reference[mainAxis]-rects.floating[len]+computedOffset.mainAxis,limitMax=rects.reference[mainAxis]+rects.reference[len]-computedOffset.mainAxis;mainAxisCoord<limitMin?mainAxisCoord=limitMin:mainAxisCoord>limitMax&&(mainAxisCoord=limitMax)}if(checkCrossAxis){var _middlewareData$offse,_middlewareData$offse2;const len="y"===mainAxis?"width":"height",isOriginSide=["top","left"].includes((0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement)),limitMin=rects.reference[crossAxis]-rects.floating[len]+(isOriginSide&&(null==(_middlewareData$offse=middlewareData.offset)?void 0:_middlewareData$offse[crossAxis])||0)+(isOriginSide?0:computedOffset.crossAxis),limitMax=rects.reference[crossAxis]+rects.reference[len]+(isOriginSide?0:(null==(_middlewareData$offse2=middlewareData.offset)?void 0:_middlewareData$offse2[crossAxis])||0)-(isOriginSide?computedOffset.crossAxis:0);crossAxisCoord<limitMin?crossAxisCoord=limitMin:crossAxisCoord>limitMax&&(crossAxisCoord=limitMax)}return{[mainAxis]:mainAxisCoord,[crossAxis]:crossAxisCoord}}}},size=function(options){return void 0===options&&(options={}),{name:"size",options:options,async fn(state){const{placement:placement,rects:rects,platform:platform,elements:elements}=state,{apply:apply=(()=>{}),...detectOverflowOptions}=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.ku)(options,state),overflow=await detectOverflow(state,detectOverflowOptions),side=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.k3)(placement),alignment=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.hp)(placement),isYAxis="y"===(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Qq)(placement),{width:width,height:height}=rects.floating;let heightSide,widthSide;"top"===side||"bottom"===side?(heightSide=side,widthSide=alignment===(await(null==platform.isRTL?void 0:platform.isRTL(elements.floating))?"start":"end")?"left":"right"):(widthSide=side,heightSide="end"===alignment?"top":"bottom");const overflowAvailableHeight=height-overflow[heightSide],overflowAvailableWidth=width-overflow[widthSide],noShift=!state.middlewareData.shift;let availableHeight=overflowAvailableHeight,availableWidth=overflowAvailableWidth;if(isYAxis){const maximumClippingWidth=width-overflow.left-overflow.right;availableWidth=alignment||noShift?(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.VV)(overflowAvailableWidth,maximumClippingWidth):maximumClippingWidth}else{const maximumClippingHeight=height-overflow.top-overflow.bottom;availableHeight=alignment||noShift?(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.VV)(overflowAvailableHeight,maximumClippingHeight):maximumClippingHeight}if(noShift&&!alignment){const xMin=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.left,0),xMax=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.right,0),yMin=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.top,0),yMax=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.bottom,0);isYAxis?availableWidth=width-2*(0!==xMin||0!==xMax?xMin+xMax:(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.left,overflow.right)):availableHeight=height-2*(0!==yMin||0!==yMax?yMin+yMax:(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_0__.Fp)(overflow.top,overflow.bottom))}await apply({...state,availableWidth:availableWidth,availableHeight:availableHeight});const nextDimensions=await platform.getDimensions(elements.floating);return width!==nextDimensions.width||height!==nextDimensions.height?{reset:{rects:!0}}:{}}}}},"../../node_modules/.pnpm/@floating-ui+dom@1.5.1/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{Jv:function(){return platform},Me:function(){return autoUpdate},oo:function(){return computePosition}});var _floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+utils@0.1.1/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs"),_floating_ui_core__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+core@1.4.1/node_modules/@floating-ui/core/dist/floating-ui.core.mjs"),_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+utils@0.1.1/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.mjs");function getCssDimensions(element){const css=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(element);let width=parseFloat(css.width)||0,height=parseFloat(css.height)||0;const hasOffset=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(element),offsetWidth=hasOffset?element.offsetWidth:width,offsetHeight=hasOffset?element.offsetHeight:height,shouldFallback=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.NM)(width)!==offsetWidth||(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.NM)(height)!==offsetHeight;return shouldFallback&&(width=offsetWidth,height=offsetHeight),{width:width,height:height,$:shouldFallback}}function unwrapElement(element){return(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(element)?element:element.contextElement}function getScale(element){const domElement=unwrapElement(element);if(!(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(domElement))return(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(1);const rect=domElement.getBoundingClientRect(),{width:width,height:height,$:$}=getCssDimensions(domElement);let x=($?(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.NM)(rect.width):rect.width)/width,y=($?(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.NM)(rect.height):rect.height)/height;return x&&Number.isFinite(x)||(x=1),y&&Number.isFinite(y)||(y=1),{x:x,y:y}}const noOffsets=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(0);function getVisualOffsets(element){const win=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(element);return(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Pf)()&&win.visualViewport?{x:win.visualViewport.offsetLeft,y:win.visualViewport.offsetTop}:noOffsets}function getBoundingClientRect(element,includeScale,isFixedStrategy,offsetParent){void 0===includeScale&&(includeScale=!1),void 0===isFixedStrategy&&(isFixedStrategy=!1);const clientRect=element.getBoundingClientRect(),domElement=unwrapElement(element);let scale=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(1);includeScale&&(offsetParent?(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(offsetParent)&&(scale=getScale(offsetParent)):scale=getScale(element));const visualOffsets=function shouldAddVisualOffsets(element,isFixed,floatingOffsetParent){return void 0===isFixed&&(isFixed=!1),!(!floatingOffsetParent||isFixed&&floatingOffsetParent!==(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(element))&&isFixed}(domElement,isFixedStrategy,offsetParent)?getVisualOffsets(domElement):(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(0);let x=(clientRect.left+visualOffsets.x)/scale.x,y=(clientRect.top+visualOffsets.y)/scale.y,width=clientRect.width/scale.x,height=clientRect.height/scale.y;if(domElement){const win=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(domElement),offsetWin=offsetParent&&(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(offsetParent)?(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(offsetParent):offsetParent;let currentIFrame=win.frameElement;for(;currentIFrame&&offsetParent&&offsetWin!==win;){const iframeScale=getScale(currentIFrame),iframeRect=currentIFrame.getBoundingClientRect(),css=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(currentIFrame),left=iframeRect.left+(currentIFrame.clientLeft+parseFloat(css.paddingLeft))*iframeScale.x,top=iframeRect.top+(currentIFrame.clientTop+parseFloat(css.paddingTop))*iframeScale.y;x*=iframeScale.x,y*=iframeScale.y,width*=iframeScale.x,height*=iframeScale.y,x+=left,y+=top,currentIFrame=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(currentIFrame).frameElement}}return(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.JB)({width:width,height:height,x:x,y:y})}function getWindowScrollBarX(element){return getBoundingClientRect((0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(element)).left+(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Lw)(element).scrollLeft}function getClientRectFromClippingAncestor(element,clippingAncestor,strategy){let rect;if("viewport"===clippingAncestor)rect=function getViewportRect(element,strategy){const win=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(element),html=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(element),visualViewport=win.visualViewport;let width=html.clientWidth,height=html.clientHeight,x=0,y=0;if(visualViewport){width=visualViewport.width,height=visualViewport.height;const visualViewportBased=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Pf)();(!visualViewportBased||visualViewportBased&&"fixed"===strategy)&&(x=visualViewport.offsetLeft,y=visualViewport.offsetTop)}return{width:width,height:height,x:x,y:y}}(element,strategy);else if("document"===clippingAncestor)rect=function getDocumentRect(element){const html=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(element),scroll=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Lw)(element),body=element.ownerDocument.body,width=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(html.scrollWidth,html.clientWidth,body.scrollWidth,body.clientWidth),height=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(html.scrollHeight,html.clientHeight,body.scrollHeight,body.clientHeight);let x=-scroll.scrollLeft+getWindowScrollBarX(element);const y=-scroll.scrollTop;return"rtl"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(body).direction&&(x+=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(html.clientWidth,body.clientWidth)-width),{width:width,height:height,x:x,y:y}}((0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(element));else if((0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(clippingAncestor))rect=function getInnerBoundingClientRect(element,strategy){const clientRect=getBoundingClientRect(element,!0,"fixed"===strategy),top=clientRect.top+element.clientTop,left=clientRect.left+element.clientLeft,scale=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(element)?getScale(element):(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(1);return{width:element.clientWidth*scale.x,height:element.clientHeight*scale.y,x:left*scale.x,y:top*scale.y}}(clippingAncestor,strategy);else{const visualOffsets=getVisualOffsets(element);rect={...clippingAncestor,x:clippingAncestor.x-visualOffsets.x,y:clippingAncestor.y-visualOffsets.y}}return(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.JB)(rect)}function hasFixedPositionAncestor(element,stopNode){const parentNode=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Ow)(element);return!(parentNode===stopNode||!(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(parentNode)||(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Py)(parentNode))&&("fixed"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(parentNode).position||hasFixedPositionAncestor(parentNode,stopNode))}function getRectRelativeToOffsetParent(element,offsetParent,strategy){const isOffsetParentAnElement=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(offsetParent),documentElement=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(offsetParent),isFixed="fixed"===strategy,rect=getBoundingClientRect(element,!0,isFixed,offsetParent);let scroll={scrollLeft:0,scrollTop:0};const offsets=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(0);if(isOffsetParentAnElement||!isOffsetParentAnElement&&!isFixed)if(("body"!==(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.wk)(offsetParent)||(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.ao)(documentElement))&&(scroll=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Lw)(offsetParent)),isOffsetParentAnElement){const offsetRect=getBoundingClientRect(offsetParent,!0,isFixed,offsetParent);offsets.x=offsetRect.x+offsetParent.clientLeft,offsets.y=offsetRect.y+offsetParent.clientTop}else documentElement&&(offsets.x=getWindowScrollBarX(documentElement));return{x:rect.left+scroll.scrollLeft-offsets.x,y:rect.top+scroll.scrollTop-offsets.y,width:rect.width,height:rect.height}}function getTrueOffsetParent(element,polyfill){return(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(element)&&"fixed"!==(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(element).position?polyfill?polyfill(element):element.offsetParent:null}function getOffsetParent(element,polyfill){const window=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Jj)(element);if(!(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(element))return window;let offsetParent=getTrueOffsetParent(element,polyfill);for(;offsetParent&&(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Ze)(offsetParent)&&"static"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(offsetParent).position;)offsetParent=getTrueOffsetParent(offsetParent,polyfill);return offsetParent&&("html"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.wk)(offsetParent)||"body"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.wk)(offsetParent)&&"static"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(offsetParent).position&&!(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.hT)(offsetParent))?window:offsetParent||(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.gQ)(element)||window}const platform={convertOffsetParentRelativeRectToViewportRelativeRect:function convertOffsetParentRelativeRectToViewportRelativeRect(_ref){let{rect:rect,offsetParent:offsetParent,strategy:strategy}=_ref;const isOffsetParentAnElement=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(offsetParent),documentElement=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(offsetParent);if(offsetParent===documentElement)return rect;let scroll={scrollLeft:0,scrollTop:0},scale=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(1);const offsets=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.ze)(0);if((isOffsetParentAnElement||!isOffsetParentAnElement&&"fixed"!==strategy)&&(("body"!==(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.wk)(offsetParent)||(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.ao)(documentElement))&&(scroll=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Lw)(offsetParent)),(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Re)(offsetParent))){const offsetRect=getBoundingClientRect(offsetParent);scale=getScale(offsetParent),offsets.x=offsetRect.x+offsetParent.clientLeft,offsets.y=offsetRect.y+offsetParent.clientTop}return{width:rect.width*scale.x,height:rect.height*scale.y,x:rect.x*scale.x-scroll.scrollLeft*scale.x+offsets.x,y:rect.y*scale.y-scroll.scrollTop*scale.y+offsets.y}},getDocumentElement:_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF,getClippingRect:function getClippingRect(_ref){let{element:element,boundary:boundary,rootBoundary:rootBoundary,strategy:strategy}=_ref;const clippingAncestors=[..."clippingAncestors"===boundary?function getClippingElementAncestors(element,cache){const cachedResult=cache.get(element);if(cachedResult)return cachedResult;let result=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Kx)(element).filter((el=>(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(el)&&"body"!==(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.wk)(el))),currentContainingBlockComputedStyle=null;const elementIsFixed="fixed"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(element).position;let currentNode=elementIsFixed?(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Ow)(element):element;for(;(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK)(currentNode)&&!(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Py)(currentNode);){const computedStyle=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(currentNode),currentNodeIsContaining=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.hT)(currentNode);currentNodeIsContaining||"fixed"!==computedStyle.position||(currentContainingBlockComputedStyle=null),(elementIsFixed?!currentNodeIsContaining&&!currentContainingBlockComputedStyle:!currentNodeIsContaining&&"static"===computedStyle.position&¤tContainingBlockComputedStyle&&["absolute","fixed"].includes(currentContainingBlockComputedStyle.position)||(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.ao)(currentNode)&&!currentNodeIsContaining&&hasFixedPositionAncestor(element,currentNode))?result=result.filter((ancestor=>ancestor!==currentNode)):currentContainingBlockComputedStyle=computedStyle,currentNode=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Ow)(currentNode)}return cache.set(element,result),result}(element,this._c):[].concat(boundary),rootBoundary],firstClippingAncestor=clippingAncestors[0],clippingRect=clippingAncestors.reduce(((accRect,clippingAncestor)=>{const rect=getClientRectFromClippingAncestor(element,clippingAncestor,strategy);return accRect.top=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(rect.top,accRect.top),accRect.right=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.VV)(rect.right,accRect.right),accRect.bottom=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.VV)(rect.bottom,accRect.bottom),accRect.left=(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(rect.left,accRect.left),accRect}),getClientRectFromClippingAncestor(element,firstClippingAncestor,strategy));return{width:clippingRect.right-clippingRect.left,height:clippingRect.bottom-clippingRect.top,x:clippingRect.left,y:clippingRect.top}},getOffsetParent:getOffsetParent,getElementRects:async function(_ref){let{reference:reference,floating:floating,strategy:strategy}=_ref;const getOffsetParentFn=this.getOffsetParent||getOffsetParent,getDimensionsFn=this.getDimensions;return{reference:getRectRelativeToOffsetParent(reference,await getOffsetParentFn(floating),strategy),floating:{x:0,y:0,...await getDimensionsFn(floating)}}},getClientRects:function getClientRects(element){return Array.from(element.getClientRects())},getDimensions:function getDimensions(element){return getCssDimensions(element)},getScale:getScale,isElement:_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.kK,isRTL:function isRTL(element){return"rtl"===(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Dx)(element).direction}};function autoUpdate(reference,floating,update,options){void 0===options&&(options={});const{ancestorScroll:ancestorScroll=!0,ancestorResize:ancestorResize=!0,elementResize:elementResize="function"==typeof ResizeObserver,layoutShift:layoutShift="function"==typeof IntersectionObserver,animationFrame:animationFrame=!1}=options,referenceEl=unwrapElement(reference),ancestors=ancestorScroll||ancestorResize?[...referenceEl?(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Kx)(referenceEl):[],...(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.Kx)(floating)]:[];ancestors.forEach((ancestor=>{ancestorScroll&&ancestor.addEventListener("scroll",update,{passive:!0}),ancestorResize&&ancestor.addEventListener("resize",update)}));const cleanupIo=referenceEl&&layoutShift?function observeMove(element,onMove){let timeoutId,io=null;const root=(0,_floating_ui_utils_dom__WEBPACK_IMPORTED_MODULE_0__.tF)(element);function cleanup(){clearTimeout(timeoutId),io&&io.disconnect(),io=null}return function refresh(skip,threshold){void 0===skip&&(skip=!1),void 0===threshold&&(threshold=1),cleanup();const{left:left,top:top,width:width,height:height}=element.getBoundingClientRect();if(skip||onMove(),!width||!height)return;const options={rootMargin:-(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.GW)(top)+"px "+-(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.GW)(root.clientWidth-(left+width))+"px "+-(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.GW)(root.clientHeight-(top+height))+"px "+-(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.GW)(left)+"px",threshold:(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.Fp)(0,(0,_floating_ui_utils__WEBPACK_IMPORTED_MODULE_1__.VV)(1,threshold))||1};let isFirstUpdate=!0;function handleObserve(entries){const ratio=entries[0].intersectionRatio;if(ratio!==threshold){if(!isFirstUpdate)return refresh();ratio?refresh(!1,ratio):timeoutId=setTimeout((()=>{refresh(!1,1e-7)}),100)}isFirstUpdate=!1}try{io=new IntersectionObserver(handleObserve,{...options,root:root.ownerDocument})}catch(e){io=new IntersectionObserver(handleObserve,options)}io.observe(element)}(!0),cleanup}(referenceEl,update):null;let frameId,reobserveFrame=-1,resizeObserver=null;elementResize&&(resizeObserver=new ResizeObserver((_ref=>{let[firstEntry]=_ref;firstEntry&&firstEntry.target===referenceEl&&resizeObserver&&(resizeObserver.unobserve(floating),cancelAnimationFrame(reobserveFrame),reobserveFrame=requestAnimationFrame((()=>{resizeObserver&&resizeObserver.observe(floating)}))),update()})),referenceEl&&!animationFrame&&resizeObserver.observe(referenceEl),resizeObserver.observe(floating));let prevRefRect=animationFrame?getBoundingClientRect(reference):null;return animationFrame&&function frameLoop(){const nextRefRect=getBoundingClientRect(reference);!prevRefRect||nextRefRect.x===prevRefRect.x&&nextRefRect.y===prevRefRect.y&&nextRefRect.width===prevRefRect.width&&nextRefRect.height===prevRefRect.height||update();prevRefRect=nextRefRect,frameId=requestAnimationFrame(frameLoop)}(),update(),()=>{ancestors.forEach((ancestor=>{ancestorScroll&&ancestor.removeEventListener("scroll",update),ancestorResize&&ancestor.removeEventListener("resize",update)})),cleanupIo&&cleanupIo(),resizeObserver&&resizeObserver.disconnect(),resizeObserver=null,animationFrame&&cancelAnimationFrame(frameId)}}const computePosition=(reference,floating,options)=>{const cache=new Map,mergedOptions={platform:platform,...options},platformWithCache={...mergedOptions.platform,_c:cache};return(0,_floating_ui_core__WEBPACK_IMPORTED_MODULE_2__.oo)(reference,floating,{...mergedOptions,platform:platformWithCache})}},"../../node_modules/.pnpm/@floating-ui+react-dom@2.0.2_react-dom@18.2.0_react@18.2.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{YF:function(){return useFloating},x7:function(){return arrow}});var _floating_ui_dom__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+core@1.4.1/node_modules/@floating-ui/core/dist/floating-ui.core.mjs"),_floating_ui_dom__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../node_modules/.pnpm/@floating-ui+dom@1.5.1/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs"),react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js"),react_dom__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js");const arrow=options=>({name:"arrow",options:options,fn(state){const{element:element,padding:padding}="function"==typeof options?options(state):options;return element&&function isRef(value){return{}.hasOwnProperty.call(value,"current")}(element)?null!=element.current?(0,_floating_ui_dom__WEBPACK_IMPORTED_MODULE_2__.x7)({element:element.current,padding:padding}).fn(state):{}:element?(0,_floating_ui_dom__WEBPACK_IMPORTED_MODULE_2__.x7)({element:element,padding:padding}).fn(state):{}}});var index="undefined"!=typeof document?react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect:react__WEBPACK_IMPORTED_MODULE_0__.useEffect;function deepEqual(a,b){if(a===b)return!0;if(typeof a!=typeof b)return!1;if("function"==typeof a&&a.toString()===b.toString())return!0;let length,i,keys;if(a&&b&&"object"==typeof a){if(Array.isArray(a)){if(length=a.length,length!=b.length)return!1;for(i=length;0!=i--;)if(!deepEqual(a[i],b[i]))return!1;return!0}if(keys=Object.keys(a),length=keys.length,length!==Object.keys(b).length)return!1;for(i=length;0!=i--;)if(!{}.hasOwnProperty.call(b,keys[i]))return!1;for(i=length;0!=i--;){const key=keys[i];if(("_owner"!==key||!a.$$typeof)&&!deepEqual(a[key],b[key]))return!1}return!0}return a!=a&&b!=b}function getDPR(element){if("undefined"==typeof window)return 1;return(element.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(element,value){const dpr=getDPR(element);return Math.round(value*dpr)/dpr}function useLatestRef(value){const ref=react__WEBPACK_IMPORTED_MODULE_0__.useRef(value);return index((()=>{ref.current=value})),ref}function useFloating(options){void 0===options&&(options={});const{placement:placement="bottom",strategy:strategy="absolute",middleware:middleware=[],platform:platform,elements:{reference:externalReference,floating:externalFloating}={},transform:transform=!0,whileElementsMounted:whileElementsMounted,open:open}=options,[data,setData]=react__WEBPACK_IMPORTED_MODULE_0__.useState({x:0,y:0,strategy:strategy,placement:placement,middlewareData:{},isPositioned:!1}),[latestMiddleware,setLatestMiddleware]=react__WEBPACK_IMPORTED_MODULE_0__.useState(middleware);deepEqual(latestMiddleware,middleware)||setLatestMiddleware(middleware);const[_reference,_setReference]=react__WEBPACK_IMPORTED_MODULE_0__.useState(null),[_floating,_setFloating]=react__WEBPACK_IMPORTED_MODULE_0__.useState(null),setReference=react__WEBPACK_IMPORTED_MODULE_0__.useCallback((node=>{node!=referenceRef.current&&(referenceRef.current=node,_setReference(node))}),[_setReference]),setFloating=react__WEBPACK_IMPORTED_MODULE_0__.useCallback((node=>{node!==floatingRef.current&&(floatingRef.current=node,_setFloating(node))}),[_setFloating]),referenceEl=externalReference||_reference,floatingEl=externalFloating||_floating,referenceRef=react__WEBPACK_IMPORTED_MODULE_0__.useRef(null),floatingRef=react__WEBPACK_IMPORTED_MODULE_0__.useRef(null),dataRef=react__WEBPACK_IMPORTED_MODULE_0__.useRef(data),whileElementsMountedRef=useLatestRef(whileElementsMounted),platformRef=useLatestRef(platform),update=react__WEBPACK_IMPORTED_MODULE_0__.useCallback((()=>{if(!referenceRef.current||!floatingRef.current)return;const config={placement:placement,strategy:strategy,middleware:latestMiddleware};platformRef.current&&(config.platform=platformRef.current),(0,_floating_ui_dom__WEBPACK_IMPORTED_MODULE_3__.oo)(referenceRef.current,floatingRef.current,config).then((data=>{const fullData={...data,isPositioned:!0};isMountedRef.current&&!deepEqual(dataRef.current,fullData)&&(dataRef.current=fullData,react_dom__WEBPACK_IMPORTED_MODULE_1__.flushSync((()=>{setData(fullData)})))}))}),[latestMiddleware,placement,strategy,platformRef]);index((()=>{!1===open&&dataRef.current.isPositioned&&(dataRef.current.isPositioned=!1,setData((data=>({...data,isPositioned:!1}))))}),[open]);const isMountedRef=react__WEBPACK_IMPORTED_MODULE_0__.useRef(!1);index((()=>(isMountedRef.current=!0,()=>{isMountedRef.current=!1})),[]),index((()=>{if(referenceEl&&(referenceRef.current=referenceEl),floatingEl&&(floatingRef.current=floatingEl),referenceEl&&floatingEl){if(whileElementsMountedRef.current)return whileElementsMountedRef.current(referenceEl,floatingEl,update);update()}}),[referenceEl,floatingEl,update,whileElementsMountedRef]);const refs=react__WEBPACK_IMPORTED_MODULE_0__.useMemo((()=>({reference:referenceRef,floating:floatingRef,setReference:setReference,setFloating:setFloating})),[setReference,setFloating]),elements=react__WEBPACK_IMPORTED_MODULE_0__.useMemo((()=>({reference:referenceEl,floating:floatingEl})),[referenceEl,floatingEl]),floatingStyles=react__WEBPACK_IMPORTED_MODULE_0__.useMemo((()=>{const initialStyles={position:strategy,left:0,top:0};if(!elements.floating)return initialStyles;const x=roundByDPR(elements.floating,data.x),y=roundByDPR(elements.floating,data.y);return transform?{...initialStyles,transform:"translate("+x+"px, "+y+"px)",...getDPR(elements.floating)>=1.5&&{willChange:"transform"}}:{position:strategy,left:x,top:y}}),[strategy,transform,elements.floating,data.x,data.y]);return react__WEBPACK_IMPORTED_MODULE_0__.useMemo((()=>({...data,update:update,refs:refs,elements:elements,floatingStyles:floatingStyles})),[data,update,refs,elements,floatingStyles])}},"../../node_modules/.pnpm/@floating-ui+utils@0.1.1/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{Fp:function(){return max},GW:function(){return floor},I4:function(){return getAxisLength},JB:function(){return rectToClientRect},KX:function(){return getOppositeAxisPlacements},NM:function(){return round},Qq:function(){return getSideAxis},Rn:function(){return getOppositeAxis},VV:function(){return min},Wh:function(){return getAlignmentAxis},gy:function(){return getExpandedPlacements},hp:function(){return getAlignment},i8:function(){return getAlignmentSides},k3:function(){return getSide},ku:function(){return evaluate},mA:function(){return sides},pw:function(){return getOppositePlacement},uZ:function(){return clamp},yd:function(){return getPaddingObject},ze:function(){return createCoords}});const sides=["top","right","bottom","left"],min=Math.min,max=Math.max,round=Math.round,floor=Math.floor,createCoords=v=>({x:v,y:v}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},oppositeAlignmentMap={start:"end",end:"start"};function clamp(start,value,end){return max(start,min(value,end))}function evaluate(value,param){return"function"==typeof value?value(param):value}function getSide(placement){return placement.split("-")[0]}function getAlignment(placement){return placement.split("-")[1]}function getOppositeAxis(axis){return"x"===axis?"y":"x"}function getAxisLength(axis){return"y"===axis?"height":"width"}function getSideAxis(placement){return["top","bottom"].includes(getSide(placement))?"y":"x"}function getAlignmentAxis(placement){return getOppositeAxis(getSideAxis(placement))}function getAlignmentSides(placement,rects,rtl){void 0===rtl&&(rtl=!1);const alignment=getAlignment(placement),alignmentAxis=getAlignmentAxis(placement),length=getAxisLength(alignmentAxis);let mainAlignmentSide="x"===alignmentAxis?alignment===(rtl?"end":"start")?"right":"left":"start"===alignment?"bottom":"top";return rects.reference[length]>rects.floating[length]&&(mainAlignmentSide=getOppositePlacement(mainAlignmentSide)),[mainAlignmentSide,getOppositePlacement(mainAlignmentSide)]}function getExpandedPlacements(placement){const oppositePlacement=getOppositePlacement(placement);return[getOppositeAlignmentPlacement(placement),oppositePlacement,getOppositeAlignmentPlacement(oppositePlacement)]}function getOppositeAlignmentPlacement(placement){return placement.replace(/start|end/g,(alignment=>oppositeAlignmentMap[alignment]))}function getOppositeAxisPlacements(placement,flipAlignment,direction,rtl){const alignment=getAlignment(placement);let list=function getSideList(side,isStart,rtl){const lr=["left","right"],rl=["right","left"],tb=["top","bottom"],bt=["bottom","top"];switch(side){case"top":case"bottom":return rtl?isStart?rl:lr:isStart?lr:rl;case"left":case"right":return isStart?tb:bt;default:return[]}}(getSide(placement),"start"===direction,rtl);return alignment&&(list=list.map((side=>side+"-"+alignment)),flipAlignment&&(list=list.concat(list.map(getOppositeAlignmentPlacement)))),list}function getOppositePlacement(placement){return placement.replace(/left|right|bottom|top/g,(side=>oppositeSideMap[side]))}function getPaddingObject(padding){return"number"!=typeof padding?function expandPaddingObject(padding){return{top:0,right:0,bottom:0,left:0,...padding}}(padding):{top:padding,right:padding,bottom:padding,left:padding}}function rectToClientRect(rect){return{...rect,top:rect.y,left:rect.x,right:rect.x+rect.width,bottom:rect.y+rect.height}}},"../../node_modules/.pnpm/@floating-ui+utils@0.1.1/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.mjs":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){function getNodeName(node){return isNode(node)?(node.nodeName||"").toLowerCase():"#document"}function getWindow(node){var _node$ownerDocument;return(null==node||null==(_node$ownerDocument=node.ownerDocument)?void 0:_node$ownerDocument.defaultView)||window}function getDocumentElement(node){var _ref;return null==(_ref=(isNode(node)?node.ownerDocument:node.document)||window.document)?void 0:_ref.documentElement}function isNode(value){return value instanceof Node||value instanceof getWindow(value).Node}function isElement(value){return value instanceof Element||value instanceof getWindow(value).Element}function isHTMLElement(value){return value instanceof HTMLElement||value instanceof getWindow(value).HTMLElement}function isShadowRoot(value){return"undefined"!=typeof ShadowRoot&&(value instanceof ShadowRoot||value instanceof getWindow(value).ShadowRoot)}function isOverflowElement(element){const{overflow:overflow,overflowX:overflowX,overflowY:overflowY,display:display}=getComputedStyle(element);return/auto|scroll|overlay|hidden|clip/.test(overflow+overflowY+overflowX)&&!["inline","contents"].includes(display)}function isTableElement(element){return["table","td","th"].includes(getNodeName(element))}function isContainingBlock(element){const webkit=isWebKit(),css=getComputedStyle(element);return"none"!==css.transform||"none"!==css.perspective||!!css.containerType&&"normal"!==css.containerType||!webkit&&!!css.backdropFilter&&"none"!==css.backdropFilter||!webkit&&!!css.filter&&"none"!==css.filter||["transform","perspective","filter"].some((value=>(css.willChange||"").includes(value)))||["paint","layout","strict","content"].some((value=>(css.contain||"").includes(value)))}function getContainingBlock(element){let currentNode=getParentNode(element);for(;isHTMLElement(currentNode)&&!isLastTraversableNode(currentNode);){if(isContainingBlock(currentNode))return currentNode;currentNode=getParentNode(currentNode)}return null}function isWebKit(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(node){return["html","body","#document"].includes(getNodeName(node))}function getComputedStyle(element){return getWindow(element).getComputedStyle(element)}function getNodeScroll(element){return isElement(element)?{scrollLeft:element.scrollLeft,scrollTop:element.scrollTop}:{scrollLeft:element.pageXOffset,scrollTop:element.pageYOffset}}function getParentNode(node){if("html"===getNodeName(node))return node;const result=node.assignedSlot||node.parentNode||isShadowRoot(node)&&node.host||getDocumentElement(node);return isShadowRoot(result)?result.host:result}function getNearestOverflowAncestor(node){const parentNode=getParentNode(node);return isLastTraversableNode(parentNode)?node.ownerDocument?node.ownerDocument.body:node.body:isHTMLElement(parentNode)&&isOverflowElement(parentNode)?parentNode:getNearestOverflowAncestor(parentNode)}function getOverflowAncestors(node,list){var _node$ownerDocument2;void 0===list&&(list=[]);const scrollableAncestor=getNearestOverflowAncestor(node),isBody=scrollableAncestor===(null==(_node$ownerDocument2=node.ownerDocument)?void 0:_node$ownerDocument2.body),win=getWindow(scrollableAncestor);return isBody?list.concat(win,win.visualViewport||[],isOverflowElement(scrollableAncestor)?scrollableAncestor:[]):list.concat(scrollableAncestor,getOverflowAncestors(scrollableAncestor))}__webpack_require__.d(__webpack_exports__,{Dx:function(){return getComputedStyle},Jj:function(){return getWindow},Kx:function(){return getOverflowAncestors},Lw:function(){return getNodeScroll},Ow:function(){return getParentNode},Pf:function(){return isWebKit},Py:function(){return isLastTraversableNode},Re:function(){return isHTMLElement},Ze:function(){return isTableElement},Zq:function(){return isShadowRoot},ao:function(){return isOverflowElement},gQ:function(){return getContainingBlock},hT:function(){return isContainingBlock},kK:function(){return isElement},tF:function(){return getDocumentElement},wk:function(){return getNodeName}})}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_ssa_ui_kit_core=self.webpackChunk_ssa_ui_kit_core||[]).push([[4339],{"./src/styles/global.ts":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{GH:function(){return blueLight},Mk:function(){return turquoise},ek:function(){return green},er:function(){return yellow},iN:function(){return blue},iQ:function(){return pink},jk:function(){return purple}});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 pink=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.pink,";background:linear-gradient(\n 99.26deg,\n ",theme.colors.pink,",\n ",theme.colors.pinkLighter,"\n );box-shadow:-4px 4px 10px ",theme.colors.pinkLighter40,";","",""),yellow=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.yellow,";background:linear-gradient(\n 90deg,\n ",theme.colors.yellow,",\n ",theme.colors.yellowLighter,"\n );box-shadow:-4px 4px 10px ",theme.colors.yellowLighter40,";","",""),green=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.green,";background:linear-gradient(\n 295.98deg,\n ",theme.colors.green,",\n ",theme.colors.greenLighter,"\n );box-shadow:-4px 4px 10px ",theme.colors.greenLighter40,";","",""),turquoise=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.turquoise,";background:linear-gradient(\n 116.22deg,\n ",theme.colors.turquoise,",\n ",theme.colors.turquoiseLighter,"\n );box-shadow:-4px 4px 10px ",theme.colors.turquoiseLighter40,";","",""),purple=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.purple,";background:linear-gradient(\n 243.84deg,\n ",theme.colors.purpleLighter,",\n ",theme.colors.purple,"\n );box-shadow:-4px 4px 10px ",theme.colors.purpleLighter40,";","",""),blue=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.blue,";background:linear-gradient(\n 90deg,\n ",theme.colors.blue,",\n ",theme.colors.blueLighter,"\n );box-shadow:-4px 4px 10px ",theme.colors.blueLighter40,";","",""),blueLight=theme=>(0,_emotion_react__WEBPACK_IMPORTED_MODULE_0__.iv)("background-color:",theme.colors.blueLight,";background:linear-gradient(\n 247.37deg,\n ",theme.colors.blueLightLighter,",\n ",theme.colors.blueLight,"\n );box-shadow:-4px 4px 10px ",theme.colors.blueLightLighter40,";","","")}}]);
|