@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.92 → 2.9.1-AsthmaUI.93

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,6 +5,7 @@ export interface ResourceListViewProps {
5
5
  previewState?: ResourceListPreviewState;
6
6
  title: string;
7
7
  resources: ResourceDefinition[];
8
+ emptyText?: string;
8
9
  resourceImageAlignment?: ResourceImageAlignment;
9
10
  }
10
11
  export default function (props: ResourceListViewProps): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1719,6 +1719,7 @@ interface ResourceListViewProps {
1719
1719
  previewState?: ResourceListPreviewState;
1720
1720
  title: string;
1721
1721
  resources: ResourceDefinition[];
1722
+ emptyText?: string;
1722
1723
  resourceImageAlignment?: ResourceImageAlignment;
1723
1724
  }
1724
1725
  declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.9.1-AsthmaUI.92",
3
+ "version": "2.9.1-AsthmaUI.93",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",