@commercetools-uikit/money-field 19.7.0 → 19.9.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.
|
@@ -205,7 +205,7 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
205
205
|
var MoneyField$1 = MoneyField;
|
|
206
206
|
|
|
207
207
|
// NOTE: This string will be replaced on build time with the package version.
|
|
208
|
-
var version = "19.
|
|
208
|
+
var version = "19.9.0";
|
|
209
209
|
|
|
210
210
|
exports["default"] = MoneyField$1;
|
|
211
211
|
exports.version = version;
|
|
@@ -166,7 +166,7 @@ MoneyField.propTypes = {};
|
|
|
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 = "19.
|
|
169
|
+
var version = "19.9.0";
|
|
170
170
|
|
|
171
171
|
exports["default"] = MoneyField$1;
|
|
172
172
|
exports.version = version;
|
|
@@ -179,6 +179,6 @@ MoneyField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
179
179
|
var MoneyField$1 = MoneyField;
|
|
180
180
|
|
|
181
181
|
// NOTE: This string will be replaced on build time with the package version.
|
|
182
|
-
var version = "19.
|
|
182
|
+
var version = "19.9.0";
|
|
183
183
|
|
|
184
184
|
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.
|
|
4
|
+
"version": "19.9.0",
|
|
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.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/field-errors": "19.
|
|
27
|
-
"@commercetools-uikit/field-label": "19.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "19.
|
|
29
|
-
"@commercetools-uikit/money-input": "19.
|
|
30
|
-
"@commercetools-uikit/spacings": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.9.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.9.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "19.9.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "19.9.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "19.9.0",
|
|
29
|
+
"@commercetools-uikit/money-input": "19.9.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "19.9.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.9.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"lodash": "4.17.21",
|