@hybr1d-tech/charizard 2.0.4 → 2.0.6

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
@@ -1883,7 +1883,7 @@ declare type ModalProps = {
1883
1883
  * @param {ModalV2Props} props - The props for the ModalV2 component.
1884
1884
  * @returns {JSX.Element} The rendered modal component.
1885
1885
  */
1886
- export declare function ModalV2({ isOpen, title, subTitle, trigger, children, footerButtons, showBackdrop, customModalClasses, }: ModalV2Props): JSX_2.Element;
1886
+ export declare function ModalV2({ isOpen, title, subTitle, trigger, children, footerButtons, showBackdrop, onClose, customModalClasses, }: ModalV2Props): JSX_2.Element;
1887
1887
 
1888
1888
  /**
1889
1889
  * Props for the ModalV2 component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"