@careevolution/mydatahelps-ui 2.26.1-InboxUpdates.2 → 2.26.1-InboxUpdates.3

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 +1,2 @@
1
1
  export { default } from './InboxItemList';
2
+ export { InboxItemListPreviewState } from './InboxItemList.previewData';
@@ -23,6 +23,8 @@ export { default as FitbitMonthCharts } from "./FitbitMonthCharts";
23
23
  export { default as GarminDevices } from "./GarminDevices";
24
24
  export { default as GarminMonthCharts } from "./GarminMonthCharts";
25
25
  export { default as HealthPreviewSection } from "./HealthPreviewSection";
26
+ export { default as InboxItemList, InboxItemListPreviewState } from "./InboxItemList";
27
+ export { default as InboxItemListCoordinator } from "./InboxItemListCoordinator";
26
28
  export { IntradayHeartRateChart } from "./IntradayHeartRateChart";
27
29
  export { default as LabResultsBloodType } from "./LabResultsBloodType";
28
30
  export { default as LabResultsSummary } from "./LabResultsSummary";
@@ -44,5 +46,3 @@ export { default as SurveyTaskList } from "./SurveyTaskList";
44
46
  export { default as SeverityCalendar } from "./SeverityCalendar";
45
47
  export { default as TermInformation, TermInformationReference } from "./TermInformation";
46
48
  export { default as ViewEhr } from "./ViewEhr";
47
- export { default as InboxItemList } from "./InboxItemList";
48
- export { default as InboxItemListCoordinator } from "./InboxItemListCoordinator";