@commercetools-uikit/multiline-text-input 19.22.2 → 19.22.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.
@@ -188,7 +188,7 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty__default["
188
188
  var MultilineTextInput$1 = MultilineTextInput;
189
189
 
190
190
  // NOTE: This string will be replaced on build time with the package version.
191
- var version = "19.22.2";
191
+ var version = "19.22.3";
192
192
 
193
193
  exports["default"] = MultilineTextInput$1;
194
194
  exports.version = version;
@@ -150,7 +150,7 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty__default["
150
150
  var MultilineTextInput$1 = MultilineTextInput;
151
151
 
152
152
  // NOTE: This string will be replaced on build time with the package version.
153
- var version = "19.22.2";
153
+ var version = "19.22.3";
154
154
 
155
155
  exports["default"] = MultilineTextInput$1;
156
156
  exports.version = version;
@@ -166,6 +166,6 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty(value).cal
166
166
  var MultilineTextInput$1 = MultilineTextInput;
167
167
 
168
168
  // NOTE: This string will be replaced on build time with the package version.
169
- var version = "19.22.2";
169
+ var version = "19.22.3";
170
170
 
171
171
  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.22.2",
4
+ "version": "19.22.3",
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.22.2",
25
- "@commercetools-uikit/design-system": "19.22.2",
26
- "@commercetools-uikit/flat-button": "19.22.2",
27
- "@commercetools-uikit/hooks": "19.22.2",
28
- "@commercetools-uikit/icons": "19.22.2",
29
- "@commercetools-uikit/input-utils": "19.22.2",
30
- "@commercetools-uikit/secondary-icon-button": "19.22.2",
31
- "@commercetools-uikit/spacings-inline": "19.22.2",
32
- "@commercetools-uikit/spacings-stack": "19.22.2",
33
- "@commercetools-uikit/tooltip": "19.22.2",
34
- "@commercetools-uikit/utils": "19.22.2",
24
+ "@commercetools-uikit/constraints": "19.22.3",
25
+ "@commercetools-uikit/design-system": "19.22.3",
26
+ "@commercetools-uikit/flat-button": "19.22.3",
27
+ "@commercetools-uikit/hooks": "19.22.3",
28
+ "@commercetools-uikit/icons": "19.22.3",
29
+ "@commercetools-uikit/input-utils": "19.22.3",
30
+ "@commercetools-uikit/secondary-icon-button": "19.22.3",
31
+ "@commercetools-uikit/spacings-inline": "19.22.3",
32
+ "@commercetools-uikit/spacings-stack": "19.22.3",
33
+ "@commercetools-uikit/tooltip": "19.22.3",
34
+ "@commercetools-uikit/utils": "19.22.3",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "downshift": "6.1.12",