@commercetools-uikit/money-input 19.7.0 → 19.9.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.
|
@@ -1423,7 +1423,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1423
1423
|
var MoneyInput$1 = MoneyInput;
|
|
1424
1424
|
|
|
1425
1425
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1426
|
-
var version = "19.
|
|
1426
|
+
var version = "19.9.0";
|
|
1427
1427
|
|
|
1428
1428
|
exports["default"] = MoneyInput$1;
|
|
1429
1429
|
exports.version = version;
|
|
@@ -1358,7 +1358,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1358
1358
|
var MoneyInput$1 = MoneyInput;
|
|
1359
1359
|
|
|
1360
1360
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1361
|
-
var version = "19.
|
|
1361
|
+
var version = "19.9.0";
|
|
1362
1362
|
|
|
1363
1363
|
exports["default"] = MoneyInput$1;
|
|
1364
1364
|
exports.version = version;
|
|
@@ -1392,6 +1392,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1392
1392
|
var MoneyInput$1 = MoneyInput;
|
|
1393
1393
|
|
|
1394
1394
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1395
|
-
var version = "19.
|
|
1395
|
+
var version = "19.9.0";
|
|
1396
1396
|
|
|
1397
1397
|
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": "19.
|
|
4
|
+
"version": "19.9.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": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/hooks": "19.
|
|
27
|
-
"@commercetools-uikit/icons": "19.
|
|
28
|
-
"@commercetools-uikit/input-utils": "19.
|
|
29
|
-
"@commercetools-uikit/select-utils": "19.
|
|
30
|
-
"@commercetools-uikit/tooltip": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.9.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.9.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.9.0",
|
|
27
|
+
"@commercetools-uikit/icons": "19.9.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "19.9.0",
|
|
29
|
+
"@commercetools-uikit/select-utils": "19.9.0",
|
|
30
|
+
"@commercetools-uikit/tooltip": "19.9.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.9.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|