@commercetools-uikit/localized-money-input 15.15.1 → 16.0.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.
|
@@ -280,7 +280,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
280
280
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
281
281
|
|
|
282
282
|
// NOTE: This string will be replaced on build time with the package version.
|
|
283
|
-
var version = "
|
|
283
|
+
var version = "16.0.0";
|
|
284
284
|
|
|
285
285
|
exports["default"] = LocalizedMoneyInput$1;
|
|
286
286
|
exports.version = version;
|
|
@@ -237,7 +237,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
237
237
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
238
238
|
|
|
239
239
|
// NOTE: This string will be replaced on build time with the package version.
|
|
240
|
-
var version = "
|
|
240
|
+
var version = "16.0.0";
|
|
241
241
|
|
|
242
242
|
exports["default"] = LocalizedMoneyInput$1;
|
|
243
243
|
exports.version = version;
|
|
@@ -257,6 +257,6 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
257
257
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
258
258
|
|
|
259
259
|
// NOTE: This string will be replaced on build time with the package version.
|
|
260
|
-
var version = "
|
|
260
|
+
var version = "16.0.0";
|
|
261
261
|
|
|
262
262
|
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": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/flat-button": "
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/localized-utils": "
|
|
31
|
-
"@commercetools-uikit/money-input": "
|
|
32
|
-
"@commercetools-uikit/select-utils": "
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "
|
|
34
|
-
"@commercetools-uikit/tooltip": "
|
|
35
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/money-input": "16.0.0",
|
|
32
|
+
"@commercetools-uikit/select-utils": "16.0.0",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "16.0.0",
|
|
34
|
+
"@commercetools-uikit/tooltip": "16.0.0",
|
|
35
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"react": "17.0.2",
|
|
43
43
|
"react-dom": "17.0.2",
|
|
44
|
-
"react-intl": "^
|
|
44
|
+
"react-intl": "^6.3.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "17.x",
|
|
48
48
|
"react-dom": "17.x",
|
|
49
|
-
"react-intl": "
|
|
49
|
+
"react-intl": "6.x"
|
|
50
50
|
}
|
|
51
51
|
}
|