@mindly/ui-components 5.47.0 → 5.47.1

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.
@@ -1,6 +1,9 @@
1
1
  import React from 'react';
2
2
  type CardModalProps = {
3
3
  isOpen: boolean;
4
+ title?: string;
5
+ subtitle?: string;
6
+ leftContent?: React.ReactNode;
4
7
  presentingElement?: HTMLElement;
5
8
  onDidDismiss?: () => void;
6
9
  backButton?: boolean;
package/dist/index.d.ts CHANGED
@@ -2354,6 +2354,9 @@ declare function ChangeLanguageModal({ title, onModalClose, onSelect, selected,
2354
2354
 
2355
2355
  type CardModalProps = {
2356
2356
  isOpen: boolean;
2357
+ title?: string;
2358
+ subtitle?: string;
2359
+ leftContent?: React__default.ReactNode;
2357
2360
  presentingElement?: HTMLElement;
2358
2361
  onDidDismiss?: () => void;
2359
2362
  backButton?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.47.0",
3
+ "version": "5.47.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",