@ehfuse/mui-form-controls 3.0.55 → 3.0.57

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/types.d.ts CHANGED
@@ -298,6 +298,7 @@ export type PasswordValidationResult = {
298
298
  };
299
299
  export type PasswordTextFieldProps = Omit<TextFieldProps, "type"> & BaseTextFieldProps & Omit<ValidatableTextFieldProps, "onValidationChange"> & {
300
300
  showToggle?: boolean;
301
+ preventAutoFill?: boolean;
301
302
  validationRules?: PasswordValidationRules;
302
303
  onValidationChange?: (result: PasswordValidationResult) => void;
303
304
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.0.55",
3
+ "version": "3.0.57",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {