@careevolution/mydatahelps-ui 2.19.0 → 2.20.0

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 (96) hide show
  1. package/dist/cjs/index.js +9 -9
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +2 -1
  4. package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +7 -8
  5. package/dist/cjs/types/components/container/RelativeActivity/RelativeActivity.d.ts +12 -0
  6. package/dist/cjs/types/components/container/RelativeActivity/RelativeActivity.stories.d.ts +45 -0
  7. package/dist/cjs/types/components/container/RelativeActivity/index.d.ts +1 -0
  8. package/dist/cjs/types/components/container/RelativeActivityDayCoordinator/RelativeActivityDayCoordinator.d.ts +18 -0
  9. package/dist/cjs/types/components/container/RelativeActivityDayCoordinator/RelativeActivityDayCoordinator.stories.d.ts +66 -0
  10. package/dist/cjs/types/components/container/RelativeActivityDayCoordinator/index.d.ts +1 -0
  11. package/dist/cjs/types/components/container/RelativeActivityDayNavigator/RelativeActivityDayNavigator.d.ts +15 -0
  12. package/dist/cjs/types/components/container/RelativeActivityDayNavigator/RelativeActivityDayNavigator.stories.d.ts +37 -0
  13. package/dist/cjs/types/components/container/RelativeActivityDayNavigator/index.d.ts +1 -0
  14. package/dist/cjs/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +2 -9
  15. package/dist/cjs/types/components/container/RelativeActivityToday/RelativeActivityToday.stories.d.ts +25 -0
  16. package/dist/cjs/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +2 -0
  17. package/dist/cjs/types/components/container/index.d.ts +3 -0
  18. package/dist/cjs/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +3 -1
  19. package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +2 -2
  20. package/dist/cjs/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +9 -0
  21. package/dist/cjs/types/components/presentational/DateRangeTitle/DateRangeTitle.d.ts +11 -0
  22. package/dist/cjs/types/components/presentational/DateRangeTitle/DateRangeTitle.stories.d.ts +22 -0
  23. package/dist/cjs/types/components/presentational/DateRangeTitle/index.d.ts +1 -0
  24. package/dist/cjs/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +3 -2
  25. package/dist/cjs/types/components/presentational/Title/Title.d.ts +1 -0
  26. package/dist/cjs/types/components/presentational/WeekCalendar/WeekCalendar.d.ts +1 -0
  27. package/dist/cjs/types/components/presentational/index.d.ts +1 -0
  28. package/dist/cjs/types/helpers/daily-data-providers/combined-resting-heart-rate.d.ts +1 -3
  29. package/dist/cjs/types/helpers/daily-data-providers/combined-sleep.d.ts +1 -0
  30. package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +1 -0
  31. package/dist/cjs/types/helpers/daily-data-types/air-quality.d.ts +3 -0
  32. package/dist/cjs/types/helpers/daily-data-types/all.d.ts +2 -0
  33. package/dist/cjs/types/helpers/daily-data-types/apple-health.d.ts +3 -0
  34. package/dist/cjs/types/helpers/daily-data-types/availability-check.d.ts +2 -0
  35. package/dist/cjs/types/helpers/daily-data-types/combined.d.ts +3 -0
  36. package/dist/cjs/types/helpers/daily-data-types/fitbit.d.ts +3 -0
  37. package/dist/cjs/types/helpers/daily-data-types/formatters.d.ts +5 -0
  38. package/dist/cjs/types/helpers/daily-data-types/garmin.d.ts +3 -0
  39. package/dist/cjs/types/helpers/daily-data-types/google-fit.d.ts +3 -0
  40. package/dist/cjs/types/helpers/daily-data-types.d.ts +79 -0
  41. package/dist/cjs/types/helpers/date-helpers.d.ts +1 -0
  42. package/dist/cjs/types/helpers/index.d.ts +13 -0
  43. package/dist/cjs/types/helpers/language.d.ts +1 -1
  44. package/dist/cjs/types/helpers/query-daily-data.d.ts +6 -68
  45. package/dist/cjs/types/helpers/relative-activity.d.ts +21 -0
  46. package/dist/cjs/types/index.d.ts +1 -9
  47. package/dist/esm/index.js +9 -9
  48. package/dist/esm/index.js.map +1 -1
  49. package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +2 -1
  50. package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.stories.d.ts +7 -8
  51. package/dist/esm/types/components/container/RelativeActivity/RelativeActivity.d.ts +12 -0
  52. package/dist/esm/types/components/container/RelativeActivity/RelativeActivity.stories.d.ts +45 -0
  53. package/dist/esm/types/components/container/RelativeActivity/index.d.ts +1 -0
  54. package/dist/esm/types/components/container/RelativeActivityDayCoordinator/RelativeActivityDayCoordinator.d.ts +18 -0
  55. package/dist/esm/types/components/container/RelativeActivityDayCoordinator/RelativeActivityDayCoordinator.stories.d.ts +66 -0
  56. package/dist/esm/types/components/container/RelativeActivityDayCoordinator/index.d.ts +1 -0
  57. package/dist/esm/types/components/container/RelativeActivityDayNavigator/RelativeActivityDayNavigator.d.ts +15 -0
  58. package/dist/esm/types/components/container/RelativeActivityDayNavigator/RelativeActivityDayNavigator.stories.d.ts +37 -0
  59. package/dist/esm/types/components/container/RelativeActivityDayNavigator/index.d.ts +1 -0
  60. package/dist/esm/types/components/container/RelativeActivityToday/RelativeActivityToday.d.ts +2 -9
  61. package/dist/esm/types/components/container/RelativeActivityToday/RelativeActivityToday.stories.d.ts +25 -0
  62. package/dist/esm/types/components/container/RestingHeartRateCalendar/RestingHeartRateCalendar.d.ts +2 -0
  63. package/dist/esm/types/components/container/index.d.ts +3 -0
  64. package/dist/esm/types/components/presentational/ActivityMeter/ActivityMeter.d.ts +3 -1
  65. package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.d.ts +2 -2
  66. package/dist/esm/types/components/presentational/DateRangeCoordinator/DateRangeCoordinator.stories.d.ts +9 -0
  67. package/dist/esm/types/components/presentational/DateRangeTitle/DateRangeTitle.d.ts +11 -0
  68. package/dist/esm/types/components/presentational/DateRangeTitle/DateRangeTitle.stories.d.ts +22 -0
  69. package/dist/esm/types/components/presentational/DateRangeTitle/index.d.ts +1 -0
  70. package/dist/esm/types/components/presentational/SparkBarChart/SparkBarChart.d.ts +3 -2
  71. package/dist/esm/types/components/presentational/Title/Title.d.ts +1 -0
  72. package/dist/esm/types/components/presentational/WeekCalendar/WeekCalendar.d.ts +1 -0
  73. package/dist/esm/types/components/presentational/index.d.ts +1 -0
  74. package/dist/esm/types/helpers/daily-data-providers/combined-resting-heart-rate.d.ts +1 -3
  75. package/dist/esm/types/helpers/daily-data-providers/combined-sleep.d.ts +1 -0
  76. package/dist/esm/types/helpers/daily-data-providers/index.d.ts +1 -0
  77. package/dist/esm/types/helpers/daily-data-types/air-quality.d.ts +3 -0
  78. package/dist/esm/types/helpers/daily-data-types/all.d.ts +2 -0
  79. package/dist/esm/types/helpers/daily-data-types/apple-health.d.ts +3 -0
  80. package/dist/esm/types/helpers/daily-data-types/availability-check.d.ts +2 -0
  81. package/dist/esm/types/helpers/daily-data-types/combined.d.ts +3 -0
  82. package/dist/esm/types/helpers/daily-data-types/fitbit.d.ts +3 -0
  83. package/dist/esm/types/helpers/daily-data-types/formatters.d.ts +5 -0
  84. package/dist/esm/types/helpers/daily-data-types/garmin.d.ts +3 -0
  85. package/dist/esm/types/helpers/daily-data-types/google-fit.d.ts +3 -0
  86. package/dist/esm/types/helpers/daily-data-types.d.ts +79 -0
  87. package/dist/esm/types/helpers/date-helpers.d.ts +1 -0
  88. package/dist/esm/types/helpers/index.d.ts +13 -0
  89. package/dist/esm/types/helpers/language.d.ts +1 -1
  90. package/dist/esm/types/helpers/query-daily-data.d.ts +6 -68
  91. package/dist/esm/types/helpers/relative-activity.d.ts +21 -0
  92. package/dist/esm/types/index.d.ts +1 -9
  93. package/dist/index.d.ts +406 -325
  94. package/package.json +1 -1
  95. package/dist/cjs/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.previewdata.d.ts +0 -3
  96. package/dist/esm/types/components/container/DeviceDataMonthChart/DeviceDataMonthChart.previewdata.d.ts +0 -3
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
2
- import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, EventName } from '@careevolution/mydatahelps-js';
1
+ /// <reference types="react" />
2
+ import React$1, { ReactElement, CSSProperties, ReactNode, MouseEventHandler, DependencyList } from 'react';
3
+ import { ParticipantInfo, Guid, StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, DeviceInfo, DeviceDataPoint, SurveyAnswer, ExternalAccountStatus, EventName, DeviceDataNamespace, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem } from '@careevolution/mydatahelps-js';
3
4
  import { AxisDomain } from 'recharts/types/util/types';
4
5
  import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
5
6
  import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
@@ -8,9 +9,9 @@ interface AsthmaActionPlanManagerProps {
8
9
  previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
9
10
  learnMoreUrl: string;
10
11
  editActionPlanSurveyName: string;
11
- innerRef?: React.Ref<HTMLDivElement>;
12
+ innerRef?: React$1.Ref<HTMLDivElement>;
12
13
  }
13
- declare function export_default$2l(props: AsthmaActionPlanManagerProps): React.JSX.Element;
14
+ declare function export_default$2n(props: AsthmaActionPlanManagerProps): React$1.JSX.Element;
14
15
 
