@commercetools-uikit/money-input 20.3.1 → 20.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.
|
@@ -1385,7 +1385,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1385
1385
|
var MoneyInput$1 = MoneyInput;
|
|
1386
1386
|
|
|
1387
1387
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1388
|
-
var version = "20.
|
|
1388
|
+
var version = "20.4.0";
|
|
1389
1389
|
|
|
1390
1390
|
exports["default"] = MoneyInput$1;
|
|
1391
1391
|
exports.version = version;
|
|
@@ -1357,7 +1357,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1357
1357
|
var MoneyInput$1 = MoneyInput;
|
|
1358
1358
|
|
|
1359
1359
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1360
|
-
var version = "20.
|
|
1360
|
+
var version = "20.4.0";
|
|
1361
1361
|
|
|
1362
1362
|
exports["default"] = MoneyInput$1;
|
|
1363
1363
|
exports.version = version;
|
|
@@ -1355,6 +1355,6 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1355
1355
|
var MoneyInput$1 = MoneyInput;
|
|
1356
1356
|
|
|
1357
1357
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1358
|
-
var version = "20.
|
|
1358
|
+
var version = "20.4.0";
|
|
1359
1359
|
|
|
1360
1360
|
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": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
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": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/hooks": "20.
|
|
27
|
-
"@commercetools-uikit/icons": "20.
|
|
28
|
-
"@commercetools-uikit/input-utils": "20.
|
|
29
|
-
"@commercetools-uikit/select-utils": "20.
|
|
30
|
-
"@commercetools-uikit/tooltip": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/select-utils": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/tooltip": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.23",
|