@hitachivantara/uikit-react-core 4.3.0 → 4.3.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.
@@ -79,7 +79,7 @@ export interface HvAvatarProps
79
79
  /**
80
80
  * Attributes applied to the container element.
81
81
  */
82
- containerProps: object;
82
+ containerProps?: object;
83
83
  }
84
84
 
85
85
  export default function HvAvatar(props: HvAvatarProps): JSX.Element | null;
@@ -79,7 +79,7 @@ export interface HvAvatarProps
79
79
  /**
80
80
  * Attributes applied to the container element.
81
81
  */
82
- containerProps: object;
82
+ containerProps?: object;
83
83
  }
84
84
 
85
85
  export default function HvAvatar(props: HvAvatarProps): JSX.Element | null;
@@ -79,7 +79,7 @@ export interface HvAvatarProps
79
79
  /**
80
80
  * Attributes applied to the container element.
81
81
  */
82
- containerProps: object;
82
+ containerProps?: object;
83
83
  }
84
84
 
85
85
  export default function HvAvatar(props: HvAvatarProps): JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-core",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "A collection of React components for the Hitachi Vantara's Design System.",
5
5
  "homepage": "https://github.com/lumada-design/hv-uikit-react",
6
6
  "license": "Apache-2.0",
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "eff5a387f0c68717be80ccd2cf60e8cf06dade94"
86
+ "gitHead": "e84547e1ef1df8f07890b34ac6959eb139e2ea4b"
87
87
  }