@foris/avocado-suite 1.5.0 → 1.7.0

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.
@@ -5,7 +5,7 @@ export interface ModalProps {
5
5
  /** Footer actions or buttons */
6
6
  actions?: ReactNode;
7
7
  /** Modal content */
8
- children: ReactNode;
8
+ children?: ReactNode;
9
9
  /** Overwrite className */
10
10
  className?: string;
11
11
  /** Disables overlay close */