@commercetools-uikit/money-input 15.12.0 → 15.13.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.
|
@@ -1494,7 +1494,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1494
1494
|
var MoneyInput$1 = MoneyInput;
|
|
1495
1495
|
|
|
1496
1496
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1497
|
-
var version = "15.
|
|
1497
|
+
var version = "15.13.1";
|
|
1498
1498
|
|
|
1499
1499
|
exports["default"] = MoneyInput$1;
|
|
1500
1500
|
exports.version = version;
|
|
@@ -1433,7 +1433,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1433
1433
|
var MoneyInput$1 = MoneyInput;
|
|
1434
1434
|
|
|
1435
1435
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1436
|
-
var version = "15.
|
|
1436
|
+
var version = "15.13.1";
|
|
1437
1437
|
|
|
1438
1438
|
exports["default"] = MoneyInput$1;
|
|
1439
1439
|
exports.version = version;
|
|
@@ -1463,6 +1463,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1463
1463
|
var MoneyInput$1 = MoneyInput;
|
|
1464
1464
|
|
|
1465
1465
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1466
|
-
var version = "15.
|
|
1466
|
+
var version = "15.13.1";
|
|
1467
1467
|
|
|
1468
1468
|
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.13.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
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.13.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.1",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.13.1",
|
|
27
|
+
"@commercetools-uikit/icons": "15.13.1",
|
|
28
|
+
"@commercetools-uikit/input-utils": "15.13.1",
|
|
29
|
+
"@commercetools-uikit/select-utils": "15.13.1",
|
|
30
|
+
"@commercetools-uikit/tooltip": "15.13.1",
|
|
31
|
+
"@commercetools-uikit/utils": "15.13.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|