15
16
  declare class AsthmaParticipant {
16
17
  participantInfo: ParticipantInfo;
@@ -80,17 +81,17 @@ interface AsthmaAirQualitiesProps {
80
81
  editZipCodesSurveyName?: string;
81
82
  airQualityUrl: string;
82
83
  date?: Date;
83
- innerRef?: React.Ref<HTMLDivElement>;
84
+ innerRef?: React$1.Ref<HTMLDivElement>;
84
85
  }
85
- declare function export_default$2k(props: AsthmaAirQualitiesProps): React.JSX.Element;
86
+ declare function export_default$2m(props: AsthmaAirQualitiesProps): React$1.JSX.Element;
86
87
 
87
88
  interface AsthmaAlertTakeoverNoticeProps {
88
89
  previewState?: 'loading' | 'loaded';
89
90
  message: string;
90
91
  logEntrySurveyName: string;
91
- innerRef?: React.Ref<HTMLDivElement>;
92
+ innerRef?: React$1.Ref<HTMLDivElement>;
92
93
  }
93
- declare function export_default$2j(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
94
+ declare function export_default$2l(props: AsthmaAlertTakeoverNoticeProps): React$1.JSX.Element;
94
95
 
95
96
  interface AsthmaAlertTakeoverTriggerProps {
96
97
  previewState?: boolean;
@@ -99,9 +100,9 @@ interface AsthmaAlertTakeoverTriggerProps {
99
100
  sleepUrl: string;
100
101
  airQualityUrl: string;
101
102
  alertTakeoverUrl: string;
102
- innerRef?: React.Ref<HTMLDivElement>;
103
+ innerRef?: React$1.Ref<HTMLDivElement>;
103
104
  }
104
- declare function export_default$2i(props: AsthmaAlertTakeoverTriggerProps): null;
105
+ declare function export_default$2k(props: AsthmaAlertTakeoverTriggerProps): null;
105
106
 
106
107
  type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
107
108
 
@@ -111,9 +112,9 @@ interface AsthmaBiometricsProps {
111
112
  activityUrl: string;
112
113
  sleepUrl: string;
113
114
  date?: Date;
114
- innerRef?: React.Ref<HTMLDivElement>;
115
+ innerRef?: React$1.Ref<HTMLDivElement>;
115
116
  }
116
- declare function export_default$2h(props: AsthmaBiometricsProps): React.JSX.Element;
117
+ declare function export_default$2j(props: AsthmaBiometricsProps): React$1.JSX.Element;
117
118
 
118
119
  type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
119
120
 
@@ -123,18 +124,18 @@ interface AsthmaControlCalendarProps {
123
124
  dayViewUrl: string;
124
125
  intervalStart?: Date;
125
126
  variant?: AsthmaControlCalendarVariant;
126
- innerRef?: React.Ref<HTMLDivElement>;
127
+ innerRef?: React$1.Ref<HTMLDivElement>;
127
128
  }
128
- declare function export_default$2g(props: AsthmaControlCalendarProps): React.JSX.Element;
129
+ declare function export_default$2i(props: AsthmaControlCalendarProps): React$1.JSX.Element;
129
130
 
130
131
  type AsthmaControlStatusHeaderPreviewState = 'no data' | 'abnormal dhr' | 'abnormal nhr' | 'abnormal rr' | 'abnormal activity' | 'abnormal sleep' | 'abnormal dbol' | 'abnormal nbol' | 'abnormal home aqi' | 'abnormal work aqi' | 'abnormal multiple' | 'not determined' | 'not controlled' | 'controlled';
131
132
 
132
133
  interface AsthmaControlStatusHeaderProps {
133
134
  previewState?: 'loading' | AsthmaControlStatusHeaderPreviewState;
134
135
  participant: AsthmaParticipant;
135
- innerRef?: React.Ref<HTMLDivElement>;
136
+ innerRef?: React$1.Ref<HTMLDivElement>;
136
137
  }
137
- declare function export_default$2f(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
138
+ declare function export_default$2h(props: AsthmaControlStatusHeaderProps): React$1.JSX.Element | null;
138
139
 
139
140
  type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
140
141
 
@@ -145,9 +146,9 @@ interface AsthmaLogEntryDetailsProps {
145
146
  logYesterdayEntrySurveyName: string;
146
147
  editLogEntryUrl: string;
147
148
  infoUrl: string;
148
- innerRef?: React.Ref<HTMLDivElement>;
149
+ innerRef?: React$1.Ref<HTMLDivElement>;
149
150
  }
150
- declare function export_default$2e(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
151
+ declare function export_default$2g(props: AsthmaLogEntryDetailsProps): React$1.JSX.Element;
151
152
 
152
153
  type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
153
154
 
@@ -156,26 +157,26 @@ interface AsthmaLogEntryHeaderProps {
156
157
  logTodayEntrySurveyName: string;
157
158
  logYesterdayEntrySurveyName: string;
158
159
  dayViewUrl: string;
159
- innerRef?: React.Ref<HTMLDivElement>;
160
+ innerRef?: React$1.Ref<HTMLDivElement>;
160
161
  }
161
- declare function export_default$2d(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
162
+ declare function export_default$2f(props: AsthmaLogEntryHeaderProps): React$1.JSX.Element | null;
162
163
 
163
164
  interface AsthmaPostEnrollmentSurveyTriggerProps {
164
165
  previewState?: boolean;
165
166
  postEnrollmentSurveyName: string;
166
167
  postEnrollmentMobileSurveyName: string;
167
- innerRef?: React.Ref<HTMLDivElement>;
168
+ innerRef?: React$1.Ref<HTMLDivElement>;
168
169
  }
169
- declare function export_default$2c(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
170
+ declare function export_default$2e(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
170
171
 
171
172
  type AsthmaProviderReportPreviewState = 'default';
172
173
 
173
174
  interface AsthmaProviderReportProps {
174
175
  previewState?: 'loading' | AsthmaProviderReportPreviewState;
175
176
  logEntrySurveyName: string;
176
- innerRef?: React.Ref<HTMLDivElement>;
177
+ innerRef?: React$1.Ref<HTMLDivElement>;
177
178
  }
178
- declare function export_default$2b(props: AsthmaProviderReportProps): React.JSX.Element;
179
+ declare function export_default$2d(props: AsthmaProviderReportProps): React$1.JSX.Element;
179
180
 
180
181
  type ColorDefinition = string | {
181
182
  lightMode?: string;
@@ -189,19 +190,19 @@ interface ActionProps {
189
190
  icon?: ReactElement;
190
191
  subtitle?: string;
191
192
  onClick?: Function;
192
- children?: React.ReactNode;
193
+ children?: React$1.ReactNode;
193
194
  className?: string;
194
195
  indicatorIcon?: IconDefinition;
195
196
  indicator?: ReactElement;
196
197
  indicatorValue?: string;
197
198
  indicatorPosition?: "default" | "topRight";
198
199
  bottomBorder?: boolean;
199
- innerRef?: React.Ref<HTMLDivElement>;
200
+ innerRef?: React$1.Ref<HTMLDivElement>;
200
201
  titleColor?: ColorDefinition;
201
202
  subtitleColor?: ColorDefinition;
202
203
  renderAs?: "div" | "button";
203
204
  }
204
- declare function export_default$2a(props: ActionProps): React.JSX.Element;
205
+ declare function export_default$2c(props: ActionProps): React$1.JSX.Element;
205
206
 
206
207
  interface ActivityMeterProps {
207
208
  label: string;
@@ -209,27 +210,28 @@ interface ActivityMeterProps {
209
210
  icon: ReactElement;
210
211
  fillPercent: number;
211
212
  averageFillPercent: number;
212
- color: string;
213
+ color: ColorDefinition;
213
214
  message?: string;
214
215
  className?: string;
215
- innerRef?: React.Ref<HTMLDivElement>;
216
+ innerRef?: React$1.Ref<HTMLDivElement>;
217
+ thresholdLabel?: string;
216
218
  }
217
- declare function export_default$29(props: ActivityMeterProps): React.JSX.Element;
219
+ declare function export_default$2b(props: ActivityMeterProps): React$1.JSX.Element;
218
220
 
219
221
  type ButtonVariant = "default" | "subtle" | "light";
220
222
  interface ButtonProps {
221
- children?: React.ReactNode;
223
+ children?: React$1.ReactNode;
222
224
  disabled?: boolean;
223
225
  onClick: Function;
224
226
  className?: string;
225
227
  color?: ColorDefinition;
226
228
  loading?: boolean;
227
229
  variant?: ButtonVariant;
228
- innerRef?: React.Ref<HTMLButtonElement>;
230
+ innerRef?: React$1.Ref<HTMLButtonElement>;
229
231
  defaultMargin?: boolean;
230
232
  fullWidth?: boolean;
231
233
  }
232
- declare function export_default$28(props: ButtonProps): React.JSX.Element;
234
+ declare function export_default$2a(props: ButtonProps): React$1.JSX.Element;
233
235
 
234
236
  interface CalendarProps {
235
237
  month: number;
@@ -237,9 +239,9 @@ interface CalendarProps {
237
239
  dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
238
240
  weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
239
241
  className?: string;
240
- innerRef?: React.Ref<HTMLDivElement>;
242
+ innerRef?: React$1.Ref<HTMLDivElement>;
241
243
  }
242
- declare function export_default$27(props: CalendarProps): React.JSX.Element;
244
+ declare function export_default$29(props: CalendarProps): React$1.JSX.Element;
243
245
 
244
246
  type CalendarDayStateConfiguration = Record<string, {
245
247
  style?: CSSProperties;
@@ -253,29 +255,29 @@ interface CalendarDayProps {
253
255
  stateConfiguration: CalendarDayStateConfiguration;
254
256
  computeStateForDay: (date: Date) => string;
255
257
  onClick?: (date: Date) => void;
256
- innerRef?: React.Ref<HTMLDivElement>;
258
+ innerRef?: React$1.Ref<HTMLDivElement>;
257
259
  }
258
- declare function export_default$26(props: CalendarDayProps): React.JSX.Element;
260
+ declare function export_default$28(props: CalendarDayProps): React$1.JSX.Element;
259
261
 
260
262
  interface CardProps {
261
263
  className?: string;
262
- children?: React.ReactNode;
264
+ children?: React$1.ReactNode;
263
265
  allowOverflow?: boolean;
264
- innerRef?: React.Ref<HTMLDivElement>;
266
+ innerRef?: React$1.Ref<HTMLDivElement>;
265
267
  variant?: "default" | "subtle" | "highlight";
266
268
  backgroundColor?: ColorDefinition;
267
- style?: React.CSSProperties;
269
+ style?: React$1.CSSProperties;
268
270
  }
269
- declare function export_default$25(props: CardProps): React.JSX.Element | null;
271
+ declare function export_default$27(props: CardProps): React$1.JSX.Element | null;
270
272
 
271
273
  interface CardTitleProps {
272
274
  title: string;
273
275
  onDetailClick?: Function;
274
276
  detailLinkText?: string;
275
- innerRef?: React.Ref<HTMLDivElement>;
277
+ innerRef?: React$1.Ref<HTMLDivElement>;
276
278
  color?: ColorDefinition;
277
279
  }
278
- declare function export_default$24(props: CardTitleProps): React.JSX.Element;
280
+ declare function export_default$26(props: CardTitleProps): React$1.JSX.Element;
279
281
 
280
282
  type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
281
283
  declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
@@ -286,16 +288,16 @@ interface DateRangeCoordinatorProps {
286
288
  intervalType: "Day" | "Week" | "Month";
287
289
  weekStartsOn?: WeekStartsOn;
288
290
  variant?: "default" | "rounded";
289
- children: React.ReactNode;
290
- innerRef?: React.Ref<HTMLDivElement>;
291
+ children?: React$1.ReactNode;
292
+ innerRef?: React$1.Ref<HTMLDivElement>;
291
293
  sticky?: boolean;
292
294
  }
293
295
  interface DateRangeContext {
294
296
  intervalType: "Day" | "Week" | "Month";
295
297
  intervalStart: Date;
296
298
  }
297
- declare const DateRangeContext: React.Context<DateRangeContext | null>;
298
- declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
299
+ declare const DateRangeContext: React$1.Context<DateRangeContext | null>;
300
+ declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React$1.JSX.Element | null;
299
301
 
300
302
  interface DateRangeNavigatorProps {
301
303
  intervalType: "Day" | "Week" | "Month";
@@ -303,19 +305,42 @@ interface DateRangeNavigatorProps {
303
305
  variant?: "default" | "rounded";
304
306
  onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
305
307
  className?: string;
306
- innerRef?: React.Ref<HTMLDivElement>;
308
+ innerRef?: React$1.Ref<HTMLDivElement>;
307
309
  sticky?: boolean;
308
310
  }
309
- declare function export_default$23(props: DateRangeNavigatorProps): React.JSX.Element;
311
+ declare function export_default$25(props: DateRangeNavigatorProps): React$1.JSX.Element;
312
+
313
+ interface TitleProps {
314
+ color?: ColorDefinition;
315
+ order?: 1 | 2 | 3 | 4 | 5 | 6;
316
+ children?: React$1.ReactNode;
317
+ style?: React$1.CSSProperties;
318
+ className?: string;
319
+ image?: ReactNode;
320
+ autosizeImage?: boolean;
321
+ imageAlignment?: "top" | "left";
322
+ defaultMargin?: boolean;
323
+ innerRef?: React$1.Ref<HTMLDivElement>;
324
+ }
325
+ declare function export_default$24(props: TitleProps): React$1.JSX.Element;
326
+
327
+ interface DateRangeTitleProps extends TitleProps {
328
+ color?: ColorDefinition;
329
+ order?: 1 | 2 | 3 | 4 | 5 | 6;
330
+ style?: React$1.CSSProperties;
331
+ defaultMargin?: boolean;
332
+ innerRef?: React$1.Ref<HTMLDivElement>;
333
+ }
334
+ declare function DateRangeTitle(props: DateRangeTitleProps): React$1.JSX.Element;
310
335
 
311
336
  interface DayTrackerSymbolProps {
312
337
  primaryColors: string[];
313
338
  secondaryColors: string[];
314
339
  className?: string;
315
340
  size?: "small" | "large";
316
- innerRef?: React.Ref<HTMLDivElement>;
341
+ innerRef?: React$1.Ref<HTMLDivElement>;
317
342
  }
318
- declare function export_default$22(props: DayTrackerSymbolProps): React.JSX.Element;
343
+ declare function export_default$23(props: DayTrackerSymbolProps): React$1.JSX.Element;
319
344
 
320
345
  interface ClosedInterval {
321
346
  values: number[];
@@ -342,16 +367,16 @@ declare enum DumbbellClass {
342
367
  "mdhui-dumbbell-in-range" = 0,
343
368
  "mdhui-dumbbell-out-of-range" = 1
344
369
  }
345
- declare function export_default$21(props: DumbBellChartProps): React.JSX.Element;
370
+ declare function export_default$22(props: DumbBellChartProps): React$1.JSX.Element;
346
371
 
347
372
  interface FaceProps {
348
373
  faceValue?: number;
349
374
  selected?: boolean;
350
375
  onClick?: MouseEventHandler;
351
376
  className?: string;
352
- innerRef?: React.Ref<HTMLButtonElement>;
377
+ innerRef?: React$1.Ref<HTMLButtonElement>;
353
378
  }
354
- declare function export_default$20(props: FaceProps): React.JSX.Element;
379
+ declare function export_default$21(props: FaceProps): React$1.JSX.Element;
355
380
 
356
381
  interface HistogramProps {
357
382
  entries: {
@@ -361,12 +386,12 @@ interface HistogramProps {
361
386
  onSelect?(): void;
362
387
  }[];
363
388
  className?: string;
364
- innerRef?: React.Ref<HTMLDivElement>;
389
+ innerRef?: React$1.Ref<HTMLDivElement>;
365
390
  }
366
- declare function export_default$1$(props: HistogramProps): React.JSX.Element;
391
+ declare function export_default$20(props: HistogramProps): React$1.JSX.Element;
367
392
 
368
393
  interface LayoutProps {
369
- children?: React.ReactNode;
394
+ children?: React$1.ReactNode;
370
395
  bodyBackgroundColor?: ColorDefinition;
371
396
  primaryColor?: ColorDefinition;
372
397
  statusBarStyle?: StatusBarStyle;
@@ -377,22 +402,22 @@ interface LayoutProps {
377
402
  * @deprecated
378
403
  */
379
404
  stylesheetPath?: string;
380
- innerRef?: React.Ref<HTMLDivElement>;
405
+ innerRef?: React$1.Ref<HTMLDivElement>;
381
406
  }
382
407
  interface LayoutContext {
383
408
  colorScheme: "light" | "dark";
384
409
  bodyBackgroundColor: string;
385
410
  }
386
- declare const LayoutContext: React.Context<LayoutContext>;
387
- declare function export_default$1_(props: LayoutProps): React.JSX.Element;
411
+ declare const LayoutContext: React$1.Context<LayoutContext>;
412
+ declare function export_default$1$(props: LayoutProps): React$1.JSX.Element;
388
413
 
389
414
  interface LoadingIndicatorProps {
390
415
  variant?: "default" | "inline";
391
416
  color?: string;
392
417
  className?: string;
393
- innerRef?: React.Ref<HTMLDivElement>;
418
+ innerRef?: React$1.Ref<HTMLDivElement>;
394
419
  }
395
- declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
420
+ declare function LoadingIndicator(props: LoadingIndicatorProps): React$1.JSX.Element;
396
421
 
397
422
  interface MonthlyEventMatrixRow {
398
423
  label: string;
@@ -402,17 +427,17 @@ interface MonthlyEventMatrixRow {
402
427
  interface MonthlyEventMatrixProps {
403
428
  title?: string;
404
429
  rows: MonthlyEventMatrixRow[];
405
- innerRef?: React.Ref<HTMLTableElement>;
430
+ innerRef?: React$1.Ref<HTMLTableElement>;
406
431
  intervalStart: Date;
407
432
  }
408
- declare function export_default$1Z(props: MonthlyEventMatrixProps): React.JSX.Element;
433
+ declare function export_default$1_(props: MonthlyEventMatrixProps): React$1.JSX.Element;
409
434
 
410
435
  interface NavigationBarProps {
411
436
  title?: string;
412
437
  subtitle?: string;
413
438
  showBackButton?: boolean;
414
439
  showCloseButton?: boolean;
415
- children?: React.ReactNode;
440
+ children?: React$1.ReactNode;
416
441
  closeButtonText?: string;
417
442
  backButtonText?: string;
418
443
  className?: string;
@@ -420,11 +445,11 @@ interface NavigationBarProps {
420
445
  titleColor?: ColorDefinition;
421
446
  subtitleColor?: ColorDefinition;
422
447
  buttonColor?: ColorDefinition;
423
- navigationBarLeft?: React.ReactNode;
424
- navigationBarRight?: React.ReactNode;
448
+ navigationBarLeft?: React$1.ReactNode;
449
+ navigationBarRight?: React$1.ReactNode;
425
450
  backgroundColor?: ColorDefinition;
426
451
  }
427
- declare function export_default$1Y(props: NavigationBarProps): React.JSX.Element;
452
+ declare function export_default$1Z(props: NavigationBarProps): React$1.JSX.Element;
428
453
 
429
454
  interface NotesInputProps {
430
455
  autoTimestamp?: boolean;
@@ -432,7 +457,7 @@ interface NotesInputProps {
432
457
  onChange(value: string): void;
433
458
  value: string;
434
459
  }
435
- declare function export_default$1X(props: NotesInputProps): React.JSX.Element;
460
+ declare function export_default$1Y(props: NotesInputProps): React$1.JSX.Element;
436
461
 
437
462
  interface ProgressBarProps {
438
463
  backgroundColor?: ColorDefinition;
@@ -443,10 +468,10 @@ interface ProgressBarProps {
443
468
  percent: number;
444
469
  icon: ReactElement;
445
470
  }[];
446
- innerRef?: React.Ref<HTMLDivElement>;
471
+ innerRef?: React$1.Ref<HTMLDivElement>;
447
472
  defaultMargin?: boolean;
448
473
  }
449
- declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
474
+ declare function ProgressBar(props: ProgressBarProps): React$1.JSX.Element;
450
475
  declare namespace ProgressBar {
451
476
  var defaultProps: {
452
477
  backgroundColor: string;
@@ -458,19 +483,19 @@ declare namespace ProgressBar {
458
483
  interface ProgressBarStepProps {
459
484
  borderColor?: ColorDefinition;
460
485
  backgroundColor?: ColorDefinition;
461
- children?: React.ReactNode;
486
+ children?: React$1.ReactNode;
462
487
  height: string;
463
488
  }
464
- declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
489
+ declare function ProgressBarStep(props: ProgressBarStepProps): React$1.JSX.Element;
465
490
 
466
491
  interface ProgressRingProps {
467
- children: React.ReactNode;
492
+ children: React$1.ReactNode;
468
493
  style?: CSSProperties;
469
494
  color?: ColorDefinition;
470
495
  percentCompleted?: number;
471
496
  animate?: boolean;
472
497
  }
473
- declare function export_default$1W(props: ProgressRingProps): React.JSX.Element;
498
+ declare function export_default$1X(props: ProgressRingProps): React$1.JSX.Element;
474
499
 
475
500
  type ResourceImageAlignment = 'left' | 'center' | 'right';
476
501
  type ResourceButtonVariant = 'button' | 'link';
@@ -482,9 +507,9 @@ interface ResourceProps {
482
507
  buttonVariant?: ResourceButtonVariant;
483
508
  buttonText?: string;
484
509
  onClick: () => void;
485
- innerRef?: React.Ref<HTMLDivElement>;
510
+ innerRef?: React$1.Ref<HTMLDivElement>;
486
511
  }
487
- declare function export_default$1V(props: ResourceProps): React.JSX.Element;
512
+ declare function export_default$1W(props: ResourceProps): React$1.JSX.Element;
488
513
 
489
514
  type ResourceListPreviewState = 'no resources' | 'some resources';
490
515
 
@@ -502,28 +527,28 @@ interface ResourceListProps {
502
527
  imageAlignment?: ResourceImageAlignment;
503
528
  buttonVariant?: ResourceButtonVariant;
504
529
  buttonText?: string;
505
- innerRef?: React.Ref<HTMLDivElement>;
530
+ innerRef?: React$1.Ref<HTMLDivElement>;
506
531
  }
507
- declare function export_default$1U(props: ResourceListProps): React.JSX.Element;
532
+ declare function export_default$1V(props: ResourceListProps): React$1.JSX.Element;
508
533
 
509
534
  type RotatingComponentInterval = 'day' | 'week' | 'month';
510
535
  interface RotatingComponentCoordinatorProps {
511
536
  interval?: RotatingComponentInterval;
512
- children: React.ReactNode;
537
+ children: React$1.ReactNode;
513
538
  startDate: Date;
514
- innerRef?: React.Ref<HTMLDivElement>;
539
+ innerRef?: React$1.Ref<HTMLDivElement>;
515
540
  }
516
- declare function export_default$1T(props: RotatingComponentCoordinatorProps): React.JSX.Element;
541
+ declare function export_default$1U(props: RotatingComponentCoordinatorProps): React$1.JSX.Element;
517
542
 
518
543
  interface SectionProps {
519
- children?: React.ReactNode;
544
+ children?: React$1.ReactNode;
520
545
  className?: string;
521
546
  noTopMargin?: boolean;
522
- innerRef?: React.Ref<HTMLDivElement>;
547
+ innerRef?: React$1.Ref<HTMLDivElement>;
523
548
  backgroundColor?: ColorDefinition;
524
- style?: React.CSSProperties;
549
+ style?: React$1.CSSProperties;
525
550
  }
526
- declare function export_default$1S(props: SectionProps): React.JSX.Element | null;
551
+ declare function export_default$1T(props: SectionProps): React$1.JSX.Element | null;
527
552
 
528
553
  interface SegmentedControlProps {
529
554
  segments: {
@@ -535,11 +560,11 @@ interface SegmentedControlProps {
535
560
  className?: string;
536
561
  color?: string;
537
562
  variant?: "default" | "optionsHorizontal" | "optionsVertical";
538
- innerRef?: React.Ref<HTMLDivElement>;
563
+ innerRef?: React$1.Ref<HTMLDivElement>;
539
564
  }
540
- declare function export_default$1R(props: SegmentedControlProps): React.JSX.Element;
565
+ declare function export_default$1S(props: SegmentedControlProps): React$1.JSX.Element;
541
566
 
542
- declare function export_default$1Q(): React.JSX.Element;
567
+ declare function export_default$1R(): React$1.JSX.Element;
543
568
 
544
569
  interface SingleDataPointProps {
545
570
  label: string;
@@ -548,23 +573,23 @@ interface SingleDataPointProps {
548
573
  value?: string;
549
574
  units?: string;
550
575
  onClick?: () => void;
551
- innerRef?: React.Ref<HTMLDivElement>;
576
+ innerRef?: React$1.Ref<HTMLDivElement>;
552
577
  }
553
- declare function export_default$1P(props: SingleDataPointProps): React.JSX.Element;
578
+ declare function export_default$1Q(props: SingleDataPointProps): React$1.JSX.Element;
554
579
 
555
580
  interface SingleExternalAccountProps {
556
581
  externalAccount: ExternalAccount;
557
582
  onAccountRemoved: (account: ExternalAccount) => void;
558
583
  onReconnectAccount: (account: ExternalAccount) => void;
559
- innerRef?: React.Ref<HTMLDivElement>;
584
+ innerRef?: React$1.Ref<HTMLDivElement>;
560
585
  }
561
- declare function export_default$1O(props: SingleExternalAccountProps): React.JSX.Element;
586
+ declare function export_default$1P(props: SingleExternalAccountProps): React$1.JSX.Element;
562
587
 
563
588
  interface SingleNotificationProps {
564
589
  notification: Notification;
565
- innerRef?: React.Ref<HTMLDivElement>;
590
+ innerRef?: React$1.Ref<HTMLDivElement>;
566
591
  }
567
- declare function export_default$1N(props: SingleNotificationProps): React.JSX.Element;
592
+ declare function export_default$1O(props: SingleNotificationProps): React$1.JSX.Element;
568
593
 
569
594
  type SingleSurveyTaskVariant = 'default' | 'expanded';
570
595
  interface SingleSurveyTaskProps {
@@ -575,57 +600,44 @@ interface SingleSurveyTaskProps {
575
600
  surveyActive?: boolean;
576
601
  buttonColor?: ColorDefinition;
577
602
  buttonVariant?: ButtonVariant;
578
- innerRef?: React.Ref<HTMLDivElement>;
603
+ innerRef?: React$1.Ref<HTMLDivElement>;
579
604
  }
580
- declare function export_default$1M(props: SingleSurveyTaskProps): React.JSX.Element | null;
605
+ declare function export_default$1N(props: SingleSurveyTaskProps): React$1.JSX.Element | null;
581
606
 
582
607
  interface SparkBarChartProps {
583
- averageFillPercent: number;
608
+ averageFillPercent?: number;
584
609
  bars: SparkBarChartBar[];
585
- innerRef?: React.Ref<HTMLDivElement>;
610
+ innerRef?: React$1.Ref<HTMLDivElement>;
586
611
  }
587
612
  interface SparkBarChartBar {
588
- color: string;
613
+ color: ColorDefinition;
589
614
  barFillPercent: number;
590
615
  }
591
- declare function export_default$1L(props: SparkBarChartProps): React.JSX.Element;
616
+ declare function export_default$1M(props: SparkBarChartProps): React$1.JSX.Element;
592
617
 
593
618
  interface SwitchProps {
594
619
  isOn: Boolean;
595
620
  onBackgroundColor?: string;
596
621
  onValueChanged(value: boolean): void;
597
622
  className?: string;
598
- innerRef?: React.Ref<HTMLButtonElement>;
623
+ innerRef?: React$1.Ref<HTMLButtonElement>;
599
624
  }
600
- declare function export_default$1K(props: SwitchProps): React.JSX.Element;
625
+ declare function export_default$1L(props: SwitchProps): React$1.JSX.Element;
601
626
 
602
627
  interface StatusBarBackgroundProps {
603
628
  color?: string;
604
- innerRef?: React.Ref<HTMLDivElement>;
629
+ innerRef?: React$1.Ref<HTMLDivElement>;
605
630
  }
606
- declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
631
+ declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React$1.JSX.Element;
607
632
 
608
633
  interface TextBlockProps {
609
- children?: React.ReactNode;
634
+ children?: React$1.ReactNode;
610
635
  className?: string;
611
- innerRef?: React.Ref<HTMLDivElement>;
636
+ innerRef?: React$1.Ref<HTMLDivElement>;
612
637
  color?: ColorDefinition;
613
- style?: React.CSSProperties;
638
+ style?: React$1.CSSProperties;
614
639
  }
615
- declare function export_default$1J(props: TextBlockProps): React.JSX.Element | null;
616
-
617
- interface TitleProps {
618
- color?: ColorDefinition;
619
- order?: 1 | 2 | 3 | 4 | 5 | 6;
620
- children?: React.ReactNode;
621
- style?: React.CSSProperties;
622
- className?: string;
623
- image?: ReactNode;
624
- autosizeImage?: boolean;
625
- imageAlignment?: "top" | "left";
626
- defaultMargin?: boolean;
627
- }
628
- declare function export_default$1I(props: TitleProps): React.JSX.Element;
640
+ declare function export_default$1K(props: TextBlockProps): React$1.JSX.Element | null;
629
641
 
630
642
  interface TrackerItemProps {
631
643
  selected: boolean;
@@ -637,18 +649,18 @@ interface TrackerItemProps {
637
649
  className?: string;
638
650
  noBoxShadow?: boolean;
639
651
  }
640
- declare function export_default$1H(props: TrackerItemProps): React.JSX.Element;
652
+ declare function export_default$1J(props: TrackerItemProps): React$1.JSX.Element;
641
653
 
642
654
  interface UnstyledButtonProps {
643
655
  onClick: MouseEventHandler;
644
656
  className?: string;
645
- children?: React.ReactNode;
657
+ children?: React$1.ReactNode;
646
658
  title?: string;
647
- style?: React.CSSProperties;
659
+ style?: React$1.CSSProperties;
648
660
  disabled?: boolean;
649
- innerRef?: React.Ref<HTMLButtonElement>;
661
+ innerRef?: React$1.Ref<HTMLButtonElement>;
650
662
  }
651
- declare function export_default$1G(props: UnstyledButtonProps): React.JSX.Element;
663
+ declare function export_default$1I(props: UnstyledButtonProps): React$1.JSX.Element;
652
664
 
653
665
  interface ValueSelectorProps {
654
666
  title?: string;
@@ -667,18 +679,18 @@ interface ValueSelectorProps {
667
679
  variant?: 'default' | 'checkboxes';
668
680
  multiSelect?: boolean;
669
681
  preventEmptySelections?: boolean;
670
- innerRef?: React.Ref<HTMLDivElement>;
682
+ innerRef?: React$1.Ref<HTMLDivElement>;
671
683
  }
672
- declare function export_default$1F(props: ValueSelectorProps): React.JSX.Element;
684
+ declare function export_default$1H(props: ValueSelectorProps): React$1.JSX.Element;
673
685
 
674
686
  interface ViewHeaderProps {
675
687
  title?: string;
676
688
  subtitle?: string;
677
689
  titleColor?: ColorDefinition;
678
690
  subtitleColor?: ColorDefinition;
679
- action?: React.ReactNode;
691
+ action?: React$1.ReactNode;
680
692
  }
681
- declare function export_default$1E(props: ViewHeaderProps): React.JSX.Element | null;
693
+ declare function export_default$1G(props: ViewHeaderProps): React$1.JSX.Element | null;
682
694
 
683
695
  interface WeekCalendarProps {
684
696
  selectedDate?: Date;
@@ -688,23 +700,24 @@ interface WeekCalendarProps {
688
700
  loading: boolean;
689
701
  onStartDateChange?(startDate: Date): void;
690
702
  dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
703
+ innerRef?: React$1.Ref<HTMLDivElement>;
691
704
  }
692
- declare function export_default$1D(props: WeekCalendarProps): React.JSX.Element;
705
+ declare function export_default$1F(props: WeekCalendarProps): React$1.JSX.Element;
693
706
 
694
707
  interface InboxCompletedListItemProps {
695
708
  name: string;
696
709
  status: string;
697
710
  onClick?: () => void;
698
- innerRef?: React.Ref<HTMLDivElement>;
711
+ innerRef?: React$1.Ref<HTMLDivElement>;
699
712
  }
700
- declare function export_default$1C(props: InboxCompletedListItemProps): React.JSX.Element;
713
+ declare function export_default$1E(props: InboxCompletedListItemProps): React$1.JSX.Element;
701
714
 
702
715
  interface InboxMessageListItemProps {
703
716
  message: InboxMessage;
704
717
  onClick: () => void;
705
- innerRef?: React.Ref<HTMLDivElement>;
718
+ innerRef?: React$1.Ref<HTMLDivElement>;
706
719
  }
707
- declare function export_default$1B(props: InboxMessageListItemProps): React.JSX.Element | null;
720
+ declare function export_default$1D(props: InboxMessageListItemProps): React$1.JSX.Element | null;
708
721
 
709
722
  interface InboxResourceListItemProps {
710
723
  resource: InboxResource;
@@ -712,9 +725,9 @@ interface InboxResourceListItemProps {
712
725
  imageAlignment?: ResourceImageAlignment;
713
726
  buttonVariant?: ResourceButtonVariant;
714
727
  buttonText?: string;
715
- innerRef?: React.Ref<HTMLDivElement>;
728
+ innerRef?: React$1.Ref<HTMLDivElement>;
716
729
  }
717
- declare function export_default$1A(props: InboxResourceListItemProps): React.JSX.Element | null;
730
+ declare function export_default$1C(props: InboxResourceListItemProps): React$1.JSX.Element | null;
718
731
 
719
732
  type InboxSurveyVariant = 'default' | 'expanded';
720
733
  interface InboxSurveyListItemProps {
@@ -722,9 +735,9 @@ interface InboxSurveyListItemProps {
722
735
  onClick: () => void;
723
736
  variant?: InboxSurveyVariant;
724
737
  surveyActive?: boolean;
725
- innerRef?: React.Ref<HTMLDivElement>;
738
+ innerRef?: React$1.Ref<HTMLDivElement>;
726
739
  }
727
- declare function export_default$1z(props: InboxSurveyListItemProps): React.JSX.Element | null;
740
+ declare function export_default$1B(props: InboxSurveyListItemProps): React$1.JSX.Element | null;
728
741
 
729
742
  interface AsthmaRecommendedArticleProps {
730
743
  previewState?: 'none' | 'default';
@@ -733,10 +746,10 @@ interface AsthmaRecommendedArticleProps {
733
746
  imageAlignment?: ResourceImageAlignment;
734
747
  buttonVariant?: ResourceButtonVariant;
735
748
  buttonText?: string;
736
- style?: React.CSSProperties;
737
- innerRef?: React.Ref<HTMLDivElement>;
749
+ style?: React$1.CSSProperties;
750
+ innerRef?: React$1.Ref<HTMLDivElement>;
738
751
  }
739
- declare function export_default$1y(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
752
+ declare function export_default$1A(props: AsthmaRecommendedArticleProps): React$1.JSX.Element | null;
740
753
 
741
754
  declare enum AsthmaDailyDataType {
742
755
  Steps = "Asthma.Steps",
@@ -790,7 +803,7 @@ interface AsthmaActionPlanViewProps {
790
803
  learnMoreUrl: string;
791
804
  editActionPlanSurveyName: string;
792
805
  }
793
- declare function export_default$1x(props: AsthmaActionPlanViewProps): React.JSX.Element;
806
+ declare function export_default$1z(props: AsthmaActionPlanViewProps): React$1.JSX.Element;
794
807
 
795
808
  interface AsthmaActivityViewProps {
796
809
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -798,7 +811,7 @@ interface AsthmaActivityViewProps {
798
811
  alert?: 'Steps';
799
812
  logEntrySurveyName: string;
800
813
  }
801
- declare function export_default$1w(props: AsthmaActivityViewProps): React.JSX.Element;
814
+ declare function export_default$1y(props: AsthmaActivityViewProps): React$1.JSX.Element;
802
815
 
803
816
  interface AsthmaAirQualityViewProps {
804
817
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -806,14 +819,14 @@ interface AsthmaAirQualityViewProps {
806
819
  alert?: 'HomeAirQuality' | 'WorkAirQuality';
807
820
  logEntrySurveyName: string;
808
821
  }
809
- declare function export_default$1v(props: AsthmaAirQualityViewProps): React.JSX.Element;
822
+ declare function export_default$1x(props: AsthmaAirQualityViewProps): React$1.JSX.Element;
810
823
 
811
824
  interface AsthmaAlertTakeoverViewProps {
812
825
  colorScheme?: 'light' | 'dark' | 'auto';
813
826
  previewState?: 'default';
814
827
  logEntrySurveyName: string;
815
828
  }
816
- declare function export_default$1u(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
829
+ declare function export_default$1w(props: AsthmaAlertTakeoverViewProps): React$1.JSX.Element;
817
830
 
818
831
  interface AsthmaDayViewProps {
819
832
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -828,7 +841,7 @@ interface AsthmaDayViewProps {
828
841
  sleepUrl: string;
829
842
  airQualityUrl: string;
830
843
  }
831
- declare function export_default$1t(props: AsthmaDayViewProps): React.JSX.Element;
844
+ declare function export_default$1v(props: AsthmaDayViewProps): React$1.JSX.Element;
832
845
 
833
846
  interface AsthmaHeartAndLungsViewProps {
834
847
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -836,7 +849,7 @@ interface AsthmaHeartAndLungsViewProps {
836
849
  alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
837
850
  logEntrySurveyName: string;
838
851
  }
839
- declare function export_default$1s(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
852
+ declare function export_default$1u(props: AsthmaHeartAndLungsViewProps): React$1.JSX.Element;
840
853
 
841
854
  type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
842
855
 
@@ -845,13 +858,13 @@ interface AsthmaLogEntryEditorViewProps {
845
858
  previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
846
859
  date: Date;
847
860
  }
848
- declare function export_default$1r(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
861
+ declare function export_default$1t(props: AsthmaLogEntryEditorViewProps): React$1.JSX.Element | null;
849
862
 
850
863
  interface AsthmaProviderReportViewProps {
851
864
  previewState?: 'loading' | AsthmaProviderReportPreviewState;
852
865
  logEntrySurveyName: string;
853
866
  }
854
- declare function export_default$1q(props: AsthmaProviderReportViewProps): React.JSX.Element;
867
+ declare function export_default$1s(props: AsthmaProviderReportViewProps): React$1.JSX.Element;
855
868
 
856
869
  interface AsthmaSleepViewProps {
857
870
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -859,7 +872,7 @@ interface AsthmaSleepViewProps {
859
872
  alert?: 'SleepDisturbances';
860
873
  logEntrySurveyName: string;
861
874
  }
862
- declare function export_default$1p(props: AsthmaSleepViewProps): React.JSX.Element;
875
+ declare function export_default$1r(props: AsthmaSleepViewProps): React$1.JSX.Element;
863
876
 
864
877
  interface TermInformation {
865
878
  TermFamily: string;
@@ -870,21 +883,21 @@ interface TermInformation {
870
883
  interface AllergiesListProps {
871
884
  previewState?: "default";
872
885
  onViewTermInfo(termInfo: TermInformation): void;
873
- innerRef?: React.Ref<HTMLDivElement>;
886
+ innerRef?: React$1.Ref<HTMLDivElement>;
874
887
  }
875
- declare function export_default$1o(props: AllergiesListProps): React.JSX.Element;
888
+ declare function export_default$1q(props: AllergiesListProps): React$1.JSX.Element;
876
889
 
877
890
  interface AppDownloadProps {
878
891
  previewProjectPlatforms?: string[];
879
892
  previewDevicePlatform?: string;
880
- innerRef?: React.Ref<HTMLDivElement>;
893
+ innerRef?: React$1.Ref<HTMLDivElement>;
881
894
  title?: string;
882
895
  text?: string;
883
896
  }
884
- declare function export_default$1n(props: AppDownloadProps): React.JSX.Element | null;
897
+ declare function export_default$1p(props: AppDownloadProps): React$1.JSX.Element | null;
885
898
 
886
899
  type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit' | 'Omron';
887
- declare function export_default$1m(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
900
+ declare function export_default$1o(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
888
901
 
889
902
  interface SurveyBloodPressureDataParameters {
890
903
  surveyName: string;
@@ -904,34 +917,34 @@ interface BloodPressureVisualizationProps {
904
917
  surveyDataSource?: SurveyBloodPressureDataParameters;
905
918
  weekStartsOn?: WeekStartsOn;
906
919
  deviceDataSource?: BloodPressureDeviceDataSource[];
907
- innerRef?: React.Ref<HTMLDivElement>;
920
+ innerRef?: React$1.Ref<HTMLDivElement>;
908
921
  }
909
- declare function export_default$1l(props: BloodPressureVisualizationProps): React.JSX.Element;
922
+ declare function export_default$1n(props: BloodPressureVisualizationProps): React$1.JSX.Element;
910
923
 
911
924
  interface ConditionsListProps {
912
925
  previewState?: "default";
913
926
  onViewTermInfo(termInfo: TermInformation): void;
914
- innerRef?: React.Ref<HTMLDivElement>;
927
+ innerRef?: React$1.Ref<HTMLDivElement>;
915
928
  }
916
- declare function export_default$1k(props: ConditionsListProps): React.JSX.Element;
929
+ declare function export_default$1m(props: ConditionsListProps): React$1.JSX.Element;
917
930
 
918
931
  type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
919
932
  interface ConnectDevicesMenuProps {
920
- innerRef?: React.Ref<HTMLDivElement>;
933
+ innerRef?: React$1.Ref<HTMLDivElement>;
921
934
  accountTypes?: DeviceAccountType[];
922
935
  title?: string;
923
936
  text?: string;
924
937
  previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
925
938
  headerVariant?: "large" | "medium";
926
939
  }
927
- declare function export_default$1j(props: ConnectDevicesMenuProps): React.JSX.Element | null;
940
+ declare function export_default$1l(props: ConnectDevicesMenuProps): React$1.JSX.Element | null;
928
941
 
929
942
  interface ConnectEhrProps {
930
943
  applicationUrl: ConnectEhrApplicationUrl;
931
944
  previewState?: ConnectEhrPreviewState;
932
945
  disabledBehavior?: 'hide' | 'displayError';
933
946
  bottomBorder?: boolean;
934
- innerRef?: React.Ref<HTMLDivElement>;
947
+ innerRef?: React$1.Ref<HTMLDivElement>;
935
948
  variant?: "large" | "medium" | "small";
936
949
  title?: string;
937
950
  notConnectedText?: string;
@@ -941,39 +954,30 @@ interface ConnectEhrProps {
941
954
  }
942
955
  type ConnectEhrApplicationUrl = "preview" | string;
943
956
  type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
944
- declare function export_default$1i(props: ConnectEhrProps): React.JSX.Element | null;
957
+ declare function export_default$1k(props: ConnectEhrProps): React$1.JSX.Element | null;
945
958
 
946
959
  interface ConnectFitbitProps {
947
960
  title?: string;
948
961
  fitbitProviderID?: number;
949
962
  previewState?: ConnectFitbitPreviewState;
950
963
  disabledBehavior?: 'hide' | 'displayError';
951
- innerRef?: React.Ref<HTMLDivElement>;
964
+ innerRef?: React$1.Ref<HTMLDivElement>;
952
965
  hideWhenConnected?: boolean;
953
966
  }
954
967
  type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
955
- declare function export_default$1h(props: ConnectFitbitProps): React.JSX.Element;
968
+ declare function export_default$1j(props: ConnectFitbitProps): React$1.JSX.Element;
956
969
 
957
970
  interface ConnectGarminProps {
958
971
  title?: string;
959
972
  garminProviderID?: number;
960
973
  previewState?: ConnectGarminPreviewState;
961
974
  disabledBehavior?: 'hide' | 'displayError';
962
- innerRef?: React.Ref<HTMLDivElement>;
975
+ innerRef?: React$1.Ref<HTMLDivElement>;
963
976
  hideWhenConnected?: boolean;
964
977
  }
965
978
  type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
966
- declare function export_default$1g(props: ConnectGarminProps): React.JSX.Element;
979
+ declare function export_default$1i(props: ConnectGarminProps): React$1.JSX.Element;
967
980
 
968
- type DailyDataQueryResult = {
969
- [key: string]: number;
970
- };
971
- type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
972
- type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
973
- declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
974
- declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
975
- declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
976
- declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
977
981
  declare enum DailyDataType {
978
982
  AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
979
983
  AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
@@ -982,9 +986,9 @@ declare enum DailyDataType {
982
986
  AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
983
987
  AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
984
988
  AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
985
- AppleHealthSleepRemMinutes = "AppleHealthSleepRemMinutes",
986
- AppleHealthSleepDeepMinutes = "AppleHealthSleepDeepMinutes",
987
- AppleHealthSleepCoreMinutes = "AppleHealthSleepCoreMinutes",
989
+ AppleHealthRemSleepMinutes = "AppleHealthSleepRemMinutes",
990
+ AppleHealthDeepSleepMinutes = "AppleHealthSleepDeepMinutes",
991
+ AppleHealthCoreSleepMinutes = "AppleHealthSleepCoreMinutes",
988
992
  AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
989
993
  AppleHealthStandMinutes = "AppleHealthStandMinutes",
990
994
  AppleHealthSteps = "AppleHealthSteps",
@@ -1036,9 +1040,68 @@ declare enum DailyDataType {
1036
1040
  GoogleFitSteps = "GoogleFitSteps",
1037
1041
  Steps = "Steps",
1038
1042
  RestingHeartRate = "RestingHeartRate",
1043
+ SleepMinutes = "SleepMinutes",
1039
1044
  HomeAirQuality = "HomeAirQuality",
1040
1045
  WorkAirQuality = "WorkAirQuality"
1041
1046
  }
1047
+ interface DailyDataTypeDefinition {
1048
+ dataSource?: "Unified" | "AppleHealth" | "Garmin" | "Fitbit" | "GoogleFit" | "AirQuality";
1049
+ type: string;
1050
+ dataProvider: DailyDataProvider;
1051
+ availabilityCheck: DailyDataAvailabilityCheck;
1052
+ labelKey?: string;
1053
+ icon: ReactElement;
1054
+ formatter: (value: number) => string;
1055
+ yAxisConverter?: (value: number) => number;
1056
+ previewDataRange: [number, number];
1057
+ }
1058
+
1059
+ type DailyDataQueryResult = {
1060
+ [key: string]: number;
1061
+ };
1062
+ type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
1063
+ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
1064
+ declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
1065
+ declare function registerDailyDataTypeDefinition(typeDefinition: DailyDataTypeDefinition): void;
1066
+ declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
1067
+ declare function queryDailyData(type: string, startDate: Date, endDate: Date, preview?: boolean): Promise<DailyDataQueryResult>;
1068
+ declare function queryPreviewDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
1069
+ declare function getAllDailyDataTypes(): DailyDataTypeDefinition[];
1070
+ declare function getDailyDataTypeDefinition(dataType: string): DailyDataTypeDefinition;
1071
+
1072
+ type Language = "" | "en" | "es" | "nl" | "de" | "fr" | "pt" | "it" | "pl";
1073
+ declare function language(key: string, specifiedLanguage?: string): string;
1074
+ declare function getLanguageFromIso(language: string): Language;
1075
+
1076
+ declare function getLocaleFromIso(language: string): Locale;
1077
+
1078
+ declare function getDayKey(date: Date): string;
1079
+
1080
+ declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1081
+
1082
+ interface RelativeActivityQueryResult {
1083
+ relativePercent: number;
1084
+ value: number;
1085
+ threshold: number;
1086
+ }
1087
+ interface RelativeActivityDataType {
1088
+ dailyDataType: string;
1089
+ color?: ColorDefinition;
1090
+ overThresholdColor?: ColorDefinition;
1091
+ threshold?: number | "30DayAverage";
1092
+ label?: string;
1093
+ icon?: React.ReactElement;
1094
+ formatter?: (number: number) => string;
1095
+ }
1096
+ declare function queryRelativeActivity(startDate: Date, endDate: Date, dataTypes: RelativeActivityDataType[], preview: boolean): Promise<{
1097
+ [key: string]: {
1098
+ [key: string]: RelativeActivityQueryResult;
1099
+ };
1100
+ }>;
1101
+
1102
+ declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
1103
+
1104
+ declare const allTypeDefinitions: DailyDataTypeDefinition[];
1042
1105
 
1043
1106
  interface DailyDataChartProps {
1044
1107
  title?: string;
@@ -1051,7 +1114,8 @@ interface DailyDataChartProps {
1051
1114
  options?: LineChartOptions | BarChartOptions | AreaChartOptions;
1052
1115
  hideIfNoData?: boolean;
1053
1116
  previewDataProvider?: DailyDataProvider;
1054
- innerRef?: React.Ref<HTMLDivElement>;
1117
+ previewState?: "default";
1118
+ innerRef?: React$1.Ref<HTMLDivElement>;
1055
1119
  }
1056
1120
  interface LineChartOptions {
1057
1121
  lineColor?: string;
@@ -1070,7 +1134,7 @@ interface AreaChartOptions {
1070
1134
  lineColor?: ColorDefinition;
1071
1135
  areaColor?: ColorDefinition;
1072
1136
  }
1073
- declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
1137
+ declare function DailyDataChart(props: DailyDataChartProps): React$1.JSX.Element | null;
1074
1138
 
1075
1139
  interface DeviceDataMonthChartProps {
1076
1140
  lines: DeviceDataChartLine[];
@@ -1080,7 +1144,7 @@ interface DeviceDataMonthChartProps {
1080
1144
  title?: string;
1081
1145
  previewState?: DeviceDataMonthChartPreviewState;
1082
1146
  onDataDetected?: Function;
1083
- innerRef?: React.Ref<HTMLDivElement>;
1147
+ innerRef?: React$1.Ref<HTMLDivElement>;
1084
1148
  }
1085
1149
  interface DeviceDataChartLine {
1086
1150
  label: string;
@@ -1089,29 +1153,29 @@ interface DeviceDataChartLine {
1089
1153
  showAverage?: boolean;
1090
1154
  }
1091
1155
  type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
1092
- declare function export_default$1f(props: DeviceDataMonthChartProps): React.JSX.Element | null;
1156
+ declare function export_default$1h(props: DeviceDataMonthChartProps): React$1.JSX.Element | null;
1093
1157
 
1094
1158
  interface DeviceDataMonthChartsProps {
1095
1159
  previewState?: DeviceDataMonthChartsPreviewState;
1096
1160
  }
1097
1161
  type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
1098
- declare function export_default$1e(props: DeviceDataMonthChartsProps): React.JSX.Element;
1162
+ declare function export_default$1g(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
1099
1163
 
1100
1164
  interface ExternalAccountListProps {
1101
1165
  externalAccountProviderCategories?: string[];
1102
1166
  previewState?: NotificationListPreviewState$1;
1103
1167
  onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
1104
- innerRef?: React.Ref<HTMLDivElement>;
1168
+ innerRef?: React$1.Ref<HTMLDivElement>;
1105
1169
  }
1106
1170
  type NotificationListPreviewState$1 = "Default";
1107
- declare function export_default$1d(props: ExternalAccountListProps): React.JSX.Element;
1171
+ declare function export_default$1f(props: ExternalAccountListProps): React$1.JSX.Element;
1108
1172
 
1109
1173
  interface ExternalAccountsLoadingIndicatorProps {
1110
1174
  previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
1111
1175
  externalAccountCategories?: string[];
1112
- innerRef?: React.Ref<HTMLDivElement>;
1176
+ innerRef?: React$1.Ref<HTMLDivElement>;
1113
1177
  }
1114
- declare function export_default$1c(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
1178
+ declare function export_default$1e(props: ExternalAccountsLoadingIndicatorProps): React$1.JSX.Element | null;
1115
1179
 
1116
1180
  interface ExternalAccountsPreviewProps {
1117
1181
  excludeProviders?: boolean;
@@ -1119,37 +1183,37 @@ interface ExternalAccountsPreviewProps {
1119
1183
  excludeDeviceManufacturers?: boolean;
1120
1184
  applicationUrl: ExternalAccountsApplicationUrl;
1121
1185
  previewState?: ExternalAccountsPreviewPreviewState;
1122
- innerRef?: React.Ref<HTMLDivElement>;
1186
+ innerRef?: React$1.Ref<HTMLDivElement>;
1123
1187
  }
1124
1188
  type ExternalAccountsApplicationUrl = "preview" | string;
1125
1189
  type ExternalAccountsPreviewPreviewState = "Default";
1126
- declare function export_default$1b(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1190
+ declare function export_default$1d(props: ExternalAccountsPreviewProps): React$1.JSX.Element | null;
1127
1191
 
1128
1192
  type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
1129
1193
 
1130
1194
  interface FitbitDevicesProps {
1131
1195
  previewState?: ConnectedDevicesPreviewState;
1132
- innerRef?: React.Ref<HTMLDivElement>;
1196
+ innerRef?: React$1.Ref<HTMLDivElement>;
1133
1197
  }
1134
- declare function export_default$1a(props: FitbitDevicesProps): React.JSX.Element;
1198
+ declare function export_default$1c(props: FitbitDevicesProps): React$1.JSX.Element;
1135
1199
 
1136
1200
  type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
1137
1201
 
1138
1202
  interface FitbitMonthChartsProps {
1139
1203
  previewState?: MonthChartsPreviewState;
1140
1204
  }
1141
- declare function export_default$19(props: FitbitMonthChartsProps): React.JSX.Element;
1205
+ declare function export_default$1b(props: FitbitMonthChartsProps): React$1.JSX.Element;
1142
1206
 
1143
1207
  interface GarminDevicesProps {
1144
1208
  previewState?: ConnectedDevicesPreviewState;
1145
- innerRef?: React.Ref<HTMLDivElement>;
1209
+ innerRef?: React$1.Ref<HTMLDivElement>;
1146
1210
  }
1147
- declare function export_default$18(props: GarminDevicesProps): React.JSX.Element;
1211
+ declare function export_default$1a(props: GarminDevicesProps): React$1.JSX.Element;
1148
1212
 
1149
1213
  interface GarminMonthChartsProps {
1150
1214
  previewState?: MonthChartsPreviewState;
1151
1215
  }
1152
- declare function export_default$17(props: GarminMonthChartsProps): React.JSX.Element;
1216
+ declare function export_default$19(props: GarminMonthChartsProps): React$1.JSX.Element;
1153
1217
 
1154
1218
  type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
1155
1219
  interface HealthPreviewSectionProps {
@@ -1157,82 +1221,82 @@ interface HealthPreviewSectionProps {
1157
1221
  onClick(): void;
1158
1222
  previewState?: "NoData" | "Default";
1159
1223
  indicatorPosition?: "default" | "topRight";
1160
- innerRef?: React.Ref<HTMLDivElement>;
1224
+ innerRef?: React$1.Ref<HTMLDivElement>;
1161
1225
  }
1162
- declare function export_default$16(props: HealthPreviewSectionProps): React.JSX.Element | null;
1226
+ declare function export_default$18(props: HealthPreviewSectionProps): React$1.JSX.Element | null;
1163
1227
 
1164
1228
  interface LabResultsBloodTypeProps {
1165
1229
  previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
1166
1230
  showDetailedResults?: true | false;
1167
1231
  maximumResults?: number;
1168
1232
  onClick?: () => void;
1169
- innerRef?: React.Ref<HTMLDivElement>;
1233
+ innerRef?: React$1.Ref<HTMLDivElement>;
1170
1234
  }
1171
- declare function export_default$15(props: LabResultsBloodTypeProps): React.JSX.Element | null;
1235
+ declare function export_default$17(props: LabResultsBloodTypeProps): React$1.JSX.Element | null;
1172
1236
 
1173
1237
  interface LabResultsSummaryProps {
1174
1238
  previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
1175
1239
  onClick(): void;
1176
1240
  onViewTermInfo(termInfo: TermInformation): void;
1177
- innerRef?: React.Ref<HTMLDivElement>;
1241
+ innerRef?: React$1.Ref<HTMLDivElement>;
1178
1242
  }
1179
- declare function export_default$14(props: LabResultsSummaryProps): React.JSX.Element | null;
1243
+ declare function export_default$16(props: LabResultsSummaryProps): React$1.JSX.Element | null;
1180
1244
 
1181
1245
  interface MedicationsListProps {
1182
1246
  previewState?: "default";
1183
1247
  onViewTermInfo(termInfo: TermInformation): void;
1184
- innerRef?: React.Ref<HTMLDivElement>;
1248
+ innerRef?: React$1.Ref<HTMLDivElement>;
1185
1249
  }
1186
- declare function export_default$13(props: MedicationsListProps): React.JSX.Element;
1250
+ declare function export_default$15(props: MedicationsListProps): React$1.JSX.Element;
1187
1251
 
1188
1252
  interface MostRecentNotificationProps {
1189
1253
  notificationType?: NotificationType;
1190
1254
  onViewMore?: Function;
1191
1255
  hideAfterHours?: number;
1192
1256
  previewState?: MostRecentNotificationPreviewState;
1193
- innerRef?: React.Ref<HTMLDivElement>;
1257
+ innerRef?: React$1.Ref<HTMLDivElement>;
1194
1258
  }
1195
1259
  type MostRecentNotificationPreviewState = "Default";
1196
- declare function export_default$12(props: MostRecentNotificationProps): React.JSX.Element | null;
1260
+ declare function export_default$14(props: MostRecentNotificationProps): React$1.JSX.Element | null;
1197
1261
 
1198
1262
  interface NotificationListProps {
1199
1263
  notificationType?: NotificationType;
1200
1264
  previewState?: NotificationListPreviewState;
1201
- innerRef?: React.Ref<HTMLDivElement>;
1265
+ innerRef?: React$1.Ref<HTMLDivElement>;
1202
1266
  }
1203
1267
  type NotificationListPreviewState = "Default" | "NoData";
1204
- declare function export_default$11(props: NotificationListProps): React.JSX.Element;
1268
+ declare function export_default$13(props: NotificationListProps): React$1.JSX.Element;
1205
1269
 
1206
1270
  interface PlatformSpecificContentProps {
1207
1271
  platforms: string[];
1208
- children?: React.ReactNode;
1272
+ children?: React$1.ReactNode;
1209
1273
  previewDevicePlatform?: string;
1210
- innerRef?: React.Ref<HTMLDivElement>;
1274
+ innerRef?: React$1.Ref<HTMLDivElement>;
1211
1275
  }
1212
- declare function export_default$10(props: PlatformSpecificContentProps): React.JSX.Element | null;
1276
+ declare function export_default$12(props: PlatformSpecificContentProps): React$1.JSX.Element | null;
1213
1277
 
1214
1278
  interface ProjectHeaderProps {
1215
1279
  previewState?: ProjectHeaderPropsPreviewState;
1216
- innerRef?: React.Ref<HTMLDivElement>;
1280
+ innerRef?: React$1.Ref<HTMLDivElement>;
1217
1281
  }
1218
1282
  type ProjectHeaderPropsPreviewState = "Default";
1219
- declare function export_default$$(props: ProjectHeaderProps): React.JSX.Element;
1283
+ declare function export_default$11(props: ProjectHeaderProps): React$1.JSX.Element;
1220
1284
 
1221
1285
  interface ProjectSupportProps {
1222
1286
  previewState?: ProjectSupportPropsPreviewState;
1223
- innerRef?: React.Ref<HTMLDivElement>;
1287
+ innerRef?: React$1.Ref<HTMLDivElement>;
1224
1288
  }
1225
1289
  type ProjectSupportPropsPreviewState = "Default";
1226
- declare function export_default$_(props: ProjectSupportProps): React.JSX.Element | null;
1290
+ declare function export_default$10(props: ProjectSupportProps): React$1.JSX.Element | null;
1227
1291
 
1228
1292
  interface ProviderSearchProps {
1229
1293
  previewState?: ProviderSearchPreviewState;
1230
1294
  providerCategories?: string[];
1231
1295
  onProviderConnected?: (provider: ExternalAccountProvider) => void;
1232
- innerRef?: React.Ref<HTMLDivElement>;
1296
+ innerRef?: React$1.Ref<HTMLDivElement>;
1233
1297
  }
1234
1298
  type ProviderSearchPreviewState = "Default";
1235
- declare function export_default$Z(props: ProviderSearchProps): React.JSX.Element;
1299
+ declare function export_default$$(props: ProviderSearchProps): React$1.JSX.Element;
1236
1300
 
1237
1301
  interface RecentDailyDataBarChartProps {
1238
1302
  previewState?: 'loading' | 'loaded without data' | 'loaded with data';
@@ -1244,33 +1308,60 @@ interface RecentDailyDataBarChartProps {
1244
1308
  valueConverter?: (rawValue: number) => number;
1245
1309
  valueFormatter?: (value: number) => string;
1246
1310
  highlight?: (rawValue: number) => boolean;
1247
- innerRef?: React.Ref<HTMLDivElement>;
1311
+ innerRef?: React$1.Ref<HTMLDivElement>;
1248
1312
  }
1249
- declare function export_default$Y(props: RecentDailyDataBarChartProps): React.JSX.Element;
1313
+ declare function export_default$_(props: RecentDailyDataBarChartProps): React$1.JSX.Element;
1250
1314
 
1251
- interface RelativeActivityTodayProps {
1315
+ interface RelativeActivityDayCoordinatorProps {
1316
+ innerRef?: React$1.Ref<HTMLDivElement>;
1252
1317
  dataTypes: RelativeActivityDataType[];
1318
+ previewState?: "default";
1319
+ children?: React$1.ReactNode;
1320
+ }
1321
+ declare function RelativeActivityDateRangeCoordinator(props: RelativeActivityDayCoordinatorProps): React$1.JSX.Element;
1322
+
1323
+ interface RelativeActivityDayNavigatorProps {
1324
+ selectedDate: Date;
1325
+ onDateSelected(date: Date): void;
1326
+ dataTypes: RelativeActivityDataType[];
1327
+ previewState?: "default";
1328
+ innerRef?: React$1.Ref<HTMLDivElement>;
1329
+ onDataLoaded?(data: {
1330
+ [key: string]: {
1331
+ [key: string]: RelativeActivityQueryResult;
1332
+ };
1333
+ }): void;
1334
+ }
1335
+ declare function export_default$Z(props: RelativeActivityDayNavigatorProps): React$1.JSX.Element;
1336
+
1337
+ interface RelativeActivityProps {
1338
+ dataTypes?: RelativeActivityDataType[];
1339
+ useContext?: boolean;
1253
1340
  previewState?: "Default";
1254
1341
  title?: string;
1255
- innerRef?: React.Ref<HTMLDivElement>;
1342
+ innerRef?: React$1.Ref<HTMLDivElement>;
1343
+ date?: Date;
1256
1344
  }
1257
- interface RelativeActivityDataType {
1258
- dailyDataType: string;
1259
- label: string;
1260
- icon: React.ReactElement;
1261
- color: string;
1262
- formatter: (number: number) => string;
1345
+ declare function export_default$Y(props: RelativeActivityProps): React$1.JSX.Element | null;
1346
+
1347
+ interface RelativeActivityTodayProps {
1348
+ dataTypes: RelativeActivityDataType[];
1349
+ previewState?: "Default";
1350
+ title?: string;
1351
+ innerRef?: React$1.Ref<HTMLDivElement>;
1263
1352
  }
1264
- declare function export_default$X(props: RelativeActivityTodayProps): React.JSX.Element | null;
1353
+ declare function export_default$X(props: RelativeActivityTodayProps): React$1.JSX.Element;
1265
1354
 
1266
1355
  type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
1356
+ type RestingHeartRateDataSource = "Combined" | "AppleHealth" | "Fitbit" | "Garmin";
1267
1357
  interface RestingHeartRateCalendarProps {
1268
1358
  month: number;
1269
1359
  year: number;
1270
1360
  showPreviewData: RestingHeartRateCalendarPreviewState;
1271
- innerRef?: React.Ref<HTMLDivElement>;
1361
+ dataTypeSource?: RestingHeartRateDataSource;
1362
+ innerRef?: React$1.Ref<HTMLDivElement>;
1272
1363
  }
1273
- declare function export_default$W(props: RestingHeartRateCalendarProps): React.JSX.Element;
1364
+ declare function export_default$W(props: RestingHeartRateCalendarProps): React$1.JSX.Element;
1274
1365
 
1275
1366
  interface SurveyTaskListProps {
1276
1367
  status: SurveyTaskStatus;
@@ -1280,15 +1371,15 @@ interface SurveyTaskListProps {
1280
1371
  onDetailLinkClick?: Function;
1281
1372
  previewState?: SurveyTaskListListPreviewState;
1282
1373
  variant?: "noCard" | "singleCard" | "multiCard";
1283
- innerRef?: React.Ref<HTMLDivElement>;
1374
+ innerRef?: React$1.Ref<HTMLDivElement>;
1284
1375
  titleColor?: ColorDefinition;
1285
1376
  cardBackgroundColor?: ColorDefinition;
1286
- cardStyle?: React.CSSProperties;
1377
+ cardStyle?: React$1.CSSProperties;
1287
1378
  buttonVariant?: ButtonVariant;
1288
1379
  buttonColor?: ColorDefinition;
1289
1380
  }
1290
1381
  type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
1291
- declare function export_default$V(props: SurveyTaskListProps): React.JSX.Element | null;
1382
+ declare function export_default$V(props: SurveyTaskListProps): React$1.JSX.Element | null;
1292
1383
 
1293
1384
  type SeverityCalendarPreviewState = "Default" | "NoData";
1294
1385
  interface SeverityCalendarProps {
@@ -1298,19 +1389,19 @@ interface SeverityCalendarProps {
1298
1389
  severityValueMapper?: (value: string) => string;
1299
1390
  intervalStart?: Date;
1300
1391
  previewState?: SeverityCalendarPreviewState;
1301
- innerRef?: React.Ref<HTMLDivElement>;
1392
+ innerRef?: React$1.Ref<HTMLDivElement>;
1302
1393
  }
1303
- declare function export_default$U(props: SeverityCalendarProps): React.JSX.Element;
1394
+ declare function export_default$U(props: SeverityCalendarProps): React$1.JSX.Element;
1304
1395
 
1305
1396
  interface ViewEhrProps {
1306
1397
  onClick(): void;
1307
1398
  title?: string;
1308
- innerRef?: React.Ref<HTMLDivElement>;
1399
+ innerRef?: React$1.Ref<HTMLDivElement>;
1309
1400
  previewState?: "fetchComplete" | "fetchingData";
1310
1401
  buttonColor?: ColorDefinition;
1311
1402
  buttonVariant?: ButtonVariant;
1312
1403
  }
1313
- declare function export_default$T(props: ViewEhrProps): React.JSX.Element | null;
1404
+ declare function export_default$T(props: ViewEhrProps): React$1.JSX.Element | null;
1314
1405
 
1315
1406
  type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
1316
1407
 
@@ -1335,15 +1426,15 @@ interface InboxItemListProps {
1335
1426
  hideLoadingIndicator?: boolean;
1336
1427
  onItemsLoaded?: (items: InboxItem[]) => void;
1337
1428
  syncOnChanges?: boolean;
1338
- innerRef?: React.Ref<HTMLDivElement>;
1429
+ innerRef?: React$1.Ref<HTMLDivElement>;
1339
1430
  }
1340
- declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
1431
+ declare function export_default$S(props: InboxItemListProps): React$1.JSX.Element;
1341
1432
 
1342
1433
  interface InboxItemListCoordinatorProps {
1343
- children: React.ReactNode;
1344
- innerRef?: React.Ref<HTMLDivElement>;
1434
+ children: React$1.ReactNode;
1435
+ innerRef?: React$1.Ref<HTMLDivElement>;
1345
1436
  }
1346
- declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
1437
+ declare function export_default$R(props: InboxItemListCoordinatorProps): React$1.JSX.Element;
1347
1438
 
1348
1439
  interface CelebrationStepProps {
1349
1440
  title?: string;
@@ -1356,9 +1447,9 @@ interface CelebrationStepProps {
1356
1447
  [key: string]: any;
1357
1448
  };
1358
1449
  }
1359
- declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
1450
+ declare function export_default$Q(props: CelebrationStepProps): React$1.JSX.Element;
1360
1451
 
1361
- declare function export_default$P(): React.JSX.Element;
1452
+ declare function export_default$P(): React$1.JSX.Element;
1362
1453
 
1363
1454
  type deviceType = 'Fitbit' | 'Garmin' | 'Omron';
1364
1455
 
@@ -1372,12 +1463,12 @@ interface ConnectDeviceAccountStepProps {
1372
1463
  };
1373
1464
  onConnect: () => void;
1374
1465
  }
1375
- declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1466
+ declare function export_default$O(props: ConnectDeviceAccountStepProps): React$1.JSX.Element;
1376
1467
 
1377
1468
  interface ConnectDeviceAccountStepContainerProps {
1378
1469
  deviceType: deviceType;
1379
1470
  }
1380
- declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1471
+ declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React$1.JSX.Element;
1381
1472
 
1382
1473
  interface ConnectEhrStepProps {
1383
1474
  title?: string;
@@ -1391,9 +1482,9 @@ interface ConnectEhrStepProps {
1391
1482
  [key: string]: any;
1392
1483
  };
1393
1484
  }
1394
- declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
1485
+ declare function export_default$M(props: ConnectEhrStepProps): React$1.JSX.Element;
1395
1486
 
1396
- declare function export_default$L(): React.JSX.Element;
1487
+ declare function export_default$L(): React$1.JSX.Element;
1397
1488
 
1398
1489
  interface StepElementProps {
1399
1490
  text?: string;
@@ -1406,22 +1497,22 @@ interface IconElementProps {
1406
1497
  srcUrl?: string;
1407
1498
  }
1408
1499
 
1409
- declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
1500
+ declare function export_default$K(props: StepElementProps): React$1.JSX.Element | null;
1410
1501
 
1411
- declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
1502
+ declare function export_default$J(props: IconElementProps): React$1.JSX.Element | null;
1412
1503
 
1413
- declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
1504
+ declare function export_default$I(props: IconElementProps): React$1.JSX.Element | null;
1414
1505
 
1415
1506
  interface StepLayoutProps {
1416
- children?: React.ReactNode;
1507
+ children?: React$1.ReactNode;
1417
1508
  }
1418
- declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
1509
+ declare function export_default$H(props: StepLayoutProps): React$1.JSX.Element;
1419
1510
 
1420
1511
  interface StepMarkdownProps {
1421
1512
  text: string;
1422
1513
  inline?: boolean;
1423
1514
  }
1424
- declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
1515
+ declare function export_default$G(props: StepMarkdownProps): React$1.JSX.Element;
1425
1516
 
1426
1517
  interface StepNextButtonProps extends StepElementProps {
1427
1518
  backgroundColor: string;
@@ -1431,11 +1522,11 @@ interface StepNextButtonProps extends StepElementProps {
1431
1522
  disabled?: boolean;
1432
1523
  onClick(): void;
1433
1524
  }
1434
- declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
1525
+ declare function export_default$F(props: StepNextButtonProps): React$1.JSX.Element;
1435
1526
 
1436
- declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
1527
+ declare function export_default$E(props: StepElementProps): React$1.JSX.Element | null;
1437
1528
 
1438
- declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
1529
+ declare function export_default$D(props: StepElementProps): React$1.JSX.Element | null;
1439
1530
 
1440
1531
  interface YouTubeStepProps {
1441
1532
  title?: string;
@@ -1448,30 +1539,30 @@ interface YouTubeStepProps {
1448
1539
  [key: string]: any;
1449
1540
  };
1450
1541
  }
1451
- declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
1542
+ declare function export_default$C(props: YouTubeStepProps): React$1.JSX.Element;
1452
1543
 
1453
- declare function export_default$B(): React.JSX.Element;
1544
+ declare function export_default$B(): React$1.JSX.Element;
1454
1545
 
1455
1546
  interface SymptomSharkSymptomMatrixProps {
1456
1547
  intervalStart?: Date;
1457
- innerRef?: React.Ref<HTMLDivElement>;
1548
+ innerRef?: React$1.Ref<HTMLDivElement>;
1458
1549
  }
1459
- declare function export_default$A(props: SymptomSharkSymptomMatrixProps): React.JSX.Element | null;
1550
+ declare function export_default$A(props: SymptomSharkSymptomMatrixProps): React$1.JSX.Element | null;
1460
1551
 
1461
1552
  interface SymptomSharkCalendarProps {
1462
1553
  intervalStart?: Date;
1463
1554
  onDaySelected(day: Date): void;
1464
- innerRef?: React.Ref<HTMLDivElement>;
1555
+ innerRef?: React$1.Ref<HTMLDivElement>;
1465
1556
  }
1466
- declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
1557
+ declare function export_default$z(props: SymptomSharkCalendarProps): React$1.JSX.Element;
1467
1558
 
1468
1559
  interface OverallExperienceChartProps {
1469
1560
  intervalStart?: Date;
1470
1561
  showAllDays?: boolean;
1471
- innerRef?: React.Ref<HTMLDivElement>;
1562
+ innerRef?: React$1.Ref<HTMLDivElement>;
1472
1563
  variant?: "default" | "monthReport";
1473
1564
  }
1474
- declare function export_default$y(props: OverallExperienceChartProps): React.JSX.Element | null;
1565
+ declare function export_default$y(props: OverallExperienceChartProps): React$1.JSX.Element | null;
1475
1566
 
1476
1567
  type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
1477
1568
 
@@ -1531,9 +1622,9 @@ interface SymptomSharkLogEntryProps {
1531
1622
  noDataMessage?: string;
1532
1623
  highlightedSymptoms?: string[];
1533
1624
  highlightedTreatments?: string[];
1534
- innerRef?: React.Ref<HTMLDivElement>;
1625
+ innerRef?: React$1.Ref<HTMLDivElement>;
1535
1626
  }
1536
- declare function export_default$x(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1627
+ declare function export_default$x(props: SymptomSharkLogEntryProps): React$1.JSX.Element | null;
1537
1628
 
1538
1629
  interface SymptomSharkMonthReportProps {
1539
1630
  includeNotes: boolean;
@@ -1542,38 +1633,38 @@ interface SymptomSharkMonthReportProps {
1542
1633
  productName?: string;
1543
1634
  productUrl?: string;
1544
1635
  intervalStart?: Date;
1545
- innerRef?: React.Ref<HTMLTableElement>;
1636
+ innerRef?: React$1.Ref<HTMLTableElement>;
1546
1637
  }
1547
- declare function export_default$w(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
1638
+ declare function export_default$w(props: SymptomSharkMonthReportProps): React$1.JSX.Element | null;
1548
1639
 
1549
1640
  interface SymptomSharkNotesTimelineProps {
1550
1641
  intervalStart?: Date;
1551
- innerRef?: React.Ref<HTMLDivElement>;
1642
+ innerRef?: React$1.Ref<HTMLDivElement>;
1552
1643
  }
1553
- declare function export_default$v(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
1644
+ declare function export_default$v(props: SymptomSharkNotesTimelineProps): React$1.JSX.Element | null;
1554
1645
 
1555
1646
  interface SymptomTreatmentHistogramsProps {
1556
1647
  intervalStart?: Date;
1557
1648
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1558
- innerRef?: React.Ref<HTMLDivElement>;
1649
+ innerRef?: React$1.Ref<HTMLDivElement>;
1559
1650
  }
1560
- declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1651
+ declare function export_default$u(props: SymptomTreatmentHistogramsProps): React$1.JSX.Element | null;
1561
1652
 
1562
1653
  interface SymptomSeveritySummaryProps {
1563
1654
  symptom: SymptomConfiguration;
1564
1655
  intervalStart?: Date;
1565
- innerRef?: React.Ref<HTMLDivElement>;
1656
+ innerRef?: React$1.Ref<HTMLDivElement>;
1566
1657
  }
1567
- declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1658
+ declare function export_default$t(props: SymptomSeveritySummaryProps): React$1.JSX.Element | null;
1568
1659
 
1569
1660
  interface SymptomSeverityChartProps {
1570
1661
  intervalStart?: Date;
1571
1662
  symptom: SymptomConfiguration;
1572
1663
  showAllDays?: boolean;
1573
- innerRef?: React.Ref<HTMLDivElement>;
1664
+ innerRef?: React$1.Ref<HTMLDivElement>;
1574
1665
  variant?: "default" | "monthReport";
1575
1666
  }
1576
- declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
1667
+ declare function export_default$s(props: SymptomSeverityChartProps): React$1.JSX.Element | null;
1577
1668
 
1578
1669
  interface SymptomTreatmentFiltersProps {
1579
1670
  expandedDropdown: "Symptoms" | "Treatments" | null;
@@ -1583,47 +1674,47 @@ interface SymptomTreatmentFiltersProps {
1583
1674
  configuration: SymptomSharkConfiguration;
1584
1675
  onSymptomsSelectionChange(symptoms: string[]): void;
1585
1676
  onTreatmentsSelectionChange(treatments: string[]): void;
1586
- innerRef?: React.Ref<HTMLDivElement>;
1677
+ innerRef?: React$1.Ref<HTMLDivElement>;
1587
1678
  }
1588
- declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1679
+ declare function export_default$r(props: SymptomTreatmentFiltersProps): React$1.JSX.Element;
1589
1680
 
1590
1681
  interface SymptomSharkLogEntryListProps {
1591
1682
  onDaySelected(d: Date): void;
1592
1683
  previewState?: "default";
1593
- innerRef?: React.Ref<HTMLDivElement>;
1684
+ innerRef?: React$1.Ref<HTMLDivElement>;
1594
1685
  }
1595
- declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1686
+ declare function export_default$q(props: SymptomSharkLogEntryListProps): React$1.JSX.Element;
1596
1687
 
1597
1688
  interface SymptomSharkLogTodayProps {
1598
1689
  previewState?: "withLog" | "noLog";
1599
- innerRef?: React.Ref<HTMLDivElement>;
1690
+ innerRef?: React$1.Ref<HTMLDivElement>;
1600
1691
  onClick(d: Date): void;
1601
1692
  }
1602
- declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1693
+ declare function export_default$p(props: SymptomSharkLogTodayProps): React$1.JSX.Element | null;
1603
1694
 
1604
1695
  interface SymptomSharkLogEntryEditProps {
1605
1696
  date: Date;
1606
1697
  promptForReviewAfterDays?: number;
1607
1698
  previewState?: "default";
1608
1699
  }
1609
- declare function export_default$o(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1700
+ declare function export_default$o(props: SymptomSharkLogEntryEditProps): React$1.JSX.Element;
1610
1701
 
1611
1702
  interface SymptomSharkReportBuilderProps {
1612
1703
  productLogo?: string;
1613
1704
  productName?: string;
1614
1705
  productUrl?: string;
1615
1706
  previewState?: "default";
1616
- innerRef?: React.Ref<HTMLDivElement>;
1707
+ innerRef?: React$1.Ref<HTMLDivElement>;
1617
1708
  }
1618
- declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
1709
+ declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React$1.JSX.Element;
1619
1710
 
1620
1711
  interface SymptomSharkVisualizationCoordinatorProps {
1621
- children: React.ReactNode;
1712
+ children: React$1.ReactNode;
1622
1713
  showFilters?: boolean;
1623
1714
  previewState?: "default";
1624
- innerRef?: React.Ref<HTMLDivElement>;
1715
+ innerRef?: React$1.Ref<HTMLDivElement>;
1625
1716
  }
1626
- declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1717
+ declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React$1.JSX.Element;
1627
1718
 
1628
1719
  interface CalendarViewProps {
1629
1720
  colorScheme?: "light" | "dark" | "auto";
@@ -1631,7 +1722,7 @@ interface CalendarViewProps {
1631
1722
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1632
1723
  previewState?: "default";
1633
1724
  }
1634
- declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
1725
+ declare function export_default$m(props: CalendarViewProps): React$1.JSX.Element;
1635
1726
 
1636
1727
  interface LogEntryEditViewProps {
1637
1728
  colorScheme?: "light" | "dark" | "auto";
@@ -1639,13 +1730,13 @@ interface LogEntryEditViewProps {
1639
1730
  promptForReviewAfterDays?: number;
1640
1731
  previewState?: "default";
1641
1732
  }
1642
- declare function export_default$l(props: LogEntryEditViewProps): React.JSX.Element;
1733
+ declare function export_default$l(props: LogEntryEditViewProps): React$1.JSX.Element;
1643
1734
 
1644
1735
  interface SymptomSharkReportBuilderViewProps {
1645
1736
  colorScheme?: "light" | "dark" | "auto";
1646
1737
  previewState?: "default";
1647
1738
  }
1648
- declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
1739
+ declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React$1.JSX.Element;
1649
1740
 
1650
1741
  interface SymptomDetailViewProps {
1651
1742
  symptomId: string;
@@ -1653,16 +1744,16 @@ interface SymptomDetailViewProps {
1653
1744
  previewState?: "default";
1654
1745
  initialIntervalStart?: Date;
1655
1746
  }
1656
- declare function export_default$j(props: SymptomDetailViewProps): React.JSX.Element;
1747
+ declare function export_default$j(props: SymptomDetailViewProps): React$1.JSX.Element;
1657
1748
 
1658
1749
  interface AllergiesViewProps {
1659
1750
  presentation?: "Push" | "Modal";
1660
1751
  previewState?: "default";
1661
1752
  }
1662
- declare function export_default$i(props: AllergiesViewProps): React.JSX.Element;
1753
+ declare function export_default$i(props: AllergiesViewProps): React$1.JSX.Element;
1663
1754
 
1664
1755
  interface BlankViewProps {
1665
- children?: React.ReactNode;
1756
+ children?: React$1.ReactNode;
1666
1757
  title?: string;
1667
1758
  subtitle?: string;
1668
1759
  showCloseButton?: boolean;
@@ -1674,13 +1765,13 @@ interface BlankViewProps {
1674
1765
  subtitleColor?: ColorDefinition;
1675
1766
  navigationBarButtonColor?: ColorDefinition;
1676
1767
  }
1677
- declare function export_default$h(props: BlankViewProps): React.JSX.Element;
1768
+ declare function export_default$h(props: BlankViewProps): React$1.JSX.Element;
1678
1769
 
1679
1770
  interface ConditionsViewProps {
1680
1771
  presentation?: "Push" | "Modal";
1681
1772
  previewState?: "default";
1682
1773
  }
1683
- declare function export_default$g(props: ConditionsViewProps): React.JSX.Element;
1774
+ declare function export_default$g(props: ConditionsViewProps): React$1.JSX.Element;
1684
1775
 
1685
1776
  interface ConnectEhrViewProps {
1686
1777
  externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
@@ -1691,13 +1782,13 @@ interface ConnectEhrViewProps {
1691
1782
  colorScheme?: "auto" | "light" | "dark";
1692
1783
  }
1693
1784
  type ViewPresentationType$3 = "Modal" | "Push";
1694
- declare function export_default$f(props: ConnectEhrViewProps): React.JSX.Element;
1785
+ declare function export_default$f(props: ConnectEhrViewProps): React$1.JSX.Element;
1695
1786
 
1696
1787
  interface DeviceDataViewProps {
1697
1788
  preview?: boolean;
1698
1789
  colorScheme?: "auto" | "light" | "dark";
1699
1790
  }
1700
- declare function export_default$e(props: DeviceDataViewProps): React.JSX.Element;
1791
+ declare function export_default$e(props: DeviceDataViewProps): React$1.JSX.Element;
1701
1792
 
1702
1793
  interface ExternalAccountsViewProps {
1703
1794
  excludeProviders?: boolean;
@@ -1708,7 +1799,7 @@ interface ExternalAccountsViewProps {
1708
1799
  colorScheme?: "auto" | "light" | "dark";
1709
1800
  }
1710
1801
  type ViewPresentationType$2 = "Modal" | "Push";
1711
- declare function export_default$d(props: ExternalAccountsViewProps): React.JSX.Element;
1802
+ declare function export_default$d(props: ExternalAccountsViewProps): React$1.JSX.Element;
1712
1803
 
1713
1804
  interface FitbitViewProps {
1714
1805
  connectPreview?: ConnectFitbitPreviewState;
@@ -1716,7 +1807,7 @@ interface FitbitViewProps {
1716
1807
  chartsPreview?: MonthChartsPreviewState;
1717
1808
  colorScheme?: "auto" | "light" | "dark";
1718
1809
  }
1719
- declare function export_default$c(props: FitbitViewProps): React.JSX.Element;
1810
+ declare function export_default$c(props: FitbitViewProps): React$1.JSX.Element;
1720
1811
 
1721
1812
  interface GarminViewProps {
1722
1813
  connectPreview?: ConnectGarminPreviewState;
@@ -1724,7 +1815,7 @@ interface GarminViewProps {
1724
1815
  chartsPreview?: MonthChartsPreviewState;
1725
1816
  garminProviderID?: number;
1726
1817
  }
1727
- declare function export_default$b(props: GarminViewProps): React.JSX.Element;
1818
+ declare function export_default$b(props: GarminViewProps): React$1.JSX.Element;
1728
1819
 
1729
1820
  interface HomeViewProps {
1730
1821
  /**
@@ -1743,7 +1834,7 @@ interface HomeViewProps {
1743
1834
  preview?: boolean;
1744
1835
  colorScheme?: "auto" | "light" | "dark";
1745
1836
  }
1746
- declare function export_default$a(props: HomeViewProps): React.JSX.Element;
1837
+ declare function export_default$a(props: HomeViewProps): React$1.JSX.Element;
1747
1838
 
1748
1839
  interface HealthAndWellnessViewProps {
1749
1840
  previewState?: "default";
@@ -1752,13 +1843,13 @@ interface HealthAndWellnessViewProps {
1752
1843
  externalAccountsApplicationUrl: string;
1753
1844
  variant?: "default" | "cardBased";
1754
1845
  }
1755
- declare function export_default$9(props: HealthAndWellnessViewProps): React.JSX.Element;
1846
+ declare function export_default$9(props: HealthAndWellnessViewProps): React$1.JSX.Element;
1756
1847
 
1757
1848
  interface MedicationsViewProps {
1758
1849
  presentation?: "Push" | "Modal";
1759
1850
  previewState?: "default";
1760
1851
  }
1761
- declare function export_default$8(props: MedicationsViewProps): React.JSX.Element;
1852
+ declare function export_default$8(props: MedicationsViewProps): React$1.JSX.Element;
1762
1853
 
1763
1854
  interface NotificationsViewProps {
1764
1855
  notificationType?: NotificationType;
@@ -1767,7 +1858,7 @@ interface NotificationsViewProps {
1767
1858
  colorScheme?: "auto" | "light" | "dark";
1768
1859
  }
1769
1860
  type ViewPresentationType$1 = "Modal" | "Push";
1770
- declare function export_default$7(props: NotificationsViewProps): React.JSX.Element;
1861
+ declare function export_default$7(props: NotificationsViewProps): React$1.JSX.Element;
1771
1862
 
1772
1863
  interface SurveyTasksViewProps {
1773
1864
  hideCompleteTasks?: boolean;
@@ -1778,7 +1869,7 @@ interface SurveyTasksViewProps {
1778
1869
  colorScheme?: "auto" | "light" | "dark";
1779
1870
  }
1780
1871
  type ViewPresentationType = "Modal" | "Push";
1781
- declare function export_default$6(props: SurveyTasksViewProps): React.JSX.Element;
1872
+ declare function export_default$6(props: SurveyTasksViewProps): React$1.JSX.Element;
1782
1873
 
1783
1874
  interface NewPointsEntry {
1784
1875
  name: string;
@@ -1796,7 +1887,7 @@ interface NewPointsViewProps {
1796
1887
  primaryColor?: string;
1797
1888
  doneButtonText?: string;
1798
1889
  }
1799
- declare function export_default$5(props: NewPointsViewProps): React.JSX.Element;
1890
+ declare function export_default$5(props: NewPointsViewProps): React$1.JSX.Element;
1800
1891
  declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
1801
1892
 
1802
1893
  interface InboxViewProps {
@@ -1808,14 +1899,14 @@ interface InboxViewProps {
1808
1899
  historyViewerUrl: string;
1809
1900
  itemCategory?: string;
1810
1901
  }
1811
- declare function export_default$4(props: InboxViewProps): React.JSX.Element;
1902
+ declare function export_default$4(props: InboxViewProps): React$1.JSX.Element;
1812
1903
 
1813
1904
  interface InboxHistoryViewProps {
1814
1905
  previewState?: 'default';
1815
1906
  colorScheme?: 'light' | 'dark' | 'auto';
1816
1907
  messageViewerUrl: string;
1817
1908
  }
1818
- declare function export_default$3(props: InboxHistoryViewProps): React.JSX.Element;
1909
+ declare function export_default$3(props: InboxHistoryViewProps): React$1.JSX.Element;
1819
1910
 
1820
1911
  interface InboxMessageViewProps {
1821
1912
  previewState?: InboxMessage;
@@ -1823,7 +1914,7 @@ interface InboxMessageViewProps {
1823
1914
  resourceImageAlignment?: 'left' | 'center' | 'right';
1824
1915
  resourceButtonText?: string;
1825
1916
  }
1826
- declare function export_default$2(props: InboxMessageViewProps): React.JSX.Element;
1917
+ declare function export_default$2(props: InboxMessageViewProps): React$1.JSX.Element;
1827
1918
 
1828
1919
  interface ResourceListViewProps {
1829
1920
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -1835,18 +1926,8 @@ interface ResourceListViewProps {
1835
1926
  resourceButtonVariant?: ResourceButtonVariant;
1836
1927
  resourceButtonText?: string;
1837
1928
  }
1838
- declare function export_default$1(props: ResourceListViewProps): React.JSX.Element;
1929
+ declare function export_default$1(props: ResourceListViewProps): React$1.JSX.Element;
1839
1930
 
1840
1931
  declare function export_default(callback: Function, delay: number | null): void;
1841
1932
 
1842
- type Language = "" | "en" | "es" | "nl" | "de" | "fr" | "pt" | "it" | "pl";
1843
- declare function language(key: string): string;
1844
- declare function getLanguageFromIso(language: string): Language;
1845
-
1846
- declare function getLocaleFromIso(language: string): Locale;
1847
-
1848
- declare function getDayKey(date: Date): string;
1849
-
1850
- declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1851
-
1852
- export { export_default$2a as Action, export_default$29 as ActivityMeter, export_default$1o as AllergiesList, export_default$i as AllergiesView, export_default$1n as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2l as AsthmaActionPlanManager, export_default$1x as AsthmaActionPlanView, export_default$1w as AsthmaActivityView, export_default$2k as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1v as AsthmaAirQualityView, export_default$2j as AsthmaAlertTakeoverNotice, export_default$2i as AsthmaAlertTakeoverTrigger, export_default$1u as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2h as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2g as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2f as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1t as AsthmaDayView, export_default$1s as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2e as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1r as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2d as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2c as AsthmaPostEnrollmentSurveyTrigger, export_default$2b as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1q as AsthmaProviderReportView, export_default$1y as AsthmaRecommendedArticle, export_default$1p as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1l as BloodPressureVisualization, export_default$28 as Button, export_default$27 as Calendar, export_default$26 as CalendarDay, CalendarDayStateConfiguration, export_default$25 as Card, export_default$24 as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1k as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1j as ConnectDevicesMenu, export_default$1i as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1h as ConnectFitbit, export_default$1g as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$23 as DateRangeNavigator, export_default$22 as DayTrackerSymbol, DeviceDataChartLine, export_default$1f as DeviceDataMonthChart, export_default$1e as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$21 as DumbbellChart, export_default$1d as ExternalAccountList, export_default$1c as ExternalAccountsLoadingIndicator, export_default$1b as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$20 as Face, export_default$1a as FitbitDevices, export_default$19 as FitbitMonthCharts, export_default$c as FitbitView, export_default$18 as GarminDevices, export_default$17 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$16 as HealthPreviewSection, export_default$1$ as Histogram, export_default$a as HomeView, export_default$1C as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$1B as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1A as InboxResourceListItem, export_default$1z as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$15 as LabResultsBloodType, export_default$14 as LabResultsSummary, Language, export_default$1_ as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$13 as MedicationsList, export_default$8 as MedicationsView, export_default$1Z as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$12 as MostRecentNotification, export_default$1Y as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1X as NotesInput, export_default$11 as NotificationList, export_default$7 as NotificationsView, export_default$10 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1W as ProgressRing, export_default$$ as ProjectHeader, export_default$_ as ProjectSupport, export_default$Z as ProviderSearch, export_default$Y as RecentDailyDataBarChart, export_default$X as RelativeActivityToday, export_default$1V as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1U as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$W as RestingHeartRateCalendar, export_default$1T as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1S as Section, export_default$1R as SegmentedControl, export_default$U as SeverityCalendar, export_default$1Q as ShinyOverlay, export_default$1P as SingleDataPoint, export_default$1O as SingleExternalAccount, export_default$1N as SingleNotification, export_default$1M as SingleSurveyTask, export_default$1L as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$K as StepDetailText, export_default$I as StepImage, export_default$J as StepImageIcon, export_default$H as StepLayout, export_default$G as StepMarkdown, export_default$F as StepNextButton, export_default$E as StepText, export_default$D as StepTitle, SurveyBloodPressureDataParameters, export_default$V as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1K as Switch, SymptomConfiguration, SymptomReference, export_default$z as SymptomSharkCalendar, export_default$m as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$x as SymptomSharkLogEntry, export_default$o as SymptomSharkLogEntryEdit, export_default$l as SymptomSharkLogEntryEditView, export_default$q as SymptomSharkLogEntryList, export_default$p as SymptomSharkLogToday, export_default$w as SymptomSharkMonthReport, export_default$v as SymptomSharkNotesTimeline, export_default$y as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$k as SymptomSharkReportBuilderView, export_default$j as SymptomSharkSymptomDetailView, export_default$A as SymptomSharkSymptomMatrix, export_default$s as SymptomSharkSymptomSeverityChart, export_default$t as SymptomSharkSymptomSeveritySummary, export_default$r as SymptomSharkSymptomTreatmentFilters, export_default$u as SymptomSharkSymptomTreatmentHistograms, export_default$n as SymptomSharkVisualizationCoordinator, export_default$1J as TextBlock, export_default$1I as Title, export_default$1H as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1G as UnstyledButton, export_default$1F as ValueSelector, export_default$T as ViewEhr, export_default$1E as ViewHeader, export_default$1D as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1m as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
1933
+ export { export_default$2c as Action, export_default$2b as ActivityMeter, export_default$1q as AllergiesList, export_default$i as AllergiesView, export_default$1p as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2n as AsthmaActionPlanManager, export_default$1z as AsthmaActionPlanView, export_default$1y as AsthmaActivityView, export_default$2m as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityDescription, AsthmaAirQualityType, export_default$1x as AsthmaAirQualityView, export_default$2l as AsthmaAlertTakeoverNotice, export_default$2k as AsthmaAlertTakeoverTrigger, export_default$1w as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2j as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2i as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$2h as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1v as AsthmaDayView, export_default$1u as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$2g as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1t as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$2f as AsthmaLogEntryHeader, AsthmaParticipant, export_default$2e as AsthmaPostEnrollmentSurveyTrigger, export_default$2d as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1s as AsthmaProviderReportView, export_default$1A as AsthmaRecommendedArticle, export_default$1r as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, BarChartThreshold, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1n as BloodPressureVisualization, export_default$2a as Button, export_default$29 as Calendar, export_default$28 as CalendarDay, CalendarDayStateConfiguration, export_default$27 as Card, export_default$26 as CardTitle, export_default$Q as CelebrationStep, export_default$P as CelebrationStepContainer, ColorDefinition, export_default$1m as ConditionsList, export_default$g as ConditionsView, export_default$O as ConnectDeviceAccountStep, export_default$N as ConnectDeviceAccountStepContainer, export_default$1l as ConnectDevicesMenu, export_default$1k as ConnectEhr, export_default$M as ConnectEhrStep, export_default$L as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1j as ConnectFitbit, export_default$1i as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyDataTypeDefinition, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$25 as DateRangeNavigator, DateRangeTitle, export_default$23 as DayTrackerSymbol, DeviceDataChartLine, export_default$1h as DeviceDataMonthChart, export_default$1g as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$22 as DumbbellChart, export_default$1f as ExternalAccountList, export_default$1e as ExternalAccountsLoadingIndicator, export_default$1d as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$21 as Face, export_default$1c as FitbitDevices, export_default$1b as FitbitMonthCharts, export_default$c as FitbitView, export_default$1a as GarminDevices, export_default$19 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$18 as HealthPreviewSection, export_default$20 as Histogram, export_default$a as HomeView, export_default$1E as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$S as InboxItemList, export_default$R as InboxItemListCoordinator, export_default$1D as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1C as InboxResourceListItem, export_default$1B as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$17 as LabResultsBloodType, export_default$16 as LabResultsSummary, Language, export_default$1$ as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$15 as MedicationsList, export_default$8 as MedicationsView, export_default$1_ as MonthlyEventMatrix, MonthlyEventMatrixRow, export_default$14 as MostRecentNotification, export_default$1Z as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1Y as NotesInput, export_default$13 as NotificationList, export_default$7 as NotificationsView, export_default$12 as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1X as ProgressRing, export_default$11 as ProjectHeader, export_default$10 as ProjectSupport, export_default$$ as ProviderSearch, export_default$_ as RecentDailyDataBarChart, export_default$Y as RelativeActivity, RelativeActivityDataType, RelativeActivityDateRangeCoordinator as RelativeActivityDayCoordinator, export_default$Z as RelativeActivityDayNavigator, RelativeActivityQueryResult, export_default$X as RelativeActivityToday, export_default$1W as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1V as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$W as RestingHeartRateCalendar, export_default$1U as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1T as Section, export_default$1S as SegmentedControl, export_default$U as SeverityCalendar, export_default$1R as ShinyOverlay, export_default$1Q as SingleDataPoint, export_default$1P as SingleExternalAccount, export_default$1O as SingleNotification, export_default$1N as SingleSurveyTask, export_default$1M as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$K as StepDetailText, export_default$I as StepImage, export_default$J as StepImageIcon, export_default$H as StepLayout, export_default$G as StepMarkdown, export_default$F as StepNextButton, export_default$E as StepText, export_default$D as StepTitle, SurveyBloodPressureDataParameters, export_default$V as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1L as Switch, SymptomConfiguration, SymptomReference, export_default$z as SymptomSharkCalendar, export_default$m as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$x as SymptomSharkLogEntry, export_default$o as SymptomSharkLogEntryEdit, export_default$l as SymptomSharkLogEntryEditView, export_default$q as SymptomSharkLogEntryList, export_default$p as SymptomSharkLogToday, export_default$w as SymptomSharkMonthReport, export_default$v as SymptomSharkNotesTimeline, export_default$y as SymptomSharkOverallExperienceChart, ReportBuilder as SymptomSharkReportBuilder, export_default$k as SymptomSharkReportBuilderView, export_default$j as SymptomSharkSymptomDetailView, export_default$A as SymptomSharkSymptomMatrix, export_default$s as SymptomSharkSymptomSeverityChart, export_default$t as SymptomSharkSymptomSeveritySummary, export_default$r as SymptomSharkSymptomTreatmentFilters, export_default$u as SymptomSharkSymptomTreatmentHistograms, export_default$n as SymptomSharkVisualizationCoordinator, export_default$1K as TextBlock, export_default$24 as Title, export_default$1J as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1I as UnstyledButton, export_default$1H as ValueSelector, export_default$T as ViewEhr, export_default$1G as ViewHeader, export_default$1F as WeekCalendar, WeekStartsOn, export_default$C as YouTubeStep, export_default$B as YouTubeStepContainer, service as asthmaDataService, export_default$1o as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, allTypeDefinitions as dailyDataTypeDefinitions, dateToAsthmaLogEntryIdentifier, getAllDailyDataTypes, getAsthmaAirQualityDescriptionText, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDailyDataTypeDefinition, getDayKey, getLanguageFromIso, getLocaleFromIso, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, queryPreviewDailyData, queryRelativeActivity, registerDailyDataProvider, registerDailyDataTypeDefinition, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };