@commercetools-uikit/money-field 15.2.1 → 15.2.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.
|
@@ -217,7 +217,7 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
217
217
|
var MoneyField$1 = MoneyField;
|
|
218
218
|
|
|
219
219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
220
|
-
var version = "15.2.
|
|
220
|
+
var version = "15.2.2";
|
|
221
221
|
|
|
222
222
|
exports["default"] = MoneyField$1;
|
|
223
223
|
exports.version = version;
|
|
@@ -177,7 +177,7 @@ MoneyField.propTypes = {};
|
|
|
177
177
|
var MoneyField$1 = MoneyField;
|
|
178
178
|
|
|
179
179
|
// NOTE: This string will be replaced on build time with the package version.
|
|
180
|
-
var version = "15.2.
|
|
180
|
+
var version = "15.2.2";
|
|
181
181
|
|
|
182
182
|
exports["default"] = MoneyField$1;
|
|
183
183
|
exports.version = version;
|
|
@@ -191,6 +191,6 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
191
191
|
var MoneyField$1 = MoneyField;
|
|
192
192
|
|
|
193
193
|
// NOTE: This string will be replaced on build time with the package version.
|
|
194
|
-
var version = "15.2.
|
|
194
|
+
var version = "15.2.2";
|
|
195
195
|
|
|
196
196
|
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": "15.2.
|
|
4
|
+
"version": "15.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/field-errors": "15.2.
|
|
27
|
-
"@commercetools-uikit/field-label": "15.2.
|
|
28
|
-
"@commercetools-uikit/money-input": "15.2.
|
|
29
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
30
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
26
|
+
"@commercetools-uikit/field-errors": "15.2.2",
|
|
27
|
+
"@commercetools-uikit/field-label": "15.2.2",
|
|
28
|
+
"@commercetools-uikit/money-input": "15.2.2",
|
|
29
|
+
"@commercetools-uikit/spacings": "15.2.2",
|
|
30
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"lodash": "4.17.21",
|