@ehfuse/mui-form-controls 3.0.25 → 3.0.28

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
@@ -197,6 +197,7 @@ export type LabelSelectProps = Omit<MuiSelectProps, "value" | "onChange" | "defa
197
197
  showLabel?: boolean;
198
198
  emptyLabel?: string;
199
199
  showEmptyOption?: boolean;
200
+ shrinkWhenEmpty?: boolean;
200
201
  fullWidth?: boolean;
201
202
  formControlProps?: Omit<FormControlProps, "children">;
202
203
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.0.25",
3
+ "version": "3.0.28",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {