react-magma-dom 3.0.0 → 3.1.0
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/Accordion/Accordion.d.ts +3 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +8 -0
- package/dist/components/Accordion/useAccordion.d.ts +3 -0
- package/dist/components/Accordion/useAccordionButton.d.ts +3 -0
- package/dist/components/Accordion/useAccordionItem.d.ts +3 -0
- package/dist/components/Alert/Alert.stories.d.ts +7 -8
- package/dist/components/Alert/index.d.ts +4 -1
- package/dist/components/AlertBase/index.d.ts +8 -1
- package/dist/components/Announce/index.d.ts +3 -0
- package/dist/components/AppBar/AppBar.d.ts +7 -0
- package/dist/components/Badge/index.d.ts +3 -2
- package/dist/components/Banner/Banner.stories.d.ts +4 -2
- package/dist/components/Banner/index.d.ts +1 -0
- package/dist/components/BlockQuote/BlockQuoteItem.d.ts +3 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +7 -0
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +3 -0
- package/dist/components/BreakpointsContainer/index.d.ts +4 -1
- package/dist/components/Button/Button.stories.d.ts +2 -0
- package/dist/components/Button/index.d.ts +4 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +330 -0
- package/dist/components/ButtonGroup/index.d.ts +72 -0
- package/dist/components/Card/Card.d.ts +3 -0
- package/dist/components/Card/CardBody.d.ts +3 -0
- package/dist/components/Card/CardHeading.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts +8 -1
- package/dist/components/Combobox/index.d.ts +13 -4
- package/dist/components/Container/Container.d.ts +5 -0
- package/dist/components/Datagrid/Datagrid.d.ts +3 -1
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
- package/dist/components/DatePicker/CalendarDay.d.ts +1 -0
- package/dist/components/DatePicker/CalendarHeader.d.ts +1 -0
- package/dist/components/DatePicker/CalendarMonth.d.ts +1 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/components/DatePicker/HelperInformation.d.ts +1 -0
- package/dist/components/DatePicker/index.d.ts +3 -0
- package/dist/components/Drawer/Drawer.d.ts +5 -0
- package/dist/components/Dropdown/Dropdown.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.stories.d.ts +2 -0
- package/dist/components/Dropdown/DropdownButton.d.ts +1 -1
- package/dist/components/Dropdown/DropdownContent.d.ts +4 -0
- package/dist/components/Dropdown/DropdownDivider.d.ts +4 -0
- package/dist/components/Dropdown/DropdownHeader.d.ts +3 -0
- package/dist/components/Dropdown/DropdownMenuItem.d.ts +5 -1
- package/dist/components/Flex/Flex.d.ts +4 -0
- package/dist/components/Form/index.d.ts +1 -1
- package/dist/components/FormFieldContainer/FormFieldContainer.d.ts +4 -0
- package/dist/components/FormGroup/index.d.ts +3 -0
- package/dist/components/Heading/Heading.stories.d.ts +1 -0
- package/dist/components/Heading/index.d.ts +4 -1
- package/dist/components/HideAtBreakpoint/index.d.ts +6 -0
- package/dist/components/Hyperlink/index.d.ts +4 -0
- package/dist/components/IndeterminateCheckbox/index.d.ts +3 -0
- package/dist/components/Input/InputMessage.d.ts +3 -0
- package/dist/components/InputBase/InputBase.stories.d.ts +1 -0
- package/dist/components/InputBase/index.d.ts +3 -0
- package/dist/components/Label/index.d.ts +9 -0
- package/dist/components/List/List.d.ts +5 -2
- package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +28 -1
- package/dist/components/LoadingIndicator/index.d.ts +4 -0
- package/dist/components/Modal/Modal.d.ts +3 -0
- package/dist/components/Modal/Modal.stories.d.ts +0 -1
- package/dist/components/NativeSelect/NativeSelect.d.ts +3 -0
- package/dist/components/NavTabs/NavTab.d.ts +3 -0
- package/dist/components/Pagination/Pagination.d.ts +4 -0
- package/dist/components/Pagination/usePagination.d.ts +1 -0
- package/dist/components/Paragraph/index.d.ts +3 -0
- package/dist/components/PasswordInput/index.d.ts +3 -0
- package/dist/components/ProgressBar/index.d.ts +3 -0
- package/dist/components/ProgressRing/index.d.ts +3 -0
- package/dist/components/Radio/index.d.ts +4 -1
- package/dist/components/RadioGroup/index.d.ts +3 -0
- package/dist/components/Search/index.d.ts +3 -0
- package/dist/components/Select/ItemsList.d.ts +1 -0
- package/dist/components/Select/components.d.ts +2 -1
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/shared.d.ts +5 -1
- package/dist/components/SelectionControls/StyledContainer.d.ts +2 -2
- package/dist/components/SkipLink/index.d.ts +3 -0
- package/dist/components/SkipLinkContent/index.d.ts +3 -0
- package/dist/components/Spacer/Spacer.d.ts +4 -0
- package/dist/components/Spinner/index.d.ts +5 -1
- package/dist/components/StyledButton/styles.d.ts +2 -2
- package/dist/components/Table/Table.d.ts +18 -0
- package/dist/components/Table/Table.stories.d.ts +836 -6
- package/dist/components/Table/TableBody.d.ts +3 -0
- package/dist/components/Table/TableCell.d.ts +3 -0
- package/dist/components/Table/TableHead.d.ts +3 -0
- package/dist/components/Table/TableHeaderCell.d.ts +3 -0
- package/dist/components/Table/TablePagination.d.ts +4 -1
- package/dist/components/Table/TableRow.d.ts +3 -0
- package/dist/components/Tabs/Tab.d.ts +3 -0
- package/dist/components/Tabs/TabPanel.d.ts +3 -0
- package/dist/components/Tabs/TabPanelsContainer.d.ts +3 -0
- package/dist/components/Tabs/Tabs.d.ts +7 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/components/Tabs/TabsContainer.d.ts +3 -0
- package/dist/components/Tag/Tag.d.ts +2 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -0
- package/dist/components/Textarea/index.d.ts +3 -0
- package/dist/components/TimePicker/useTimePicker.d.ts +2 -2
- package/dist/components/Toast/Toast.stories.d.ts +51 -1
- package/dist/components/Toast/ToastsContainer.d.ts +3 -0
- package/dist/components/Toast/index.d.ts +6 -1
- package/dist/components/Toggle/index.d.ts +4 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -0
- package/dist/components/Tooltip/index.d.ts +4 -0
- package/dist/components/Transition/Transition.d.ts +3 -0
- package/dist/components/Typography/index.d.ts +5 -0
- package/dist/components/VisuallyHidden/index.d.ts +3 -0
- package/dist/esm/index.js +2561 -2438
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/properties.json +589 -994
- package/dist/react-magma-dom.cjs.development.js +1435 -921
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/ThemeContext.d.ts +28 -32
- package/dist/theme/magma.d.ts +46 -66
- package/dist/utils/index.d.ts +10 -0
- package/package.json +1 -1
- package/dist/components/FormFieldContainer/FormFieldContainer.stories.d.ts +0 -34
|
@@ -3,6 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
* @children required
|
|
4
4
|
*/
|
|
5
5
|
export interface TableBodyProps extends React.HTMLAttributes<HTMLTableSectionElement> {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
6
9
|
testId?: string;
|
|
7
10
|
}
|
|
8
11
|
export declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
@@ -3,6 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
* @children required
|
|
4
4
|
*/
|
|
5
5
|
export interface TableHeadProps extends React.HTMLAttributes<HTMLTableSectionElement> {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
6
9
|
testId?: string;
|
|
7
10
|
}
|
|
8
11
|
export declare const TableHead: React.ForwardRefExoticComponent<TableHeadProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
@@ -29,6 +29,9 @@ export interface TableHeaderCellProps extends React.HTMLAttributes<HTMLTableHead
|
|
|
29
29
|
* @default TableSortDirection.none
|
|
30
30
|
*/
|
|
31
31
|
sortDirection?: TableSortDirection;
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
32
35
|
testId?: string;
|
|
33
36
|
/**
|
|
34
37
|
* Width of the component, set by CSS
|
|
@@ -4,7 +4,7 @@ import { DropdownDropDirection } from '../Dropdown';
|
|
|
4
4
|
export interface BaseTablePaginationProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
/**
|
|
6
6
|
* Position of the dropdown content
|
|
7
|
-
* @default
|
|
7
|
+
* @default DropdownDropDirection.up
|
|
8
8
|
*/
|
|
9
9
|
dropdownDropDirection?: DropdownDropDirection;
|
|
10
10
|
/**
|
|
@@ -24,6 +24,9 @@ export interface BaseTablePaginationProps extends React.HTMLAttributes<HTMLDivEl
|
|
|
24
24
|
* Values added to the rows per page select
|
|
25
25
|
*/
|
|
26
26
|
rowsPerPageValues?: number[];
|
|
27
|
+
/**
|
|
28
|
+
* @internal
|
|
29
|
+
*/
|
|
27
30
|
testId?: string;
|
|
28
31
|
}
|
|
29
32
|
export interface ControlledPageProps {
|
|
@@ -15,6 +15,9 @@ export interface TableRowProps extends React.HTMLAttributes<HTMLTableRowElement>
|
|
|
15
15
|
onHeaderRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
16
16
|
onTableRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
17
17
|
rowIndex?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
18
21
|
testId?: string;
|
|
19
22
|
}
|
|
20
23
|
export declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
|
|
@@ -5,6 +5,9 @@ export interface TabPanelProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
5
5
|
*/
|
|
6
6
|
index?: number;
|
|
7
7
|
isInverse?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
8
11
|
testId?: string;
|
|
9
12
|
}
|
|
10
13
|
export declare const TabPanel: React.ForwardRefExoticComponent<TabPanelProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
interface TabPanelContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
isInverse?: boolean;
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
4
7
|
testId?: string;
|
|
5
8
|
}
|
|
6
9
|
export declare const TabPanelsContainer: React.ForwardRefExoticComponent<TabPanelContainerProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -47,6 +47,7 @@ export interface TabsProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'o
|
|
|
47
47
|
backgroundColor?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The orientation of icon on Tab
|
|
50
|
+
* @default TabsIconPosition.left
|
|
50
51
|
*/
|
|
51
52
|
iconPosition?: TabsIconPosition;
|
|
52
53
|
/**
|
|
@@ -58,7 +59,13 @@ export interface TabsProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'o
|
|
|
58
59
|
* The onChange handler for managing state of Tabs component by your custom logic.
|
|
59
60
|
*/
|
|
60
61
|
onChange?: (newActiveIndex: number) => void;
|
|
62
|
+
/**
|
|
63
|
+
* @default TabsOrientation.horizontal
|
|
64
|
+
*/
|
|
61
65
|
orientation?: TabsOrientation;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
62
69
|
testId?: string;
|
|
63
70
|
}
|
|
64
71
|
interface TabsContextInterface {
|
|
@@ -6,3 +6,4 @@ export declare const Icon: import("@storybook/csf").AnnotatedStoryFn<import("@st
|
|
|
6
6
|
export declare const IconOnly: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TabsProps>;
|
|
7
7
|
export declare const Scrolling: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TabsProps>;
|
|
8
8
|
export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TabsProps>;
|
|
9
|
+
export declare const WithDropdown: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TabsProps>;
|
|
@@ -18,10 +18,12 @@ export declare enum TagSize {
|
|
|
18
18
|
export interface BaseTagProps extends Omit<React.HTMLAttributes<HTMLButtonElement>, 'onClick'> {
|
|
19
19
|
/**
|
|
20
20
|
* Color changes between 'primary', 'low contrast', and 'high contrast' style variants between each Tag.
|
|
21
|
+
* @default TagColor.default
|
|
21
22
|
*/
|
|
22
23
|
color?: TagColor;
|
|
23
24
|
/**
|
|
24
25
|
* Size toggles between a default, and a small size Tag.
|
|
26
|
+
* @default TagSize.medium
|
|
25
27
|
*/
|
|
26
28
|
size?: TagSize;
|
|
27
29
|
/**
|
|
@@ -40,8 +40,8 @@ export declare function useTimePicker(props: UseTimePickerProps): {
|
|
|
40
40
|
descriptionId: string;
|
|
41
41
|
handleHourChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
42
42
|
handleMinuteChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
43
|
-
handleHourKeyDown: (event: React.KeyboardEvent) => void;
|
|
44
|
-
handleMinuteKeyDown: (event: React.KeyboardEvent) => void;
|
|
43
|
+
handleHourKeyDown: (event: React.KeyboardEvent, hourChangeFunc: any) => void;
|
|
44
|
+
handleMinuteKeyDown: (event: React.KeyboardEvent, minChangeFunc: any) => void;
|
|
45
45
|
handleAmPmKeyDown: (event: React.KeyboardEvent) => void;
|
|
46
46
|
};
|
|
47
47
|
export declare type UseTimePickerReturn = ReturnType<typeof useTimePicker>;
|
|
@@ -1,7 +1,57 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { AlertVariant } from '../AlertBase';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
component: React.ForwardRefExoticComponent<import(".").ToastProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
5
|
title: string;
|
|
6
|
+
argTypes: {
|
|
7
|
+
isInverse: {
|
|
8
|
+
control: {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
disableAutoDismiss: {
|
|
13
|
+
control: {
|
|
14
|
+
type: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
toastDuration: {
|
|
18
|
+
control: {
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
variant: {
|
|
23
|
+
control: {
|
|
24
|
+
type: string;
|
|
25
|
+
options: typeof AlertVariant;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
5
29
|
};
|
|
6
30
|
export default _default;
|
|
7
|
-
export declare const Default:
|
|
31
|
+
export declare const Default: {
|
|
32
|
+
(args: any): JSX.Element;
|
|
33
|
+
args: {
|
|
34
|
+
variant: AlertVariant;
|
|
35
|
+
toastDuration: number;
|
|
36
|
+
disableAutoDismiss: boolean;
|
|
37
|
+
isInverse: boolean;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export declare const TwoLine: {
|
|
41
|
+
(args: any): JSX.Element;
|
|
42
|
+
args: {
|
|
43
|
+
variant: AlertVariant;
|
|
44
|
+
toastDuration: number;
|
|
45
|
+
disableAutoDismiss: boolean;
|
|
46
|
+
isInverse: boolean;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export declare const MultiLine: {
|
|
50
|
+
(args: any): JSX.Element;
|
|
51
|
+
args: {
|
|
52
|
+
variant: AlertVariant;
|
|
53
|
+
toastDuration: number;
|
|
54
|
+
disableAutoDismiss: boolean;
|
|
55
|
+
isInverse: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { AlertBaseProps } from '../AlertBase';
|
|
2
|
+
import { AlertBaseProps, AlertVariant } from '../AlertBase';
|
|
3
3
|
/**
|
|
4
4
|
* @children required
|
|
5
5
|
*/
|
|
@@ -17,6 +17,11 @@ export interface ToastProps extends AlertBaseProps {
|
|
|
17
17
|
* @default false
|
|
18
18
|
*/
|
|
19
19
|
disableAutoDismiss?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* The variant of the toast, indicating its function in the UI
|
|
22
|
+
* @default AlertVariant.info
|
|
23
|
+
*/
|
|
24
|
+
variant?: AlertVariant;
|
|
20
25
|
/**
|
|
21
26
|
* Number of milliseconds the toast displays before it closes
|
|
22
27
|
* @default 5000
|
|
@@ -15,6 +15,7 @@ export interface ToggleProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
15
15
|
containerStyle?: React.CSSProperties;
|
|
16
16
|
/**
|
|
17
17
|
* If true, checkbox is checked on first render
|
|
18
|
+
* @default false
|
|
18
19
|
*/
|
|
19
20
|
defaultChecked?: boolean;
|
|
20
21
|
/**
|
|
@@ -39,6 +40,9 @@ export interface ToggleProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
39
40
|
* Content for label; can be a node or a string
|
|
40
41
|
*/
|
|
41
42
|
labelText: React.ReactNode;
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
42
46
|
testId?: string;
|
|
43
47
|
/**
|
|
44
48
|
* Whether the label appears to the left of the right of the toggle switch
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TooltipProps } from './index';
|
|
2
3
|
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
|
|
3
4
|
export default _default;
|
|
@@ -7,3 +8,4 @@ export declare const Left: import("@storybook/csf").AnnotatedStoryFn<import("@st
|
|
|
7
8
|
export declare const Right: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
|
|
8
9
|
export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
|
|
9
10
|
export declare const Open: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
|
|
11
|
+
export declare const Complex: () => JSX.Element;
|
|
@@ -30,8 +30,12 @@ export interface TooltipProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
30
30
|
open?: boolean;
|
|
31
31
|
/**
|
|
32
32
|
* Position the tooltip appears in relation to its trigger
|
|
33
|
+
* @default TooltipPosition.top
|
|
33
34
|
*/
|
|
34
35
|
position?: TooltipPosition;
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
35
39
|
testId?: string;
|
|
36
40
|
/**
|
|
37
41
|
* Style properties for the inner tooltip content
|
|
@@ -8,6 +8,9 @@ export interface TypographyProps<T = HTMLParagraphElement> extends React.HTMLAtt
|
|
|
8
8
|
isInverse?: boolean;
|
|
9
9
|
noMargins?: boolean;
|
|
10
10
|
ref?: any;
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
11
14
|
testId?: string;
|
|
12
15
|
theme?: any;
|
|
13
16
|
visualStyle?: TypographyVisualStyle;
|
|
@@ -24,6 +27,7 @@ export declare enum TypographyContextVariant {
|
|
|
24
27
|
narrative = "narrative"
|
|
25
28
|
}
|
|
26
29
|
export declare enum TypographyVisualStyle {
|
|
30
|
+
heading2XLarge = "heading2XLarge",
|
|
27
31
|
headingXLarge = "headingXLarge",
|
|
28
32
|
headingLarge = "headingLarge",
|
|
29
33
|
headingMedium = "headingMedium",
|
|
@@ -41,6 +45,7 @@ export declare const paragraphLargeStyles: (props: any) => import("@emotion/util
|
|
|
41
45
|
export declare const paragraphMediumStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
42
46
|
export declare const paragraphSmallStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
43
47
|
export declare const paragraphXSmallStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
48
|
+
export declare const heading2XLargeStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
44
49
|
export declare const headingXLargeStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
45
50
|
export declare const headingLargeStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
46
51
|
export declare const headingMediumStyles: (props: any) => import("@emotion/utils").SerializedStyles;
|
|
@@ -3,6 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
* @children required
|
|
4
4
|
*/
|
|
5
5
|
export interface VisuallyHiddenProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
6
9
|
testId?: string;
|
|
7
10
|
}
|
|
8
11
|
export declare const VisuallyHidden: React.FunctionComponent<VisuallyHiddenProps>;
|