@ehfuse/mui-form-controls 3.0.30 → 3.0.31

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
@@ -134,6 +134,7 @@ export type ToggleButtonGroupProps = Omit<MuiToggleButtonGroupProps, "value" | "
134
134
  value?: unknown;
135
135
  exclusive?: boolean;
136
136
  fullWidth?: boolean;
137
+ inputLike?: boolean;
137
138
  size?: "small" | "medium" | "large";
138
139
  onDeselect?: "keep" | "clear";
139
140
  onChange?: (event: React.MouseEvent<HTMLElement>, value: unknown) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.0.30",
3
+ "version": "3.0.31",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {