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