@medway-ui/core 1.16.7 → 1.16.8

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.mts CHANGED
@@ -104,7 +104,8 @@ interface DialogContainerProps extends ComponentProps<typeof Dialog$1.Content> {
104
104
  overlayClassName?: string;
105
105
  }
106
106
  declare function DialogContainer({ className, overlayClassName, children, showCloseButton, ...props }: DialogContainerProps): react_jsx_runtime.JSX.Element;
107
- declare function DialogContent({ className, children, }: {
107
+ declare function DialogContent({ containerClassName, className, children, }: {
108
+ containerClassName?: string;
108
109
  className?: string;
109
110
  children: ReactNode;
110
111
  }): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -104,7 +104,8 @@ interface DialogContainerProps extends ComponentProps<typeof Dialog$1.Content> {
104
104
  overlayClassName?: string;
105
105
  }
106
106
  declare function DialogContainer({ className, overlayClassName, children, showCloseButton, ...props }: DialogContainerProps): react_jsx_runtime.JSX.Element;
107
- declare function DialogContent({ className, children, }: {
107
+ declare function DialogContent({ containerClassName, className, children, }: {
108
+ containerClassName?: string;
108
109
  className?: string;
109
110
  children: ReactNode;
110
111
  }): react_jsx_runtime.JSX.Element;