@careevolution/mydatahelps-ui 1.3.5 → 1.3.6

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.
@@ -4,12 +4,13 @@ export { default as DeviceDataMonthChart } from "./DeviceDataMonthChart";
4
4
  export { default as DeviceDataMonthCharts } from "./DeviceDataMonthCharts";
5
5
  export { default as ExternalAccountList } from "./ExternalAccountList";
6
6
  export { default as ExternalAccountsPreview } from "./ExternalAccountsPreview";
7
- export { default as FitbitMonthCharts } from "./FitbitMonthCharts";
8
7
  export { default as FitbitDevices } from "./FitbitDevices";
8
+ export { default as FitbitMonthCharts } from "./FitbitMonthCharts";
9
9
  export { default as MostRecentNotification } from "./MostRecentNotification";
10
10
  export { default as NotificationList } from "./NotificationList";
11
11
  export { default as PlatformSpecificContent } from "./PlatformSpecificContent";
12
- export { default as ProviderSearch } from "./ProviderSearch";
13
12
  export { default as ProjectHeader } from "./ProjectHeader";
14
13
  export { default as ProjectSupport } from "./ProjectSupport";
14
+ export { default as ProviderSearch } from "./ProviderSearch";
15
+ export { default as RestingHeartRateCalendar } from "./ProviderSearch";
15
16
  export { default as SurveyTaskList } from "./SurveyTaskList";
@@ -1,7 +1,9 @@
1
1
  export { default as Action } from "./Action";
2
2
  export { default as Button } from "./Button";
3
+ export { default as Calendar } from "./Calendar";
3
4
  export { default as Card } from "./Card";
4
5
  export { default as CardTitle } from "./CardTitle";
6
+ export { default as DateRangeNavigator } from "./DateRangeNavigator";
5
7
  export { default as DayTrackerSymbol } from "./DayTrackerSymbol";
6
8
  export { default as Histogram } from "./Histogram";
7
9
  export { default as Layout } from "./Layout";
@@ -16,4 +18,3 @@ export { default as SingleSurveyTask } from "./SingleSurveyTask";
16
18
  export { default as StatusBarBackground } from "./StatusBarBackground";
17
19
  export { default as TextBlock } from "./TextBlock";
18
20
  export { default as TrackerItem } from "./TrackerItem";
19
- export { default as DateRangeNavigator } from "./DateRangeNavigator";