@commercetools-uikit/money-input 12.2.6 → 12.2.7
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.
|
@@ -1525,7 +1525,7 @@ MoneyInput.defaultProps = {
|
|
|
1525
1525
|
var MoneyInput$1 = MoneyInput;
|
|
1526
1526
|
|
|
1527
1527
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1528
|
-
var version = "12.2.
|
|
1528
|
+
var version = "12.2.7";
|
|
1529
1529
|
|
|
1530
1530
|
exports["default"] = MoneyInput$1;
|
|
1531
1531
|
exports.version = version;
|
|
@@ -1386,7 +1386,7 @@ MoneyInput.defaultProps = {
|
|
|
1386
1386
|
var MoneyInput$1 = MoneyInput;
|
|
1387
1387
|
|
|
1388
1388
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1389
|
-
var version = "12.2.
|
|
1389
|
+
var version = "12.2.7";
|
|
1390
1390
|
|
|
1391
1391
|
exports["default"] = MoneyInput$1;
|
|
1392
1392
|
exports.version = version;
|
|
@@ -1493,6 +1493,6 @@ MoneyInput.defaultProps = {
|
|
|
1493
1493
|
var MoneyInput$1 = MoneyInput;
|
|
1494
1494
|
|
|
1495
1495
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1496
|
-
var version = "12.2.
|
|
1496
|
+
var version = "12.2.7";
|
|
1497
1497
|
|
|
1498
1498
|
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": "12.2.
|
|
4
|
+
"version": "12.2.7",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
25
25
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
26
26
|
"@commercetools-uikit/hooks": "12.2.5",
|
|
27
|
-
"@commercetools-uikit/icons": "12.2.
|
|
28
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
29
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
27
|
+
"@commercetools-uikit/icons": "12.2.7",
|
|
28
|
+
"@commercetools-uikit/input-utils": "12.2.7",
|
|
29
|
+
"@commercetools-uikit/select-utils": "12.2.7",
|
|
30
30
|
"@commercetools-uikit/tooltip": "12.2.5",
|
|
31
31
|
"@commercetools-uikit/utils": "12.2.5",
|
|
32
32
|
"@emotion/react": "^11.4.0",
|