@hitachivantara/uikit-react-core 3.67.13 → 3.67.14
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.
|
@@ -3,6 +3,9 @@ import { StandardProps } from "@material-ui/core";
|
|
|
3
3
|
|
|
4
4
|
export type HvActionContainerClassKey = "root";
|
|
5
5
|
|
|
6
|
-
type HvActionContainerProps = StandardProps<
|
|
6
|
+
export type HvActionContainerProps = StandardProps<
|
|
7
|
+
React.HTMLAttributes<HTMLDivElement>,
|
|
8
|
+
HvActionContainerClassKey
|
|
9
|
+
>;
|
|
7
10
|
|
|
8
11
|
export default function HvActionContainer(props: HvActionContainerProps): JSX.Element | null;
|
|
@@ -3,6 +3,9 @@ import { StandardProps } from "@material-ui/core";
|
|
|
3
3
|
|
|
4
4
|
export type HvActionContainerClassKey = "root";
|
|
5
5
|
|
|
6
|
-
type HvActionContainerProps = StandardProps<
|
|
6
|
+
export type HvActionContainerProps = StandardProps<
|
|
7
|
+
React.HTMLAttributes<HTMLDivElement>,
|
|
8
|
+
HvActionContainerClassKey
|
|
9
|
+
>;
|
|
7
10
|
|
|
8
11
|
export default function HvActionContainer(props: HvActionContainerProps): JSX.Element | null;
|
|
@@ -3,6 +3,9 @@ import { StandardProps } from "@material-ui/core";
|
|
|
3
3
|
|
|
4
4
|
export type HvActionContainerClassKey = "root";
|
|
5
5
|
|
|
6
|
-
type HvActionContainerProps = StandardProps<
|
|
6
|
+
export type HvActionContainerProps = StandardProps<
|
|
7
|
+
React.HTMLAttributes<HTMLDivElement>,
|
|
8
|
+
HvActionContainerClassKey
|
|
9
|
+
>;
|
|
7
10
|
|
|
8
11
|
export default function HvActionContainer(props: HvActionContainerProps): JSX.Element | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "3.67.
|
|
3
|
+
"version": "3.67.14",
|
|
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",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "4b0d5b1ba364cde3b2615d94f59341e4512abf8f"
|
|
109
109
|
}
|