@hitachivantara/uikit-react-core 3.54.1 → 3.54.2
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.54.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.54.1...@hitachivantara/uikit-react-core@3.54.2) (2022-02-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Snackbar:** fix extended interface on SnackbarProvider ([95f5a54](https://github.com/lumada-design/hv-uikit-react/commit/95f5a5447969156ef5c499dced115201014d2687))
|
|
12
|
+
* **Snackbar:** make the notistackClassesOverride prop optional ([efcc54e](https://github.com/lumada-design/hv-uikit-react/commit/efcc54e61ad1a07bcc2304b02e22e50fd9dc74c4))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [3.54.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.54.0...@hitachivantara/uikit-react-core@3.54.1) (2022-02-04)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -12,7 +12,7 @@ export interface HvSnackbarProviderProps extends SnackbarProviderProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* Class object used to override notistack classes.
|
|
14
14
|
*/
|
|
15
|
-
notistackClassesOverride
|
|
15
|
+
notistackClassesOverride?: Record<string, unknown>;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
interface HvEnqueueOptions extends OptionsObject {
|
|
@@ -12,7 +12,7 @@ export interface HvSnackbarProviderProps extends SnackbarProviderProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* Class object used to override notistack classes.
|
|
14
14
|
*/
|
|
15
|
-
notistackClassesOverride
|
|
15
|
+
notistackClassesOverride?: Record<string, unknown>;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
interface HvEnqueueOptions extends OptionsObject {
|
|
@@ -12,7 +12,7 @@ export interface HvSnackbarProviderProps extends SnackbarProviderProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* Class object used to override notistack classes.
|
|
14
14
|
*/
|
|
15
|
-
notistackClassesOverride
|
|
15
|
+
notistackClassesOverride?: Record<string, unknown>;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
interface HvEnqueueOptions extends OptionsObject {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "3.54.
|
|
3
|
+
"version": "3.54.2",
|
|
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",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "4ac95bcadb23ad4b71f18c3c89058098e4f22917"
|
|
108
108
|
}
|