@ssa-ui-kit/core 0.0.35-alpha → 0.0.36-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.
Files changed (140) hide show
  1. package/dist/components/AccordionGroup/AccordionContent.d.ts +1 -6
  2. package/dist/components/AccordionGroup/AccordionContext.d.ts +0 -1
  3. package/dist/components/AccordionGroup/stories/helpers.d.ts +1 -1
  4. package/dist/components/AddNewAccountCard/types.d.ts +0 -1
  5. package/dist/components/Avatar/Avatar.d.ts +2 -3
  6. package/dist/components/Badge/BadgeBase.d.ts +2 -3
  7. package/dist/components/Badge/helpers.d.ts +4 -5
  8. package/dist/components/Badge/types.d.ts +0 -1
  9. package/dist/components/Button/Button.d.ts +0 -1
  10. package/dist/components/Button/ButtonBase.d.ts +2 -3
  11. package/dist/components/Button/fixtures.d.ts +32 -33
  12. package/dist/components/Button/helpers.d.ts +4 -5
  13. package/dist/components/Card/CardBase.d.ts +3 -4
  14. package/dist/components/Card/types.d.ts +0 -1
  15. package/dist/components/CardContent/CardContent.d.ts +0 -1
  16. package/dist/components/CardContent/CardContentBase.d.ts +3 -4
  17. package/dist/components/CardHeader/CardHeader.d.ts +0 -1
  18. package/dist/components/CardHeader/CardHeaderBase.d.ts +4 -5
  19. package/dist/components/CardList/types.d.ts +0 -1
  20. package/dist/components/Checkbox/CheckboxBase.d.ts +1 -1
  21. package/dist/components/CollapsibleNavBar/CollapsibleNavBarBase.d.ts +3 -4
  22. package/dist/components/CollapsibleNavBar/CollapsibleNavBarItem.d.ts +3 -4
  23. package/dist/components/CollapsibleNavBar/CollapsibleNavBarLink.d.ts +1 -2
  24. package/dist/components/CollapsibleNavBar/CollapsibleNavBarList.d.ts +3 -4
  25. package/dist/components/CollapsibleNavBar/CollapsibleNavBarWrapper.d.ts +3 -4
  26. package/dist/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.d.ts +3 -4
  27. package/dist/components/CollapsibleNavBar/NavBarAccordionContent.d.ts +4 -9
  28. package/dist/components/CollapsibleNavBar/NavBarItemWithSubMenu.d.ts +1 -1
  29. package/dist/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.d.ts +1 -2
  30. package/dist/components/CollapsibleNavBar/NavBarPopover.d.ts +1 -2
  31. package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +3 -3
  32. package/dist/components/CollapsibleNavBar/types.d.ts +0 -1
  33. package/dist/components/ColorPicker/styles.d.ts +2 -3
  34. package/dist/components/Dropdown/types.d.ts +0 -1
  35. package/dist/components/DropdownArrow/DropdownArrow.d.ts +2 -3
  36. package/dist/components/DropdownBase/DropdownBase.d.ts +2 -3
  37. package/dist/components/DropdownOption/DropdownOption.d.ts +2 -2
  38. package/dist/components/DropdownOptions/types.d.ts +0 -1
  39. package/dist/components/DropdownToggle/DropdownToggle.d.ts +2 -3
  40. package/dist/components/Filters/FilterBlockWrapper.d.ts +6 -7
  41. package/dist/components/Filters/Filters.d.ts +2 -13
  42. package/dist/components/Filters/FiltersContext.d.ts +3 -13
  43. package/dist/components/Filters/FiltersWrapper.d.ts +3 -4
  44. package/dist/components/Filters/hooks/useVisibility.d.ts +0 -1
  45. package/dist/components/Form/Form.d.ts +2 -3
  46. package/dist/components/FormAction/FormAction.d.ts +2 -3
  47. package/dist/components/FormGroup/FormGroup.d.ts +2 -3
  48. package/dist/components/FormHelperText/FormHelperTextBase.d.ts +3 -4
  49. package/dist/components/FormHelperText/types.d.ts +0 -1
  50. package/dist/components/Indicator/IndicatorBase.d.ts +3 -4
  51. package/dist/components/Indicator/types.d.ts +0 -1
  52. package/dist/components/Input/Input.d.ts +0 -1
  53. package/dist/components/Input/InputBase.d.ts +2 -3
  54. package/dist/components/Input/InputGroup.d.ts +3 -4
  55. package/dist/components/Input/InputStatusError.d.ts +2 -3
  56. package/dist/components/Input/InputStatusSuccess.d.ts +2 -3
  57. package/dist/components/Label/LabelBase.d.ts +2 -3
  58. package/dist/components/LargeTab/LargeTabBase.d.ts +2 -3
  59. package/dist/components/Link/Link.types.d.ts +0 -1
  60. package/dist/components/Link/LinkBase.d.ts +2 -3
  61. package/dist/components/LinksTabBar/LinksTabBarBase.d.ts +2 -3
  62. package/dist/components/Modal/Modal.context.d.ts +0 -1
  63. package/dist/components/ModalDialog/types.d.ts +0 -1
  64. package/dist/components/ModalDismissButton/ModalDismissButton.d.ts +0 -1
  65. package/dist/components/ModalOpenButton/ModalOpenButton.d.ts +0 -1
  66. package/dist/components/MultipleDropdown/types.d.ts +0 -1
  67. package/dist/components/MultipleDropdownNotification/MultipleDropdownNotification.d.ts +3 -4
  68. package/dist/components/MultipleDropdownOptions/types.d.ts +0 -1
  69. package/dist/components/NavBar/NavBarBase.d.ts +2 -3
  70. package/dist/components/NavBar/NavBarItem.d.ts +2 -3
  71. package/dist/components/NavBar/NavBarLink.d.ts +1 -2
  72. package/dist/components/NavBar/NavBarList.d.ts +2 -3
  73. package/dist/components/NavBar/NavBarWrapper.d.ts +2 -3
  74. package/dist/components/NavBar/NavToggleWrapper.d.ts +2 -3
  75. package/dist/components/NotificationCard/NotificationCard.d.ts +0 -1
  76. package/dist/components/NotificationCard/types.d.ts +0 -1
  77. package/dist/components/NotificationMenu/types.d.ts +0 -1
  78. package/dist/components/Pagination/PaginationContext.d.ts +0 -1
  79. package/dist/components/Pagination/WithPagination.d.ts +1 -2
  80. package/dist/components/Pagination/types.d.ts +0 -1
  81. package/dist/components/PieChart/PieChartBases.d.ts +4 -5
  82. package/dist/components/PieChart/PieChartLegendList.d.ts +2 -3
  83. package/dist/components/PieChart/PieChartLegendMarker.d.ts +1 -2
  84. package/dist/components/PieChart/types.d.ts +0 -1
  85. package/dist/components/Popover/PopoverContent.d.ts +1 -1
  86. package/dist/components/Popover/stories/StoryComponent.d.ts +1 -1
  87. package/dist/components/Popover/types.d.ts +0 -1
  88. package/dist/components/Progress/types.d.ts +0 -1
  89. package/dist/components/ProgressCircle/ProgressCircleBase.d.ts +2 -3
  90. package/dist/components/ProgressCircle/ProgressCircleInner.d.ts +2 -3
  91. package/dist/components/ProgressCircle/ProgressCircleOuter.d.ts +2 -3
  92. package/dist/components/ProgressCircle/types.d.ts +0 -1
  93. package/dist/components/ProgressInfo/ProgressInfoTotals.d.ts +1 -2
  94. package/dist/components/ProgressLegend/types.d.ts +0 -1
  95. package/dist/components/ProgressLegendItem/types.d.ts +0 -1
  96. package/dist/components/ProgressVertical/types.d.ts +0 -1
  97. package/dist/components/Radio/RadioBase.d.ts +1 -1
  98. package/dist/components/RadioGroup/RadioGroupBase.d.ts +2 -3
  99. package/dist/components/RadioGroup/types.d.ts +0 -1
  100. package/dist/components/SearchBox/SearchBoxInput.d.ts +1 -2
  101. package/dist/components/SearchBox/SearchBoxWrapper.d.ts +2 -3
  102. package/dist/components/SearchBox/stories/StoryComponent.d.ts +1 -1
  103. package/dist/components/Step/Step.d.ts +4 -7
  104. package/dist/components/StepLabel/StepLabel.d.ts +1 -1
  105. package/dist/components/Stepper/types.d.ts +0 -1
  106. package/dist/components/Switch/SwitchBase.d.ts +2 -3
  107. package/dist/components/Switch/SwitchContext.d.ts +1 -2
  108. package/dist/components/Tab/TabBase.d.ts +2 -3
  109. package/dist/components/TabBar/TabBarContext.d.ts +1 -2
  110. package/dist/components/TabBar/stories/helpers.d.ts +4 -9
  111. package/dist/components/TabBar/types.d.ts +0 -1
  112. package/dist/components/Table/Table.d.ts +2 -3
  113. package/dist/components/Table/stories/SortableTable.d.ts +1 -1
  114. package/dist/components/TableBody/TableBody.d.ts +2 -3
  115. package/dist/components/TableCell/TableCell.d.ts +3 -4
  116. package/dist/components/TableFilters/TableFilterTrigger.d.ts +3 -3
  117. package/dist/components/TableFilters/TableFilterTriggerWithNotification.d.ts +2 -2
  118. package/dist/components/TableFilters/TableFiltersAccordionContent.d.ts +1 -6
  119. package/dist/components/TableFilters/TableFiltersButtons.d.ts +2 -2
  120. package/dist/components/TableHead/TableHead.d.ts +2 -3
  121. package/dist/components/TableRow/TableRow.d.ts +2 -3
  122. package/dist/components/Tag/types.d.ts +0 -1
  123. package/dist/components/Textarea/TextareaBase.d.ts +2 -3
  124. package/dist/components/Tooltip/TooltipContentBase.d.ts +2 -3
  125. package/dist/components/Tooltip/types.d.ts +0 -1
  126. package/dist/components/Tooltip/useTooltipContext.d.ts +0 -1
  127. package/dist/components/TooltipContent/TooltipContent.d.ts +0 -1
  128. package/dist/components/TooltipTrigger/TooltipTrigger.d.ts +0 -1
  129. package/dist/components/Typography/Typography.d.ts +0 -1
  130. package/dist/components/Typography/types.d.ts +0 -1
  131. package/dist/components/WithVisibleLG/WithVisibleLG.d.ts +3 -4
  132. package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +1 -2
  133. package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +1 -2
  134. package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +1 -2
  135. package/dist/components/Wrapper/Wrapper.d.ts +5 -6
  136. package/dist/styles/safari-focus-outline.d.ts +0 -1
  137. package/dist/types/emotion.d.ts +0 -1
  138. package/package.json +1 -1
  139. package/src/components/CollapsibleNavBar/stories/Logo.tsx +3 -3
  140. package/tsbuildcache +1 -1
