groovinads-ui 1.9.845 → 1.9.889

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/index.d.ts CHANGED
@@ -355,6 +355,7 @@ export interface ModalComponentProps {
355
355
  className?: string;
356
356
  footer?: ReactNode;
357
357
  header: string | ReactNode;
358
+ onBeforeClose?: () => void;
358
359
  setShow: Dispatch<SetStateAction<boolean>>;
359
360
  show: boolean;
360
361
  size?: 'sm' | 'md' | 'lg';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groovinads-ui",
3
3
  "description": "Groovinads UI is a React component library designed exclusively for Groovinads applications. It provides ready-to-use UI elements styled according to Groovinads design guidelines to facilitate rapid development.",
4
- "version": "1.9.845",
4
+ "version": "1.9.889",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "css",