@commercetools-frontend/react-notifications 22.21.0 → 22.23.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.
|
@@ -63,7 +63,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
63
63
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
64
64
|
|
|
65
65
|
// NOTE: This string will be replaced on build time with the package version.
|
|
66
|
-
var version = "22.
|
|
66
|
+
var version = "22.23.0";
|
|
67
67
|
|
|
68
68
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
69
69
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -364,6 +364,7 @@ const regexInvalidOperationRequiredAttribute = /Required attribute '(.*)' cannot
|
|
|
364
364
|
|
|
365
365
|
// `error` fields for REST errors
|
|
366
366
|
// `error.extensions` fields for GraphQL errors
|
|
367
|
+
|
|
367
368
|
// The values passed to the Intl message must be a map of scalar values.
|
|
368
369
|
// Some of the message values are already mapped in the `getSpecialFormattedMessageByErrorCode`
|
|
369
370
|
// function. Here we map other possible error properties that can be
|
|
@@ -63,7 +63,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
|
|
|
63
63
|
var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
|
|
64
64
|
|
|
65
65
|
// NOTE: This string will be replaced on build time with the package version.
|
|
66
|
-
var version = "22.
|
|
66
|
+
var version = "22.23.0";
|
|
67
67
|
|
|
68
68
|
const Context = /*#__PURE__*/react.createContext(() => null);
|
|
69
69
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -352,6 +352,7 @@ const regexInvalidOperationRequiredAttribute = /Required attribute '(.*)' cannot
|
|
|
352
352
|
|
|
353
353
|
// `error` fields for REST errors
|
|
354
354
|
// `error.extensions` fields for GraphQL errors
|
|
355
|
+
|
|
355
356
|
// The values passed to the Intl message must be a map of scalar values.
|
|
356
357
|
// Some of the message values are already mapped in the `getSpecialFormattedMessageByErrorCode`
|
|
357
358
|
// function. Here we map other possible error properties that can be
|
|
@@ -37,7 +37,7 @@ import isNumber from 'lodash/isNumber';
|
|
|
37
37
|
import { useShowNotification } from '@commercetools-frontend/actions-global';
|
|
38
38
|
|
|
39
39
|
// NOTE: This string will be replaced on build time with the package version.
|
|
40
|
-
var version = "22.
|
|
40
|
+
var version = "22.23.0";
|
|
41
41
|
|
|
42
42
|
const Context = /*#__PURE__*/createContext(() => null);
|
|
43
43
|
function NotificationProviderForCustomComponent(props) {
|
|
@@ -338,6 +338,7 @@ const regexInvalidOperationRequiredAttribute = /Required attribute '(.*)' cannot
|
|
|
338
338
|
|
|
339
339
|
// `error` fields for REST errors
|
|
340
340
|
// `error.extensions` fields for GraphQL errors
|
|
341
|
+
|
|
341
342
|
// The values passed to the Intl message must be a map of scalar values.
|
|
342
343
|
// Some of the message values are already mapped in the `getSpecialFormattedMessageByErrorCode`
|
|
343
344
|
// function. Here we map other possible error properties that can be
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/react-notifications",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.23.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": "22.
|
|
34
|
-
"@commercetools-frontend/application-components": "22.
|
|
35
|
-
"@commercetools-frontend/constants": "22.
|
|
36
|
-
"@commercetools-frontend/notifications": "22.
|
|
37
|
-
"@commercetools-frontend/sentry": "22.
|
|
38
|
-
"@commercetools-uikit/design-system": "^
|
|
39
|
-
"@commercetools-uikit/hooks": "^
|
|
40
|
-
"@commercetools-uikit/icon-button": "^
|
|
41
|
-
"@commercetools-uikit/icons": "^
|
|
42
|
-
"@commercetools-uikit/secondary-icon-button": "^
|
|
43
|
-
"@commercetools-uikit/spacings": "^
|
|
44
|
-
"@commercetools-uikit/utils": "^
|
|
33
|
+
"@commercetools-frontend/actions-global": "22.23.0",
|
|
34
|
+
"@commercetools-frontend/application-components": "22.23.0",
|
|
35
|
+
"@commercetools-frontend/constants": "22.23.0",
|
|
36
|
+
"@commercetools-frontend/notifications": "22.23.0",
|
|
37
|
+
"@commercetools-frontend/sentry": "22.23.0",
|
|
38
|
+
"@commercetools-uikit/design-system": "^19.0.0",
|
|
39
|
+
"@commercetools-uikit/hooks": "^19.0.0",
|
|
40
|
+
"@commercetools-uikit/icon-button": "^19.0.0",
|
|
41
|
+
"@commercetools-uikit/icons": "^19.0.0",
|
|
42
|
+
"@commercetools-uikit/secondary-icon-button": "^19.0.0",
|
|
43
|
+
"@commercetools-uikit/spacings": "^19.0.0",
|
|
44
|
+
"@commercetools-uikit/utils": "^19.0.0",
|
|
45
45
|
"@emotion/react": "^11.11.4",
|
|
46
46
|
"@emotion/styled": "^11.11.0",
|
|
47
47
|
"@types/history": "^4.7.11",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/jest": "^29.5.4",
|
|
63
63
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
64
|
-
"jest": "29.
|
|
65
|
-
"jest-mock": "29.
|
|
64
|
+
"jest": "29.7.0",
|
|
65
|
+
"jest-mock": "29.7.0",
|
|
66
66
|
"react": "17.0.2",
|
|
67
67
|
"react-dom": "17.0.2",
|
|
68
|
-
"react-intl": "^6.4.
|
|
68
|
+
"react-intl": "^6.4.7",
|
|
69
69
|
"react-redux": "7.2.9",
|
|
70
70
|
"react-router-dom": "5.3.4"
|
|
71
71
|
},
|