@careevolution/mydatahelps-ui 2.7.4 → 2.7.5

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.
@@ -5,5 +5,7 @@ export interface AppDownloadProps {
5
5
  previewProjectPlatforms?: string[];
6
6
  previewDevicePlatform?: string;
7
7
  innerRef?: React.Ref<HTMLDivElement>;
8
+ title?: string;
9
+ text?: string;
8
10
  }
9
11
  export default function (props: AppDownloadProps): React.JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -309,6 +309,8 @@ interface AppDownloadProps {
309
309
  previewProjectPlatforms?: string[];
310
310
  previewDevicePlatform?: string;
311
311
  innerRef?: React.Ref<HTMLDivElement>;
312
+ title?: string;
313
+ text?: string;
312
314
  }
313
315
  declare function export_default$11(props: AppDownloadProps): React.JSX.Element | null;
314
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.7.4",
3
+ "version": "2.7.5",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",