@commercetools-uikit/localized-multiline-text-field 12.2.6 → 12.2.7
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.
|
@@ -334,7 +334,7 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
334
334
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
335
335
|
|
|
336
336
|
// NOTE: This string will be replaced on build time with the package version.
|
|
337
|
-
var version = "12.2.
|
|
337
|
+
var version = "12.2.7";
|
|
338
338
|
|
|
339
339
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
340
340
|
exports.version = version;
|
|
@@ -157,7 +157,7 @@ LocalizedMultilineTextField.propTypes = {};
|
|
|
157
157
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "12.2.
|
|
160
|
+
var version = "12.2.7";
|
|
161
161
|
|
|
162
162
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
163
163
|
exports.version = version;
|
|
@@ -308,6 +308,6 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
308
308
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
309
309
|
|
|
310
310
|
// NOTE: This string will be replaced on build time with the package version.
|
|
311
|
-
var version = "12.2.
|
|
311
|
+
var version = "12.2.7";
|
|
312
312
|
|
|
313
313
|
export { LocalizedMultilineTextField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-multiline-text-field",
|
|
3
3
|
"description": "A controlled text input component for localized multi-line strings with validation states.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.7",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
25
25
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
26
26
|
"@commercetools-uikit/field-errors": "12.2.5",
|
|
27
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
28
|
-
"@commercetools-uikit/localized-multiline-text-input": "12.2.
|
|
27
|
+
"@commercetools-uikit/field-label": "12.2.7",
|
|
28
|
+
"@commercetools-uikit/localized-multiline-text-input": "12.2.7",
|
|
29
29
|
"@commercetools-uikit/spacings": "12.2.5",
|
|
30
30
|
"@commercetools-uikit/utils": "12.2.5",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|