@mateosuarezdev/react-ui 1.0.30 → 1.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/index.d.ts CHANGED
@@ -680,9 +680,11 @@ declare type SpinnerProps = {
680
680
  spinnerClassName?: string;
681
681
  };
682
682
 
683
- export declare const SuperModal: ({ title, description, showHeader, mode, onReplace, className, contentClassName, children, }: SuperModalProps) => JSX.Element;
683
+ export declare const SuperModal: ({ id, prevPath, title, description, showHeader, mode, onReplace, className, contentClassName, children, }: SuperModalProps) => JSX.Element;
684
684
 
685
685
  declare type SuperModalProps = {
686
+ id: string;
687
+ prevPath: string;
686
688
  title?: string;
687
689
  description?: string;
688
690
  showHeader?: boolean;