@commercetools-uikit/text-input 20.4.0 → 20.6.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->
2
- <!-- This file is created by the `yarn generate-readme` script. -->
2
+ <!-- This file is created by the `pnpm generate-readme` script. -->
3
3
 
4
4
  # TextInput
5
5
 
@@ -10,7 +10,7 @@ A controlled text input component for single-line strings with validation states
10
10
  ## Installation
11
11
 
12
12
  ```
13
- yarn add @commercetools-uikit/text-input
13
+ pnpm add @commercetools-uikit/text-input
14
14
  ```
15
15
 
16
16
  ```
@@ -20,7 +20,7 @@ npm --save install @commercetools-uikit/text-input
20
20
  Additionally install the peer dependencies (if not present)
21
21
 
22
22
  ```
23
- yarn add react
23
+ pnpm add react
24
24
  ```
25
25
 
26
26
  ```
@@ -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 = "20.4.0";
82
+ var version = "20.6.0";
83
83
 
84
84
  exports["default"] = TextInput$1;
85
85
  exports.version = version;
@@ -77,7 +77,7 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty__default["default"]
77
77
  var TextInput$1 = TextInput;
78
78
 
79
79
  // NOTE: This string will be replaced on build time with the package version.
80
- var version = "20.4.0";
80
+ var version = "20.6.0";
81
81
 
82
82
  exports["default"] = TextInput$1;
83
83
  exports.version = version;
@@ -62,6 +62,6 @@ TextInput.isEmpty = value => !value || _trimInstanceProperty(value).call(value).
62
62
  var TextInput$1 = TextInput;
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "20.4.0";
65
+ var version = "20.6.0";
66
66
 
67
67
  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": "20.4.0",
4
+ "version": "20.6.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,13 @@
9
9
  "directory": "packages/components/inputs/text-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "typescript",
15
+ "design-system",
16
+ "react",
17
+ "uikit"
18
+ ],
13
19
  "license": "MIT",
14
20
  "publishConfig": {
15
21
  "access": "public"
@@ -17,16 +23,18 @@
17
23
  "sideEffects": false,
18
24
  "main": "dist/commercetools-uikit-text-input.cjs.js",
19
25
  "module": "dist/commercetools-uikit-text-input.esm.js",
20
- "files": ["dist"],
26
+ "files": [
27
+ "dist"
28
+ ],
21
29
  "dependencies": {
22
30
  "@babel/runtime": "^7.20.13",
23
31
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.4.0",
25
- "@commercetools-uikit/design-system": "20.4.0",
26
- "@commercetools-uikit/input-utils": "20.4.0",
27
- "@commercetools-uikit/utils": "20.4.0",
28
32
  "@emotion/react": "^11.10.5",
29
- "@emotion/styled": "^11.10.5"
33
+ "@emotion/styled": "^11.10.5",
34
+ "@commercetools-uikit/constraints": "^20.6.0",
35
+ "@commercetools-uikit/design-system": "^20.6.0",
36
+ "@commercetools-uikit/input-utils": "^20.6.0",
37
+ "@commercetools-uikit/utils": "^20.6.0"
30
38
  },
31
39
  "devDependencies": {
32
40
  "react": "19.2.0"
@@ -34,4 +42,4 @@
34
42
  "peerDependencies": {
35
43
  "react": "19.x"
36
44
  }
37
- }
45
+ }