@commercetools-uikit/money-input 16.7.2 → 16.7.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.
|
@@ -1412,7 +1412,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1412
1412
|
var MoneyInput$1 = MoneyInput;
|
|
1413
1413
|
|
|
1414
1414
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1415
|
-
var version = "16.7.
|
|
1415
|
+
var version = "16.7.3";
|
|
1416
1416
|
|
|
1417
1417
|
exports["default"] = MoneyInput$1;
|
|
1418
1418
|
exports.version = version;
|
|
@@ -1350,7 +1350,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1350
1350
|
var MoneyInput$1 = MoneyInput;
|
|
1351
1351
|
|
|
1352
1352
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1353
|
-
var version = "16.7.
|
|
1353
|
+
var version = "16.7.3";
|
|
1354
1354
|
|
|
1355
1355
|
exports["default"] = MoneyInput$1;
|
|
1356
1356
|
exports.version = version;
|
|
@@ -1381,6 +1381,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1381
1381
|
var MoneyInput$1 = MoneyInput;
|
|
1382
1382
|
|
|
1383
1383
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1384
|
-
var version = "16.7.
|
|
1384
|
+
var version = "16.7.3";
|
|
1385
1385
|
|
|
1386
1386
|
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": "16.7.
|
|
4
|
+
"version": "16.7.3",
|
|
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": "16.7.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.7.
|
|
26
|
-
"@commercetools-uikit/hooks": "16.7.
|
|
27
|
-
"@commercetools-uikit/icons": "16.7.
|
|
28
|
-
"@commercetools-uikit/input-utils": "16.7.
|
|
29
|
-
"@commercetools-uikit/select-utils": "16.7.
|
|
30
|
-
"@commercetools-uikit/tooltip": "16.7.
|
|
31
|
-
"@commercetools-uikit/utils": "16.7.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.7.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.7.3",
|
|
26
|
+
"@commercetools-uikit/hooks": "16.7.3",
|
|
27
|
+
"@commercetools-uikit/icons": "16.7.3",
|
|
28
|
+
"@commercetools-uikit/input-utils": "16.7.3",
|
|
29
|
+
"@commercetools-uikit/select-utils": "16.7.3",
|
|
30
|
+
"@commercetools-uikit/tooltip": "16.7.3",
|
|
31
|
+
"@commercetools-uikit/utils": "16.7.3",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|