@mindly/ui-components 5.65.0 → 5.66.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.
@@ -15,6 +15,7 @@ type CardModalProps = {
15
15
  onClose: () => void;
16
16
  }) => React.ReactNode;
17
17
  mode?: HTMLIonModalElement['mode'];
18
+ onDidPresent?: () => void;
18
19
  };
19
20
  declare const CardModal: React.ForwardRefExoticComponent<CardModalProps & {
20
21
  children?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -2462,6 +2462,7 @@ type CardModalProps = {
2462
2462
  onClose: () => void;
2463
2463
  }) => React__default.ReactNode;
2464
2464
  mode?: HTMLIonModalElement['mode'];
2465
+ onDidPresent?: () => void;
2465
2466
  };
2466
2467
  declare const CardModal: React__default.ForwardRefExoticComponent<CardModalProps & {
2467
2468
  children?: React__default.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.65.0",
3
+ "version": "5.66.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",