@commercetools-uikit/multiline-text-input 14.0.2 → 14.0.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.
|
@@ -161,7 +161,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
161
161
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
162
162
|
|
|
163
163
|
// NOTE: This string will be replaced on build time with the package version.
|
|
164
|
-
var version = "14.0.
|
|
164
|
+
var version = "14.0.3";
|
|
165
165
|
|
|
166
166
|
exports["default"] = MultilineTextInput$1;
|
|
167
167
|
exports.version = version;
|
|
@@ -135,7 +135,7 @@ 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 = "14.0.
|
|
138
|
+
var version = "14.0.3";
|
|
139
139
|
|
|
140
140
|
exports["default"] = MultilineTextInput$1;
|
|
141
141
|
exports.version = version;
|
|
@@ -141,6 +141,6 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
141
141
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
142
142
|
|
|
143
143
|
// NOTE: This string will be replaced on build time with the package version.
|
|
144
|
-
var version = "14.0.
|
|
144
|
+
var version = "14.0.3";
|
|
145
145
|
|
|
146
146
|
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": "14.0.
|
|
4
|
+
"version": "14.0.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
25
25
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
26
26
|
"@commercetools-uikit/flat-button": "14.0.2",
|
|
27
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
27
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
28
28
|
"@commercetools-uikit/icons": "14.0.1",
|
|
29
29
|
"@commercetools-uikit/input-utils": "14.0.2",
|
|
30
30
|
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
31
31
|
"@commercetools-uikit/spacings-stack": "14.0.1",
|
|
32
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
32
|
+
"@commercetools-uikit/tooltip": "14.0.3",
|
|
33
33
|
"@commercetools-uikit/utils": "14.0.1",
|
|
34
34
|
"@emotion/react": "^11.4.0",
|
|
35
35
|
"@emotion/styled": "^11.3.0",
|