@commercetools-uikit/text-input 19.22.4 → 19.22.6

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.
@@ -102,7 +102,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
102
102
  var TextInput$1 = TextInput;
103
103
 
104
104
  // NOTE: This string will be replaced on build time with the package version.
105
- var version = "19.22.4";
105
+ var version = "19.22.6";
106
106
 
107
107
  exports["default"] = TextInput$1;
108
108
  exports.version = version;
@@ -79,7 +79,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
79
79
  var TextInput$1 = TextInput;
80
80
 
81
81
  // NOTE: This string will be replaced on build time with the package version.
82
- var version = "19.22.4";
82
+ var version = "19.22.6";
83
83
 
84
84
  exports["default"] = TextInput$1;
85
85
  exports.version = version;
@@ -84,6 +84,6 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty(value).call(value).
84
84
  var TextInput$1 = TextInput;
85
85
 
86
86
  // NOTE: This string will be replaced on build time with the package version.
87
- var version = "19.22.4";
87
+ var version = "19.22.6";
88
88
 
89
89
  export { TextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/text-input",
3
3
  "description": "A controlled text input component for single-line strings with validation states.",
4
- "version": "19.22.4",
4
+ "version": "19.22.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.22.4",
25
- "@commercetools-uikit/design-system": "19.22.4",
26
- "@commercetools-uikit/input-utils": "19.22.4",
27
- "@commercetools-uikit/utils": "19.22.4",
24
+ "@commercetools-uikit/constraints": "19.22.6",
25
+ "@commercetools-uikit/design-system": "19.22.6",
26
+ "@commercetools-uikit/input-utils": "19.22.6",
27
+ "@commercetools-uikit/utils": "19.22.6",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"