@ssa-ui-kit/core 1.0.0 → 1.0.1
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/dist/components/AccordionGroup/AccordionContent.d.ts +6 -1
- package/dist/components/AccordionGroup/AccordionContext.d.ts +1 -0
- package/dist/components/AccordionGroup/stories/helpers.d.ts +1 -1
- package/dist/components/AddNewAccountCard/types.d.ts +1 -0
- package/dist/components/Avatar/Avatar.d.ts +3 -2
- package/dist/components/Badge/BadgeBase.d.ts +3 -2
- package/dist/components/Badge/helpers.d.ts +5 -4
- package/dist/components/Badge/types.d.ts +1 -0
- package/dist/components/Button/Button.d.ts +1 -0
- package/dist/components/Button/ButtonBase.d.ts +3 -2
- package/dist/components/Button/fixtures.d.ts +33 -32
- package/dist/components/Button/helpers.d.ts +5 -4
- package/dist/components/Card/CardBase.d.ts +4 -3
- package/dist/components/Card/types.d.ts +1 -0
- package/dist/components/CardContent/CardContent.d.ts +1 -0
- package/dist/components/CardContent/CardContentBase.d.ts +4 -3
- package/dist/components/CardHeader/CardHeader.d.ts +1 -0
- package/dist/components/CardHeader/CardHeaderBase.d.ts +5 -4
- package/dist/components/CardList/types.d.ts +1 -0
- package/dist/components/Checkbox/CheckboxBase.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarBase.d.ts +4 -3
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarItem.d.ts +4 -3
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarLink.d.ts +2 -1
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarList.d.ts +4 -3
- package/dist/components/CollapsibleNavBar/CollapsibleNavBarWrapper.d.ts +4 -3
- package/dist/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.d.ts +4 -3
- package/dist/components/CollapsibleNavBar/NavBarAccordionContent.d.ts +9 -4
- package/dist/components/CollapsibleNavBar/NavBarItemWithSubMenu.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.d.ts +2 -1
- package/dist/components/CollapsibleNavBar/NavBarPopover.d.ts +2 -1
- package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +3 -3
- package/dist/components/CollapsibleNavBar/types.d.ts +1 -0
- package/dist/components/ColorPicker/styles.d.ts +3 -2
- package/dist/components/Dropdown/types.d.ts +1 -0
- package/dist/components/DropdownArrow/DropdownArrow.d.ts +3 -2
- package/dist/components/DropdownBase/DropdownBase.d.ts +3 -2
- package/dist/components/DropdownOption/DropdownOption.d.ts +2 -2
- package/dist/components/DropdownOptions/types.d.ts +1 -0
- package/dist/components/DropdownToggle/DropdownToggle.d.ts +3 -2
- package/dist/components/Filters/FilterBlockWrapper.d.ts +7 -6
- package/dist/components/Filters/Filters.d.ts +13 -2
- package/dist/components/Filters/FiltersContext.d.ts +13 -3
- package/dist/components/Filters/FiltersWrapper.d.ts +4 -3
- package/dist/components/Filters/hooks/useVisibility.d.ts +1 -0
- package/dist/components/Form/Form.d.ts +3 -2
- package/dist/components/FormAction/FormAction.d.ts +3 -2
- package/dist/components/FormGroup/FormGroup.d.ts +3 -2
- package/dist/components/FormHelperText/FormHelperTextBase.d.ts +4 -3
- package/dist/components/FormHelperText/types.d.ts +1 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/icons/Archive.d.ts +2 -1
- package/dist/components/Icon/icons/ArrowDown.d.ts +2 -1
- package/dist/components/Icon/icons/ArrowUp.d.ts +2 -1
- package/dist/components/Icon/icons/Attention.d.ts +2 -1
- package/dist/components/Icon/icons/BanUser.d.ts +2 -1
- package/dist/components/Icon/icons/Bin.d.ts +2 -1
- package/dist/components/Icon/icons/Calendar.d.ts +2 -1
- package/dist/components/Icon/icons/CarrotDown.d.ts +2 -1
- package/dist/components/Icon/icons/CarrotLeft.d.ts +2 -1
- package/dist/components/Icon/icons/CarrotRight.d.ts +2 -1
- package/dist/components/Icon/icons/CarrotUp.d.ts +2 -1
- package/dist/components/Icon/icons/Change.d.ts +2 -1
- package/dist/components/Icon/icons/Chart.d.ts +2 -1
- package/dist/components/Icon/icons/Check.d.ts +2 -1
- package/dist/components/Icon/icons/CheckCircle.d.ts +2 -1
- package/dist/components/Icon/icons/Circle.d.ts +2 -1
- package/dist/components/Icon/icons/Circular.d.ts +2 -1
- package/dist/components/Icon/icons/Clock.d.ts +2 -1
- package/dist/components/Icon/icons/Cogwheel.d.ts +2 -1
- package/dist/components/Icon/icons/ConfirmEmail.d.ts +2 -1
- package/dist/components/Icon/icons/Copy.d.ts +2 -1
- package/dist/components/Icon/icons/Cross.d.ts +2 -1
- package/dist/components/Icon/icons/Diet.d.ts +2 -1
- package/dist/components/Icon/icons/Edit.d.ts +2 -1
- package/dist/components/Icon/icons/Email.d.ts +2 -1
- package/dist/components/Icon/icons/Filter.d.ts +2 -1
- package/dist/components/Icon/icons/Home.d.ts +2 -1
- package/dist/components/Icon/icons/Import.d.ts +2 -1
- package/dist/components/Icon/icons/Information.d.ts +2 -1
- package/dist/components/Icon/icons/Invisible.d.ts +2 -1
- package/dist/components/Icon/icons/Lock.d.ts +2 -1
- package/dist/components/Icon/icons/LogIn.d.ts +2 -1
- package/dist/components/Icon/icons/LogOut.d.ts +2 -1
- package/dist/components/Icon/icons/Measurements.d.ts +2 -1
- package/dist/components/Icon/icons/Minus.d.ts +2 -1
- package/dist/components/Icon/icons/More.d.ts +2 -1
- package/dist/components/Icon/icons/MoreVertical.d.ts +2 -1
- package/dist/components/Icon/icons/Notification.d.ts +2 -1
- package/dist/components/Icon/icons/Pages.d.ts +2 -1
- package/dist/components/Icon/icons/Plus.d.ts +2 -1
- package/dist/components/Icon/icons/RadioOn.d.ts +2 -1
- package/dist/components/Icon/icons/Robot.d.ts +2 -1
- package/dist/components/Icon/icons/Roles.d.ts +2 -1
- package/dist/components/Icon/icons/Search.d.ts +2 -1
- package/dist/components/Icon/icons/Settings.d.ts +2 -1
- package/dist/components/Icon/icons/Sleep.d.ts +2 -1
- package/dist/components/Icon/icons/Stats.d.ts +2 -1
- package/dist/components/Icon/icons/Trainings.d.ts +2 -1
- package/dist/components/Icon/icons/UnArchive.d.ts +2 -1
- package/dist/components/Icon/icons/Union.d.ts +2 -1
- package/dist/components/Icon/icons/Unlock.d.ts +2 -1
- package/dist/components/Icon/icons/User.d.ts +2 -1
- package/dist/components/Icon/icons/Visible.d.ts +2 -1
- package/dist/components/Icon/icons/Warning.d.ts +2 -1
- package/dist/components/Icon/icons/all.d.ts +54 -0
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/components/Icon/types.d.ts +1 -0
- package/dist/components/Indicator/IndicatorBase.d.ts +4 -3
- package/dist/components/Indicator/types.d.ts +1 -0
- package/dist/components/Input/Input.d.ts +1 -0
- package/dist/components/Input/InputBase.d.ts +3 -2
- package/dist/components/Input/InputGroup.d.ts +4 -3
- package/dist/components/Input/InputStatusError.d.ts +3 -2
- package/dist/components/Input/InputStatusSuccess.d.ts +3 -2
- package/dist/components/Label/LabelBase.d.ts +3 -2
- package/dist/components/LargeTab/LargeTabBase.d.ts +3 -2
- package/dist/components/Link/Link.types.d.ts +1 -0
- package/dist/components/Link/LinkBase.d.ts +3 -2
- package/dist/components/LinksTabBar/LinksTabBarBase.d.ts +3 -2
- package/dist/components/Modal/Modal.context.d.ts +1 -0
- package/dist/components/ModalDialog/types.d.ts +1 -0
- package/dist/components/ModalDismissButton/ModalDismissButton.d.ts +1 -0
- package/dist/components/ModalOpenButton/ModalOpenButton.d.ts +1 -0
- package/dist/components/MultipleDropdown/types.d.ts +1 -0
- package/dist/components/MultipleDropdownNotification/MultipleDropdownNotification.d.ts +4 -3
- package/dist/components/MultipleDropdownOptions/types.d.ts +1 -0
- package/dist/components/NavBar/NavBarBase.d.ts +3 -2
- package/dist/components/NavBar/NavBarItem.d.ts +3 -2
- package/dist/components/NavBar/NavBarLink.d.ts +2 -1
- package/dist/components/NavBar/NavBarList.d.ts +3 -2
- package/dist/components/NavBar/NavBarWrapper.d.ts +3 -2
- package/dist/components/NavBar/NavToggleWrapper.d.ts +3 -2
- package/dist/components/NotificationCard/NotificationCard.d.ts +1 -0
- package/dist/components/NotificationCard/types.d.ts +1 -0
- package/dist/components/NotificationMenu/types.d.ts +1 -0
- package/dist/components/Pagination/PaginationContext.d.ts +1 -0
- package/dist/components/Pagination/WithPagination.d.ts +2 -1
- package/dist/components/Pagination/types.d.ts +1 -0
- package/dist/components/PieChart/PieChartBases.d.ts +5 -4
- package/dist/components/PieChart/PieChartLegendList.d.ts +3 -2
- package/dist/components/PieChart/PieChartLegendMarker.d.ts +2 -1
- package/dist/components/PieChart/types.d.ts +1 -0
- package/dist/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/components/Popover/stories/StoryComponent.d.ts +1 -1
- package/dist/components/Popover/types.d.ts +1 -0
- package/dist/components/Progress/types.d.ts +1 -0
- package/dist/components/ProgressCircle/ProgressCircleBase.d.ts +3 -2
- package/dist/components/ProgressCircle/ProgressCircleInner.d.ts +3 -2
- package/dist/components/ProgressCircle/ProgressCircleOuter.d.ts +3 -2
- package/dist/components/ProgressCircle/types.d.ts +1 -0
- package/dist/components/ProgressInfo/ProgressInfoTotals.d.ts +2 -1
- package/dist/components/ProgressLegend/types.d.ts +1 -0
- package/dist/components/ProgressLegendItem/types.d.ts +1 -0
- package/dist/components/ProgressVertical/types.d.ts +1 -0
- package/dist/components/Radio/RadioBase.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroupBase.d.ts +3 -2
- package/dist/components/RadioGroup/types.d.ts +1 -0
- package/dist/components/SearchBox/SearchBoxInput.d.ts +2 -1
- package/dist/components/SearchBox/SearchBoxWrapper.d.ts +3 -2
- package/dist/components/SearchBox/stories/StoryComponent.d.ts +1 -1
- package/dist/components/Step/Step.d.ts +7 -4
- package/dist/components/StepLabel/StepLabel.d.ts +1 -1
- package/dist/components/Stepper/types.d.ts +1 -0
- package/dist/components/Switch/SwitchBase.d.ts +3 -2
- package/dist/components/Switch/SwitchContext.d.ts +2 -1
- package/dist/components/Tab/TabBase.d.ts +3 -2
- package/dist/components/TabBar/TabBarContext.d.ts +2 -1
- package/dist/components/TabBar/stories/helpers.d.ts +9 -4
- package/dist/components/TabBar/types.d.ts +1 -0
- package/dist/components/Table/Table.d.ts +3 -2
- package/dist/components/Table/stories/SortableTable.d.ts +1 -1
- package/dist/components/TableBody/TableBody.d.ts +3 -2
- package/dist/components/TableCell/TableCell.d.ts +4 -3
- package/dist/components/TableFilters/TableFilterTrigger.d.ts +3 -3
- package/dist/components/TableFilters/TableFilterTriggerWithNotification.d.ts +2 -2
- package/dist/components/TableFilters/TableFiltersAccordionContent.d.ts +6 -1
- package/dist/components/TableFilters/TableFiltersButtons.d.ts +2 -2
- package/dist/components/TableHead/TableHead.d.ts +3 -2
- package/dist/components/TableRow/TableRow.d.ts +3 -2
- package/dist/components/Tag/types.d.ts +1 -0
- package/dist/components/Textarea/TextareaBase.d.ts +3 -2
- package/dist/components/Tooltip/TooltipContentBase.d.ts +3 -2
- package/dist/components/Tooltip/types.d.ts +1 -0
- package/dist/components/Tooltip/useTooltipContext.d.ts +1 -0
- package/dist/components/TooltipContent/TooltipContent.d.ts +1 -0
- package/dist/components/TooltipTrigger/TooltipTrigger.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +1 -0
- package/dist/components/Typography/types.d.ts +1 -0
- package/dist/components/WithVisibleLG/WithVisibleLG.d.ts +4 -3
- package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +2 -1
- package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +2 -1
- package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +2 -1
- package/dist/components/Wrapper/Wrapper.d.ts +6 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/safari-focus-outline.d.ts +1 -0
- package/dist/types/emotion.d.ts +1 -0
- package/package.json +3 -3
- package/src/components/Icon/Icon.tsx +10 -2
- package/src/components/Icon/icons/Archive.tsx +9 -2
- package/src/components/Icon/icons/ArrowDown.tsx +9 -2
- package/src/components/Icon/icons/ArrowUp.tsx +9 -2
- package/src/components/Icon/icons/Attention.tsx +9 -2
- package/src/components/Icon/icons/BanUser.tsx +9 -2
- package/src/components/Icon/icons/Bin.tsx +9 -2
- package/src/components/Icon/icons/Calendar.tsx +9 -2
- package/src/components/Icon/icons/CarrotDown.tsx +4 -1
- package/src/components/Icon/icons/CarrotLeft.tsx +4 -1
- package/src/components/Icon/icons/CarrotRight.tsx +4 -1
- package/src/components/Icon/icons/CarrotUp.tsx +9 -2
- package/src/components/Icon/icons/Change.tsx +9 -2
- package/src/components/Icon/icons/Chart.tsx +9 -2
- package/src/components/Icon/icons/Check.tsx +9 -2
- package/src/components/Icon/icons/CheckCircle.tsx +4 -1
- package/src/components/Icon/icons/Circle.tsx +9 -2
- package/src/components/Icon/icons/Circular.tsx +9 -2
- package/src/components/Icon/icons/Clock.tsx +9 -2
- package/src/components/Icon/icons/Cogwheel.tsx +9 -2
- package/src/components/Icon/icons/ConfirmEmail.tsx +4 -1
- package/src/components/Icon/icons/Copy.tsx +9 -2
- package/src/components/Icon/icons/Cross.tsx +9 -2
- package/src/components/Icon/icons/Diet.tsx +9 -2
- package/src/components/Icon/icons/Edit.tsx +9 -2
- package/src/components/Icon/icons/Email.tsx +9 -2
- package/src/components/Icon/icons/Filter.tsx +9 -2
- package/src/components/Icon/icons/Home.tsx +9 -2
- package/src/components/Icon/icons/Import.tsx +9 -2
- package/src/components/Icon/icons/Information.tsx +4 -1
- package/src/components/Icon/icons/Invisible.tsx +9 -2
- package/src/components/Icon/icons/Lock.tsx +9 -2
- package/src/components/Icon/icons/LogIn.tsx +9 -2
- package/src/components/Icon/icons/LogOut.tsx +9 -2
- package/src/components/Icon/icons/Measurements.tsx +4 -1
- package/src/components/Icon/icons/Minus.tsx +9 -2
- package/src/components/Icon/icons/More.tsx +9 -2
- package/src/components/Icon/icons/MoreVertical.tsx +4 -1
- package/src/components/Icon/icons/Notification.tsx +4 -1
- package/src/components/Icon/icons/Pages.tsx +9 -2
- package/src/components/Icon/icons/Plus.tsx +9 -2
- package/src/components/Icon/icons/RadioOn.tsx +9 -2
- package/src/components/Icon/icons/Robot.tsx +9 -2
- package/src/components/Icon/icons/Roles.tsx +9 -2
- package/src/components/Icon/icons/Search.tsx +9 -2
- package/src/components/Icon/icons/Settings.tsx +9 -2
- package/src/components/Icon/icons/Sleep.tsx +9 -2
- package/src/components/Icon/icons/Stats.tsx +9 -2
- package/src/components/Icon/icons/Trainings.tsx +9 -2
- package/src/components/Icon/icons/UnArchive.tsx +9 -2
- package/src/components/Icon/icons/Union.tsx +9 -2
- package/src/components/Icon/icons/Unlock.tsx +9 -2
- package/src/components/Icon/icons/User.tsx +9 -2
- package/src/components/Icon/icons/Visible.tsx +9 -2
- package/src/components/Icon/icons/Warning.tsx +9 -2
- package/src/components/Icon/icons/all.ts +59 -0
- package/src/components/Icon/icons/iconsList.tsx +5 -56
- package/src/components/Icon/icons/index.tsx +12 -117
- package/src/components/Icon/types.ts +1 -0
- package/tsbuildcache +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const InputError: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
6
|
export declare const InputStatusError: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const InputSuccess: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
6
|
export declare const InputStatusSuccess: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const LabelBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { LargeTabProps } from '../TabBar/types';
|
|
2
3
|
export declare const LargeTabBase: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & Pick<LargeTabProps, "isActive">, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const LinkBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const LinksTabBarBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const MultipleDropdownNotification: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
} & import("../..").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
5
|
-
theme?: import("@emotion/react").Theme;
|
|
6
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
6
7
|
}, {}, {}>;
|
|
7
8
|
export default MultipleDropdownNotification;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavBarBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
5
6
|
export default NavBarBase;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavBarItem: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
|
|
5
6
|
export default NavBarItem;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavBarLink: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & {
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
3
4
|
}, {}, {}>;
|
|
4
5
|
export default NavBarLink;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavBarList: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
5
6
|
export default NavBarList;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavBarWrapper: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
6
|
export default NavBarWrapper;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const NavToggleWrapper: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
6
|
export default NavToggleWrapper;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { PaginationContextProps, PaginationContextProviderProps } from './types';
|
|
2
3
|
export declare const PaginationContext: import("react").Context<PaginationContextProps>;
|
|
3
4
|
export declare const usePaginationContext: () => PaginationContextProps;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const WithPagination: <T extends object>(Component: import("react").ComponentType<T>) => {
|
|
2
3
|
(props: T): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
3
4
|
displayName: string;
|
|
4
5
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const PieChartBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
6
|
export declare const PieChartTextBase: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme;
|
|
7
|
-
as?:
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
8
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const PieChartLegendList: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const PieChartLegendMarker: import("@emotion/styled").StyledComponent<import("../Badge/types").BadgeProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
3
4
|
}, {}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement> & {
|
|
3
|
-
isFocusManagerDisabled?: boolean;
|
|
3
|
+
isFocusManagerDisabled?: boolean | undefined;
|
|
4
4
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PopoverOptions } from '../types';
|
|
2
|
-
export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions,
|
|
2
|
+
export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions, 'interactionsEnabled'>) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ProgressCircleBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
} & {
|
|
5
6
|
gradientId: string;
|
|
6
7
|
fullStroke: number;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ProgressCircleInner: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
} & {
|
|
5
6
|
size: number;
|
|
6
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ProgressCircleOuter: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
} & {
|
|
5
6
|
size: number;
|
|
6
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ProgressInfoTotalsProps } from './types';
|
|
2
3
|
export declare const ProgressInfoTotals: import("react").FC<Pick<ProgressInfoTotalsProps, "total"> & {
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
5
|
}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const RadioGroupBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const SearchBoxInput: import("@emotion/styled").StyledComponent<import("../Input/types").InputProps & import("react").RefAttributes<HTMLInputElement> & {
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
3
4
|
}, {}, {}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const SearchBoxWrapper: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const Step: ({ index, children, Connector, }: {
|
|
2
|
-
index?: number;
|
|
3
|
-
children?:
|
|
4
|
-
|
|
3
|
+
index?: number | undefined;
|
|
4
|
+
children?: import("react").ReactElement<{
|
|
5
|
+
children?: import("react").ReactNode;
|
|
6
|
+
}, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
7
|
+
Connector?: import("react").FC<{
|
|
5
8
|
completed: boolean;
|
|
6
9
|
active: boolean;
|
|
7
|
-
}
|
|
10
|
+
}> | undefined;
|
|
8
11
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
9
12
|
export default Step;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const SwitchBase: import("@emotion/styled").StyledComponent<{
|
|
2
|
-
theme?: import("@emotion/react").Theme;
|
|
3
|
-
as?:
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
4
5
|
}, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
5
6
|
export default SwitchBase;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface SwitchContext {
|
|
2
3
|
isOn: boolean;
|
|
3
4
|
toggle: () => void;
|
|
@@ -5,6 +6,6 @@ export interface SwitchContext {
|
|
|
5
6
|
export declare const SwitchContext: import("react").Context<SwitchContext>;
|
|
6
7
|
export declare const useSwitchContext: () => SwitchContext;
|
|
7
8
|
export declare const SwitchContextProvider: ({ initialState, children, }: {
|
|
8
|
-
initialState?: boolean;
|
|
9
|
+
initialState?: boolean | undefined;
|
|
9
10
|
children: React.ReactNode;
|
|
10
11
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { SmallTabProps } from '../TabBar/types';
|
|
2
3
|
export declare const TabBase: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & Pick<SmallTabProps, "isActive">, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TabProps, TabBarContextProps } from './types';
|
|
2
3
|
export declare const TabBarContext: import("react").Context<TabBarContextProps>;
|
|
3
4
|
export declare const useTabBarContext: () => TabBarContextProps;
|
|
4
5
|
export declare const TabBarContextProvider: ({ initialTab, children, }: {
|
|
5
|
-
initialTab?: TabProps;
|
|
6
|
+
initialTab?: TabProps | undefined;
|
|
6
7
|
children: React.ReactNode;
|
|
7
8
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -5,13 +5,18 @@ import { TabProps } from '../types';
|
|
|
5
5
|
type Args = Parameters<typeof TabBar>[0];
|
|
6
6
|
export declare const TabBarWrapper: ({ children, selectedTabId, renderContent, }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
|
-
selectedTabId?:
|
|
9
|
-
renderContent?:
|
|
8
|
+
selectedTabId?: string | number | undefined;
|
|
9
|
+
renderContent?: ((tab?: {
|
|
10
|
+
[prop: string]: unknown;
|
|
11
|
+
[prop: number]: unknown;
|
|
12
|
+
[prop: symbol]: unknown;
|
|
13
|
+
tabId: string | number;
|
|
14
|
+
} | undefined, arg?: unknown) => React.ReactNode) | undefined;
|
|
10
15
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
11
16
|
export declare const TabContents: ({ text, id, labelledBy, }: {
|
|
12
17
|
text: string;
|
|
13
|
-
id?: string;
|
|
14
|
-
labelledBy?: string;
|
|
18
|
+
id?: string | undefined;
|
|
19
|
+
labelledBy?: string | undefined;
|
|
15
20
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
16
21
|
export declare const TabBarDecorator: DecoratorFunction<{
|
|
17
22
|
component: typeof TabBar;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CommonProps } from '../../types/emotion';
|
|
2
3
|
declare const Table: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & CommonProps, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
6
7
|
export default Table;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SortInfo } from './types';
|
|
2
2
|
export declare const SortableTable: ({ onSortingChange, }: {
|
|
3
|
-
onSortingChange?: (sortInfo: SortInfo) => void;
|
|
3
|
+
onSortingChange?: ((sortInfo: SortInfo) => void) | undefined;
|
|
4
4
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CommonProps } from '../../types/emotion';
|
|
2
3
|
declare const TableBody: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
|
|
6
7
|
export default TableBody;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CommonProps } from '../../types/emotion';
|
|
2
3
|
declare const TableCell: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & {
|
|
6
|
-
align?: string;
|
|
7
|
+
align?: string | undefined;
|
|
7
8
|
} & CommonProps, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
|
|
8
9
|
export default TableCell;
|
|
@@ -2,7 +2,7 @@ import { Theme } from '@emotion/react';
|
|
|
2
2
|
export declare const filterButtonStyles: (count?: number) => (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
3
3
|
export declare const TableFilterTrigger: ({ children, count, ...rest }: {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
|
-
count?: number;
|
|
6
|
-
as?: string;
|
|
7
|
-
className?: string;
|
|
5
|
+
count?: number | undefined;
|
|
6
|
+
as?: string | undefined;
|
|
7
|
+
className?: string | undefined;
|
|
8
8
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const TableFilterTriggerWithNotification: ({ children, count, visible, }: {
|
|
2
2
|
children?: React.ReactNode;
|
|
3
|
-
count?: number;
|
|
4
|
-
visible?: boolean;
|
|
3
|
+
count?: number | undefined;
|
|
4
|
+
visible?: boolean | undefined;
|
|
5
5
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { RenderContentProps } from '../AccordionGroup';
|
|
2
|
-
export declare const TableFiltersAccordionContent: ({ isOpened, children, ...rest }:
|
|
3
|
+
export declare const TableFiltersAccordionContent: ({ isOpened, children, ...rest }: Pick<import("../AccordionGroup").AccordionProps, "id" | "size"> & Pick<import("react").AriaAttributes, "aria-labelledby"> & {
|
|
4
|
+
isOpened?: boolean | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
6
|
+
className?: string | undefined;
|
|
7
|
+
} & Record<string, any> & {
|
|
3
8
|
children: React.ReactNode;
|
|
4
9
|
}) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CommonProps } from '../../types/emotion';
|
|
2
3
|
declare const TableHead: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme;
|
|
4
|
-
as?:
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
6
|
} & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
|
|
6
7
|
export default TableHead;
|