@commercetools-frontend/react-notifications 23.2.3 → 23.3.0
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.
|
@@ -61,7 +61,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
61
61
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
62
62
|
|
|
63
63
|
// NOTE: This string will be replaced on build time with the package version.
|
|
64
|
-
var version = "23.
|
|
64
|
+
var version = "23.3.0";
|
|
65
65
|
|
|
66
66
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
67
67
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -61,7 +61,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
61
61
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
62
62
|
|
|
63
63
|
// NOTE: This string will be replaced on build time with the package version.
|
|
64
|
-
var version = "23.
|
|
64
|
+
var version = "23.3.0";
|
|
65
65
|
|
|
66
66
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
67
67
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -35,7 +35,7 @@ import isNumber from 'lodash/isNumber';
|
|
|
35
35
|
import { useShowNotification } from '@commercetools-frontend/actions-global';
|
|
36
36
|
|
|
37
37
|
// NOTE: This string will be replaced on build time with the package version.
|
|
38
|
-
var version = "23.
|
|
38
|
+
var version = "23.3.0";
|
|
39
39
|
|
|
40
40
|
const Context = /*#__PURE__*/createContext(() => null);
|
|
41
41
|
function NotificationProviderForCustomComponent(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/react-notifications",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.3.0",
|
|
4
4
|
"description": "React bindings for @commercetools-frontend/notifications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "^7.22.15",
|
|
32
32
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
33
|
-
"@commercetools-frontend/actions-global": "23.
|
|
34
|
-
"@commercetools-frontend/application-components": "23.
|
|
35
|
-
"@commercetools-frontend/constants": "23.
|
|
36
|
-
"@commercetools-frontend/notifications": "23.
|
|
37
|
-
"@commercetools-frontend/sentry": "23.
|
|
38
|
-
"@commercetools-uikit/design-system": "^19.
|
|
39
|
-
"@commercetools-uikit/hooks": "^19.
|
|
40
|
-
"@commercetools-uikit/icon-button": "^19.
|
|
41
|
-
"@commercetools-uikit/icons": "^19.
|
|
42
|
-
"@commercetools-uikit/secondary-icon-button": "^19.
|
|
43
|
-
"@commercetools-uikit/spacings": "^19.
|
|
44
|
-
"@commercetools-uikit/utils": "^19.
|
|
33
|
+
"@commercetools-frontend/actions-global": "23.3.0",
|
|
34
|
+
"@commercetools-frontend/application-components": "23.3.0",
|
|
35
|
+
"@commercetools-frontend/constants": "23.3.0",
|
|
36
|
+
"@commercetools-frontend/notifications": "23.3.0",
|
|
37
|
+
"@commercetools-frontend/sentry": "23.3.0",
|
|
38
|
+
"@commercetools-uikit/design-system": "^19.24.0",
|
|
39
|
+
"@commercetools-uikit/hooks": "^19.24.0",
|
|
40
|
+
"@commercetools-uikit/icon-button": "^19.24.0",
|
|
41
|
+
"@commercetools-uikit/icons": "^19.24.0",
|
|
42
|
+
"@commercetools-uikit/secondary-icon-button": "^19.24.0",
|
|
43
|
+
"@commercetools-uikit/spacings": "^19.24.0",
|
|
44
|
+
"@commercetools-uikit/utils": "^19.24.0",
|
|
45
45
|
"@emotion/react": "^11.14.0",
|
|
46
46
|
"@emotion/styled": "^11.14.0",
|
|
47
47
|
"@types/history": "^4.7.11",
|