@commercetools-uikit/money-input 13.0.0 → 13.0.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.
|
@@ -1455,7 +1455,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1455
1455
|
var MoneyInput$1 = MoneyInput;
|
|
1456
1456
|
|
|
1457
1457
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1458
|
-
var version = "13.0.
|
|
1458
|
+
var version = "13.0.1";
|
|
1459
1459
|
|
|
1460
1460
|
exports["default"] = MoneyInput$1;
|
|
1461
1461
|
exports.version = version;
|
|
@@ -1396,7 +1396,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1396
1396
|
var MoneyInput$1 = MoneyInput;
|
|
1397
1397
|
|
|
1398
1398
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1399
|
-
var version = "13.0.
|
|
1399
|
+
var version = "13.0.1";
|
|
1400
1400
|
|
|
1401
1401
|
exports["default"] = MoneyInput$1;
|
|
1402
1402
|
exports.version = version;
|
|
@@ -1424,6 +1424,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1424
1424
|
var MoneyInput$1 = MoneyInput;
|
|
1425
1425
|
|
|
1426
1426
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1427
|
-
var version = "13.0.
|
|
1427
|
+
var version = "13.0.1";
|
|
1428
1428
|
|
|
1429
1429
|
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": "13.0.
|
|
4
|
+
"version": "13.0.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@commercetools-uikit/hooks": "12.2.9",
|
|
27
27
|
"@commercetools-uikit/icons": "13.0.0",
|
|
28
28
|
"@commercetools-uikit/input-utils": "13.0.0",
|
|
29
|
-
"@commercetools-uikit/select-utils": "13.0.
|
|
29
|
+
"@commercetools-uikit/select-utils": "13.0.1",
|
|
30
30
|
"@commercetools-uikit/tooltip": "13.0.0",
|
|
31
31
|
"@commercetools-uikit/utils": "12.2.9",
|
|
32
32
|
"@emotion/react": "^11.4.0",
|