@commercetools-uikit/localized-money-input 20.1.0 → 20.2.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.
|
@@ -234,7 +234,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
234
234
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
235
235
|
|
|
236
236
|
// NOTE: This string will be replaced on build time with the package version.
|
|
237
|
-
var version = "20.1
|
|
237
|
+
var version = "20.2.1";
|
|
238
238
|
|
|
239
239
|
exports["default"] = LocalizedMoneyInput$1;
|
|
240
240
|
exports.version = version;
|
|
@@ -227,7 +227,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
227
227
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
228
228
|
|
|
229
229
|
// NOTE: This string will be replaced on build time with the package version.
|
|
230
|
-
var version = "20.1
|
|
230
|
+
var version = "20.2.1";
|
|
231
231
|
|
|
232
232
|
exports["default"] = LocalizedMoneyInput$1;
|
|
233
233
|
exports.version = version;
|
|
@@ -212,6 +212,6 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
212
212
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
213
213
|
|
|
214
214
|
// NOTE: This string will be replaced on build time with the package version.
|
|
215
|
-
var version = "20.1
|
|
215
|
+
var version = "20.2.1";
|
|
216
216
|
|
|
217
217
|
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": "20.1
|
|
4
|
+
"version": "20.2.1",
|
|
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": "20.1
|
|
25
|
-
"@commercetools-uikit/design-system": "20.1
|
|
26
|
-
"@commercetools-uikit/flat-button": "20.1
|
|
27
|
-
"@commercetools-uikit/hooks": "20.1
|
|
28
|
-
"@commercetools-uikit/icons": "20.1
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.1
|
|
30
|
-
"@commercetools-uikit/localized-utils": "20.1
|
|
31
|
-
"@commercetools-uikit/messages": "20.1
|
|
32
|
-
"@commercetools-uikit/money-input": "20.1
|
|
33
|
-
"@commercetools-uikit/select-utils": "20.1
|
|
34
|
-
"@commercetools-uikit/spacings-stack": "20.1
|
|
35
|
-
"@commercetools-uikit/tooltip": "20.1
|
|
36
|
-
"@commercetools-uikit/utils": "20.1
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "20.2.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.2.1",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "20.2.1",
|
|
31
|
+
"@commercetools-uikit/messages": "20.2.1",
|
|
32
|
+
"@commercetools-uikit/money-input": "20.2.1",
|
|
33
|
+
"@commercetools-uikit/select-utils": "20.2.1",
|
|
34
|
+
"@commercetools-uikit/spacings-stack": "20.2.1",
|
|
35
|
+
"@commercetools-uikit/tooltip": "20.2.1",
|
|
36
|
+
"@commercetools-uikit/utils": "20.2.1",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"react-select": "5.10.1"
|