@careevolution/mydatahelps-ui 2.14.0 → 2.15.1-AsthmaRecommendedArticleUpdate.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 (72) hide show
  1. package/dist/cjs/index.js +8 -8
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +10 -0
  4. package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +27 -0
  5. package/dist/cjs/types/components/container/LabResultsBloodType/index.d.ts +1 -0
  6. package/dist/cjs/types/components/container/index.d.ts +1 -0
  7. package/dist/cjs/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
  8. package/dist/cjs/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
  9. package/dist/cjs/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
  10. package/dist/cjs/types/components/presentational/index.d.ts +1 -0
  11. package/dist/cjs/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
  12. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
  13. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
  14. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
  15. package/dist/cjs/types/components/symptom-shark/container/index.d.ts +1 -0
  16. package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
  17. package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
  18. package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
  19. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
  20. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
  21. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
  22. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
  23. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
  24. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
  25. package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
  26. package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
  27. package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
  28. package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
  29. package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
  30. package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +3 -0
  31. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
  32. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
  33. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
  34. package/dist/cjs/types/components/symptom-shark/view/index.d.ts +1 -0
  35. package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
  36. package/dist/esm/index.js +7 -7
  37. package/dist/esm/index.js.map +1 -1
  38. package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +10 -0
  39. package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +27 -0
  40. package/dist/esm/types/components/container/LabResultsBloodType/index.d.ts +1 -0
  41. package/dist/esm/types/components/container/index.d.ts +1 -0
  42. package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
  43. package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
  44. package/dist/esm/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
  45. package/dist/esm/types/components/presentational/index.d.ts +1 -0
  46. package/dist/esm/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
  47. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
  48. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
  49. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
  50. package/dist/esm/types/components/symptom-shark/container/index.d.ts +1 -0
  51. package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
  52. package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
  53. package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
  54. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
  55. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
  56. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
  57. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
  58. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
  59. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
  60. package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
  61. package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
  62. package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
  63. package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
  64. package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
  65. package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +3 -0
  66. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
  67. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
  68. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
  69. package/dist/esm/types/components/symptom-shark/view/index.d.ts +1 -0
  70. package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
  71. package/dist/index.d.ts +192 -126
  72. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ interface AsthmaActionPlanManagerProps {
10
10
  editActionPlanSurveyName: string;
11
11
  innerRef?: React.Ref<HTMLDivElement>;
12
12
  }
13
- declare function export_default$2f(props: AsthmaActionPlanManagerProps): React.JSX.Element;
13
+ declare function export_default$2l(props: AsthmaActionPlanManagerProps): React.JSX.Element;
14
14
 
