@commercetools-uikit/text-input 18.4.0 → 19.0.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.
@@ -96,7 +96,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
96
96
  var TextInput$1 = TextInput;
97
97
 
98
98
  // NOTE: This string will be replaced on build time with the package version.
99
- var version = "18.4.0";
99
+ var version = "19.0.0";
100
100
 
101
101
  exports["default"] = TextInput$1;
102
102
  exports.version = version;
@@ -75,7 +75,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
75
75
  var TextInput$1 = TextInput;
76
76
 
77
77
  // NOTE: This string will be replaced on build time with the package version.
78
- var version = "18.4.0";
78
+ var version = "19.0.0";
79
79
 
80
80
  exports["default"] = TextInput$1;
81
81
  exports.version = version;
@@ -78,6 +78,6 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty(value).call(value).
78
78
  var TextInput$1 = TextInput;
79
79
 
80
80
  // NOTE: This string will be replaced on build time with the package version.
81
- var version = "18.4.0";
81
+ var version = "19.0.0";
82
82
 
83
83
  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": "18.4.0",
4
+ "version": "19.0.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": "18.4.0",
25
- "@commercetools-uikit/design-system": "18.4.0",
26
- "@commercetools-uikit/input-utils": "18.4.0",
27
- "@commercetools-uikit/utils": "18.4.0",
24
+ "@commercetools-uikit/constraints": "19.0.0",
25
+ "@commercetools-uikit/design-system": "19.0.0",
26
+ "@commercetools-uikit/input-utils": "19.0.0",
27
+ "@commercetools-uikit/utils": "19.0.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"