@careevolution/mydatahelps-ui 3.14.1-DownloadEHR.38 → 3.14.1-DownloadEHR.39

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2375,7 +2375,7 @@ interface EhrDownloadButtonProps {
2375
2375
  declare function EhrDownloadButton(props: EhrDownloadButtonProps): React$1.JSX.Element;
2376
2376
 
2377
2377
  interface EhrNewsFeedProps {
2378
- previewState?: "default";
2378
+ previewState?: "default" | "procedures" | "labReports" | "immunizations" | "reports";
2379
2379
  feed: EhrNewsFeedType;
2380
2380
  loadAllPages?: boolean;
2381
2381
  onPageLoaded?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "3.14.1-DownloadEHR.38",
3
+ "version": "3.14.1-DownloadEHR.39",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",