@commercetools-uikit/multiline-text-field 12.2.4 → 12.2.5
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.
|
@@ -295,8 +295,8 @@ MultilineTextField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
295
295
|
} : {};
|
|
296
296
|
var MultilineTextField$1 = MultilineTextField;
|
|
297
297
|
|
|
298
|
-
// NOTE: This string will be replaced
|
|
299
|
-
var version =
|
|
298
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
299
|
+
var version = "12.2.5";
|
|
300
300
|
|
|
301
301
|
exports["default"] = MultilineTextField$1;
|
|
302
302
|
exports.version = version;
|
|
@@ -150,8 +150,8 @@ MultilineTextField.getDerivedStateFromProps = function (props, state) {
|
|
|
150
150
|
MultilineTextField.propTypes = {};
|
|
151
151
|
var MultilineTextField$1 = MultilineTextField;
|
|
152
152
|
|
|
153
|
-
// NOTE: This string will be replaced
|
|
154
|
-
var version =
|
|
153
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
154
|
+
var version = "12.2.5";
|
|
155
155
|
|
|
156
156
|
exports["default"] = MultilineTextField$1;
|
|
157
157
|
exports.version = version;
|
|
@@ -269,7 +269,7 @@ MultilineTextField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
269
269
|
} : {};
|
|
270
270
|
var MultilineTextField$1 = MultilineTextField;
|
|
271
271
|
|
|
272
|
-
// NOTE: This string will be replaced
|
|
273
|
-
var version =
|
|
272
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
273
|
+
var version = "12.2.5";
|
|
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.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,29 +9,32 @@
|
|
|
9
9
|
"directory": "packages/components/fields/multiline-text-field"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-multiline-text-field.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-multiline-text-field.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
31
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
32
|
-
"@commercetools-uikit/multiline-text-input": "12.2.
|
|
33
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/field-errors": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/field-label": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/multiline-text-input": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/spacings": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
35
38
|
"@emotion/react": "^11.4.0",
|
|
36
39
|
"@emotion/styled": "^11.3.0",
|
|
37
40
|
"prop-types": "15.7.2",
|