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

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,5 +1,5 @@
1
1
  import { InboxItem } from '@careevolution/mydatahelps-js';
2
- export type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete message and survey' | 'incomplete message and resource' | 'incomplete survey and resource' | 'incomplete items' | 'complete items';
2
+ export type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete message and survey' | 'incomplete message and resource' | 'incomplete survey and resource' | 'incomplete items' | 'complete message' | 'complete survey' | 'complete resource' | 'complete message and survey' | 'complete message and resource' | 'complete survey and resource' | 'complete items';
3
3
  export interface InboxItemListPreviewData {
4
4
  items: InboxItem[];
5
5
  }
@@ -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";