@commercetools-uikit/money-input 20.2.2 → 20.2.3
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.
|
@@ -1377,7 +1377,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1377
1377
|
var MoneyInput$1 = MoneyInput;
|
|
1378
1378
|
|
|
1379
1379
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1380
|
-
var version = "20.2.
|
|
1380
|
+
var version = "20.2.3";
|
|
1381
1381
|
|
|
1382
1382
|
exports["default"] = MoneyInput$1;
|
|
1383
1383
|
exports.version = version;
|
|
@@ -1349,7 +1349,7 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1349
1349
|
var MoneyInput$1 = MoneyInput;
|
|
1350
1350
|
|
|
1351
1351
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1352
|
-
var version = "20.2.
|
|
1352
|
+
var version = "20.2.3";
|
|
1353
1353
|
|
|
1354
1354
|
exports["default"] = MoneyInput$1;
|
|
1355
1355
|
exports.version = version;
|
|
@@ -1348,6 +1348,6 @@ MoneyInput.isTouched = touched => Boolean(touched && touched.currencyCode && tou
|
|
|
1348
1348
|
var MoneyInput$1 = MoneyInput;
|
|
1349
1349
|
|
|
1350
1350
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1351
|
-
var version = "20.2.
|
|
1351
|
+
var version = "20.2.3";
|
|
1352
1352
|
|
|
1353
1353
|
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.2.
|
|
4
|
+
"version": "20.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
26
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
27
|
-
"@commercetools-uikit/icons": "20.2.
|
|
28
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
29
|
-
"@commercetools-uikit/select-utils": "20.2.
|
|
30
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
31
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/hooks": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/input-utils": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/select-utils": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/tooltip": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
|
-
"react-select": "5.10.
|
|
35
|
+
"react-select": "5.10.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "19.1.0",
|