15
15
  declare class AsthmaParticipant {
16
16
  participantInfo: ParticipantInfo;
@@ -81,7 +81,7 @@ interface AsthmaAirQualitiesProps {
81
81
  date?: Date;
82
82
  innerRef?: React.Ref<HTMLDivElement>;
83
83
  }
84
- declare function export_default$2e(props: AsthmaAirQualitiesProps): React.JSX.Element;
84
+ declare function export_default$2k(props: AsthmaAirQualitiesProps): React.JSX.Element;
85
85
 
86
86
  interface AsthmaAlertTakeoverNoticeProps {
87
87
  previewState?: 'loading' | 'loaded';
@@ -89,7 +89,7 @@ interface AsthmaAlertTakeoverNoticeProps {
89
89
  logEntrySurveyName: string;
90
90
  innerRef?: React.Ref<HTMLDivElement>;
91
91
  }
92
- declare function export_default$2d(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
92
+ declare function export_default$2j(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
93
93
 
94
94
  interface AsthmaAlertTakeoverTriggerProps {
95
95
  previewState?: boolean;
@@ -100,7 +100,7 @@ interface AsthmaAlertTakeoverTriggerProps {
100
100
  alertTakeoverUrl: string;
101
101
  innerRef?: React.Ref<HTMLDivElement>;
102
102
  }
103
- declare function export_default$2c(props: AsthmaAlertTakeoverTriggerProps): null;
103
+ declare function export_default$2i(props: AsthmaAlertTakeoverTriggerProps): null;
104
104
 
105
105
  type AsthmaBiometricsPreviewState = 'no data' | 'some data' | 'all data';
106
106
 
@@ -112,7 +112,7 @@ interface AsthmaBiometricsProps {
112
112
  date?: Date;
113
113
  innerRef?: React.Ref<HTMLDivElement>;
114
114
  }
115
- declare function export_default$2b(props: AsthmaBiometricsProps): React.JSX.Element;
115
+ declare function export_default$2h(props: AsthmaBiometricsProps): React.JSX.Element;
116
116
 
117
117
  type AsthmaControlCalendarPreviewState = 'no logs' | 'some logs';
118
118
 
@@ -124,7 +124,7 @@ interface AsthmaControlCalendarProps {
124
124
  variant?: AsthmaControlCalendarVariant;
125
125
  innerRef?: React.Ref<HTMLDivElement>;
126
126
  }
127
- declare function export_default$2a(props: AsthmaControlCalendarProps): React.JSX.Element;
127
+ declare function export_default$2g(props: AsthmaControlCalendarProps): React.JSX.Element;
128
128
 
129
129
  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';
130
130
 
@@ -133,7 +133,7 @@ interface AsthmaControlStatusHeaderProps {
133
133
  participant: AsthmaParticipant;
134
134
  innerRef?: React.Ref<HTMLDivElement>;
135
135
  }
136
- declare function export_default$29(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
136
+ declare function export_default$2f(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
137
137
 
138
138
  type AsthmaLogEntryDetailsPreviewState = 'not logged' | 'logged with no symptoms' | 'logged with mild symptoms' | 'logged with moderate symptoms' | 'logged with severe symptoms';
139
139
 
@@ -146,7 +146,7 @@ interface AsthmaLogEntryDetailsProps {
146
146
  infoUrl: string;
147
147
  innerRef?: React.Ref<HTMLDivElement>;
148
148
  }
149
- declare function export_default$28(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
149
+ declare function export_default$2e(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
150
150
 
151
151
  type AsthmaLogEntryHeaderPreviewState = 'no logs' | 'today log only' | 'yesterday log only' | 'both logs';
152
152
 
@@ -157,7 +157,7 @@ interface AsthmaLogEntryHeaderProps {
157
157
  dayViewUrl: string;
158
158
  innerRef?: React.Ref<HTMLDivElement>;
159
159
  }
160
- declare function export_default$27(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
160
+ declare function export_default$2d(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
161
161
 
162
162
  interface AsthmaPostEnrollmentSurveyTriggerProps {
163
163
  previewState?: boolean;
@@ -165,7 +165,7 @@ interface AsthmaPostEnrollmentSurveyTriggerProps {
165
165
  postEnrollmentMobileSurveyName: string;
166
166
  innerRef?: React.Ref<HTMLDivElement>;
167
167
  }
168
- declare function export_default$26(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
168
+ declare function export_default$2c(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
169
169
 
170
170
  type AsthmaProviderReportPreviewState = 'default';
171
171
 
@@ -174,7 +174,7 @@ interface AsthmaProviderReportProps {
174
174
  logEntrySurveyName: string;
175
175
  innerRef?: React.Ref<HTMLDivElement>;
176
176
  }
177
- declare function export_default$25(props: AsthmaProviderReportProps): React.JSX.Element;
177
+ declare function export_default$2b(props: AsthmaProviderReportProps): React.JSX.Element;
178
178
 
179
179
  type ColorDefinition = string | {
180
180
  lightMode?: string;
@@ -200,7 +200,7 @@ interface ActionProps {
200
200
  subtitleColor?: ColorDefinition;
201
201
  renderAs?: "div" | "button";
202
202
  }
203
- declare function export_default$24(props: ActionProps): React.JSX.Element;
203
+ declare function export_default$2a(props: ActionProps): React.JSX.Element;
204
204
 
205
205
  interface ActivityMeterProps {
206
206
  label: string;
@@ -213,7 +213,7 @@ interface ActivityMeterProps {
213
213
  className?: string;
214
214
  innerRef?: React.Ref<HTMLDivElement>;
215
215
  }
216
- declare function export_default$23(props: ActivityMeterProps): React.JSX.Element;
216
+ declare function export_default$29(props: ActivityMeterProps): React.JSX.Element;
217
217
 
218
218
  type ButtonVariant = "default" | "subtle" | "light";
219
219
  interface ButtonProps {
@@ -228,7 +228,7 @@ interface ButtonProps {
228
228
  defaultMargin?: boolean;
229
229
  fullWidth?: boolean;
230
230
  }
231
- declare function export_default$22(props: ButtonProps): React.JSX.Element;
231
+ declare function export_default$28(props: ButtonProps): React.JSX.Element;
232
232
 
233
233
  interface CalendarProps {
234
234
  month: number;
@@ -238,7 +238,7 @@ interface CalendarProps {
238
238
  className?: string;
239
239
  innerRef?: React.Ref<HTMLDivElement>;
240
240
  }
241
- declare function export_default$21(props: CalendarProps): React.JSX.Element;
241
+ declare function export_default$27(props: CalendarProps): React.JSX.Element;
242
242
 
243
243
  type CalendarDayStateConfiguration = Record<string, {
244
244
  style?: CSSProperties;
@@ -254,7 +254,7 @@ interface CalendarDayProps {
254
254
  onClick?: (date: Date) => void;
255
255
  innerRef?: React.Ref<HTMLDivElement>;
256
256
  }
257
- declare function export_default$20(props: CalendarDayProps): React.JSX.Element;
257
+ declare function export_default$26(props: CalendarDayProps): React.JSX.Element;
258
258
 
259
259
  interface CardProps {
260
260
  className?: string;
@@ -265,7 +265,7 @@ interface CardProps {
265
265
  backgroundColor?: ColorDefinition;
266
266
  style?: React.CSSProperties;
267
267
  }
268
- declare function export_default$1$(props: CardProps): React.JSX.Element | null;
268
+ declare function export_default$25(props: CardProps): React.JSX.Element | null;
269
269
 
270
270
  interface CardTitleProps {
271
271
  title: string;
@@ -274,7 +274,7 @@ interface CardTitleProps {
274
274
  innerRef?: React.Ref<HTMLDivElement>;
275
275
  color?: ColorDefinition;
276
276
  }
277
- declare function export_default$1_(props: CardTitleProps): React.JSX.Element;
277
+ declare function export_default$24(props: CardTitleProps): React.JSX.Element;
278
278
 
279
279
  type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
280
280
  declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
@@ -305,7 +305,7 @@ interface DateRangeNavigatorProps {
305
305
  innerRef?: React.Ref<HTMLDivElement>;
306
306
  sticky?: boolean;
307
307
  }
308
- declare function export_default$1Z(props: DateRangeNavigatorProps): React.JSX.Element;
308
+ declare function export_default$23(props: DateRangeNavigatorProps): React.JSX.Element;
309
309
 
310
310
  interface DayTrackerSymbolProps {
311
311
  primaryColors: string[];
@@ -314,7 +314,7 @@ interface DayTrackerSymbolProps {
314
314
  size?: "small" | "large";
315
315
  innerRef?: React.Ref<HTMLDivElement>;
316
316
  }
317
- declare function export_default$1Y(props: DayTrackerSymbolProps): React.JSX.Element;
317
+ declare function export_default$22(props: DayTrackerSymbolProps): React.JSX.Element;
318
318
 
319
319
  interface ClosedInterval {
320
320
  values: number[];
@@ -341,7 +341,7 @@ declare enum DumbbellClass {
341
341
  "mdhui-dumbbell-in-range" = 0,
342
342
  "mdhui-dumbbell-out-of-range" = 1
343
343
  }
344
- declare function export_default$1X(props: DumbBellChartProps): React.JSX.Element;
344
+ declare function export_default$21(props: DumbBellChartProps): React.JSX.Element;
345
345
 
346
346
  interface FaceProps {
347
347
  faceValue?: number;
@@ -350,7 +350,7 @@ interface FaceProps {
350
350
  className?: string;
351
351
  innerRef?: React.Ref<HTMLButtonElement>;
352
352
  }
353
- declare function export_default$1W(props: FaceProps): React.JSX.Element;
353
+ declare function export_default$20(props: FaceProps): React.JSX.Element;
354
354
 
355
355
  interface HistogramProps {
356
356
  entries: {
@@ -362,7 +362,7 @@ interface HistogramProps {
362
362
  className?: string;
363
363
  innerRef?: React.Ref<HTMLDivElement>;
364
364
  }
365
- declare function export_default$1V(props: HistogramProps): React.JSX.Element;
365
+ declare function export_default$1$(props: HistogramProps): React.JSX.Element;
366
366
 
367
367
  interface LayoutProps {
368
368
  children?: React.ReactNode;
@@ -383,7 +383,7 @@ interface LayoutContext {
383
383
  bodyBackgroundColor: string;
384
384
  }
385
385
  declare const LayoutContext: React.Context<LayoutContext>;
386
- declare function export_default$1U(props: LayoutProps): React.JSX.Element;
386
+ declare function export_default$1_(props: LayoutProps): React.JSX.Element;
387
387
 
388
388
  interface LoadingIndicatorProps {
389
389
  variant?: "default" | "inline";
@@ -393,6 +393,19 @@ interface LoadingIndicatorProps {
393
393
  }
394
394
  declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
395
395
 
396
+ interface MonthlyEventMatrixRow {
397
+ label: string;
398
+ data: boolean[];
399
+ color: ColorDefinition;
400
+ }
401
+ interface MonthlyEventMatrixProps {
402
+ title?: string;
403
+ rows: MonthlyEventMatrixRow[];
404
+ innerRef?: React.Ref<HTMLTableElement>;
405
+ intervalStart: Date;
406
+ }
407
+ declare function export_default$1Z(props: MonthlyEventMatrixProps): React.JSX.Element;
408
+
396
409
  interface NavigationBarProps {
397
410
  title?: string;
398
411
  subtitle?: string;
@@ -410,7 +423,7 @@ interface NavigationBarProps {
410
423
  navigationBarRight?: React.ReactNode;
411
424
  backgroundColor?: ColorDefinition;
412
425
  }
413
- declare function export_default$1T(props: NavigationBarProps): React.JSX.Element;
426
+ declare function export_default$1Y(props: NavigationBarProps): React.JSX.Element;
414
427
 
415
428
  interface NotesInputProps {
416
429
  autoTimestamp?: boolean;
@@ -418,7 +431,7 @@ interface NotesInputProps {
418
431
  onChange(value: string): void;
419
432
  value: string;
420
433
  }
421
- declare function export_default$1S(props: NotesInputProps): React.JSX.Element;
434
+ declare function export_default$1X(props: NotesInputProps): React.JSX.Element;
422
435
 
423
436
  interface ProgressBarProps {
424
437
  backgroundColor?: ColorDefinition;
@@ -456,7 +469,7 @@ interface ProgressRingProps {
456
469
  percentCompleted?: number;
457
470
  animate?: boolean;
458
471
  }
459
- declare function export_default$1R(props: ProgressRingProps): React.JSX.Element;
472
+ declare function export_default$1W(props: ProgressRingProps): React.JSX.Element;
460
473
 
461
474
  type ResourceImageAlignment = 'left' | 'center' | 'right';
462
475
  type ResourceButtonVariant = 'button' | 'link';
@@ -470,7 +483,7 @@ interface ResourceProps {
470
483
  onClick: () => void;
471
484
  innerRef?: React.Ref<HTMLDivElement>;
472
485
  }
473
- declare function export_default$1Q(props: ResourceProps): React.JSX.Element;
486
+ declare function export_default$1V(props: ResourceProps): React.JSX.Element;
474
487
 
475
488
  type ResourceListPreviewState = 'no resources' | 'some resources';
476
489
 
@@ -490,7 +503,7 @@ interface ResourceListProps {
490
503
  buttonText?: string;
491
504
  innerRef?: React.Ref<HTMLDivElement>;
492
505
  }
493
- declare function export_default$1P(props: ResourceListProps): React.JSX.Element;
506
+ declare function export_default$1U(props: ResourceListProps): React.JSX.Element;
494
507
 
495
508
  type RotatingComponentInterval = 'day' | 'week' | 'month';
496
509
  interface RotatingComponentCoordinatorProps {
@@ -499,7 +512,7 @@ interface RotatingComponentCoordinatorProps {
499
512
  startDate: Date;
500
513
  innerRef?: React.Ref<HTMLDivElement>;
501
514
  }
502
- declare function export_default$1O(props: RotatingComponentCoordinatorProps): React.JSX.Element;
515
+ declare function export_default$1T(props: RotatingComponentCoordinatorProps): React.JSX.Element;
503
516
 
504
517
  interface SectionProps {
505
518
  children?: React.ReactNode;
@@ -509,7 +522,7 @@ interface SectionProps {
509
522
  backgroundColor?: ColorDefinition;
510
523
  style?: React.CSSProperties;
511
524
  }
512
- declare function export_default$1N(props: SectionProps): React.JSX.Element | null;
525
+ declare function export_default$1S(props: SectionProps): React.JSX.Element | null;
513
526
 
514
527
  interface SegmentedControlProps {
515
528
  segments: {
@@ -523,9 +536,9 @@ interface SegmentedControlProps {
523
536
  variant?: "default" | "optionsHorizontal" | "optionsVertical";
524
537
  innerRef?: React.Ref<HTMLDivElement>;
525
538
  }
526
- declare function export_default$1M(props: SegmentedControlProps): React.JSX.Element;
539
+ declare function export_default$1R(props: SegmentedControlProps): React.JSX.Element;
527
540
 
528
- declare function export_default$1L(): React.JSX.Element;
541
+ declare function export_default$1Q(): React.JSX.Element;
529
542
 
530
543
  interface SingleDataPointProps {
531
544
  label: string;
@@ -536,7 +549,7 @@ interface SingleDataPointProps {
536
549
  onClick?: () => void;
537
550
  innerRef?: React.Ref<HTMLDivElement>;
538
551
  }
539
- declare function export_default$1K(props: SingleDataPointProps): React.JSX.Element;
552
+ declare function export_default$1P(props: SingleDataPointProps): React.JSX.Element;
540
553
 
541
554
  interface SingleExternalAccountProps {
542
555
  externalAccount: ExternalAccount;
@@ -544,13 +557,13 @@ interface SingleExternalAccountProps {
544
557
  onReconnectAccount: (account: ExternalAccount) => void;
545
558
  innerRef?: React.Ref<HTMLDivElement>;
546
559
  }
547
- declare function export_default$1J(props: SingleExternalAccountProps): React.JSX.Element;
560
+ declare function export_default$1O(props: SingleExternalAccountProps): React.JSX.Element;
548
561
 
549
562
  interface SingleNotificationProps {
550
563
  notification: Notification;
551
564
  innerRef?: React.Ref<HTMLDivElement>;
552
565
  }
553
- declare function export_default$1I(props: SingleNotificationProps): React.JSX.Element;
566
+ declare function export_default$1N(props: SingleNotificationProps): React.JSX.Element;
554
567
 
555
568
  type SingleSurveyTaskVariant = 'default' | 'expanded';
556
569
  interface SingleSurveyTaskProps {
@@ -563,7 +576,7 @@ interface SingleSurveyTaskProps {
563
576
  buttonVariant?: ButtonVariant;
564
577
  innerRef?: React.Ref<HTMLDivElement>;
565
578
  }
566
- declare function export_default$1H(props: SingleSurveyTaskProps): React.JSX.Element | null;
579
+ declare function export_default$1M(props: SingleSurveyTaskProps): React.JSX.Element | null;
567
580
 
568
581
  interface SparkBarChartProps {
569
582
  averageFillPercent: number;
@@ -574,7 +587,7 @@ interface SparkBarChartBar {
574
587
  color: string;
575
588
  barFillPercent: number;
576
589
  }
577
- declare function export_default$1G(props: SparkBarChartProps): React.JSX.Element;
590
+ declare function export_default$1L(props: SparkBarChartProps): React.JSX.Element;
578
591
 
579
592
  interface SwitchProps {
580
593
  isOn: Boolean;
@@ -583,7 +596,7 @@ interface SwitchProps {
583
596
  className?: string;
584
597
  innerRef?: React.Ref<HTMLButtonElement>;
585
598
  }
586
- declare function export_default$1F(props: SwitchProps): React.JSX.Element;
599
+ declare function export_default$1K(props: SwitchProps): React.JSX.Element;
587
600
 
588
601
  interface StatusBarBackgroundProps {
589
602
  color?: string;
@@ -598,7 +611,7 @@ interface TextBlockProps {
598
611
  color?: ColorDefinition;
599
612
  style?: React.CSSProperties;
600
613
  }
601
- declare function export_default$1E(props: TextBlockProps): React.JSX.Element | null;
614
+ declare function export_default$1J(props: TextBlockProps): React.JSX.Element | null;
602
615
 
603
616
  interface TitleProps {
604
617
  color?: ColorDefinition;
@@ -611,7 +624,7 @@ interface TitleProps {
611
624
  imageAlignment?: "top" | "left";
612
625
  defaultMargin?: boolean;
613
626
  }
614
- declare function export_default$1D(props: TitleProps): React.JSX.Element;
627
+ declare function export_default$1I(props: TitleProps): React.JSX.Element;
615
628
 
616
629
  interface TrackerItemProps {
617
630
  selected: boolean;
@@ -623,7 +636,7 @@ interface TrackerItemProps {
623
636
  className?: string;
624
637
  noBoxShadow?: boolean;
625
638
  }
626
- declare function export_default$1C(props: TrackerItemProps): React.JSX.Element;
639
+ declare function export_default$1H(props: TrackerItemProps): React.JSX.Element;
627
640
 
628
641
  interface UnstyledButtonProps {
629
642
  onClick: MouseEventHandler;
@@ -634,7 +647,7 @@ interface UnstyledButtonProps {
634
647
  disabled?: boolean;
635
648
  innerRef?: React.Ref<HTMLButtonElement>;
636
649
  }
637
- declare function export_default$1B(props: UnstyledButtonProps): React.JSX.Element;
650
+ declare function export_default$1G(props: UnstyledButtonProps): React.JSX.Element;
638
651
 
639
652
  interface ValueSelectorProps {
640
653
  title?: string;
@@ -655,7 +668,7 @@ interface ValueSelectorProps {
655
668
  preventEmptySelections?: boolean;
656
669
  innerRef?: React.Ref<HTMLDivElement>;
657
670
  }
658
- declare function export_default$1A(props: ValueSelectorProps): React.JSX.Element;
671
+ declare function export_default$1F(props: ValueSelectorProps): React.JSX.Element;
659
672
 
660
673
  interface ViewHeaderProps {
661
674
  title?: string;
@@ -664,7 +677,7 @@ interface ViewHeaderProps {
664
677
  subtitleColor?: ColorDefinition;
665
678
  action?: React.ReactNode;
666
679
  }
667
- declare function export_default$1z(props: ViewHeaderProps): React.JSX.Element | null;
680
+ declare function export_default$1E(props: ViewHeaderProps): React.JSX.Element | null;
668
681
 
669
682
  interface WeekCalendarProps {
670
683
  selectedDate?: Date;
@@ -675,7 +688,7 @@ interface WeekCalendarProps {
675
688
  onStartDateChange?(startDate: Date): void;
676
689
  dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
677
690
  }
678
- declare function export_default$1y(props: WeekCalendarProps): React.JSX.Element;
691
+ declare function export_default$1D(props: WeekCalendarProps): React.JSX.Element;
679
692
 
680
693
  interface InboxCompletedListItemProps {
681
694
  name: string;
@@ -683,14 +696,14 @@ interface InboxCompletedListItemProps {
683
696
  onClick?: () => void;
684
697
  innerRef?: React.Ref<HTMLDivElement>;
685
698
  }
686
- declare function export_default$1x(props: InboxCompletedListItemProps): React.JSX.Element;
699
+ declare function export_default$1C(props: InboxCompletedListItemProps): React.JSX.Element;
687
700
 
688
701
  interface InboxMessageListItemProps {
689
702
  message: InboxMessage;
690
703
  onClick: () => void;
691
704
  innerRef?: React.Ref<HTMLDivElement>;
692
705
  }
693
- declare function export_default$1w(props: InboxMessageListItemProps): React.JSX.Element | null;
706
+ declare function export_default$1B(props: InboxMessageListItemProps): React.JSX.Element | null;
694
707
 
695
708
  interface InboxResourceListItemProps {
696
709
  resource: InboxResource;
@@ -700,7 +713,7 @@ interface InboxResourceListItemProps {
700
713
  buttonText?: string;
701
714
  innerRef?: React.Ref<HTMLDivElement>;
702
715
  }
703
- declare function export_default$1v(props: InboxResourceListItemProps): React.JSX.Element | null;
716
+ declare function export_default$1A(props: InboxResourceListItemProps): React.JSX.Element | null;
704
717
 
705
718
  type InboxSurveyVariant = 'default' | 'expanded';
706
719
  interface InboxSurveyListItemProps {
@@ -710,7 +723,7 @@ interface InboxSurveyListItemProps {
710
723
  surveyActive?: boolean;
711
724
  innerRef?: React.Ref<HTMLDivElement>;
712
725
  }
713
- declare function export_default$1u(props: InboxSurveyListItemProps): React.JSX.Element | null;
726
+ declare function export_default$1z(props: InboxSurveyListItemProps): React.JSX.Element | null;
714
727
 
715
728
  interface AsthmaRecommendedArticleProps {
716
729
  previewState?: 'none' | 'default';
@@ -722,7 +735,7 @@ interface AsthmaRecommendedArticleProps {
722
735
  style?: React.CSSProperties;
723
736
  innerRef?: React.Ref<HTMLDivElement>;
724
737
  }
725
- declare function export_default$1t(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
738
+ declare function export_default$1y(props: AsthmaRecommendedArticleProps): React.JSX.Element | null;
726
739
 
727
740
  declare enum AsthmaDailyDataType {
728
741
  Steps = "Asthma.Steps",
@@ -775,7 +788,7 @@ interface AsthmaActionPlanViewProps {
775
788
  learnMoreUrl: string;
776
789
  editActionPlanSurveyName: string;
777
790
  }
778
- declare function export_default$1s(props: AsthmaActionPlanViewProps): React.JSX.Element;
791
+ declare function export_default$1x(props: AsthmaActionPlanViewProps): React.JSX.Element;
779
792
 
780
793
  interface AsthmaActivityViewProps {
781
794
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -783,7 +796,7 @@ interface AsthmaActivityViewProps {
783
796
  alert?: 'Steps';
784
797
  logEntrySurveyName: string;
785
798
  }
786
- declare function export_default$1r(props: AsthmaActivityViewProps): React.JSX.Element;
799
+ declare function export_default$1w(props: AsthmaActivityViewProps): React.JSX.Element;
787
800
 
788
801
  interface AsthmaAirQualityViewProps {
789
802
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -791,14 +804,14 @@ interface AsthmaAirQualityViewProps {
791
804
  alert?: 'HomeAirQuality' | 'WorkAirQuality';
792
805
  logEntrySurveyName: string;
793
806
  }
794
- declare function export_default$1q(props: AsthmaAirQualityViewProps): React.JSX.Element;
807
+ declare function export_default$1v(props: AsthmaAirQualityViewProps): React.JSX.Element;
795
808
 
796
809
  interface AsthmaAlertTakeoverViewProps {
797
810
  colorScheme?: 'light' | 'dark' | 'auto';
798
811
  previewState?: 'default';
799
812
  logEntrySurveyName: string;
800
813
  }
801
- declare function export_default$1p(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
814
+ declare function export_default$1u(props: AsthmaAlertTakeoverViewProps): React.JSX.Element;
802
815
 
803
816
  interface AsthmaDayViewProps {
804
817
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -813,7 +826,7 @@ interface AsthmaDayViewProps {
813
826
  sleepUrl: string;
814
827
  airQualityUrl: string;
815
828
  }
816
- declare function export_default$1o(props: AsthmaDayViewProps): React.JSX.Element;
829
+ declare function export_default$1t(props: AsthmaDayViewProps): React.JSX.Element;
817
830
 
818
831
  interface AsthmaHeartAndLungsViewProps {
819
832
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -821,7 +834,7 @@ interface AsthmaHeartAndLungsViewProps {
821
834
  alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
822
835
  logEntrySurveyName: string;
823
836
  }
824
- declare function export_default$1n(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
837
+ declare function export_default$1s(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
825
838
 
826
839
  type AsthmaLogEntryEditorViewPreviewState = 'no symptoms' | 'mild symptoms' | 'moderate symptoms' | 'severe symptoms';
827
840
 
@@ -830,13 +843,13 @@ interface AsthmaLogEntryEditorViewProps {
830
843
  previewState?: 'loading' | AsthmaLogEntryEditorViewPreviewState;
831
844
  date: Date;
832
845
  }
833
- declare function export_default$1m(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
846
+ declare function export_default$1r(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
834
847
 
835
848
  interface AsthmaProviderReportViewProps {
836
849
  previewState?: 'loading' | AsthmaProviderReportPreviewState;
837
850
  logEntrySurveyName: string;
838
851
  }
839
- declare function export_default$1l(props: AsthmaProviderReportViewProps): React.JSX.Element;
852
+ declare function export_default$1q(props: AsthmaProviderReportViewProps): React.JSX.Element;
840
853
 
841
854
  interface AsthmaSleepViewProps {
842
855
  colorScheme?: 'light' | 'dark' | 'auto';
@@ -844,7 +857,7 @@ interface AsthmaSleepViewProps {
844
857
  alert?: 'SleepDisturbances';
845
858
  logEntrySurveyName: string;
846
859
  }
847
- declare function export_default$1k(props: AsthmaSleepViewProps): React.JSX.Element;
860
+ declare function export_default$1p(props: AsthmaSleepViewProps): React.JSX.Element;
848
861
 
849
862
  interface TermInformation {
850
863
  TermFamily: string;
@@ -857,7 +870,7 @@ interface AllergiesListProps {
857
870
  onViewTermInfo(termInfo: TermInformation): void;
858
871
  innerRef?: React.Ref<HTMLDivElement>;
859
872
  }
860
- declare function export_default$1j(props: AllergiesListProps): React.JSX.Element;
873
+ declare function export_default$1o(props: AllergiesListProps): React.JSX.Element;
861
874
 
862
875
  interface AppDownloadProps {
863
876
  previewProjectPlatforms?: string[];
@@ -866,10 +879,10 @@ interface AppDownloadProps {
866
879
  title?: string;
867
880
  text?: string;
868
881
  }
869
- declare function export_default$1i(props: AppDownloadProps): React.JSX.Element | null;
882
+ declare function export_default$1n(props: AppDownloadProps): React.JSX.Element | null;
870
883
 
871
884
  type BloodPressureDeviceDataSource = 'AppleHealth' | 'GoogleFit';
872
- declare function export_default$1h(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
885
+ declare function export_default$1m(surveyDataSource?: SurveyBloodPressureDataParameters, bloodPressureDeviceDataSources?: BloodPressureDeviceDataSource[]): Promise<BloodPressureDataPoint[]>;
873
886
 
874
887
  interface SurveyBloodPressureDataParameters {
875
888
  surveyName: string;
@@ -891,14 +904,14 @@ interface BloodPressureVisualizationProps {
891
904
  deviceDataSource?: BloodPressureDeviceDataSource[];
892
905
  innerRef?: React.Ref<HTMLDivElement>;
893
906
  }
894
- declare function export_default$1g(props: BloodPressureVisualizationProps): React.JSX.Element;
907
+ declare function export_default$1l(props: BloodPressureVisualizationProps): React.JSX.Element;
895
908
 
896
909
  interface ConditionsListProps {
897
910
  previewState?: "default";
898
911
  onViewTermInfo(termInfo: TermInformation): void;
899
912
  innerRef?: React.Ref<HTMLDivElement>;
900
913
  }
901
- declare function export_default$1f(props: ConditionsListProps): React.JSX.Element;
914
+ declare function export_default$1k(props: ConditionsListProps): React.JSX.Element;
902
915
 
903
916
  type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
904
917
  interface ConnectDevicesMenuProps {
@@ -909,7 +922,7 @@ interface ConnectDevicesMenuProps {
909
922
  previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
910
923
  headerVariant?: "large" | "medium";
911
924
  }
912
- declare function export_default$1e(props: ConnectDevicesMenuProps): React.JSX.Element | null;
925
+ declare function export_default$1j(props: ConnectDevicesMenuProps): React.JSX.Element | null;
913
926
 
914
927
  interface ConnectEhrProps {
915
928
  applicationUrl: ConnectEhrApplicationUrl;
@@ -926,7 +939,7 @@ interface ConnectEhrProps {
926
939
  }
927
940
  type ConnectEhrApplicationUrl = "preview" | string;
928
941
  type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
929
- declare function export_default$1d(props: ConnectEhrProps): React.JSX.Element | null;
942
+ declare function export_default$1i(props: ConnectEhrProps): React.JSX.Element | null;
930
943
 
931
944
  interface ConnectFitbitProps {
932
945
  title?: string;
@@ -937,7 +950,7 @@ interface ConnectFitbitProps {
937
950
  hideWhenConnected?: boolean;
938
951
  }
939
952
  type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
940
- declare function export_default$1c(props: ConnectFitbitProps): React.JSX.Element;
953
+ declare function export_default$1h(props: ConnectFitbitProps): React.JSX.Element;
941
954
 
942
955
  interface ConnectGarminProps {
943
956
  title?: string;
@@ -948,7 +961,7 @@ interface ConnectGarminProps {
948
961
  hideWhenConnected?: boolean;
949
962
  }
950
963
  type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
951
- declare function export_default$1b(props: ConnectGarminProps): React.JSX.Element;
964
+ declare function export_default$1g(props: ConnectGarminProps): React.JSX.Element;
952
965
 
953
966
  type DailyDataQueryResult = {
954
967
  [key: string]: number;
@@ -1065,13 +1078,13 @@ interface DeviceDataChartLine {
1065
1078
  showAverage?: boolean;
1066
1079
  }
1067
1080
  type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
1068
- declare function export_default$1a(props: DeviceDataMonthChartProps): React.JSX.Element | null;
1081
+ declare function export_default$1f(props: DeviceDataMonthChartProps): React.JSX.Element | null;
1069
1082
 
1070
1083
  interface DeviceDataMonthChartsProps {
1071
1084
  previewState?: DeviceDataMonthChartsPreviewState;
1072
1085
  }
1073
1086
  type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
1074
- declare function export_default$19(props: DeviceDataMonthChartsProps): React.JSX.Element;
1087
+ declare function export_default$1e(props: DeviceDataMonthChartsProps): React.JSX.Element;
1075
1088
 
1076
1089
  interface ExternalAccountListProps {
1077
1090
  externalAccountProviderCategories?: string[];
@@ -1080,14 +1093,14 @@ interface ExternalAccountListProps {
1080
1093
  innerRef?: React.Ref<HTMLDivElement>;
1081
1094
  }
1082
1095
  type NotificationListPreviewState$1 = "Default";
1083
- declare function export_default$18(props: ExternalAccountListProps): React.JSX.Element;
1096
+ declare function export_default$1d(props: ExternalAccountListProps): React.JSX.Element;
1084
1097
 
1085
1098
  interface ExternalAccountsLoadingIndicatorProps {
1086
1099
  previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
1087
1100
  externalAccountCategories?: string[];
1088
1101
  innerRef?: React.Ref<HTMLDivElement>;
1089
1102
  }
1090
- declare function export_default$17(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
1103
+ declare function export_default$1c(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
1091
1104
 
1092
1105
  interface ExternalAccountsPreviewProps {
1093
1106
  excludeProviders?: boolean;
@@ -1099,7 +1112,7 @@ interface ExternalAccountsPreviewProps {
1099
1112
  }
1100
1113
  type ExternalAccountsApplicationUrl = "preview" | string;
1101
1114
  type ExternalAccountsPreviewPreviewState = "Default";
1102
- declare function export_default$16(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1115
+ declare function export_default$1b(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1103
1116
 
1104
1117
  type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
1105
1118
 
@@ -1107,25 +1120,25 @@ interface FitbitDevicesProps {
1107
1120
  previewState?: ConnectedDevicesPreviewState;
1108
1121
  innerRef?: React.Ref<HTMLDivElement>;
1109
1122
  }
1110
- declare function export_default$15(props: FitbitDevicesProps): React.JSX.Element;
1123
+ declare function export_default$1a(props: FitbitDevicesProps): React.JSX.Element;
1111
1124
 
1112
1125
  type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
1113
1126
 
1114
1127
  interface FitbitMonthChartsProps {
1115
1128
  previewState?: MonthChartsPreviewState;
1116
1129
  }
1117
- declare function export_default$14(props: FitbitMonthChartsProps): React.JSX.Element;
1130
+ declare function export_default$19(props: FitbitMonthChartsProps): React.JSX.Element;
1118
1131
 
1119
1132
  interface GarminDevicesProps {
1120
1133
  previewState?: ConnectedDevicesPreviewState;
1121
1134
  innerRef?: React.Ref<HTMLDivElement>;
1122
1135
  }
1123
- declare function export_default$13(props: GarminDevicesProps): React.JSX.Element;
1136
+ declare function export_default$18(props: GarminDevicesProps): React.JSX.Element;
1124
1137
 
1125
1138
  interface GarminMonthChartsProps {
1126
1139
  previewState?: MonthChartsPreviewState;
1127
1140
  }
1128
- declare function export_default$12(props: GarminMonthChartsProps): React.JSX.Element;
1141
+ declare function export_default$17(props: GarminMonthChartsProps): React.JSX.Element;
1129
1142
 
1130
1143
  type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
1131
1144
  interface HealthPreviewSectionProps {
@@ -1135,7 +1148,16 @@ interface HealthPreviewSectionProps {
1135
1148
  indicatorPosition?: "default" | "topRight";
1136
1149
  innerRef?: React.Ref<HTMLDivElement>;
1137
1150
  }
1138
- declare function export_default$11(props: HealthPreviewSectionProps): React.JSX.Element | null;
1151
+ declare function export_default$16(props: HealthPreviewSectionProps): React.JSX.Element | null;
1152
+
1153
+ interface LabResultsBloodTypeProps {
1154
+ previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
1155
+ showDetailedResults?: true | false;
1156
+ maximumResults?: number;
1157
+ onClick?: () => void;
1158
+ innerRef?: React.Ref<HTMLDivElement>;
1159
+ }
1160
+ declare function export_default$15(props: LabResultsBloodTypeProps): React.JSX.Element | null;
1139
1161
 
1140
1162
  interface LabResultsSummaryProps {
1141
1163
  previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
@@ -1143,14 +1165,14 @@ interface LabResultsSummaryProps {
1143
1165
  onViewTermInfo(termInfo: TermInformation): void;
1144
1166
  innerRef?: React.Ref<HTMLDivElement>;
1145
1167
  }
1146
- declare function export_default$10(props: LabResultsSummaryProps): React.JSX.Element | null;
1168
+ declare function export_default$14(props: LabResultsSummaryProps): React.JSX.Element | null;
1147
1169
 
1148
1170
  interface MedicationsListProps {
1149
1171
  previewState?: "default";
1150
1172
  onViewTermInfo(termInfo: TermInformation): void;
1151
1173
  innerRef?: React.Ref<HTMLDivElement>;
1152
1174
  }
1153
- declare function export_default$$(props: MedicationsListProps): React.JSX.Element;
1175
+ declare function export_default$13(props: MedicationsListProps): React.JSX.Element;
1154
1176
 
1155
1177
  interface MostRecentNotificationProps {
1156
1178
  notificationType?: NotificationType;
@@ -1160,7 +1182,7 @@ interface MostRecentNotificationProps {
1160
1182
  innerRef?: React.Ref<HTMLDivElement>;
1161
1183
  }
1162
1184
  type MostRecentNotificationPreviewState = "Default";
1163
- declare function export_default$_(props: MostRecentNotificationProps): React.JSX.Element | null;
1185
+ declare function export_default$12(props: MostRecentNotificationProps): React.JSX.Element | null;
1164
1186
 
1165
1187
  interface NotificationListProps {
1166
1188
  notificationType?: NotificationType;
@@ -1168,7 +1190,7 @@ interface NotificationListProps {
1168
1190
  innerRef?: React.Ref<HTMLDivElement>;
1169
1191
  }
1170
1192
  type NotificationListPreviewState = "Default" | "NoData";
1171
- declare function export_default$Z(props: NotificationListProps): React.JSX.Element;
1193
+ declare function export_default$11(props: NotificationListProps): React.JSX.Element;
1172
1194
 
1173
1195
  interface PlatformSpecificContentProps {
1174
1196
  platforms: string[];
@@ -1176,21 +1198,21 @@ interface PlatformSpecificContentProps {
1176
1198
  previewDevicePlatform?: string;
1177
1199
  innerRef?: React.Ref<HTMLDivElement>;
1178
1200
  }
1179
- declare function export_default$Y(props: PlatformSpecificContentProps): React.JSX.Element | null;
1201
+ declare function export_default$10(props: PlatformSpecificContentProps): React.JSX.Element | null;
1180
1202
 
1181
1203
  interface ProjectHeaderProps {
1182
1204
  previewState?: ProjectHeaderPropsPreviewState;
1183
1205
  innerRef?: React.Ref<HTMLDivElement>;
1184
1206
  }
1185
1207
  type ProjectHeaderPropsPreviewState = "Default";
1186
- declare function export_default$X(props: ProjectHeaderProps): React.JSX.Element;
1208
+ declare function export_default$$(props: ProjectHeaderProps): React.JSX.Element;
1187
1209
 
1188
1210
  interface ProjectSupportProps {
1189
1211
  previewState?: ProjectSupportPropsPreviewState;
1190
1212
  innerRef?: React.Ref<HTMLDivElement>;
1191
1213
  }
1192
1214
  type ProjectSupportPropsPreviewState = "Default";
1193
- declare function export_default$W(props: ProjectSupportProps): React.JSX.Element | null;
1215
+ declare function export_default$_(props: ProjectSupportProps): React.JSX.Element | null;
1194
1216
 
1195
1217
  interface ProviderSearchProps {
1196
1218
  previewState?: ProviderSearchPreviewState;
@@ -1199,7 +1221,7 @@ interface ProviderSearchProps {
1199
1221
  innerRef?: React.Ref<HTMLDivElement>;
1200
1222
  }
1201
1223
  type ProviderSearchPreviewState = "Default";
1202
- declare function export_default$V(props: ProviderSearchProps): React.JSX.Element;
1224
+ declare function export_default$Z(props: ProviderSearchProps): React.JSX.Element;
1203
1225
 
1204
1226
  interface RecentDailyDataBarChartProps {
1205
1227
  previewState?: 'loading' | 'loaded without data' | 'loaded with data';
@@ -1213,7 +1235,7 @@ interface RecentDailyDataBarChartProps {
1213
1235
  highlight?: (rawValue: number) => boolean;
1214
1236
  innerRef?: React.Ref<HTMLDivElement>;
1215
1237
  }
1216
- declare function export_default$U(props: RecentDailyDataBarChartProps): React.JSX.Element;
1238
+ declare function export_default$Y(props: RecentDailyDataBarChartProps): React.JSX.Element;
1217
1239
 
1218
1240
  interface RelativeActivityTodayProps {
1219
1241
  dataTypes: RelativeActivityDataType[];
@@ -1228,7 +1250,7 @@ interface RelativeActivityDataType {
1228
1250
  color: string;
1229
1251
  formatter: (number: number) => string;
1230
1252
  }
1231
- declare function export_default$T(props: RelativeActivityTodayProps): React.JSX.Element | null;
1253
+ declare function export_default$X(props: RelativeActivityTodayProps): React.JSX.Element | null;
1232
1254
 
1233
1255
  type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
1234
1256
  interface RestingHeartRateCalendarProps {
@@ -1237,7 +1259,7 @@ interface RestingHeartRateCalendarProps {
1237
1259
  showPreviewData: RestingHeartRateCalendarPreviewState;
1238
1260
  innerRef?: React.Ref<HTMLDivElement>;
1239
1261
  }
1240
- declare function export_default$S(props: RestingHeartRateCalendarProps): React.JSX.Element;
1262
+ declare function export_default$W(props: RestingHeartRateCalendarProps): React.JSX.Element;
1241
1263
 
1242
1264
  interface SurveyTaskListProps {
1243
1265
  status: SurveyTaskStatus;
@@ -1255,7 +1277,7 @@ interface SurveyTaskListProps {
1255
1277
  buttonColor?: ColorDefinition;
1256
1278
  }
1257
1279
  type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
1258
- declare function export_default$R(props: SurveyTaskListProps): React.JSX.Element | null;
1280
+ declare function export_default$V(props: SurveyTaskListProps): React.JSX.Element | null;
1259
1281
 
1260
1282
  type SeverityCalendarPreviewState = "Default" | "NoData";
1261
1283
  interface SeverityCalendarProps {
@@ -1267,7 +1289,7 @@ interface SeverityCalendarProps {
1267
1289
  previewState?: SeverityCalendarPreviewState;
1268
1290
  innerRef?: React.Ref<HTMLDivElement>;
1269
1291
  }
1270
- declare function export_default$Q(props: SeverityCalendarProps): React.JSX.Element;
1292
+ declare function export_default$U(props: SeverityCalendarProps): React.JSX.Element;
1271
1293
 
1272
1294
  interface ViewEhrProps {
1273
1295
  onClick(): void;
@@ -1277,7 +1299,7 @@ interface ViewEhrProps {
1277
1299
  buttonColor?: ColorDefinition;
1278
1300
  buttonVariant?: ButtonVariant;
1279
1301
  }
1280
- declare function export_default$P(props: ViewEhrProps): React.JSX.Element | null;
1302
+ declare function export_default$T(props: ViewEhrProps): React.JSX.Element | null;
1281
1303
 
1282
1304
  type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
1283
1305
 
@@ -1304,13 +1326,13 @@ interface InboxItemListProps {
1304
1326
  syncOnChanges?: boolean;
1305
1327
  innerRef?: React.Ref<HTMLDivElement>;
1306
1328
  }
1307
- declare function export_default$O(props: InboxItemListProps): React.JSX.Element;
1329
+ declare function export_default$S(props: InboxItemListProps): React.JSX.Element;
1308
1330
 
1309
1331
  interface InboxItemListCoordinatorProps {
1310
1332
  children: React.ReactNode;
1311
1333
  innerRef?: React.Ref<HTMLDivElement>;
1312
1334
  }
1313
- declare function export_default$N(props: InboxItemListCoordinatorProps): React.JSX.Element;
1335
+ declare function export_default$R(props: InboxItemListCoordinatorProps): React.JSX.Element;
1314
1336
 
1315
1337
  interface CelebrationStepProps {
1316
1338
  title?: string;
@@ -1323,9 +1345,9 @@ interface CelebrationStepProps {
1323
1345
  [key: string]: any;
1324
1346
  };
1325
1347
  }
1326
- declare function export_default$M(props: CelebrationStepProps): React.JSX.Element;
1348
+ declare function export_default$Q(props: CelebrationStepProps): React.JSX.Element;
1327
1349
 
1328
- declare function export_default$L(): React.JSX.Element;
1350
+ declare function export_default$P(): React.JSX.Element;
1329
1351
 
1330
1352
  interface ConnectDeviceAccountStepProps {
1331
1353
  title?: string;
@@ -1337,12 +1359,12 @@ interface ConnectDeviceAccountStepProps {
1337
1359
  };
1338
1360
  onConnect: () => void;
1339
1361
  }
1340
- declare function export_default$K(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1362
+ declare function export_default$O(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1341
1363
 
1342
1364
  interface ConnectDeviceAccountStepContainerProps {
1343
1365
  deviceType?: string;
1344
1366
  }
1345
- declare function export_default$J(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1367
+ declare function export_default$N(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1346
1368
 
1347
1369
  interface ConnectEhrStepProps {
1348
1370
  title?: string;
@@ -1356,9 +1378,9 @@ interface ConnectEhrStepProps {
1356
1378
  [key: string]: any;
1357
1379
  };
1358
1380
  }
1359
- declare function export_default$I(props: ConnectEhrStepProps): React.JSX.Element;
1381
+ declare function export_default$M(props: ConnectEhrStepProps): React.JSX.Element;
1360
1382
 
1361
- declare function export_default$H(): React.JSX.Element;
1383
+ declare function export_default$L(): React.JSX.Element;
1362
1384
 
1363
1385
  interface StepElementProps {
1364
1386
  text?: string;
@@ -1371,22 +1393,22 @@ interface IconElementProps {
1371
1393
  srcUrl?: string;
1372
1394
  }
1373
1395
 
1374
- declare function export_default$G(props: StepElementProps): React.JSX.Element | null;
1396
+ declare function export_default$K(props: StepElementProps): React.JSX.Element | null;
1375
1397
 
1376
- declare function export_default$F(props: IconElementProps): React.JSX.Element | null;
1398
+ declare function export_default$J(props: IconElementProps): React.JSX.Element | null;
1377
1399
 
1378
- declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
1400
+ declare function export_default$I(props: IconElementProps): React.JSX.Element | null;
1379
1401
 
1380
1402
  interface StepLayoutProps {
1381
1403
  children?: React.ReactNode;
1382
1404
  }
1383
- declare function export_default$D(props: StepLayoutProps): React.JSX.Element;
1405
+ declare function export_default$H(props: StepLayoutProps): React.JSX.Element;
1384
1406
 
1385
1407
  interface StepMarkdownProps {
1386
1408
  text: string;
1387
1409
  inline?: boolean;
1388
1410
  }
1389
- declare function export_default$C(props: StepMarkdownProps): React.JSX.Element;
1411
+ declare function export_default$G(props: StepMarkdownProps): React.JSX.Element;
1390
1412
 
1391
1413
  interface StepNextButtonProps extends StepElementProps {
1392
1414
  backgroundColor: string;
@@ -1396,11 +1418,11 @@ interface StepNextButtonProps extends StepElementProps {
1396
1418
  disabled?: boolean;
1397
1419
  onClick(): void;
1398
1420
  }
1399
- declare function export_default$B(props: StepNextButtonProps): React.JSX.Element;
1421
+ declare function export_default$F(props: StepNextButtonProps): React.JSX.Element;
1400
1422
 
1401
- declare function export_default$A(props: StepElementProps): React.JSX.Element | null;
1423
+ declare function export_default$E(props: StepElementProps): React.JSX.Element | null;
1402
1424
 
1403
- declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
1425
+ declare function export_default$D(props: StepElementProps): React.JSX.Element | null;
1404
1426
 
1405
1427
  interface YouTubeStepProps {
1406
1428
  title?: string;
@@ -1413,23 +1435,32 @@ interface YouTubeStepProps {
1413
1435
  [key: string]: any;
1414
1436
  };
1415
1437
  }
1416
- declare function export_default$y(props: YouTubeStepProps): React.JSX.Element;
1438
+ declare function export_default$C(props: YouTubeStepProps): React.JSX.Element;
1417
1439
 
1418
- declare function export_default$x(): React.JSX.Element;
1440
+ declare function export_default$B(): React.JSX.Element;
1441
+
1442
+ interface SymptomSharkSymptomMatrixProps {
1443
+ intervalStart?: Date;
1444
+ innerRef?: React.Ref<HTMLDivElement>;
1445
+ }
1446
+ declare function export_default$A(props: SymptomSharkSymptomMatrixProps): React.JSX.Element | null;
1419
1447
 
1420
1448
  interface SymptomSharkCalendarProps {
1421
1449
  intervalStart?: Date;
1422
1450
  onDaySelected(day: Date): void;
1423
1451
  innerRef?: React.Ref<HTMLDivElement>;
1424
1452
  }
1425
- declare function export_default$w(props: SymptomSharkCalendarProps): React.JSX.Element;
1453
+ declare function export_default$z(props: SymptomSharkCalendarProps): React.JSX.Element;
1426
1454
 
1427
1455
  interface OverallExperienceChartProps {
1428
1456
  intervalStart?: Date;
1429
1457
  showAllDays?: boolean;
1430
1458
  innerRef?: React.Ref<HTMLDivElement>;
1459
+ variant?: "default" | "monthReport";
1431
1460
  }
1432
- declare function export_default$v(props: OverallExperienceChartProps): React.JSX.Element | null;
1461
+ declare function export_default$y(props: OverallExperienceChartProps): React.JSX.Element | null;
1462
+
1463
+ type LogEntryIconKey = "star" | "star-o" | "user-md" | "hospital-o" | "ambulance" | "flag" | "moon-o" | "flask" | "bolt" | "question-circle-o" | "thermometer" | "trophy" | "spoon";
1433
1464
 
1434
1465
  interface SymptomSharkDataService {
1435
1466
  getConfiguration(): Promise<SymptomSharkConfiguration>;
@@ -1439,6 +1470,7 @@ interface SymptomSharkDataService {
1439
1470
  saveDailyLogEntry(date: string, entry: DailyLogEntry): Promise<any>;
1440
1471
  }
1441
1472
  interface SymptomSharkConfiguration {
1473
+ participantID: Guid;
1442
1474
  symptoms: SymptomConfiguration[];
1443
1475
  treatments: TreatmentConfiguration[];
1444
1476
  }
@@ -1460,7 +1492,7 @@ interface DailyLogEntry {
1460
1492
  treatments: TreatmentReference[];
1461
1493
  overallFeeling?: number;
1462
1494
  notes: string;
1463
- icon?: string;
1495
+ icon?: LogEntryIconKey;
1464
1496
  }
1465
1497
  interface SymptomReference {
1466
1498
  id: string;
@@ -1470,6 +1502,7 @@ interface TreatmentReference {
1470
1502
  id: string;
1471
1503
  }
1472
1504
  declare function convertToSymptomSharkConfiguration(info: ParticipantInfo): {
1505
+ participantID: Guid;
1473
1506
  symptoms: SymptomConfiguration[];
1474
1507
  treatments: TreatmentConfiguration[];
1475
1508
  };
@@ -1487,29 +1520,47 @@ interface SymptomSharkLogEntryProps {
1487
1520
  highlightedTreatments?: string[];
1488
1521
  innerRef?: React.Ref<HTMLDivElement>;
1489
1522
  }
1490
- declare function export_default$u(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1523
+ declare function export_default$x(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1524
+
1525
+ interface SymptomSharkMonthReportProps {
1526
+ includeNotes: boolean;
1527
+ includeDailyOverallFeeling: boolean;
1528
+ productLogo?: string;
1529
+ productName?: string;
1530
+ productUrl?: string;
1531
+ intervalStart?: Date;
1532
+ innerRef?: React.Ref<HTMLTableElement>;
1533
+ }
1534
+ declare function export_default$w(props: SymptomSharkMonthReportProps): React.JSX.Element | null;
1535
+
1536
+ interface SymptomSharkNotesTimelineProps {
1537
+ intervalStart?: Date;
1538
+ innerRef?: React.Ref<HTMLDivElement>;
1539
+ }
1540
+ declare function export_default$v(props: SymptomSharkNotesTimelineProps): React.JSX.Element | null;
1491
1541
 
1492
1542
  interface SymptomTreatmentHistogramsProps {
1493
1543
  intervalStart?: Date;
1494
1544
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1495
1545
  innerRef?: React.Ref<HTMLDivElement>;
1496
1546
  }
1497
- declare function export_default$t(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1547
+ declare function export_default$u(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1498
1548
 
1499
1549
  interface SymptomSeveritySummaryProps {
1500
1550
  symptom: SymptomConfiguration;
1501
1551
  intervalStart?: Date;
1502
1552
  innerRef?: React.Ref<HTMLDivElement>;
1503
1553
  }
1504
- declare function export_default$s(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1554
+ declare function export_default$t(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1505
1555
 
1506
1556
  interface SymptomSeverityChartProps {
1507
1557
  intervalStart?: Date;
1508
1558
  symptom: SymptomConfiguration;
1509
1559
  showAllDays?: boolean;
1510
1560
  innerRef?: React.Ref<HTMLDivElement>;
1561
+ variant?: "default" | "monthReport";
1511
1562
  }
1512
- declare function export_default$r(props: SymptomSeverityChartProps): React.JSX.Element | null;
1563
+ declare function export_default$s(props: SymptomSeverityChartProps): React.JSX.Element | null;
1513
1564
 
1514
1565
  interface SymptomTreatmentFiltersProps {
1515
1566
  expandedDropdown: "Symptoms" | "Treatments" | null;
@@ -1521,28 +1572,37 @@ interface SymptomTreatmentFiltersProps {
1521
1572
  onTreatmentsSelectionChange(treatments: string[]): void;
1522
1573
  innerRef?: React.Ref<HTMLDivElement>;
1523
1574
  }
1524
- declare function export_default$q(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1575
+ declare function export_default$r(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1525
1576
 
1526
1577
  interface SymptomSharkLogEntryListProps {
1527
1578
  onDaySelected(d: Date): void;
1528
1579
  previewState?: "default";
1529
1580
  innerRef?: React.Ref<HTMLDivElement>;
1530
1581
  }
1531
- declare function export_default$p(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1582
+ declare function export_default$q(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1532
1583
 
1533
1584
  interface SymptomSharkLogTodayProps {
1534
1585
  previewState?: "withLog" | "noLog";
1535
1586
  innerRef?: React.Ref<HTMLDivElement>;
1536
1587
  onClick(d: Date): void;
1537
1588
  }
1538
- declare function export_default$o(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1589
+ declare function export_default$p(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1539
1590
 
1540
1591
  interface SymptomSharkLogEntryEditProps {
1541
1592
  date: Date;
1542
1593
  promptForReviewAfterDays?: number;
1543
1594
  previewState?: "default";
1544
1595
  }
1545
- declare function export_default$n(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1596
+ declare function export_default$o(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1597
+
1598
+ interface SymptomSharkReportBuilderProps {
1599
+ productLogo?: string;
1600
+ productName?: string;
1601
+ productUrl?: string;
1602
+ previewState?: "default";
1603
+ innerRef?: React.Ref<HTMLDivElement>;
1604
+ }
1605
+ declare function ReportBuilder(props: SymptomSharkReportBuilderProps): React.JSX.Element;
1546
1606
 
1547
1607
  interface SymptomSharkVisualizationCoordinatorProps {
1548
1608
  children: React.ReactNode;
@@ -1550,7 +1610,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
1550
1610
  previewState?: "default";
1551
1611
  innerRef?: React.Ref<HTMLDivElement>;
1552
1612
  }
1553
- declare function export_default$m(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1613
+ declare function export_default$n(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1554
1614
 
1555
1615
  interface CalendarViewProps {
1556
1616
  colorScheme?: "light" | "dark" | "auto";
@@ -1558,7 +1618,7 @@ interface CalendarViewProps {
1558
1618
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1559
1619
  previewState?: "default";
1560
1620
  }
1561
- declare function export_default$l(props: CalendarViewProps): React.JSX.Element;
1621
+ declare function export_default$m(props: CalendarViewProps): React.JSX.Element;
1562
1622
 
1563
1623
  interface LogEntryEditViewProps {
1564
1624
  colorScheme?: "light" | "dark" | "auto";
@@ -1566,7 +1626,13 @@ interface LogEntryEditViewProps {
1566
1626
  promptForReviewAfterDays?: number;
1567
1627
  previewState?: "default";
1568
1628
  }
1569
- declare function export_default$k(props: LogEntryEditViewProps): React.JSX.Element;
1629
+ declare function export_default$l(props: LogEntryEditViewProps): React.JSX.Element;
1630
+
1631
+ interface SymptomSharkReportBuilderViewProps {
1632
+ colorScheme?: "light" | "dark" | "auto";
1633
+ previewState?: "default";
1634
+ }
1635
+ declare function export_default$k(props: SymptomSharkReportBuilderViewProps): React.JSX.Element;
1570
1636
 
1571
1637
  interface SymptomDetailViewProps {
1572
1638
  symptomId: string;
@@ -1766,4 +1832,4 @@ declare function getDayKey(date: Date): string;
1766
1832
 
1767
1833
  declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1768
1834
 
1769
- export { export_default$24 as Action, export_default$23 as ActivityMeter, export_default$1j as AllergiesList, export_default$i as AllergiesView, export_default$1i as AppDownload, AreaChartOptions, AsthmaActionPlan, export_default$2f as AsthmaActionPlanManager, export_default$1s as AsthmaActionPlanView, export_default$1r as AsthmaActivityView, export_default$2e as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1q as AsthmaAirQualityView, export_default$2d as AsthmaAlertTakeoverNotice, export_default$2c as AsthmaAlertTakeoverTrigger, export_default$1p as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$2b as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$2a as AsthmaControlCalendar, AsthmaControlCalendarPreviewState, AsthmaControlCalendarVariant, AsthmaControlState, AsthmaControlStatus, export_default$29 as AsthmaControlStatusHeader, AsthmaDailyDataType, AsthmaDataStatus, export_default$1o as AsthmaDayView, export_default$1n as AsthmaHeartAndLungsView, AsthmaImpact, AsthmaLogEntry, export_default$28 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1m as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$27 as AsthmaLogEntryHeader, AsthmaParticipant, export_default$26 as AsthmaPostEnrollmentSurveyTrigger, export_default$25 as AsthmaProviderReport, AsthmaProviderReportPreviewState, export_default$1l as AsthmaProviderReportView, export_default$1t as AsthmaRecommendedArticle, export_default$1k as AsthmaSleepView, AsthmaSymptom, AsthmaSymptomLevel, AsthmaTrigger, BarChartOptions, export_default$h as BlankView, BloodPressureDataPoint, BloodPressureDeviceDataSource, export_default$1g as BloodPressureVisualization, export_default$22 as Button, export_default$21 as Calendar, export_default$20 as CalendarDay, CalendarDayStateConfiguration, export_default$1$ as Card, export_default$1_ as CardTitle, export_default$M as CelebrationStep, export_default$L as CelebrationStepContainer, ColorDefinition, export_default$1f as ConditionsList, export_default$g as ConditionsView, export_default$K as ConnectDeviceAccountStep, export_default$J as ConnectDeviceAccountStepContainer, export_default$1e as ConnectDevicesMenu, export_default$1d as ConnectEhr, export_default$I as ConnectEhrStep, export_default$H as ConnectEhrStepContainer, export_default$f as ConnectEhrView, export_default$1c as ConnectFitbit, export_default$1b as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1Z as DateRangeNavigator, export_default$1Y as DayTrackerSymbol, DeviceDataChartLine, export_default$1a as DeviceDataMonthChart, export_default$19 as DeviceDataMonthCharts, export_default$e as DeviceDataView, export_default$1X as DumbbellChart, export_default$18 as ExternalAccountList, export_default$17 as ExternalAccountsLoadingIndicator, export_default$16 as ExternalAccountsPreview, export_default$d as ExternalAccountsView, export_default$1W as Face, export_default$15 as FitbitDevices, export_default$14 as FitbitMonthCharts, export_default$c as FitbitView, export_default$13 as GarminDevices, export_default$12 as GarminMonthCharts, export_default$b as GarminView, export_default$9 as HealthAndWellnessView, export_default$11 as HealthPreviewSection, export_default$1V as Histogram, export_default$a as HomeView, export_default$1x as InboxCompletedListItem, export_default$3 as InboxHistoryView, export_default$O as InboxItemList, export_default$N as InboxItemListCoordinator, export_default$1w as InboxMessageListItem, export_default$2 as InboxMessageView, export_default$1v as InboxResourceListItem, export_default$1u as InboxSurveyListItem, InboxSurveyVariant, export_default$4 as InboxView, export_default$10 as LabResultsSummary, export_default$1U as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$$ as MedicationsList, export_default$8 as MedicationsView, export_default$_ as MostRecentNotification, export_default$1T as NavigationBar, NewPointsEntry, export_default$5 as NewPointsView, NewPointsViewProps, export_default$1S as NotesInput, export_default$Z as NotificationList, export_default$7 as NotificationsView, export_default$Y as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1R as ProgressRing, export_default$X as ProjectHeader, export_default$W as ProjectSupport, export_default$V as ProviderSearch, export_default$U as RecentDailyDataBarChart, export_default$T as RelativeActivityToday, export_default$1Q as Resource, ResourceButtonVariant, ResourceDefinition, ResourceImageAlignment, export_default$1P as ResourceList, ResourceListPreviewState, export_default$1 as ResourceListView, export_default$S as RestingHeartRateCalendar, export_default$1O as RotatingComponentCoordinator, RotatingComponentInterval, export_default$1N as Section, export_default$1M as SegmentedControl, export_default$Q as SeverityCalendar, export_default$1L as ShinyOverlay, export_default$1K as SingleDataPoint, export_default$1J as SingleExternalAccount, export_default$1I as SingleNotification, export_default$1H as SingleSurveyTask, export_default$1G as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$G as StepDetailText, export_default$E as StepImage, export_default$F as StepImageIcon, export_default$D as StepLayout, export_default$C as StepMarkdown, export_default$B as StepNextButton, export_default$A as StepText, export_default$z as StepTitle, SurveyBloodPressureDataParameters, export_default$R as SurveyTaskList, export_default$6 as SurveyTasksView, export_default$1F as Switch, SymptomConfiguration, SymptomReference, export_default$w as SymptomSharkCalendar, export_default$l as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$u as SymptomSharkLogEntry, export_default$n as SymptomSharkLogEntryEdit, export_default$k as SymptomSharkLogEntryEditView, export_default$p as SymptomSharkLogEntryList, export_default$o as SymptomSharkLogToday, export_default$v as SymptomSharkOverallExperienceChart, export_default$j as SymptomSharkSymptomDetailView, export_default$r as SymptomSharkSymptomSeverityChart, export_default$s as SymptomSharkSymptomSeveritySummary, export_default$q as SymptomSharkSymptomTreatmentFilters, export_default$t as SymptomSharkSymptomTreatmentHistograms, export_default$m as SymptomSharkVisualizationCoordinator, export_default$1E as TextBlock, export_default$1D as Title, export_default$1C as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1B as UnstyledButton, export_default$1A as ValueSelector, export_default$P as ViewEhr, export_default$1z as ViewHeader, export_default$1y as WeekCalendar, WeekStartsOn, export_default$y as YouTubeStep, export_default$x as YouTubeStepContainer, service as asthmaDataService, export_default$1h as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
1835
+ 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, 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, 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, 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, getAsthmaDataStatusColor, getAsthmaDataStatusText, getAsthmaImpactTexts, getAsthmaImpacts, getAsthmaSymptomLevel, getAsthmaSymptomLevelText, getAsthmaSymptomTexts, getAsthmaSymptoms, getAsthmaTriggerTexts, getAsthmaTriggers, getDayKey, getMonthStart, getWeekStart, isBloodOxygenLevelWithinRange, isDaytimeRestingHeartRateWithinRange, isNighttimeRestingHeartRateWithinRange, isRespiratoryRateWithinRange, isSleepDisturbancesWithinRange, isStepsWithinRange, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };