@commercetools-uikit/multiline-text-field 12.2.7 → 12.2.9
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.
|
@@ -296,7 +296,7 @@ MultilineTextField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
296
296
|
var MultilineTextField$1 = MultilineTextField;
|
|
297
297
|
|
|
298
298
|
// NOTE: This string will be replaced on build time with the package version.
|
|
299
|
-
var version = "12.2.
|
|
299
|
+
var version = "12.2.9";
|
|
300
300
|
|
|
301
301
|
exports["default"] = MultilineTextField$1;
|
|
302
302
|
exports.version = version;
|
|
@@ -151,7 +151,7 @@ MultilineTextField.propTypes = {};
|
|
|
151
151
|
var MultilineTextField$1 = MultilineTextField;
|
|
152
152
|
|
|
153
153
|
// NOTE: This string will be replaced on build time with the package version.
|
|
154
|
-
var version = "12.2.
|
|
154
|
+
var version = "12.2.9";
|
|
155
155
|
|
|
156
156
|
exports["default"] = MultilineTextField$1;
|
|
157
157
|
exports.version = version;
|
|
@@ -270,6 +270,6 @@ MultilineTextField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
270
270
|
var MultilineTextField$1 = MultilineTextField;
|
|
271
271
|
|
|
272
272
|
// NOTE: This string will be replaced on build time with the package version.
|
|
273
|
-
var version = "12.2.
|
|
273
|
+
var version = "12.2.9";
|
|
274
274
|
|
|
275
275
|
export { MultilineTextField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/multiline-text-field",
|
|
3
3
|
"description": "A controlled text input component for multi-line strings with validation states and a label.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-multiline-text-field.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
26
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
27
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
28
|
-
"@commercetools-uikit/multiline-text-input": "12.2.
|
|
29
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
30
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/field-errors": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/field-label": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/multiline-text-input": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/spacings": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"prop-types": "15.7.2",
|