@commercetools-uikit/money-input 15.3.0 → 15.4.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.
|
@@ -1473,7 +1473,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1473
1473
|
var MoneyInput$1 = MoneyInput;
|
|
1474
1474
|
|
|
1475
1475
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1476
|
-
var version = "15.
|
|
1476
|
+
var version = "15.4.0";
|
|
1477
1477
|
|
|
1478
1478
|
exports["default"] = MoneyInput$1;
|
|
1479
1479
|
exports.version = version;
|
|
@@ -1412,7 +1412,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1412
1412
|
var MoneyInput$1 = MoneyInput;
|
|
1413
1413
|
|
|
1414
1414
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1415
|
-
var version = "15.
|
|
1415
|
+
var version = "15.4.0";
|
|
1416
1416
|
|
|
1417
1417
|
exports["default"] = MoneyInput$1;
|
|
1418
1418
|
exports.version = version;
|
|
@@ -1442,6 +1442,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1442
1442
|
var MoneyInput$1 = MoneyInput;
|
|
1443
1443
|
|
|
1444
1444
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1445
|
-
var version = "15.
|
|
1445
|
+
var version = "15.4.0";
|
|
1446
1446
|
|
|
1447
1447
|
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": "15.
|
|
4
|
+
"version": "15.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.
|
|
27
|
-
"@commercetools-uikit/icons": "15.
|
|
28
|
-
"@commercetools-uikit/input-utils": "15.
|
|
29
|
-
"@commercetools-uikit/select-utils": "15.
|
|
30
|
-
"@commercetools-uikit/tooltip": "15.
|
|
31
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.4.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.4.0",
|
|
27
|
+
"@commercetools-uikit/icons": "15.4.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "15.4.0",
|
|
29
|
+
"@commercetools-uikit/select-utils": "15.4.0",
|
|
30
|
+
"@commercetools-uikit/tooltip": "15.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "15.4.0",
|
|
32
32
|
"@emotion/react": "^11.4.0",
|
|
33
33
|
"@emotion/styled": "^11.3.0",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
35
|
"prop-types": "15.8.1",
|
|
36
|
-
"react-select": "5.
|
|
36
|
+
"react-select": "5.5.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"react": "17.0.2",
|