@commercetools-uikit/multiline-text-input 16.7.2 → 16.7.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.
|
@@ -142,7 +142,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
142
142
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
143
143
|
|
|
144
144
|
// NOTE: This string will be replaced on build time with the package version.
|
|
145
|
-
var version = "16.7.
|
|
145
|
+
var version = "16.7.3";
|
|
146
146
|
|
|
147
147
|
exports["default"] = MultilineTextInput$1;
|
|
148
148
|
exports.version = version;
|
|
@@ -117,7 +117,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
117
117
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
118
118
|
|
|
119
119
|
// NOTE: This string will be replaced on build time with the package version.
|
|
120
|
-
var version = "16.7.
|
|
120
|
+
var version = "16.7.3";
|
|
121
121
|
|
|
122
122
|
exports["default"] = MultilineTextInput$1;
|
|
123
123
|
exports.version = version;
|
|
@@ -122,6 +122,6 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
122
122
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
123
123
|
|
|
124
124
|
// NOTE: This string will be replaced on build time with the package version.
|
|
125
|
-
var version = "16.7.
|
|
125
|
+
var version = "16.7.3";
|
|
126
126
|
|
|
127
127
|
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": "16.7.
|
|
4
|
+
"version": "16.7.3",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.7.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.7.
|
|
26
|
-
"@commercetools-uikit/flat-button": "16.7.
|
|
27
|
-
"@commercetools-uikit/hooks": "16.7.
|
|
28
|
-
"@commercetools-uikit/icons": "16.7.
|
|
29
|
-
"@commercetools-uikit/input-utils": "16.7.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "16.7.
|
|
31
|
-
"@commercetools-uikit/spacings-stack": "16.7.
|
|
32
|
-
"@commercetools-uikit/tooltip": "16.7.
|
|
33
|
-
"@commercetools-uikit/utils": "16.7.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.7.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.7.3",
|
|
26
|
+
"@commercetools-uikit/flat-button": "16.7.3",
|
|
27
|
+
"@commercetools-uikit/hooks": "16.7.3",
|
|
28
|
+
"@commercetools-uikit/icons": "16.7.3",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.7.3",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "16.7.3",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "16.7.3",
|
|
32
|
+
"@commercetools-uikit/tooltip": "16.7.3",
|
|
33
|
+
"@commercetools-uikit/utils": "16.7.3",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"downshift": "6.1.12",
|