@commercetools-uikit/text-input 15.6.0 → 15.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.
@@ -103,7 +103,7 @@ TextInput.isEmpty = function (value) {
103
103
  var TextInput$1 = TextInput;
104
104
 
105
105
  // NOTE: This string will be replaced on build time with the package version.
106
- var version = "15.6.0";
106
+ var version = "15.7.0";
107
107
 
108
108
  exports["default"] = TextInput$1;
109
109
  exports.version = version;
@@ -82,7 +82,7 @@ TextInput.isEmpty = function (value) {
82
82
  var TextInput$1 = TextInput;
83
83
 
84
84
  // NOTE: This string will be replaced on build time with the package version.
85
- var version = "15.6.0";
85
+ var version = "15.7.0";
86
86
 
87
87
  exports["default"] = TextInput$1;
88
88
  exports.version = version;
@@ -85,6 +85,6 @@ TextInput.isEmpty = function (value) {
85
85
  var TextInput$1 = TextInput;
86
86
 
87
87
  // NOTE: This string will be replaced on build time with the package version.
88
- var version = "15.6.0";
88
+ var version = "15.7.0";
89
89
 
90
90
  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": "15.6.0",
4
+ "version": "15.7.0",
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.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/constraints": "15.6.0",
25
- "@commercetools-uikit/design-system": "15.6.0",
26
- "@commercetools-uikit/input-utils": "15.6.0",
27
- "@commercetools-uikit/utils": "15.6.0",
24
+ "@commercetools-uikit/constraints": "15.7.0",
25
+ "@commercetools-uikit/design-system": "15.7.0",
26
+ "@commercetools-uikit/input-utils": "15.7.0",
27
+ "@commercetools-uikit/utils": "15.7.0",
28
28
  "@emotion/react": "^11.4.0",
29
29
  "@emotion/styled": "^11.3.0",
30
30
  "prop-types": "15.8.1"