@ktjs/mui 0.17.5 → 0.17.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -128,7 +128,7 @@ interface TextFieldProps {
128
128
  style?: string;
129
129
  label?: string;
130
130
  placeholder?: string;
131
- value?: string;
131
+ value?: any;
132
132
  type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url';
133
133
  disabled?: boolean;
134
134
  required?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ktjs/mui",
3
- "version": "0.17.5",
3
+ "version": "0.17.6",
4
4
  "description": "Material-UI inspired components for kt.js - pre-styled UI components",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",