@cryptofi/core-ui 0.52.0 → 0.53.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.
@@ -433,7 +433,7 @@ interface Props$2 extends ModalProps {
433
433
  bodyBackground?: string;
434
434
  isDisabledCloseButton?: boolean;
435
435
  }
436
- declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyMinHeight, bodyBackground, isDisabledCloseButton, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
436
+ declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyBackground, isDisabledCloseButton, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
437
437
  //# sourceMappingURL=Modal.d.ts.map
438
438
 
439
439
  interface PageClickEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "0.52.0",
3
+ "version": "0.53.0",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },