@commercetools-uikit/localized-money-input 19.11.0 → 19.12.1
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.
|
@@ -104,7 +104,7 @@ const LocalizedInput = props => {
|
|
|
104
104
|
// the input name anymore.
|
|
105
105
|
//
|
|
106
106
|
event.target.currency = props.currency;
|
|
107
|
-
onChange
|
|
107
|
+
onChange?.(event);
|
|
108
108
|
}, [props.currency, onChange]);
|
|
109
109
|
return jsxRuntime.jsxs(Stack__default["default"], {
|
|
110
110
|
scale: "xs",
|
|
@@ -272,7 +272,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
272
272
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
273
273
|
|
|
274
274
|
// NOTE: This string will be replaced on build time with the package version.
|
|
275
|
-
var version = "19.
|
|
275
|
+
var version = "19.12.1";
|
|
276
276
|
|
|
277
277
|
exports["default"] = LocalizedMoneyInput$1;
|
|
278
278
|
exports.version = version;
|
|
@@ -97,7 +97,7 @@ const LocalizedInput = props => {
|
|
|
97
97
|
// the input name anymore.
|
|
98
98
|
//
|
|
99
99
|
event.target.currency = props.currency;
|
|
100
|
-
onChange
|
|
100
|
+
onChange?.(event);
|
|
101
101
|
}, [props.currency, onChange]);
|
|
102
102
|
return jsxRuntime.jsxs(Stack__default["default"], {
|
|
103
103
|
scale: "xs",
|
|
@@ -226,7 +226,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
226
226
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
227
227
|
|
|
228
228
|
// NOTE: This string will be replaced on build time with the package version.
|
|
229
|
-
var version = "19.
|
|
229
|
+
var version = "19.12.1";
|
|
230
230
|
|
|
231
231
|
exports["default"] = LocalizedMoneyInput$1;
|
|
232
232
|
exports.version = version;
|
|
@@ -81,7 +81,7 @@ const LocalizedInput = props => {
|
|
|
81
81
|
// the input name anymore.
|
|
82
82
|
//
|
|
83
83
|
event.target.currency = props.currency;
|
|
84
|
-
onChange
|
|
84
|
+
onChange?.(event);
|
|
85
85
|
}, [props.currency, onChange]);
|
|
86
86
|
return jsxs(Stack, {
|
|
87
87
|
scale: "xs",
|
|
@@ -249,6 +249,6 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
249
249
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
250
250
|
|
|
251
251
|
// NOTE: This string will be replaced on build time with the package version.
|
|
252
|
-
var version = "19.
|
|
252
|
+
var version = "19.12.1";
|
|
253
253
|
|
|
254
254
|
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": "19.
|
|
4
|
+
"version": "19.12.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,23 +21,23 @@
|
|
|
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/flat-button": "19.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "19.
|
|
31
|
-
"@commercetools-uikit/messages": "19.
|
|
32
|
-
"@commercetools-uikit/money-input": "19.
|
|
33
|
-
"@commercetools-uikit/select-utils": "19.
|
|
34
|
-
"@commercetools-uikit/spacings-stack": "19.
|
|
35
|
-
"@commercetools-uikit/tooltip": "19.
|
|
36
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.12.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.12.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.12.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.12.1",
|
|
28
|
+
"@commercetools-uikit/icons": "19.12.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.12.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "19.12.1",
|
|
31
|
+
"@commercetools-uikit/messages": "19.12.1",
|
|
32
|
+
"@commercetools-uikit/money-input": "19.12.1",
|
|
33
|
+
"@commercetools-uikit/select-utils": "19.12.1",
|
|
34
|
+
"@commercetools-uikit/spacings-stack": "19.12.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "19.12.1",
|
|
36
|
+
"@commercetools-uikit/utils": "19.12.1",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"prop-types": "15.8.1",
|
|
40
|
-
"react-select": "5.8.
|
|
40
|
+
"react-select": "5.8.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "17.0.2",
|