@hoddy-ui/next 2.5.78 → 2.5.80

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/dist/index.d.mts CHANGED
@@ -206,7 +206,7 @@ interface TextFieldProps extends TextInputProps {
206
206
  variant?: "outlined" | "text" | "contained";
207
207
  color?: colorTypes;
208
208
  size?: "small" | "normal" | "large";
209
- type?: "email" | "tel" | "password" | "text" | "number" | "search";
209
+ type?: "email" | "tel" | "password" | "text" | "number" | "search" | "date";
210
210
  helperText?: string;
211
211
  value: any;
212
212
  start?: ReactNode;
package/dist/index.d.ts CHANGED
@@ -206,7 +206,7 @@ interface TextFieldProps extends TextInputProps {
206
206
  variant?: "outlined" | "text" | "contained";
207
207
  color?: colorTypes;
208
208
  size?: "small" | "normal" | "large";
209
- type?: "email" | "tel" | "password" | "text" | "number" | "search";
209
+ type?: "email" | "tel" | "password" | "text" | "number" | "search" | "date";
210
210
  helperText?: string;
211
211
  value: any;
212
212
  start?: ReactNode;