@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -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, AriaRole, Key } from 'react';
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?: string;
1017
+ role?: AriaRole;
1018
1018
  size: InfoboxSize;
1019
1019
  /** Cannot be used alongside `children`. */
1020
1020
  textContent?: InfoboxTextContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.221",
3
+ "version": "0.1.222",
4
4
  "description": "MMB design-system-web",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",