finform-react-builder 1.8.14 → 1.8.16

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.
@@ -200,6 +200,9 @@ export interface FinUiHeaderField extends BaseField {
200
200
  actionName?: string;
201
201
  actionComponent?: 'switch' | 'checkbox';
202
202
  actionLabel?: string;
203
+ cardWrap?: boolean;
204
+ cardSx?: any;
205
+ cardProps?: any;
203
206
  }
204
207
  export type FieldConfig = TextField | NumberField | SelectField | CheckboxField | ToggleField | RadioField | SwitchField | AutocompleteField | DateField | ImageField | TitleField | SectionField | ComponentField | FinUiHeaderField;
205
208
  export interface FormButton {