@commercetools-uikit/multiline-text-input 13.0.1 → 13.0.2
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.
|
@@ -155,7 +155,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
155
155
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "13.0.
|
|
158
|
+
var version = "13.0.2";
|
|
159
159
|
|
|
160
160
|
exports["default"] = MultilineTextInput$1;
|
|
161
161
|
exports.version = version;
|
|
@@ -131,7 +131,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
131
131
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "13.0.
|
|
134
|
+
var version = "13.0.2";
|
|
135
135
|
|
|
136
136
|
exports["default"] = MultilineTextInput$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -135,6 +135,6 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
135
135
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
136
136
|
|
|
137
137
|
// NOTE: This string will be replaced on build time with the package version.
|
|
138
|
-
var version = "13.0.
|
|
138
|
+
var version = "13.0.2";
|
|
139
139
|
|
|
140
140
|
export { MultilineTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/multiline-text-input",
|
|
3
3
|
"description": "A controlled text input component for multi-line strings with validation states.",
|
|
4
|
-
"version": "13.0.
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
25
25
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
|
-
"@commercetools-uikit/flat-button": "13.0.
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "13.0.
|
|
29
|
-
"@commercetools-uikit/input-utils": "13.0.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
31
|
-
"@commercetools-uikit/spacings-stack": "13.0.
|
|
32
|
-
"@commercetools-uikit/tooltip": "13.0.
|
|
33
|
-
"@commercetools-uikit/utils": "
|
|
26
|
+
"@commercetools-uikit/flat-button": "13.0.2",
|
|
27
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
28
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "13.0.2",
|
|
32
|
+
"@commercetools-uikit/tooltip": "13.0.2",
|
|
33
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
34
34
|
"@emotion/react": "^11.4.0",
|
|
35
35
|
"@emotion/styled": "^11.3.0",
|
|
36
36
|
"downshift": "6.1.7",
|