@hitachivantara/uikit-react-core 3.73.0 → 3.73.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.
|
@@ -17,9 +17,9 @@ export type HvBannerContentClassKey =
|
|
|
17
17
|
| SemanticVariantTypes;
|
|
18
18
|
|
|
19
19
|
export interface HvBannerContentProps
|
|
20
|
-
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey>,
|
|
20
|
+
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey, "variant">,
|
|
21
21
|
HvActionsGenericCommonProps,
|
|
22
|
-
Pick<NotificationsCommonProps, "showIcon" | "customIcon"> {
|
|
22
|
+
Pick<NotificationsCommonProps, "showIcon" | "customIcon" | "variant"> {
|
|
23
23
|
/**
|
|
24
24
|
* The position property of the header.
|
|
25
25
|
*/
|
|
@@ -17,9 +17,9 @@ export type HvBannerContentClassKey =
|
|
|
17
17
|
| SemanticVariantTypes;
|
|
18
18
|
|
|
19
19
|
export interface HvBannerContentProps
|
|
20
|
-
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey>,
|
|
20
|
+
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey, "variant">,
|
|
21
21
|
HvActionsGenericCommonProps,
|
|
22
|
-
Pick<NotificationsCommonProps, "showIcon" | "customIcon"> {
|
|
22
|
+
Pick<NotificationsCommonProps, "showIcon" | "customIcon" | "variant"> {
|
|
23
23
|
/**
|
|
24
24
|
* The position property of the header.
|
|
25
25
|
*/
|
|
@@ -17,9 +17,9 @@ export type HvBannerContentClassKey =
|
|
|
17
17
|
| SemanticVariantTypes;
|
|
18
18
|
|
|
19
19
|
export interface HvBannerContentProps
|
|
20
|
-
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey>,
|
|
20
|
+
extends StandardProps<SnackbarContentProps, HvBannerContentClassKey, "variant">,
|
|
21
21
|
HvActionsGenericCommonProps,
|
|
22
|
-
Pick<NotificationsCommonProps, "showIcon" | "customIcon"> {
|
|
22
|
+
Pick<NotificationsCommonProps, "showIcon" | "customIcon" | "variant"> {
|
|
23
23
|
/**
|
|
24
24
|
* The position property of the header.
|
|
25
25
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "3.73.
|
|
3
|
+
"version": "3.73.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "f8a061de68b72ecbfcd65da3501291f62d3f35cc"
|
|
84
84
|
}
|