@commercetools-uikit/money-input 20.3.0 → 20.3.1

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.
@@ -750,9 +750,11 @@ const getHighPrecisionWrapperStyles = _ref => {
750
750
 
751
751
  var messages = reactIntl.defineMessages({
752
752
  highPrecision: {
753
- id: 'UIKit.MoneyInput.highPrecision',
754
- description: 'Label of high precision tooltip in MoneyInput',
755
- defaultMessage: 'High Precision Price'
753
+ id: "UIKit.MoneyInput.highPrecision",
754
+ defaultMessage: [{
755
+ "type": 0,
756
+ "value": "High Precision Price"
757
+ }]
756
758
  }
757
759
  });
758
760
 
@@ -1383,7 +1385,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1383
1385
  var MoneyInput$1 = MoneyInput;
1384
1386
 
1385
1387
  // NOTE: This string will be replaced on build time with the package version.
1386
- var version = "20.3.0";
1388
+ var version = "20.3.1";
1387
1389
 
1388
1390
  exports["default"] = MoneyInput$1;
1389
1391
  exports.version = version;
@@ -749,9 +749,11 @@ const getHighPrecisionWrapperStyles = _ref => {
749
749
 
750
750
  var messages = reactIntl.defineMessages({
751
751
  highPrecision: {
752
- id: 'UIKit.MoneyInput.highPrecision',
753
- description: 'Label of high precision tooltip in MoneyInput',
754
- defaultMessage: 'High Precision Price'
752
+ id: "UIKit.MoneyInput.highPrecision",
753
+ defaultMessage: [{
754
+ "type": 0,
755
+ "value": "High Precision Price"
756
+ }]
755
757
  }
756
758
  });
757
759
 
@@ -1355,7 +1357,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1355
1357
  var MoneyInput$1 = MoneyInput;
1356
1358
 
1357
1359
  // NOTE: This string will be replaced on build time with the package version.
1358
- var version = "20.3.0";
1360
+ var version = "20.3.1";
1359
1361
 
1360
1362
  exports["default"] = MoneyInput$1;
1361
1363
  exports.version = version;
@@ -720,9 +720,11 @@ const getHighPrecisionWrapperStyles = _ref => {
720
720
 
721
721
  var messages = defineMessages({
722
722
  highPrecision: {
723
- id: 'UIKit.MoneyInput.highPrecision',
724
- description: 'Label of high precision tooltip in MoneyInput',
725
- defaultMessage: 'High Precision Price'
723
+ id: "UIKit.MoneyInput.highPrecision",
724
+ defaultMessage: [{
725
+ "type": 0,
726
+ "value": "High Precision Price"
727
+ }]
726
728
  }
727
729
  });
728
730
 
@@ -1353,6 +1355,6 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
1353
1355
  var MoneyInput$1 = MoneyInput;
1354
1356
 
1355
1357
  // NOTE: This string will be replaced on build time with the package version.
1356
- var version = "20.3.0";
1358
+ var version = "20.3.1";
1357
1359
 
1358
1360
  export { MoneyInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/money-input",
3
3
  "description": "A controlled input component for money values with validation states.",
4
- "version": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/hooks": "20.3.0",
27
- "@commercetools-uikit/icons": "20.3.0",
28
- "@commercetools-uikit/input-utils": "20.3.0",
29
- "@commercetools-uikit/select-utils": "20.3.0",
30
- "@commercetools-uikit/tooltip": "20.3.0",
31
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/hooks": "20.3.1",
27
+ "@commercetools-uikit/icons": "20.3.1",
28
+ "@commercetools-uikit/input-utils": "20.3.1",
29
+ "@commercetools-uikit/select-utils": "20.3.1",
30
+ "@commercetools-uikit/tooltip": "20.3.1",
31
+ "@commercetools-uikit/utils": "20.3.1",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
- "lodash": "4.17.21",
34
+ "lodash": "4.17.23",
35
35
  "react-select": "5.10.2"
36
36
  },
37
37
  "devDependencies": {