@@ -7,7 +7,7 @@ export declare const FiltersContext: import("react").Context<{
7
7
  setElementRef: (groupName: string, element: HTMLElement | null) => void;
8
8
  onCheckboxToggle: (groupName: string, name: string | number) => void;
9
9
  onDropdownChange: (groupName: string, name: string | number) => void;
10
- onSubmit: (event?: BaseSyntheticEvent<object, any, any> | undefined) => void;
10
+ onSubmit: (event?: BaseSyntheticEvent) => void;
11
11
  onReset: () => void;
12
12
  onClear: () => void;
13
13
  }>;
@@ -18,20 +18,10 @@ export declare const useFiltersContext: () => {
18
18
  setElementRef: (groupName: string, element: HTMLElement | null) => void;
19
19
  onCheckboxToggle: (groupName: string, name: string | number) => void;
20
20
  onDropdownChange: (groupName: string, name: string | number) => void;
21
- onSubmit: (event?: BaseSyntheticEvent<object, any, any> | undefined) => void;
21
+ onSubmit: (event?: BaseSyntheticEvent) => void;
22
22
  onReset: () => void;
23
23
  onClear: () => void;
24
24
  };
25
25
  export declare const FiltersContextProvider: ({ children, ...rest }: {
26
26
  children: React.ReactNode;
27
- } & {
28
- checkboxData: import("../TableFilters/types").TableFilterConfig;
29
- wrapperRef: import("react").RefObject<HTMLElement> | undefined;
30
- refsList: import("react").MutableRefObject<HTMLElement | null>[];
31
- setElementRef: (groupName: string, element: HTMLElement | null) => void;
32
- onCheckboxToggle: (groupName: string, name: string | number) => void;
33
- onDropdownChange: (groupName: string, name: string | number) => void;
34
- onSubmit: (event?: BaseSyntheticEvent<object, any, any> | undefined) => void;
35
- onReset: () => void;
36
- onClear: () => void;
37
- }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
27
+ } & UseTableDataResult) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const FiltersWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
- isMoreButtonVisible?: boolean | undefined;
5
+ isMoreButtonVisible?: boolean;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TableFilterConfig } from '../../TableFilters/types';
3
2
  import { ElementInfo } from '../types';
