@commercetools-uikit/money-field 19.22.0 → 19.22.2
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.
|
@@ -204,7 +204,7 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
204
204
|
var MoneyField$1 = MoneyField;
|
|
205
205
|
|
|
206
206
|
// NOTE: This string will be replaced on build time with the package version.
|
|
207
|
-
var version = "19.22.
|
|
207
|
+
var version = "19.22.2";
|
|
208
208
|
|
|
209
209
|
exports["default"] = MoneyField$1;
|
|
210
210
|
exports.version = version;
|
|
@@ -165,7 +165,7 @@ MoneyField.propTypes = {};
|
|
|
165
165
|
var MoneyField$1 = MoneyField;
|
|
166
166
|
|
|
167
167
|
// NOTE: This string will be replaced on build time with the package version.
|
|
168
|
-
var version = "19.22.
|
|
168
|
+
var version = "19.22.2";
|
|
169
169
|
|
|
170
170
|
exports["default"] = MoneyField$1;
|
|
171
171
|
exports.version = version;
|
|
@@ -178,6 +178,6 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
178
178
|
var MoneyField$1 = MoneyField;
|
|
179
179
|
|
|
180
180
|
// NOTE: This string will be replaced on build time with the package version.
|
|
181
|
-
var version = "19.22.
|
|
181
|
+
var version = "19.22.2";
|
|
182
182
|
|
|
183
183
|
export { MoneyField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/money-field",
|
|
3
3
|
"description": "A controlled input component for money values with validation states and a label.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
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/field-errors": "19.22.
|
|
27
|
-
"@commercetools-uikit/field-label": "19.22.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "19.22.
|
|
29
|
-
"@commercetools-uikit/money-input": "19.22.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.22.
|
|
31
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.2",
|
|
26
|
+
"@commercetools-uikit/field-errors": "19.22.2",
|
|
27
|
+
"@commercetools-uikit/field-label": "19.22.2",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "19.22.2",
|
|
29
|
+
"@commercetools-uikit/money-input": "19.22.2",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.22.2",
|
|
31
|
+
"@commercetools-uikit/utils": "19.22.2",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|