@ehfuse/mui-form-controls 2.0.3 → 2.0.4

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
@@ -445,7 +445,6 @@ export type DateTimeTextFieldProps = Omit<TextFieldProps, "type"> & BaseTextFiel
445
445
  showToday?: boolean;
446
446
  showFooter?: boolean;
447
447
  autoApply?: boolean;
448
- closeOnDateSelect?: boolean;
449
448
  minuteStep?: number;
450
449
  secondStep?: number;
451
450
  hideDisabledTime?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {