@solace-health/ui 0.9.66 → 0.9.68

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.cts CHANGED
@@ -293,7 +293,7 @@ declare type Props$5 = {
293
293
  style?: any;
294
294
  bodyStyle?: any;
295
295
  };
296
- declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, }: Props$5) => react_jsx_runtime.JSX.Element;
296
+ declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, ...props }: Props$5) => react_jsx_runtime.JSX.Element;
297
297
 
298
298
  declare const Progress: ({ percent, size, }: {
299
299
  percent?: number | undefined;
package/dist/index.d.ts CHANGED
@@ -293,7 +293,7 @@ declare type Props$5 = {
293
293
  style?: any;
294
294
  bodyStyle?: any;
295
295
  };
296
- declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, }: Props$5) => react_jsx_runtime.JSX.Element;
296
+ declare const Modal: ({ children, isOpen, onClose, width, style, bodyStyle, ...props }: Props$5) => react_jsx_runtime.JSX.Element;
297
297
 
298
298
  declare const Progress: ({ percent, size, }: {
299
299
  percent?: number | undefined;