@commercetools-uikit/money-input 14.0.2 → 14.0.3

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.
@@ -1474,7 +1474,7 @@ MoneyInput.defaultProps = defaultProps;
1474
1474
  var MoneyInput$1 = MoneyInput;
1475
1475
 
1476
1476
  // NOTE: This string will be replaced on build time with the package version.
1477
- var version = "14.0.2";
1477
+ var version = "14.0.3";
1478
1478
 
1479
1479
  exports["default"] = MoneyInput$1;
1480
1480
  exports.version = version;
@@ -1413,7 +1413,7 @@ MoneyInput.defaultProps = defaultProps;
1413
1413
  var MoneyInput$1 = MoneyInput;
1414
1414
 
1415
1415
  // NOTE: This string will be replaced on build time with the package version.
1416
- var version = "14.0.2";
1416
+ var version = "14.0.3";
1417
1417
 
1418
1418
  exports["default"] = MoneyInput$1;
1419
1419
  exports.version = version;
@@ -1443,6 +1443,6 @@ MoneyInput.defaultProps = defaultProps;
1443
1443
  var MoneyInput$1 = MoneyInput;
1444
1444
 
1445
1445
  // NOTE: This string will be replaced on build time with the package version.
1446
- var version = "14.0.2";
1446
+ var version = "14.0.3";
1447
1447
 
1448
1448
  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": "14.0.2",
4
+ "version": "14.0.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,11 +23,11 @@
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
24
  "@commercetools-uikit/constraints": "14.0.1",
25
25
  "@commercetools-uikit/design-system": "14.0.0",
26
- "@commercetools-uikit/hooks": "14.0.1",
26
+ "@commercetools-uikit/hooks": "14.0.3",
27
27
  "@commercetools-uikit/icons": "14.0.1",
28
28
  "@commercetools-uikit/input-utils": "14.0.2",
29
29
  "@commercetools-uikit/select-utils": "14.0.1",
30
- "@commercetools-uikit/tooltip": "14.0.1",
30
+ "@commercetools-uikit/tooltip": "14.0.3",
31
31
  "@commercetools-uikit/utils": "14.0.1",
32
32
  "@emotion/react": "^11.4.0",
33
33
  "@emotion/styled": "^11.3.0",