@mindly/ui-components 5.46.12 → 5.46.13

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.
@@ -11,6 +11,7 @@ type CardModalProps = {
11
11
  backButton?: boolean;
12
12
  onClose: () => void;
13
13
  }) => React.ReactNode;
14
+ mode?: HTMLIonModalElement['mode'];
14
15
  };
15
16
  declare const CardModal: React.ForwardRefExoticComponent<CardModalProps & {
16
17
  children?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -2352,6 +2352,7 @@ type CardModalProps = {
2352
2352
  backButton?: boolean;
2353
2353
  onClose: () => void;
2354
2354
  }) => React__default.ReactNode;
2355
+ mode?: HTMLIonModalElement['mode'];
2355
2356
  };
2356
2357
  declare const CardModal: React__default.ForwardRefExoticComponent<CardModalProps & {
2357
2358
  children?: React__default.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.46.12",
3
+ "version": "5.46.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",