@commercetools-uikit/localized-money-input 19.22.3 → 19.22.4
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.
|
@@ -275,7 +275,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
275
275
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
276
276
|
|
|
277
277
|
// NOTE: This string will be replaced on build time with the package version.
|
|
278
|
-
var version = "19.22.
|
|
278
|
+
var version = "19.22.4";
|
|
279
279
|
|
|
280
280
|
exports["default"] = LocalizedMoneyInput$1;
|
|
281
281
|
exports.version = version;
|
|
@@ -230,7 +230,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
230
230
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
231
231
|
|
|
232
232
|
// NOTE: This string will be replaced on build time with the package version.
|
|
233
|
-
var version = "19.22.
|
|
233
|
+
var version = "19.22.4";
|
|
234
234
|
|
|
235
235
|
exports["default"] = LocalizedMoneyInput$1;
|
|
236
236
|
exports.version = version;
|
|
@@ -252,6 +252,6 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
|
|
|
252
252
|
var LocalizedMoneyInput$1 = LocalizedMoneyInput;
|
|
253
253
|
|
|
254
254
|
// NOTE: This string will be replaced on build time with the package version.
|
|
255
|
-
var version = "19.22.
|
|
255
|
+
var version = "19.22.4";
|
|
256
256
|
|
|
257
257
|
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.22.
|
|
4
|
+
"version": "19.22.4",
|
|
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": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.22.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
28
|
-
"@commercetools-uikit/icons": "19.22.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.22.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "19.22.
|
|
31
|
-
"@commercetools-uikit/messages": "19.22.
|
|
32
|
-
"@commercetools-uikit/money-input": "19.22.
|
|
33
|
-
"@commercetools-uikit/select-utils": "19.22.
|
|
34
|
-
"@commercetools-uikit/spacings-stack": "19.22.
|
|
35
|
-
"@commercetools-uikit/tooltip": "19.22.
|
|
36
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.4",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.22.4",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.22.4",
|
|
28
|
+
"@commercetools-uikit/icons": "19.22.4",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.22.4",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "19.22.4",
|
|
31
|
+
"@commercetools-uikit/messages": "19.22.4",
|
|
32
|
+
"@commercetools-uikit/money-input": "19.22.4",
|
|
33
|
+
"@commercetools-uikit/select-utils": "19.22.4",
|
|
34
|
+
"@commercetools-uikit/spacings-stack": "19.22.4",
|
|
35
|
+
"@commercetools-uikit/tooltip": "19.22.4",
|
|
36
|
+
"@commercetools-uikit/utils": "19.22.4",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
38
38
|
"@emotion/styled": "^11.10.5",
|
|
39
39
|
"prop-types": "15.8.1",
|