@mmb-digital/design-system-web 0.1.221 → 0.1.222
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/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { ReactNode, AriaAttributes, RefObject, MouseEvent, TouchEvent, ReactElement, FocusEventHandler, MouseEventHandler, KeyboardEventHandler, HTMLProps, HTMLInputAutoCompleteAttribute, FocusEvent, ChangeEvent, ComponentType, RefAttributes, ComponentProps, TextareaHTMLAttributes, HTMLAttributes, HTMLInputTypeAttribute, FC,
|
|
2
|
+
import React__default, { ReactNode, AriaAttributes, RefObject, MouseEvent, TouchEvent, ReactElement, FocusEventHandler, AriaRole, MouseEventHandler, KeyboardEventHandler, HTMLProps, HTMLInputAutoCompleteAttribute, FocusEvent, ChangeEvent, ComponentType, RefAttributes, ComponentProps, TextareaHTMLAttributes, HTMLAttributes, HTMLInputTypeAttribute, FC, Key } from 'react';
|
|
3
3
|
import { MessageDescriptor } from 'react-intl';
|
|
4
4
|
import { FormatXMLElementFn, PrimitiveType } from 'intl-messageformat';
|
|
5
5
|
import * as styled_components from 'styled-components';
|
|
@@ -1014,7 +1014,7 @@ interface InfoboxProps extends DesignSystemBaseProps, AriaAttributes {
|
|
|
1014
1014
|
iconProduct?: IconProductType;
|
|
1015
1015
|
id?: string;
|
|
1016
1016
|
isWarning?: boolean;
|
|
1017
|
-
role?:
|
|
1017
|
+
role?: AriaRole;
|
|
1018
1018
|
size: InfoboxSize;
|
|
1019
1019
|
/** Cannot be used alongside `children`. */
|
|
1020
1020
|
textContent?: InfoboxTextContent;
|