@commercetools-uikit/multiline-text-input 19.22.0 → 19.22.1

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