@inceptionbg/iui 2.0.48 → 2.0.49

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/index.d.ts CHANGED
@@ -1034,6 +1034,7 @@ interface Props$c {
1034
1034
  onFormSubmit?: () => void;
1035
1035
  onContentClick?: () => void;
1036
1036
  onCloseCallback?: () => void;
1037
+ noBackgroundClick?: boolean;
1037
1038
  footer?: IDialogFooterActions;
1038
1039
  size?: 'vw25' | 'vw50' | 'vw75' | 'vw100' | 'w500' | 'w600';
1039
1040
  className?: string;