@commercetools-uikit/localized-multiline-text-field 15.2.2 → 15.2.3
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.
|
@@ -206,7 +206,7 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
206
206
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
207
207
|
|
|
208
208
|
// NOTE: This string will be replaced on build time with the package version.
|
|
209
|
-
var version = "15.2.
|
|
209
|
+
var version = "15.2.3";
|
|
210
210
|
|
|
211
211
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
212
212
|
exports.version = version;
|
|
@@ -175,7 +175,7 @@ LocalizedMultilineTextField.propTypes = {};
|
|
|
175
175
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
176
176
|
|
|
177
177
|
// NOTE: This string will be replaced on build time with the package version.
|
|
178
|
-
var version = "15.2.
|
|
178
|
+
var version = "15.2.3";
|
|
179
179
|
|
|
180
180
|
exports["default"] = LocalizedMultilineTextField$1;
|
|
181
181
|
exports.version = version;
|
|
@@ -181,6 +181,6 @@ LocalizedMultilineTextField.propTypes = process.env.NODE_ENV !== "production" ?
|
|
|
181
181
|
var LocalizedMultilineTextField$1 = LocalizedMultilineTextField;
|
|
182
182
|
|
|
183
183
|
// NOTE: This string will be replaced on build time with the package version.
|
|
184
|
-
var version = "15.2.
|
|
184
|
+
var version = "15.2.3";
|
|
185
185
|
|
|
186
186
|
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": "15.2.
|
|
4
|
+
"version": "15.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-localized-multiline-text-field.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/field-errors": "15.2.
|
|
27
|
-
"@commercetools-uikit/field-label": "15.2.
|
|
28
|
-
"@commercetools-uikit/localized-multiline-text-input": "15.2.
|
|
29
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
30
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/constraints": "15.2.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.3",
|
|
26
|
+
"@commercetools-uikit/field-errors": "15.2.3",
|
|
27
|
+
"@commercetools-uikit/field-label": "15.2.3",
|
|
28
|
+
"@commercetools-uikit/localized-multiline-text-input": "15.2.3",
|
|
29
|
+
"@commercetools-uikit/spacings": "15.2.3",
|
|
30
|
+
"@commercetools-uikit/utils": "15.2.3",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"prop-types": "15.8.1",
|
|
34
|
-
"react-intl": "^5.
|
|
34
|
+
"react-intl": "^5.25.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"react": "17.0.2"
|