@hashrytech/quick-components-kit 0.19.13 → 0.19.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hashrytech/quick-components-kit
2
2
 
3
+ ## 0.19.14
4
+
5
+ ### Patch Changes
6
+
7
+ - patch: adding null as possible value for text input
8
+
3
9
  ## 0.19.13
4
10
 
5
11
  ### Patch Changes
@@ -33,7 +33,7 @@
33
33
  export type TextInputProps = {
34
34
  id: string;
35
35
  name?: string;
36
- value?: string|number;
36
+ value?: string|number|null;
37
37
  type?: TextInputType;
38
38
  placeholder?: string;
39
39
  labelText?: string;
@@ -30,7 +30,7 @@ export type InputMode = "none" | "text" | "decimal" | "numeric" | "tel" | "searc
30
30
  export type TextInputProps = {
31
31
  id: string;
32
32
  name?: string;
33
- value?: string | number;
33
+ value?: string | number | null;
34
34
  type?: TextInputType;
35
35
  placeholder?: string;
36
36
  labelText?: string;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hashrytech/quick-components-kit.git"
7
7
  },
8
- "version": "0.19.13",
8
+ "version": "0.19.14",
9
9
  "license": "MIT",
10
10
  "author": "Hashry Tech",
11
11
  "files": [