@commercetools-uikit/localized-money-input 12.2.4 → 12.2.5
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.
|
@@ -313,8 +313,8 @@ LocalizedMoneyInput.getEmptyCurrencies = function (values) {
|
|
|
313
313
|
|
|
314
314
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
315
315
|
|
|
316
|
-
// NOTE: This string will be replaced
|
|
317
|
-
var version =
|
|
316
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
317
|
+
var version = "12.2.5";
|
|
318
318
|
|
|
319
319
|
exports["default"] = LocalizedMoneyInput$1;
|
|
320
320
|
exports.version = version;
|
|
@@ -249,8 +249,8 @@ LocalizedMoneyInput.getEmptyCurrencies = function (values) {
|
|
|
249
249
|
|
|
250
250
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
251
251
|
|
|
252
|
-
// NOTE: This string will be replaced
|
|
253
|
-
var version =
|
|
252
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
253
|
+
var version = "12.2.5";
|
|
254
254
|
|
|
255
255
|
exports["default"] = LocalizedMoneyInput$1;
|
|
256
256
|
exports.version = version;
|
|
@@ -289,7 +289,7 @@ LocalizedMoneyInput.getEmptyCurrencies = function (values) {
|
|
|
289
289
|
|
|
290
290
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
291
291
|
|
|
292
|
-
// NOTE: This string will be replaced
|
|
293
|
-
var version =
|
|
292
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
293
|
+
var version = "12.2.5";
|
|
294
294
|
|
|
295
295
|
export { LocalizedMoneyInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-money-input",
|
|
3
3
|
"description": "A controlled input component for localized money values with validation states.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,37 +9,40 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/localized-money-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-localized-money-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-localized-money-input.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"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/flat-button": "12.2.
|
|
31
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
32
|
-
"@commercetools-uikit/icons": "12.2.
|
|
33
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
34
|
-
"@commercetools-uikit/localized-utils": "12.2.
|
|
35
|
-
"@commercetools-uikit/money-input": "12.2.
|
|
36
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
37
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
38
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
39
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/flat-button": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/hooks": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/input-utils": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/localized-utils": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/money-input": "12.2.5",
|
|
39
|
+
"@commercetools-uikit/select-utils": "12.2.5",
|
|
40
|
+
"@commercetools-uikit/spacings-stack": "12.2.5",
|
|
41
|
+
"@commercetools-uikit/tooltip": "12.2.5",
|
|
42
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
40
43
|
"@emotion/react": "^11.4.0",
|
|
41
44
|
"@emotion/styled": "^11.3.0",
|
|
42
|
-
"common-tags": "1.8.
|
|
45
|
+
"common-tags": "1.8.2",
|
|
43
46
|
"prop-types": "15.7.2",
|
|
44
47
|
"react-required-if": "1.0.3",
|
|
45
48
|
"react-select": "4.3.1"
|
|
@@ -47,7 +50,7 @@
|
|
|
47
50
|
"devDependencies": {
|
|
48
51
|
"react": "17.0.2",
|
|
49
52
|
"react-dom": "17.0.2",
|
|
50
|
-
"react-intl": "5.
|
|
53
|
+
"react-intl": "5.21.2"
|
|
51
54
|
},
|
|
52
55
|
"peerDependencies": {
|
|
53
56
|
"react": "17.x",
|