@commercetools-uikit/localized-multiline-text-field 20.0.0 → 20.2.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.
|
@@ -169,7 +169,7 @@ LocalizedMultilineTextField.getDerivedStateFromProps = (props, state) => ({
|
|
|
169
169
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
170
170
|
|
|
171
171
|
// NOTE: This string will be replaced on build time with the package version.
|
|
172
|
-
var version = "20.
|
|
172
|
+
var version = "20.2.0";
|
|
173
173
|
|
|
174
174
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
175
175
|
exports.version = version;
|
|
@@ -165,7 +165,7 @@ LocalizedMultilineTextField.getDerivedStateFromProps = (props, state) => ({
|
|
|
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 = "20.
|
|
168
|
+
var version = "20.2.0";
|
|
169
169
|
|
|
170
170
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
171
171
|
exports.version = version;
|
|
@@ -145,6 +145,6 @@ LocalizedMultilineTextField.getDerivedStateFromProps = (props, state) => ({
|
|
|
145
145
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
146
146
|
|
|
147
147
|
// NOTE: This string will be replaced on build time with the package version.
|
|
148
|
-
var version = "20.
|
|
148
|
+
var version = "20.2.0";
|
|
149
149
|
|
|
150
150
|
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": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/field-errors": "20.
|
|
27
|
-
"@commercetools-uikit/field-label": "20.
|
|
28
|
-
"@commercetools-uikit/field-warnings": "20.
|
|
29
|
-
"@commercetools-uikit/localized-multiline-text-input": "20.
|
|
30
|
-
"@commercetools-uikit/spacings": "20.
|
|
31
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.2.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.2.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "20.2.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "20.2.0",
|
|
28
|
+
"@commercetools-uikit/field-warnings": "20.2.0",
|
|
29
|
+
"@commercetools-uikit/localized-multiline-text-input": "20.2.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "20.2.0",
|
|
31
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"react-intl": "^7.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"react": "19.
|
|
37
|
+
"react": "19.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "19.x"
|