@commercetools-uikit/text-input 13.0.4 → 14.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.
@@ -107,7 +107,7 @@ TextInput.isEmpty = function (value) {
107
107
  var TextInput$1 = TextInput;
108
108
 
109
109
  // NOTE: This string will be replaced on build time with the package version.
110
- var version = "13.0.4";
110
+ var version = "14.0.0";
111
111
 
112
112
  exports["default"] = TextInput$1;
113
113
  exports.version = version;
@@ -86,7 +86,7 @@ TextInput.isEmpty = function (value) {
86
86
  var TextInput$1 = TextInput;
87
87
 
88
88
  // NOTE: This string will be replaced on build time with the package version.
89
- var version = "13.0.4";
89
+ var version = "14.0.0";
90
90
 
91
91
  exports["default"] = TextInput$1;
92
92
  exports.version = version;
@@ -89,6 +89,6 @@ TextInput.isEmpty = function (value) {
89
89
  var TextInput$1 = TextInput;
90
90
 
91
91
  // NOTE: This string will be replaced on build time with the package version.
92
- var version = "13.0.4";
92
+ var version = "14.0.0";
93
93
 
94
94
  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": "13.0.4",
4
+ "version": "14.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/components/inputs/text-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
15
  "access": "public"
@@ -19,12 +19,12 @@
19
19
  "module": "dist/commercetools-uikit-text-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "7.17.2",
23
- "@babel/runtime-corejs3": "7.17.2",
24
- "@commercetools-uikit/constraints": "13.0.2",
25
- "@commercetools-uikit/design-system": "13.0.0",
26
- "@commercetools-uikit/input-utils": "13.0.4",
27
- "@commercetools-uikit/utils": "13.0.2",
22
+ "@babel/runtime": "^7.17.2",
23
+ "@babel/runtime-corejs3": "^7.17.2",
24
+ "@commercetools-uikit/constraints": "14.0.0",
25
+ "@commercetools-uikit/design-system": "14.0.0",
26
+ "@commercetools-uikit/input-utils": "14.0.0",
27
+ "@commercetools-uikit/utils": "14.0.0",
28
28
  "@emotion/react": "^11.4.0",
29
29
  "@emotion/styled": "^11.3.0",
30
30
  "prop-types": "15.8.1"