@commercetools-uikit/money-input 19.18.0 → 19.20.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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
2
|
-
export { default } from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
|
+
export { default } from "./declarations/src/index.js";
|
|
3
3
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1tb25leS1pbnB1dC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -1420,7 +1420,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1420
1420
|
var MoneyInput$1 = MoneyInput;
|
|
1421
1421
|
|
|
1422
1422
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1423
|
-
var version = "19.
|
|
1423
|
+
var version = "19.20.0";
|
|
1424
1424
|
|
|
1425
1425
|
exports["default"] = MoneyInput$1;
|
|
1426
1426
|
exports.version = version;
|
|
@@ -1355,7 +1355,7 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
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 = "19.
|
|
1358
|
+
var version = "19.20.0";
|
|
1359
1359
|
|
|
1360
1360
|
exports["default"] = MoneyInput$1;
|
|
1361
1361
|
exports.version = version;
|
|
@@ -1390,6 +1390,6 @@ MoneyInput.defaultProps = defaultProps;
|
|
|
1390
1390
|
var MoneyInput$1 = MoneyInput;
|
|
1391
1391
|
|
|
1392
1392
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1393
|
-
var version = "19.
|
|
1393
|
+
var version = "19.20.0";
|
|
1394
1394
|
|
|
1395
1395
|
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.20.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,19 +21,19 @@
|
|
|
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.20.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.20.0",
|
|
26
|
+
"@commercetools-uikit/hooks": "19.20.0",
|
|
27
|
+
"@commercetools-uikit/icons": "19.20.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "19.20.0",
|
|
29
|
+
"@commercetools-uikit/select-utils": "19.20.0",
|
|
30
|
+
"@commercetools-uikit/tooltip": "19.20.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.20.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
35
|
"prop-types": "15.8.1",
|
|
36
|
-
"react-select": "5.
|
|
36
|
+
"react-select": "5.9.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"react": "17.0.2",
|