@commercetools-uikit/text-input 19.12.1 → 19.14.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.
@@ -99,7 +99,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
99
99
  var TextInput$1 = TextInput;
100
100
 
101
101
  // NOTE: This string will be replaced on build time with the package version.
102
- var version = "19.12.1";
102
+ var version = "19.14.0";
103
103
 
104
104
  exports["default"] = TextInput$1;
105
105
  exports.version = version;
@@ -76,7 +76,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
76
76
  var TextInput$1 = TextInput;
77
77
 
78
78
  // NOTE: This string will be replaced on build time with the package version.
79
- var version = "19.12.1";
79
+ var version = "19.14.0";
80
80
 
81
81
  exports["default"] = TextInput$1;
82
82
  exports.version = version;
@@ -81,6 +81,6 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty(value).call(value).
81
81
  var TextInput$1 = TextInput;
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "19.12.1";
84
+ var version = "19.14.0";
85
85
 
86
86
  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.12.1",
4
+ "version": "19.14.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.12.1",
25
- "@commercetools-uikit/design-system": "19.12.1",
26
- "@commercetools-uikit/input-utils": "19.12.1",
27
- "@commercetools-uikit/utils": "19.12.1",
24
+ "@commercetools-uikit/constraints": "19.14.0",
25
+ "@commercetools-uikit/design-system": "19.14.0",
26
+ "@commercetools-uikit/input-utils": "19.14.0",
27
+ "@commercetools-uikit/utils": "19.14.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"