4
3
  export type RefsByKey = Record<string, ElementInfo>;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '../../types/emotion';
3
2
  declare const Form: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: React.ElementType;
6
5
  } & CommonProps, import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}>;
7
6
  export default Form;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '../../types/emotion';
3
2
  declare const FormAction: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: React.ElementType;
6
5
  } & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
6
  export default FormAction;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '../../types/emotion';
3
2
  declare const FormGroup: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: React.ElementType;
6
5
  } & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
6
  export default FormGroup;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const FormHelperTextBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
- status?: string | undefined;
5
+ status?: string;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '../../types/emotion';
3
2
  export interface FormHelperTextProps extends CommonProps {
4
3
  children: React.ReactNode;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  declare const IndicatorBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
- background?: string | undefined;
5
+ background?: string;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
7
  export default IndicatorBase;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface IndicatorProps {
3
2
  isVisible: boolean;
4
3
  children: React.ReactElement;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InputProps } from './types';
3
2
  declare const Input: import("react").ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
4
3
  export default Input;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const InputBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const InputGroup: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
- disabled?: boolean | undefined;
5
+ disabled?: boolean;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  export declare const InputError: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
5
  export declare const InputStatusError: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  export declare const InputSuccess: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
5
  export declare const InputStatusSuccess: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const LabelBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { LargeTabProps } from '../TabBar/types';
3
2
  export declare const LargeTabBase: import("@emotion/styled").StyledComponent<{
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
3
+ theme?: import("@emotion/react").Theme;
4
+ as?: React.ElementType;
6
5
  } & Pick<LargeTabProps, "isActive">, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface LinkProps {
3
2
  href: string;
4
3
  children: React.ReactNode;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const LinkBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const LinksTabBarBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ModalContextProps } from './types';
3
2
  export declare const ModalContext: import("react").Context<ModalContextProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ModalDialogProps {
3
2
  isOpen: boolean;
4
3
  noBackground?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function ModalDismissButton({ children: child }: {
3
2
  children: JSX.Element;
4
3
  }): import("react").FunctionComponentElement<any>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function ModalOpenButton({ children: child }: {
3
2
  children: JSX.Element;
4
3
  }): import("react").FunctionComponentElement<any>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropdownOptionProps } from '../DropdownOptions/types';
3
2
  export type DropdownProps<P extends DropdownOptionProps> = {
4
3
  selectedItems?: P[];
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  declare const MultipleDropdownNotification: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & import("../..").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
6
- theme?: import("@emotion/react").Theme | undefined;
5
+ theme?: import("@emotion/react").Theme;
7
6
  }, {}, {}>;
8
7
  export default MultipleDropdownNotification;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type DropdownOptionType = Record<string, string | number>;
3
2
  export interface DropdownItemsListProps {
4
3
  ariaLabelledby?: string;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const NavBarBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
6
5
  export default NavBarBase;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const NavBarItem: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
6
5
  export default NavBarItem;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  declare const NavBarLink: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & {
3
- theme?: import("@emotion/react").Theme | undefined;
2
+ theme?: import("@emotion/react").Theme;
4
3
  }, {}, {}>;
5
4
  export default NavBarLink;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const NavBarList: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
6
5
  export default NavBarList;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const NavBarWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
5
  export default NavBarWrapper;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const NavToggleWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
5
  export default NavToggleWrapper;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NotificationCardProps } from './types';
3
2
  export declare const notificationTypes: Record<string, {
4
3
  [key: string]: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type NotificationType = 'Informational' | 'Warning' | 'Error';
3
2
  export interface NotificationCardProps {
4
3
  title: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NotificationCardProps } from '../NotificationCard';
3
2
  export interface NotificationMenuProps {
4
3
  trigger: string | JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PaginationContextProps, PaginationContextProviderProps } from './types';
3
2
  export declare const PaginationContext: import("react").Context<PaginationContextProps>;
4
3
  export declare const usePaginationContext: () => PaginationContextProps;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- export declare const WithPagination: <T extends object>(Component: import("react").ComponentType<T>) => {
1
+ export declare const WithPagination: <T extends object>(Component: React.ComponentType<T>) => {
3
2
  (props: T): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
4
3
  displayName: string;
5
4
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CommonProps } from '../../types/emotion';
3
2
  export interface PaginationProps extends CommonProps {
4
3
  pagesCount: number;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  export declare const PieChartBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
5
  export declare const PieChartTextBase: import("@emotion/styled").StyledComponent<{
7
- theme?: import("@emotion/react").Theme | undefined;
8
- as?: import("react").ElementType<any> | undefined;
6
+ theme?: import("@emotion/react").Theme;
7
+ as?: React.ElementType;
9
8
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const PieChartLegendList: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const PieChartLegendMarker: import("@emotion/styled").StyledComponent<import("../Badge/types").BadgeProps & import("react").RefAttributes<HTMLDivElement> & {
3
- theme?: import("@emotion/react").Theme | undefined;
2
+ theme?: import("@emotion/react").Theme;
4
3
  }, {}, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SerializedStyles } from '@emotion/react';
3
2
  import { ResponsivePie } from '@nivo/pie';
4
3
  import { CommonProps } from '../..';
@@ -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 | undefined;
3
+ isFocusManagerDisabled?: boolean;
4
4
  }, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,2 +1,2 @@
1
1
  import { PopoverOptions } from '../types';
2
- export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions, 'interactionsEnabled'>) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions, "interactionsEnabled">) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Placement, useInteractions, UseFloatingReturn, UseFloatingOptions } from '@floating-ui/react';
3
2
  export type InteractionsEnabled = 'click' | 'hover' | 'both';
