@commercetools-uikit/money-field 16.7.4 → 16.8.0
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.
|
@@ -191,7 +191,7 @@ 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 = "16.
|
|
194
|
+
var version = "16.8.0";
|
|
195
195
|
|
|
196
196
|
exports["default"] = MoneyField$1;
|
|
197
197
|
exports.version = version;
|
|
@@ -152,7 +152,7 @@ MoneyField.propTypes = {};
|
|
|
152
152
|
var MoneyField$1 = MoneyField;
|
|
153
153
|
|
|
154
154
|
// NOTE: This string will be replaced on build time with the package version.
|
|
155
|
-
var version = "16.
|
|
155
|
+
var version = "16.8.0";
|
|
156
156
|
|
|
157
157
|
exports["default"] = MoneyField$1;
|
|
158
158
|
exports.version = version;
|
|
@@ -166,6 +166,6 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
166
166
|
var MoneyField$1 = MoneyField;
|
|
167
167
|
|
|
168
168
|
// NOTE: This string will be replaced on build time with the package version.
|
|
169
|
-
var version = "16.
|
|
169
|
+
var version = "16.8.0";
|
|
170
170
|
|
|
171
171
|
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": "16.
|
|
4
|
+
"version": "16.8.0",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/field-errors": "16.
|
|
27
|
-
"@commercetools-uikit/field-label": "16.
|
|
28
|
-
"@commercetools-uikit/money-input": "16.
|
|
29
|
-
"@commercetools-uikit/spacings": "16.
|
|
30
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.8.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.8.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "16.8.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "16.8.0",
|
|
28
|
+
"@commercetools-uikit/money-input": "16.8.0",
|
|
29
|
+
"@commercetools-uikit/spacings": "16.8.0",
|
|
30
|
+
"@commercetools-uikit/utils": "16.8.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|