@commercetools-uikit/money-input 12.2.4 → 12.2.9
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.
|
@@ -1524,8 +1524,8 @@ MoneyInput.defaultProps = {
|
|
|
1524
1524
|
};
|
|
1525
1525
|
var MoneyInput$1 = MoneyInput;
|
|
1526
1526
|
|
|
1527
|
-
// NOTE: This string will be replaced
|
|
1528
|
-
var version =
|
|
1527
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
1528
|
+
var version = "12.2.9";
|
|
1529
1529
|
|
|
1530
1530
|
exports["default"] = MoneyInput$1;
|
|
1531
1531
|
exports.version = version;
|
|
@@ -1385,8 +1385,8 @@ MoneyInput.defaultProps = {
|
|
|
1385
1385
|
};
|
|
1386
1386
|
var MoneyInput$1 = MoneyInput;
|
|
1387
1387
|
|
|
1388
|
-
// NOTE: This string will be replaced
|
|
1389
|
-
var version =
|
|
1388
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
1389
|
+
var version = "12.2.9";
|
|
1390
1390
|
|
|
1391
1391
|
exports["default"] = MoneyInput$1;
|
|
1392
1392
|
exports.version = version;
|
|
@@ -1492,7 +1492,7 @@ MoneyInput.defaultProps = {
|
|
|
1492
1492
|
};
|
|
1493
1493
|
var MoneyInput$1 = MoneyInput;
|
|
1494
1494
|
|
|
1495
|
-
// NOTE: This string will be replaced
|
|
1496
|
-
var version =
|
|
1495
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
1496
|
+
var version = "12.2.9";
|
|
1497
1497
|
|
|
1498
1498
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,31 +18,28 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-money-input.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-money-input.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
31
|
-
"@commercetools-uikit/icons": "12.2.
|
|
32
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
33
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
34
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
35
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/input-utils": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/select-utils": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/tooltip": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
36
32
|
"@emotion/react": "^11.4.0",
|
|
37
33
|
"@emotion/styled": "^11.3.0",
|
|
38
34
|
"lodash": "4.17.21",
|
|
39
35
|
"prop-types": "15.7.2",
|
|
40
36
|
"react-required-if": "1.0.3",
|
|
41
|
-
"react-select": "
|
|
37
|
+
"react-select": "5.2.1"
|
|
42
38
|
},
|
|
43
39
|
"devDependencies": {
|
|
44
40
|
"react": "17.0.2",
|
|
45
41
|
"react-dom": "17.0.2",
|
|
46
|
-
"react-intl": "5.
|
|
42
|
+
"react-intl": "5.23.0"
|
|
47
43
|
},
|
|
48
44
|
"peerDependencies": {
|
|
49
45
|
"react": "17.x",
|