@commercetools-uikit/localized-multiline-text-field 18.2.0 → 18.4.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.
|
@@ -198,7 +198,7 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
198
198
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
199
199
|
|
|
200
200
|
// NOTE: This string will be replaced on build time with the package version.
|
|
201
|
-
var version = "18.
|
|
201
|
+
var version = "18.4.0";
|
|
202
202
|
|
|
203
203
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
204
204
|
exports.version = version;
|
|
@@ -165,7 +165,7 @@ LocalizedMultilineTextField.propTypes = {};
|
|
|
165
165
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
166
166
|
|
|
167
167
|
// NOTE: This string will be replaced on build time with the package version.
|
|
168
|
-
var version = "18.
|
|
168
|
+
var version = "18.4.0";
|
|
169
169
|
|
|
170
170
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
171
171
|
exports.version = version;
|
|
@@ -173,6 +173,6 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
173
173
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "18.
|
|
176
|
+
var version = "18.4.0";
|
|
177
177
|
|
|
178
178
|
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": "18.
|
|
4
|
+
"version": "18.4.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": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/field-errors": "18.
|
|
27
|
-
"@commercetools-uikit/field-label": "18.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "18.
|
|
29
|
-
"@commercetools-uikit/localized-multiline-text-input": "18.
|
|
30
|
-
"@commercetools-uikit/spacings": "18.
|
|
31
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/constraints": "18.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.4.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "18.4.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "18.4.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "18.4.0",
|
|
29
|
+
"@commercetools-uikit/localized-multiline-text-input": "18.4.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "18.4.0",
|
|
31
|
+
"@commercetools-uikit/utils": "18.4.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|