@commercetools-frontend/react-notifications 22.26.0 → 22.28.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.
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
62
62
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "22.26.0";
65
+ var version = "22.28.0";
66
66
 
67
67
  const Context = /*#__PURE__*/react.createContext(() => null);
68
68
  function NotificationProviderForCustomComponent(props) {
@@ -292,12 +292,12 @@ var apiErrorMessages = reactIntl.defineMessages({
292
292
  OverlappingPriceValidity: {
293
293
  id: 'ApiError.OverlappingPriceValidity',
294
294
  description: 'Returned when a given price validity period conflicts with an existing one',
295
- defaultMessage: 'Two prices have overlapping validity periods.'
295
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
296
296
  },
297
297
  OverlappingStandalonePriceValidity: {
298
298
  id: 'ApiError.OverlappingStandalonePriceValidity',
299
299
  description: 'Returned when a given standalone price validity period conflicts with an existing one',
300
- defaultMessage: 'Two standalone prices have overlapping validity periods.'
300
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
301
301
  },
302
302
  PendingOperation: {
303
303
  id: 'ApiError.PendingOperation',
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
62
62
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "22.26.0";
65
+ var version = "22.28.0";
66
66
 
67
67
  const Context = /*#__PURE__*/react.createContext(() => null);
68
68
  function NotificationProviderForCustomComponent(props) {
@@ -280,12 +280,12 @@ var apiErrorMessages = reactIntl.defineMessages({
280
280
  OverlappingPriceValidity: {
281
281
  id: 'ApiError.OverlappingPriceValidity',
282
282
  description: 'Returned when a given price validity period conflicts with an existing one',
283
- defaultMessage: 'Two prices have overlapping validity periods.'
283
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
284
284
  },
285
285
  OverlappingStandalonePriceValidity: {
286
286
  id: 'ApiError.OverlappingStandalonePriceValidity',
287
287
  description: 'Returned when a given standalone price validity period conflicts with an existing one',
288
- defaultMessage: 'Two standalone prices have overlapping validity periods.'
288
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
289
289
  },
290
290
  PendingOperation: {
291
291
  id: 'ApiError.PendingOperation',
@@ -36,7 +36,7 @@ import isNumber from 'lodash/isNumber';
36
36
  import { useShowNotification } from '@commercetools-frontend/actions-global';
37
37
 
38
38
  // NOTE: This string will be replaced on build time with the package version.
39
- var version = "22.26.0";
39
+ var version = "22.28.0";
40
40
 
41
41
  const Context = /*#__PURE__*/createContext(() => null);
42
42
  function NotificationProviderForCustomComponent(props) {
@@ -266,12 +266,12 @@ var apiErrorMessages = defineMessages({
266
266
  OverlappingPriceValidity: {
267
267
  id: 'ApiError.OverlappingPriceValidity',
268
268
  description: 'Returned when a given price validity period conflicts with an existing one',
269
- defaultMessage: 'Two prices have overlapping validity periods.'
269
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
270
270
  },
271
271
  OverlappingStandalonePriceValidity: {
272
272
  id: 'ApiError.OverlappingStandalonePriceValidity',
273
273
  description: 'Returned when a given standalone price validity period conflicts with an existing one',
274
- defaultMessage: 'Two standalone prices have overlapping validity periods.'
274
+ defaultMessage: 'Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates.'
275
275
  },
276
276
  PendingOperation: {
277
277
  id: 'ApiError.PendingOperation',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/react-notifications",
3
- "version": "22.26.0",
3
+ "version": "22.28.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,11 +30,11 @@
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.22.15",
32
32
  "@babel/runtime-corejs3": "^7.22.15",
33
- "@commercetools-frontend/actions-global": "22.26.0",
34
- "@commercetools-frontend/application-components": "22.26.0",
35
- "@commercetools-frontend/constants": "22.26.0",
36
- "@commercetools-frontend/notifications": "22.26.0",
37
- "@commercetools-frontend/sentry": "22.26.0",
33
+ "@commercetools-frontend/actions-global": "22.28.0",
34
+ "@commercetools-frontend/application-components": "22.28.0",
35
+ "@commercetools-frontend/constants": "22.28.0",
36
+ "@commercetools-frontend/notifications": "22.28.0",
37
+ "@commercetools-frontend/sentry": "22.28.0",
38
38
  "@commercetools-uikit/design-system": "^19.2.0",
39
39
  "@commercetools-uikit/hooks": "^19.2.0",
40
40
  "@commercetools-uikit/icon-button": "^19.2.0",
@@ -47,7 +47,7 @@
47
47
  "@types/history": "^4.7.11",
48
48
  "@types/lodash": "^4.14.198",
49
49
  "@types/prop-types": "^15.7.5",
50
- "@types/react": "^17.0.56",
50
+ "@types/react": "^17.0.80",
51
51
  "@types/react-dom": "^17.0.19",
52
52
  "@types/react-redux": "^7.1.26",
53
53
  "@types/react-router": "^5.1.20",