4
3
  export interface PopoverOptions {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ProgressProps {
3
2
  children: React.ReactElement<React.PropsWithChildren<{
4
3
  vertical?: boolean;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const ProgressCircleBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
5
  gradientId: string;
7
6
  fullStroke: number;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const ProgressCircleInner: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
5
  size: number;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  export declare const ProgressCircleOuter: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  } & {
6
5
  size: number;
7
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ProgressCircleProps {
3
2
  max: number;
4
3
  currentValue: number;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { ProgressInfoTotalsProps } from './types';
3
2
  export declare const ProgressInfoTotals: import("react").FC<Pick<ProgressInfoTotalsProps, "total"> & {
4
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: import("@emotion/react").Theme;
5
4
  }>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface LabelItemProps {
3
2
  value: number;
4
3
  position?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ProgressLegendItemProps {
3
2
  children: React.ReactNode | string;
4
3
  percentage: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ProgressVerticalProps {
3
2
  children: React.ReactElement<React.PropsWithChildren<{
4
3
  vertical?: boolean;
@@ -1,3 +1,3 @@
1
1
  export declare const RadioBase: import("@emotion/styled").StyledComponent<import("../Label/types").LabelProps & {
2
- theme?: import("@emotion/react").Theme | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
3
  }, {}, {}>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const RadioGroupBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { RadioProps } from '../Radio/types';
3
2
  export interface RadioGroupProps {
4
3
  name: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const SearchBoxInput: import("@emotion/styled").StyledComponent<import("../Input/types").InputProps & import("react").RefAttributes<HTMLInputElement> & {
3
- theme?: import("@emotion/react").Theme | undefined;
2
+ theme?: import("@emotion/react").Theme;
4
3
  }, {}, {}>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const SearchBoxWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,3 @@
1
1
  export declare const StoryComponent: ({ handleCallback, }: {
2
- handleCallback?: ((searchTerm: string) => void) | undefined;
2
+ handleCallback?: (searchTerm: string) => void;
3
3
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,12 +1,9 @@
1
- /// <reference types="react" />
2
1
  declare const Step: ({ index, children, Connector, }: {
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<{
2
+ index?: number;
3
+ children?: React.ReactElement<React.PropsWithChildren>;
4
+ Connector?: React.FC<{
8
5
  completed: boolean;
9
6
  active: boolean;
10
- }> | undefined;
7
+ }>;
11
8
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
12
9
  export default Step;
@@ -5,6 +5,6 @@ declare const StepLabel: ({ children, StepIcon, }: {
5
5
  index: number;
6
6
  completed: boolean;
7
7
  active: boolean;
8
- }> | undefined;
8
+ }>;
9
9
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
10
10
  export default StepLabel;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface StepperProps {
3
2
  activeStep?: number;
4
3
  orientation?: 'horizontal' | 'vertical';
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const SwitchBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
5
4
  }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
6
5
  export default SwitchBase;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface SwitchContext {
3
2
  isOn: boolean;
4
3
  toggle: () => void;
@@ -6,6 +5,6 @@ export interface SwitchContext {
6
5
  export declare const SwitchContext: import("react").Context<SwitchContext>;
7
6
  export declare const useSwitchContext: () => SwitchContext;
8
7
  export declare const SwitchContextProvider: ({ initialState, children, }: {
9
- initialState?: boolean | undefined;
8
+ initialState?: boolean;
10
9
  children: React.ReactNode;
11
10
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;