@commercetools-uikit/multiline-text-input 19.6.0 → 19.7.0
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.
|
@@ -185,7 +185,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
185
185
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
186
186
|
|
|
187
187
|
// NOTE: This string will be replaced on build time with the package version.
|
|
188
|
-
var version = "19.
|
|
188
|
+
var version = "19.7.0";
|
|
189
189
|
|
|
190
190
|
exports["default"] = MultilineTextInput$1;
|
|
191
191
|
exports.version = version;
|
|
@@ -145,7 +145,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
145
145
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
146
146
|
|
|
147
147
|
// NOTE: This string will be replaced on build time with the package version.
|
|
148
|
-
var version = "19.
|
|
148
|
+
var version = "19.7.0";
|
|
149
149
|
|
|
150
150
|
exports["default"] = MultilineTextInput$1;
|
|
151
151
|
exports.version = version;
|
|
@@ -163,6 +163,6 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
163
163
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
164
164
|
|
|
165
165
|
// NOTE: This string will be replaced on build time with the package version.
|
|
166
|
-
var version = "19.
|
|
166
|
+
var version = "19.7.0";
|
|
167
167
|
|
|
168
168
|
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": "19.
|
|
4
|
+
"version": "19.7.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
31
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "19.
|
|
33
|
-
"@commercetools-uikit/tooltip": "19.
|
|
34
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.7.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.7.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.7.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.7.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.7.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.7.0",
|
|
30
|
+
"@commercetools-uikit/secondary-icon-button": "19.7.0",
|
|
31
|
+
"@commercetools-uikit/spacings-inline": "19.7.0",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "19.7.0",
|
|
33
|
+
"@commercetools-uikit/tooltip": "19.7.0",
|
|
34
|
+
"@commercetools-uikit/utils": "19.7.0",
|
|
35
35
|
"@emotion/react": "^11.10.5",
|
|
36
36
|
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"downshift": "6.1.12",
|