@careevolution/mydatahelps-ui 2.10.1-InboxAndAsthmaUI.9 → 2.11.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 (226) hide show
  1. package/dist/cjs/index.js +14 -14
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +1 -0
  4. package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -3
  5. package/dist/cjs/types/components/container/InboxItemList/InboxItemList.d.ts +2 -2
  6. package/dist/cjs/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +1 -0
  7. package/dist/cjs/types/components/index.d.ts +2 -3
  8. package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
  9. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -2
  10. package/dist/cjs/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +2 -2
  11. package/dist/cjs/types/components/presentational/InboxResourceListItem/index.d.ts +1 -1
  12. package/dist/cjs/types/components/presentational/Layout/index.d.ts +2 -1
  13. package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
  14. package/dist/cjs/types/components/presentational/Resource/Resource.d.ts +14 -0
  15. package/dist/cjs/types/components/presentational/{InboxResourceDisplay/InboxResourceDisplay.stories.d.ts → Resource/Resource.stories.d.ts} +3 -11
  16. package/dist/cjs/types/components/presentational/Resource/index.d.ts +1 -0
  17. package/dist/cjs/types/components/presentational/index.d.ts +2 -3
  18. package/dist/cjs/types/components/view/InboxView/InboxView.d.ts +2 -2
  19. package/dist/cjs/types/helpers/query-daily-data.d.ts +0 -2
  20. package/dist/cjs/types/index.d.ts +0 -1
  21. package/dist/esm/index.js +15 -15
  22. package/dist/esm/index.js.map +1 -1
  23. package/dist/esm/types/components/container/BloodPressureVisualization/BloodPressureVisualization.d.ts +1 -0
  24. package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +0 -3
  25. package/dist/esm/types/components/container/InboxItemList/InboxItemList.d.ts +2 -2
  26. package/dist/esm/types/components/container/SeverityCalendar/SeverityCalendar.d.ts +1 -0
  27. package/dist/esm/types/components/index.d.ts +2 -3
  28. package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
  29. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.d.ts +2 -2
  30. package/dist/esm/types/components/presentational/InboxResourceListItem/InboxResourceListItem.stories.d.ts +2 -2
  31. package/dist/esm/types/components/presentational/InboxResourceListItem/index.d.ts +1 -1
  32. package/dist/esm/types/components/presentational/Layout/index.d.ts +2 -1
  33. package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +0 -1
  34. package/dist/esm/types/components/presentational/Resource/Resource.d.ts +14 -0
  35. package/dist/esm/types/components/presentational/{InboxResourceDisplay/InboxResourceDisplay.stories.d.ts → Resource/Resource.stories.d.ts} +3 -11
  36. package/dist/esm/types/components/presentational/Resource/index.d.ts +1 -0
  37. package/dist/esm/types/components/presentational/index.d.ts +2 -3
  38. package/dist/esm/types/components/view/InboxView/InboxView.d.ts +2 -2
  39. package/dist/esm/types/helpers/query-daily-data.d.ts +0 -2
  40. package/dist/esm/types/index.d.ts +0 -1
  41. package/dist/index.d.ts +829 -1115
  42. package/package.json +1 -1
  43. package/dist/cjs/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.d.ts +0 -9
  44. package/dist/cjs/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.stories.d.ts +0 -23
  45. package/dist/cjs/types/components/asthma/components/AsthmaActionPlan/index.d.ts +0 -1
  46. package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -10
  47. package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -7
  48. package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -28
  49. package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/index.d.ts +0 -2
  50. package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.d.ts +0 -9
  51. package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.stories.d.ts +0 -27
  52. package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverNotice/index.d.ts +0 -1
  53. package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverTrigger/AsthmaAlertTakeoverTrigger.d.ts +0 -11
  54. package/dist/cjs/types/components/asthma/components/AsthmaAlertTakeoverTrigger/index.d.ts +0 -1
  55. package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -12
  56. package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -12
  57. package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -28
  58. package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/index.d.ts +0 -2
  59. package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +0 -12
  60. package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -6
  61. package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -29
  62. package/dist/cjs/types/components/asthma/components/AsthmaControlCalendar/index.d.ts +0 -2
  63. package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -10
  64. package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -8
  65. package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -138
  66. package/dist/cjs/types/components/asthma/components/AsthmaControlStatusHeader/index.d.ts +0 -2
  67. package/dist/cjs/types/components/asthma/components/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -13
  68. package/dist/cjs/types/components/asthma/components/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -70
  69. package/dist/cjs/types/components/asthma/components/AsthmaDataSummary/index.d.ts +0 -1
  70. package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +0 -5
  71. package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +0 -19
  72. package/dist/cjs/types/components/asthma/components/AsthmaFacts/index.d.ts +0 -1
  73. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +0 -12
  74. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +0 -6
  75. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +0 -59
  76. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +0 -2
  77. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +0 -11
  78. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -7
  79. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -34
  80. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryHeader/index.d.ts +0 -2
  81. package/dist/cjs/types/components/asthma/components/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +0 -11
  82. package/dist/cjs/types/components/asthma/components/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -60
  83. package/dist/cjs/types/components/asthma/components/AsthmaLogEntrySummary/index.d.ts +0 -1
  84. package/dist/cjs/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/AsthmaPostEnrollmentSurveyTrigger.d.ts +0 -8
  85. package/dist/cjs/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/index.d.ts +0 -1
  86. package/dist/cjs/types/components/asthma/components/index.d.ts +0 -13
  87. package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +0 -15
  88. package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +0 -6
  89. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +0 -2
  90. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +0 -2
  91. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +0 -2
  92. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +0 -2
  93. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/index.d.ts +0 -10
  94. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +0 -2
  95. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +0 -2
  96. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +0 -2
  97. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/shared.d.ts +0 -6
  98. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +0 -2
  99. package/dist/cjs/types/components/asthma/helpers/daily-data-providers/steps.d.ts +0 -2
  100. package/dist/cjs/types/components/asthma/helpers/index.d.ts +0 -2
  101. package/dist/cjs/types/components/asthma/index.d.ts +0 -4
  102. package/dist/cjs/types/components/asthma/model/index.d.ts +0 -1
  103. package/dist/cjs/types/components/asthma/model/types.d.ts +0 -49
  104. package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +0 -8
  105. package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.stories.d.ts +0 -23
  106. package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/index.d.ts +0 -1
  107. package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +0 -8
  108. package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +0 -25
  109. package/dist/cjs/types/components/asthma/views/AsthmaActivityView/index.d.ts +0 -1
  110. package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.d.ts +0 -8
  111. package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.stories.d.ts +0 -25
  112. package/dist/cjs/types/components/asthma/views/AsthmaAirQualityView/index.d.ts +0 -1
  113. package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.d.ts +0 -7
  114. package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.stories.d.ts +0 -13
  115. package/dist/cjs/types/components/asthma/views/AsthmaAlertTakeoverView/index.d.ts +0 -1
  116. package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +0 -20
  117. package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +0 -21
  118. package/dist/cjs/types/components/asthma/views/AsthmaDayView/index.d.ts +0 -1
  119. package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +0 -8
  120. package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +0 -25
  121. package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +0 -1
  122. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +0 -8
  123. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +0 -6
  124. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +0 -38
  125. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +0 -2
  126. package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +0 -8
  127. package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +0 -25
  128. package/dist/cjs/types/components/asthma/views/AsthmaSleepView/index.d.ts +0 -1
  129. package/dist/cjs/types/components/asthma/views/index.d.ts +0 -8
  130. package/dist/cjs/types/components/presentational/InboxResourceDisplay/InboxResourceDisplay.d.ts +0 -12
  131. package/dist/cjs/types/components/presentational/InboxResourceDisplay/index.d.ts +0 -1
  132. package/dist/cjs/types/components/presentational/RotatingText/RotatingText.d.ts +0 -15
  133. package/dist/cjs/types/components/presentational/RotatingText/RotatingText.stories.d.ts +0 -149
  134. package/dist/cjs/types/components/presentational/RotatingText/index.d.ts +0 -1
  135. package/dist/esm/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.d.ts +0 -9
  136. package/dist/esm/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.stories.d.ts +0 -23
  137. package/dist/esm/types/components/asthma/components/AsthmaActionPlan/index.d.ts +0 -1
  138. package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -10
  139. package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -7
  140. package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -28
  141. package/dist/esm/types/components/asthma/components/AsthmaAirQualities/index.d.ts +0 -2
  142. package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.d.ts +0 -9
  143. package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/AsthmaAlertTakeoverNotice.stories.d.ts +0 -27
  144. package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverNotice/index.d.ts +0 -1
  145. package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverTrigger/AsthmaAlertTakeoverTrigger.d.ts +0 -11
  146. package/dist/esm/types/components/asthma/components/AsthmaAlertTakeoverTrigger/index.d.ts +0 -1
  147. package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -12
  148. package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -12
  149. package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -28
  150. package/dist/esm/types/components/asthma/components/AsthmaBiometrics/index.d.ts +0 -2
  151. package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +0 -12
  152. package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -6
  153. package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -29
  154. package/dist/esm/types/components/asthma/components/AsthmaControlCalendar/index.d.ts +0 -2
  155. package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -10
  156. package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -8
  157. package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -138
  158. package/dist/esm/types/components/asthma/components/AsthmaControlStatusHeader/index.d.ts +0 -2
  159. package/dist/esm/types/components/asthma/components/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -13
  160. package/dist/esm/types/components/asthma/components/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -70
  161. package/dist/esm/types/components/asthma/components/AsthmaDataSummary/index.d.ts +0 -1
  162. package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +0 -5
  163. package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +0 -19
  164. package/dist/esm/types/components/asthma/components/AsthmaFacts/index.d.ts +0 -1
  165. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +0 -12
  166. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +0 -6
  167. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +0 -59
  168. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +0 -2
  169. package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +0 -11
  170. package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -7
  171. package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -34
  172. package/dist/esm/types/components/asthma/components/AsthmaLogEntryHeader/index.d.ts +0 -2
  173. package/dist/esm/types/components/asthma/components/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +0 -11
  174. package/dist/esm/types/components/asthma/components/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -60
  175. package/dist/esm/types/components/asthma/components/AsthmaLogEntrySummary/index.d.ts +0 -1
  176. package/dist/esm/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/AsthmaPostEnrollmentSurveyTrigger.d.ts +0 -8
  177. package/dist/esm/types/components/asthma/components/AsthmaPostEnrollmentSurveyTrigger/index.d.ts +0 -1
  178. package/dist/esm/types/components/asthma/components/index.d.ts +0 -13
  179. package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +0 -15
  180. package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +0 -6
  181. package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +0 -2
  182. package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +0 -2
  183. package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +0 -2
  184. package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +0 -2
  185. package/dist/esm/types/components/asthma/helpers/daily-data-providers/index.d.ts +0 -10
  186. package/dist/esm/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +0 -2
  187. package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +0 -2
  188. package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +0 -2
  189. package/dist/esm/types/components/asthma/helpers/daily-data-providers/shared.d.ts +0 -6
  190. package/dist/esm/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +0 -2
  191. package/dist/esm/types/components/asthma/helpers/daily-data-providers/steps.d.ts +0 -2
  192. package/dist/esm/types/components/asthma/helpers/index.d.ts +0 -2
  193. package/dist/esm/types/components/asthma/index.d.ts +0 -4
  194. package/dist/esm/types/components/asthma/model/index.d.ts +0 -1
  195. package/dist/esm/types/components/asthma/model/types.d.ts +0 -49
  196. package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +0 -8
  197. package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.stories.d.ts +0 -23
  198. package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/index.d.ts +0 -1
  199. package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +0 -8
  200. package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +0 -25
  201. package/dist/esm/types/components/asthma/views/AsthmaActivityView/index.d.ts +0 -1
  202. package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.d.ts +0 -8
  203. package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/AsthmaAirQualityView.stories.d.ts +0 -25
  204. package/dist/esm/types/components/asthma/views/AsthmaAirQualityView/index.d.ts +0 -1
  205. package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.d.ts +0 -7
  206. package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/AsthmaAlertTakeoverView.stories.d.ts +0 -13
  207. package/dist/esm/types/components/asthma/views/AsthmaAlertTakeoverView/index.d.ts +0 -1
  208. package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +0 -20
  209. package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +0 -21
  210. package/dist/esm/types/components/asthma/views/AsthmaDayView/index.d.ts +0 -1
  211. package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +0 -8
  212. package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +0 -25
  213. package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +0 -1
  214. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +0 -8
  215. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +0 -6
  216. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +0 -38
  217. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +0 -2
  218. package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +0 -8
  219. package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +0 -25
  220. package/dist/esm/types/components/asthma/views/AsthmaSleepView/index.d.ts +0 -1
  221. package/dist/esm/types/components/asthma/views/index.d.ts +0 -8
  222. package/dist/esm/types/components/presentational/InboxResourceDisplay/InboxResourceDisplay.d.ts +0 -12
  223. package/dist/esm/types/components/presentational/InboxResourceDisplay/index.d.ts +0 -1
  224. package/dist/esm/types/components/presentational/RotatingText/RotatingText.d.ts +0 -15
  225. package/dist/esm/types/components/presentational/RotatingText/RotatingText.stories.d.ts +0 -149
  226. package/dist/esm/types/components/presentational/RotatingText/index.d.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -1,1196 +1,912 @@
1
- import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
2
- import { ParticipantInfo, SurveyAnswer, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, InboxMessage, InboxResource, InboxMessageResource, InboxSurvey, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, EventName } from '@careevolution/mydatahelps-js';
3
- import { AxisDomain } from 'recharts/types/util/types';
1
+ import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode } from 'react';
4
2
  import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
3
+ import { StatusBarStyle, ExternalAccount, Notification, SurveyTask, InboxMessage, InboxResource, InboxSurvey, ExternalAccountStatus, NotificationType, ExternalAccountProvider, SurveyTaskStatus, InboxItemType, InboxItemStatus, SortOrder, InboxItemSortColumn, InboxItem, ParticipantInfo } from '@careevolution/mydatahelps-js';
5
4
  import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
6
5
 
7
- interface AsthmaActionPlanProps {
8
- previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
9
- learnMoreUrl: string;
10
- editActionPlanSurveyName: string;
11
- innerRef?: React.Ref<HTMLDivElement>;
12
- }
13
- declare function export_default$2b(props: AsthmaActionPlanProps): React.JSX.Element;
14
-
15
- declare class AsthmaParticipant {
16
- participantInfo: ParticipantInfo;
17
- constructor(participantInfo: ParticipantInfo);
18
- getFirstName(): string;
19
- hasPairedDevice(): boolean;
20
- hasEstablishedBaseline(): boolean;
21
- hasRequestedWithdrawal(): boolean;
22
- private hasEstablishedBaselineByType;
23
- private getCustomFieldValue;
24
- }
25
- interface AsthmaControlMetrics {
26
- date: string;
27
- nighttimeAwakeningDaysPast7: number;
28
- limitedActivityDaysPast7: number;
29
- inhalerUseDaysPast7: number;
30
- symptomDaysPast7: number;
31
- loggedDaysPast7: number;
32
- }
33
- type AsthmaControlStatus = 'no-data' | 'not-controlled' | 'controlled' | 'not-determined';
34
- interface AsthmaControlState {
35
- status: AsthmaControlStatus;
36
- symptomDaysPast7?: number;
37
- nighttimeAwakeningDaysPast7?: number;
38
- limitedActivityDaysPast7?: number;
39
- inhalerUseDaysPast7?: number;
40
- }
41
- type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
42
- type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
43
- interface AsthmaBiometric {
44
- type: AsthmaBiometricType;
45
- status: AsthmaDataStatus;
46
- value?: number;
47
- }
48
- type AsthmaAirQualityType = 'work' | 'home';
49
- interface AsthmaAirQuality {
50
- type: AsthmaAirQualityType;
51
- status: AsthmaDataStatus;
52
- value?: number;
53
- description?: string;
54
- }
55
- type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
56
- interface AsthmaLogEntry {
57
- identifier: string;
58
- symptomLevel: AsthmaSymptomLevel;
59
- symptoms: string[];
60
- impacts: string[];
61
- triggers: string[];
62
- }
63
-
64
- type AsthmaAirQualitiesPreviewState = 'no-data' | 'some-data' | 'all-data';
65
-
66
- interface AsthmaAirQualitiesProps {
67
- previewState?: AsthmaAirQualitiesPreviewState;
68
- airQualityUrl: string;
69
- date?: Date;
70
- innerRef?: React.Ref<HTMLDivElement>;
71
- }
72
- declare function export_default$2a(props: AsthmaAirQualitiesProps): React.JSX.Element;
6
+ type ColorDefinition = string | {
7
+ lightMode?: string;
8
+ darkMode?: string;
9
+ };
10
+ declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
73
11
 
74
- interface AsthmaAlertTakeoverNoticeProps {
75
- previewState?: 'default' | 'loading';
76
- message: string;
77
- logEntrySurveyName: string;
12
+ interface ActionProps {
13
+ title?: string;
14
+ titleIcon?: ReactElement;
15
+ icon?: ReactElement;
16
+ subtitle?: string;
17
+ onClick?: Function;
18
+ children?: React.ReactNode;
19
+ className?: string;
20
+ indicatorIcon?: IconDefinition;
21
+ indicator?: ReactElement;
22
+ indicatorValue?: string;
23
+ indicatorPosition?: "default" | "topRight";
24
+ bottomBorder?: boolean;
78
25
  innerRef?: React.Ref<HTMLDivElement>;
26
+ titleColor?: ColorDefinition;
27
+ subtitleColor?: ColorDefinition;
28
+ renderAs?: "div" | "button";
79
29
  }
80
- declare function export_default$29(props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
30
+ declare function export_default$1R(props: ActionProps): React.JSX.Element;
81
31
 
82
- interface AsthmaAlertTakeoverTriggerProps {
83
- previewState?: boolean;
84
- heartAndLungsUrl: string;
85
- activityUrl: string;
86
- sleepUrl: string;
87
- airQualityUrl: string;
88
- alertTakeoverUrl: string;
32
+ interface ActivityMeterProps {
33
+ label: string;
34
+ value: string;
35
+ icon: ReactElement;
36
+ fillPercent: number;
37
+ averageFillPercent: number;
38
+ color: string;
39
+ message?: string;
40
+ className?: string;
89
41
  innerRef?: React.Ref<HTMLDivElement>;
90
42
  }
91
- declare function export_default$28(props: AsthmaAlertTakeoverTriggerProps): null;
92
-
93
- type AsthmaBiometricsPreviewState = 'no-data' | 'some-data' | 'all-data';
43
+ declare function export_default$1Q(props: ActivityMeterProps): React.JSX.Element;
94
44
 
95
- interface AsthmaBiometricsProps {
96
- previewState?: AsthmaBiometricsPreviewState;
97
- heartAndLungsUrl: string;
98
- activityUrl: string;
99
- sleepUrl: string;
100
- date?: Date;
101
- innerRef?: React.Ref<HTMLDivElement>;
45
+ type ButtonVariant = "default" | "subtle" | "light";
46
+ interface ButtonProps {
47
+ children?: React.ReactNode;
48
+ disabled?: boolean;
49
+ onClick: Function;
50
+ className?: string;
51
+ color?: ColorDefinition;
52
+ loading?: boolean;
53
+ variant?: ButtonVariant;
54
+ innerRef?: React.Ref<HTMLButtonElement>;
55
+ defaultMargin?: boolean;
56
+ fullWidth?: boolean;
102
57
  }
103
- declare function export_default$27(props: AsthmaBiometricsProps): React.JSX.Element;
104
-
105
- type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
58
+ declare function export_default$1P(props: ButtonProps): React.JSX.Element;
106
59
 
107
- type AsthmaControlCalendarVariant = 'compact' | 'verbose';
108
- interface AsthmaControlCalendarProps {
109
- previewState?: AsthmaControlCalendarPreviewState;
110
- dayViewUrl: string;
111
- intervalStart?: Date;
112
- variant?: AsthmaControlCalendarVariant;
60
+ interface CalendarProps {
61
+ month: number;
62
+ year: number;
63
+ dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
64
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
65
+ className?: string;
113
66
  innerRef?: React.Ref<HTMLDivElement>;
114
67
  }
115
- declare function export_default$26(props: AsthmaControlCalendarProps): React.JSX.Element;
116
-
117
- type AsthmaControlStatusHeaderPreviewState = 'no-data' | 'abnormal-dhr' | 'abnormal-nhr' | 'abnormal-rr' | 'abnormal-activity' | 'abnormal-sleep' | 'abnormal-home-aqi' | 'abnormal-work-aqi' | 'abnormal-multiple' | 'not-determined' | 'not-controlled' | 'controlled';
68
+ declare function export_default$1O(props: CalendarProps): React.JSX.Element;
118
69
 
119
- interface AsthmaControlStatusHeaderProps {
120
- previewState?: AsthmaControlStatusHeaderPreviewState;
121
- participant: AsthmaParticipant;
70
+ type CalendarDayStateConfiguration = Record<string, {
71
+ style?: CSSProperties;
72
+ streak?: boolean;
73
+ streakColor?: ColorDefinition;
74
+ }>;
75
+ interface CalendarDayProps {
76
+ year: number;
77
+ month: number;
78
+ day?: number;
79
+ stateConfiguration: CalendarDayStateConfiguration;
80
+ computeStateForDay: (date: Date) => string;
81
+ onClick?: (date: Date) => void;
122
82
  innerRef?: React.Ref<HTMLDivElement>;
123
83
  }
124
- declare function export_default$25(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
84
+ declare function export_default$1N(props: CalendarDayProps): React.JSX.Element;
125
85
 
126
- interface AsthmaDataSummaryProps {
127
- label: string;
128
- status: AsthmaDataStatus;
129
- statusText?: string;
130
- value?: number;
131
- units?: string;
132
- onClick?: () => void;
86
+ interface CardProps {
87
+ className?: string;
88
+ children?: React.ReactNode;
89
+ allowOverflow?: boolean;
133
90
  innerRef?: React.Ref<HTMLDivElement>;
91
+ variant?: "default" | "subtle" | "highlight";
92
+ backgroundColor?: ColorDefinition;
93
+ style?: React.CSSProperties;
134
94
  }
135
- declare function export_default$24(props: AsthmaDataSummaryProps): React.JSX.Element;
95
+ declare function export_default$1M(props: CardProps): React.JSX.Element | null;
136
96
 
137
- interface AsthmaFactsProps {
97
+ interface CardTitleProps {
98
+ title: string;
99
+ onDetailClick?: Function;
100
+ detailLinkText?: string;
138
101
  innerRef?: React.Ref<HTMLDivElement>;
102
+ color?: ColorDefinition;
139
103
  }
140
- declare function export_default$23(props: AsthmaFactsProps): React.JSX.Element;
104
+ declare function export_default$1L(props: CardTitleProps): React.JSX.Element;
141
105
 
142
- type AsthmaLogEntryDetailsPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
106
+ type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
107
+ declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
108
+ declare function getMonthStart(): Date;
143
109
 
144
- interface AsthmaLogEntryDetailsProps {
145
- previewState?: AsthmaLogEntryDetailsPreviewState;
146
- date: Date;
147
- logTodayEntrySurveyName: string;
148
- logYesterdayEntrySurveyName: string;
149
- editLogEntryUrl: string;
110
+ interface DateRangeCoordinatorProps {
111
+ initialIntervalStart?: Date;
112
+ intervalType: "Week" | "Month";
113
+ weekStartsOn?: WeekStartsOn;
114
+ variant?: "default" | "rounded";
115
+ children: React.ReactNode;
150
116
  innerRef?: React.Ref<HTMLDivElement>;
117
+ sticky?: boolean;
151
118
  }
152
- declare function export_default$22(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
153
-
154
- type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
155
-
156
- interface AsthmaLogEntryHeaderProps {
157
- previewState?: AsthmaLogEntryHeaderPreviewState;
158
- logTodayEntrySurveyName: string;
159
- logYesterdayEntrySurveyName: string;
160
- dayViewUrl: string;
161
- innerRef?: React.Ref<HTMLDivElement>;
119
+ interface DateRangeContext {
120
+ intervalType: "Week" | "Month";
121
+ intervalStart: Date;
162
122
  }
163
- declare function export_default$21(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
123
+ declare const DateRangeContext: React.Context<DateRangeContext | null>;
124
+ declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
164
125
 
165
- interface AsthmaLogEntrySummaryProps {
166
- label: string;
167
- logEntry?: AsthmaLogEntry;
168
- onClick: () => void;
169
- loading?: boolean;
126
+ interface DateRangeNavigatorProps {
127
+ intervalType: "Week" | "Month";
128
+ intervalStart: Date;
129
+ variant?: "default" | "rounded";
130
+ onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
131
+ className?: string;
170
132
  innerRef?: React.Ref<HTMLDivElement>;
133
+ sticky?: boolean;
171
134
  }
172
- declare function export_default$20(props: AsthmaLogEntrySummaryProps): React.JSX.Element;
135
+ declare function export_default$1K(props: DateRangeNavigatorProps): React.JSX.Element;
173
136
 
174
- interface AsthmaPostEnrollmentSurveyTriggerProps {
175
- previewState?: boolean;
176
- postEnrollmentSurveyName: string;
177
- postEnrollmentMobileSurveyName: string;
137
+ interface DayTrackerSymbolProps {
138
+ primaryColors: string[];
139
+ secondaryColors: string[];
140
+ className?: string;
141
+ size?: "small" | "large";
178
142
  innerRef?: React.Ref<HTMLDivElement>;
179
143
  }
180
- declare function export_default$1$(props: AsthmaPostEnrollmentSurveyTriggerProps): null;
181
-
182
- interface AsthmaDataService {
183
- loadParticipant(): Promise<AsthmaParticipant>;
184
- loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
185
- loadBiometricsForControlStatus(): Promise<AsthmaBiometric[]>;
186
- loadBiometricsForDate(date: Date): Promise<AsthmaBiometric[]>;
187
- loadAirQualitiesForControlStatus(): Promise<AsthmaAirQuality[]>;
188
- loadAirQualitiesForDate(date: Date): Promise<AsthmaAirQuality[]>;
189
- saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
190
- loadAndClearAlertTakeover(): Promise<string | undefined>;
191
- loadSurveyAnswers(surveyNames: string[]): Promise<SurveyAnswer[]>;
192
- }
193
- declare const service: AsthmaDataService;
144
+ declare function export_default$1J(props: DayTrackerSymbolProps): React.JSX.Element;
194
145
 
195
- declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
196
- declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
197
- declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
198
- declare const getAsthmaSymptomLevelValue: (symptomLevel: AsthmaSymptomLevel) => string;
199
- declare const getAsthmaSymptomLevel: (symptomLevelValue: string | undefined) => AsthmaSymptomLevel;
200
-
201
- interface AsthmaActionPlanViewProps {
202
- previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
203
- colorScheme?: 'light' | 'dark' | 'auto';
204
- learnMoreUrl: string;
205
- editActionPlanSurveyName: string;
146
+ interface ClosedInterval {
147
+ values: number[];
206
148
  }
207
- declare function export_default$1_(props: AsthmaActionPlanViewProps): React.JSX.Element;
208
-
209
- interface AsthmaActivityViewProps$1 {
210
- previewState?: 'default';
211
- colorScheme?: 'light' | 'dark' | 'auto';
212
- alert?: 'Steps';
213
- logEntrySurveyName: string;
149
+ interface DataPoint {
150
+ dataSet1: ClosedInterval;
151
+ dataSet2: ClosedInterval;
214
152
  }
215
- declare function export_default$1Z(props: AsthmaActivityViewProps$1): React.JSX.Element;
216
-
217
- interface AsthmaAirQualityViewProps {
218
- previewState?: 'default';
219
- colorScheme?: 'light' | 'dark' | 'auto';
220
- alert?: 'HomeAirQuality' | 'WorkAirQuality';
221
- logEntrySurveyName: string;
153
+ interface Dumbbell {
154
+ dataPoint?: DataPoint;
155
+ xValue: string;
156
+ class?: DumbbellClass;
222
157
  }
223
- declare function export_default$1Y(props: AsthmaAirQualityViewProps): React.JSX.Element;
224
-
225
- interface AsthmaActivityViewProps {
226
- previewState?: 'default';
227
- colorScheme?: 'light' | 'dark' | 'auto';
228
- logEntrySurveyName: string;
158
+ interface Axis {
159
+ yRange: ClosedInterval;
160
+ yIncrement: number;
161
+ xIncrement: number;
229
162
  }
230
- declare function export_default$1X(props: AsthmaActivityViewProps): React.JSX.Element;
231
-
232
- interface AsthmaDayViewPreviewState {
233
- logEntryDetailsPreviewState: AsthmaLogEntryDetailsPreviewState;
234
- biometricsPreviewState: AsthmaBiometricsPreviewState;
235
- airQualitiesPreviewState: AsthmaAirQualitiesPreviewState;
163
+ interface DumbBellChartProps {
164
+ axis: Axis;
165
+ dumbbells: Dumbbell[];
236
166
  }
237
- interface AsthmaDayViewProps {
238
- previewState?: AsthmaDayViewPreviewState;
239
- colorScheme?: 'light' | 'dark' | 'auto';
240
- date: Date;
241
- logTodayEntrySurveyName: string;
242
- logYesterdayEntrySurveyName: string;
243
- editLogEntryUrl: string;
244
- heartAndLungsUrl: string;
245
- activityUrl: string;
246
- sleepUrl: string;
247
- airQualityUrl: string;
167
+ declare enum DumbbellClass {
168
+ "mdhui-dumbbell-in-range" = 0,
169
+ "mdhui-dumbbell-out-of-range" = 1
248
170
  }
249
- declare function export_default$1W(props: AsthmaDayViewProps): React.JSX.Element;
171
+ declare function export_default$1I(props: DumbBellChartProps): React.JSX.Element;
250
172
 
251
- interface AsthmaHeartAndLungsViewProps {
252
- previewState?: 'default';
253
- colorScheme?: 'light' | 'dark' | 'auto';
254
- alert?: 'DaytimeRestingHeartRate' | 'NighttimeRestingHeartRate' | 'RespiratoryRate' | 'DaytimeBloodOxygenLevel' | 'NighttimeBloodOxygenLevel';
255
- logEntrySurveyName: string;
173
+ interface FaceProps {
174
+ faceValue?: number;
175
+ selected?: boolean;
176
+ onClick?: MouseEventHandler;
177
+ className?: string;
178
+ innerRef?: React.Ref<HTMLButtonElement>;
256
179
  }
257
- declare function export_default$1V(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
258
-
259
- type AsthmaLogEntryEditorViewPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
180
+ declare function export_default$1H(props: FaceProps): React.JSX.Element;
260
181
 
261
- interface AsthmaLogEntryEditorViewProps {
262
- previewState?: AsthmaLogEntryEditorViewPreviewState;
263
- colorScheme?: 'light' | 'dark' | 'auto';
264
- date: Date;
182
+ interface HistogramProps {
183
+ entries: {
184
+ label: string;
185
+ color: string;
186
+ value: number;
187
+ onSelect?(): void;
188
+ }[];
189
+ className?: string;
190
+ innerRef?: React.Ref<HTMLDivElement>;
265
191
  }
266
- declare function export_default$1U(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
192
+ declare function export_default$1G(props: HistogramProps): React.JSX.Element;
267
193
 
268
- interface AsthmaSleepViewProps {
269
- previewState?: 'default';
270
- colorScheme?: 'light' | 'dark' | 'auto';
271
- alert?: 'SleepDisturbances';
272
- logEntrySurveyName: string;
194
+ interface LayoutProps {
195
+ children?: React.ReactNode;
196
+ bodyBackgroundColor?: ColorDefinition;
197
+ primaryColor?: ColorDefinition;
198
+ statusBarStyle?: StatusBarStyle;
199
+ className?: string;
200
+ noGlobalStyles?: boolean;
201
+ colorScheme?: "light" | "dark" | "auto";
202
+ /**
203
+ * @deprecated
204
+ */
205
+ stylesheetPath?: string;
206
+ innerRef?: React.Ref<HTMLDivElement>;
273
207
  }
274
- declare function export_default$1T(props: AsthmaSleepViewProps): React.JSX.Element;
275
-
276
- interface TermInformation {
277
- TermFamily: string;
278
- TermNamespace: string;
279
- TermCode: string;
208
+ interface LayoutContext {
209
+ colorScheme: "light" | "dark";
210
+ bodyBackgroundColor: string;
280
211
  }
212
+ declare const LayoutContext: React.Context<LayoutContext>;
213
+ declare function export_default$1F(props: LayoutProps): React.JSX.Element;
281
214
 
282
- interface AllergiesListProps {
283
- previewState?: "default";
284
- onViewTermInfo(termInfo: TermInformation): void;
215
+ interface LoadingIndicatorProps {
216
+ variant?: "default" | "inline";
217
+ color?: string;
218
+ className?: string;
285
219
  innerRef?: React.Ref<HTMLDivElement>;
286
220
  }
287
- declare function export_default$1S(props: AllergiesListProps): React.JSX.Element;
221
+ declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
288
222
 
289
- interface AppDownloadProps {
290
- previewProjectPlatforms?: string[];
291
- previewDevicePlatform?: string;
292
- innerRef?: React.Ref<HTMLDivElement>;
223
+ interface NavigationBarProps {
293
224
  title?: string;
294
- text?: string;
225
+ subtitle?: string;
226
+ showBackButton?: boolean;
227
+ showCloseButton?: boolean;
228
+ children?: React.ReactNode;
229
+ closeButtonText?: string;
230
+ backButtonText?: string;
231
+ className?: string;
232
+ variant?: 'default' | 'compressed';
233
+ titleColor?: ColorDefinition;
234
+ subtitleColor?: ColorDefinition;
235
+ buttonColor?: ColorDefinition;
236
+ navigationBarLeft?: React.ReactNode;
237
+ navigationBarRight?: React.ReactNode;
295
238
  }
296
- declare function export_default$1R(props: AppDownloadProps): React.JSX.Element | null;
239
+ declare function export_default$1E(props: NavigationBarProps): React.JSX.Element;
297
240
 
298
- type WeekStartsOn = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "6DaysAgo" | "7DaysAgo";
299
- declare function getWeekStart(weekStartsOn?: WeekStartsOn): Date;
300
- declare function getMonthStart(): Date;
301
-
302
- interface SurveyBloodPressureDataParameters {
303
- surveyName: string;
304
- dateResultIdentifier: string;
305
- systolicResultIdentifier: string;
306
- diastolicResultIdentifier: string;
307
- }
308
- interface BloodPressureDataPoint {
309
- date: Date;
310
- systolic: number;
311
- diastolic: number;
241
+ interface NotesInputProps {
242
+ autoTimestamp?: boolean;
243
+ placeholder?: string;
244
+ onChange(value: string): void;
245
+ value: string;
312
246
  }
313
- declare function export_default$1Q(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
247
+ declare function export_default$1D(props: NotesInputProps): React.JSX.Element;
314
248
 
315
- type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
316
- interface BloodPressureVisualizationProps {
317
- previewState?: BloodPressurePreviewState;
318
- surveyDataSource: SurveyBloodPressureDataParameters;
319
- weekStartsOn?: WeekStartsOn;
320
- }
321
- declare function export_default$1P(props: BloodPressureVisualizationProps): React.JSX.Element;
322
-
323
- interface ConditionsListProps {
324
- previewState?: "default";
325
- onViewTermInfo(termInfo: TermInformation): void;
326
- innerRef?: React.Ref<HTMLDivElement>;
327
- }
328
- declare function export_default$1O(props: ConditionsListProps): React.JSX.Element;
329
-
330
- type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
331
- interface ConnectDevicesMenuProps {
332
- innerRef?: React.Ref<HTMLDivElement>;
333
- accountTypes?: DeviceAccountType[];
334
- title?: string;
335
- text?: string;
336
- previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
337
- headerVariant?: "large" | "medium";
338
- }
339
- declare function export_default$1N(props: ConnectDevicesMenuProps): React.JSX.Element | null;
340
-
341
- type ColorDefinition = string | {
342
- lightMode?: string;
343
- darkMode?: string;
344
- };
345
- declare function resolveColor(colorScheme: "light" | "dark", colorDefinition?: ColorDefinition): string | undefined;
346
-
347
- interface ConnectEhrProps {
348
- applicationUrl: ConnectEhrApplicationUrl;
349
- previewState?: ConnectEhrPreviewState;
350
- disabledBehavior?: 'hide' | 'displayError';
351
- bottomBorder?: boolean;
352
- innerRef?: React.Ref<HTMLDivElement>;
353
- variant?: "large" | "medium" | "small";
354
- title?: string;
355
- notConnectedText?: string;
356
- connectedText?: string;
357
- hideWhenConnected?: boolean;
358
- buttonColor?: ColorDefinition;
359
- }
360
- type ConnectEhrApplicationUrl = "preview" | string;
361
- type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
362
- declare function export_default$1M(props: ConnectEhrProps): React.JSX.Element | null;
363
-
364
- interface ConnectFitbitProps {
365
- title?: string;
366
- fitbitProviderID?: number;
367
- previewState?: ConnectFitbitPreviewState;
368
- disabledBehavior?: 'hide' | 'displayError';
369
- innerRef?: React.Ref<HTMLDivElement>;
370
- hideWhenConnected?: boolean;
371
- }
372
- type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
373
- declare function export_default$1L(props: ConnectFitbitProps): React.JSX.Element;
374
-
375
- interface ConnectGarminProps {
376
- title?: string;
377
- garminProviderID?: number;
378
- previewState?: ConnectGarminPreviewState;
379
- disabledBehavior?: 'hide' | 'displayError';
380
- innerRef?: React.Ref<HTMLDivElement>;
381
- hideWhenConnected?: boolean;
382
- }
383
- type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
384
- declare function export_default$1K(props: ConnectGarminProps): React.JSX.Element;
385
-
386
- type DailyDataQueryResult = {
387
- [key: string]: number;
388
- };
389
- type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
390
- type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
391
- declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
392
- declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
393
- declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
394
- declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
395
- declare enum DailyDataType {
396
- AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
397
- AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
398
- AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
399
- AppleHealthHrv = "AppleHealthHrv",
400
- AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
401
- AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
402
- AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
403
- AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
404
- AppleHealthStandMinutes = "AppleHealthStandMinutes",
405
- AppleHealthSteps = "AppleHealthSteps",
406
- AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
407
- AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
408
- FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
409
- FitbitActiveMinutes = "FitbitActiveMinutes",
410
- FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
411
- FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
412
- FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
413
- FitbitBreathingRate = "FitbitBreathingRate",
414
- FitbitCaloriesBurned = "FitbitCaloriesBurned",
415
- FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
416
- FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
417
- FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
418
- FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
419
- FitbitFloors = "FitbitFloors",
420
- FitbitHrv = "FitbitHrv",
421
- FitbitRestingHeartRate = "FitbitRestingHeartRate",
422
- FitbitSleepMinutes = "FitbitSleepMinutes",
423
- FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
424
- FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
425
- FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
426
- FitbitSpO2 = "FitbitSpO2",
427
- FitbitSteps = "FitbitSteps",
428
- GarminSteps = "GarminSteps",
429
- GarminDistance = "GarminDistance",
430
- GarminFloors = "GarminFloors",
431
- GarminActiveMinutes = "GarminActiveMinutes",
432
- GarminActiveCalories = "GarminActiveCalories",
433
- GarminRestingCalories = "GarminRestingCalories",
434
- GarminTotalCalories = "GarminTotalCalories",
435
- GarminRestingHeartRate = "GarminRestingHeartRate",
436
- GarminMinHeartRate = "GarminMinHeartRate",
437
- GarminMaxHeartRate = "GarminMaxHeartRate",
438
- GarminAverageHeartRate = "GarminAverageHeartRate",
439
- GarminMaxStressLevel = "GarminMaxStressLevel",
440
- GarminAverageStressLevel = "GarminAverageStressLevel",
441
- GarminTotalStressMinutes = "GarminTotalStressMinutes",
442
- GarminLowStressMinutes = "GarminLowStressMinutes",
443
- GarminMediumStressMinutes = "GarminMediumStressMinutes",
444
- GarminHighStressMinutes = "GarminHighStressMinutes",
445
- GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
446
- GarminLightSleepMinutes = "GarminLightSleepMinutes",
447
- GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
448
- GarminRemSleepMinutes = "GarminRemSleepMinutes",
449
- GarminAwakeMinutes = "GarminAwakeMinutes",
450
- GarminSleepScore = "GarminSleepScore",
451
- GoogleFitSteps = "GoogleFitSteps",
452
- Steps = "Steps",
453
- RestingHeartRate = "RestingHeartRate"
454
- }
455
-
456
- interface DailyDataChartProps {
457
- title?: string;
458
- subtitle?: string;
459
- intervalType?: "Week" | "Month";
460
- weekStartsOn?: WeekStartsOn;
461
- dailyDataType: string;
462
- valueConverter?(value: number): number;
463
- valueFormatter?(value: number): string;
464
- chartType: "Line" | "Bar" | "Area";
465
- options?: LineChartOptions | BarChartOptions | AreaChartOptions;
466
- hideIfNoData?: boolean;
467
- previewDataProvider?: DailyDataProvider;
249
+ interface ProgressBarProps {
250
+ backgroundColor?: ColorDefinition;
251
+ borderColor?: ColorDefinition;
252
+ fillColor?: ColorDefinition;
253
+ fillPercent: number;
254
+ steps?: {
255
+ percent: number;
256
+ icon: ReactElement;
257
+ }[];
468
258
  innerRef?: React.Ref<HTMLDivElement>;
259
+ defaultMargin?: boolean;
469
260
  }
470
- interface LineChartOptions {
471
- lineColor?: string;
472
- domainMin?: number | "Auto";
473
- }
474
- interface BarChartOptions {
475
- barColor?: string;
476
- domain?: AxisDomain;
477
- }
478
- interface AreaChartOptions {
479
- lineColor?: string;
480
- areaColor?: string;
261
+ declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
262
+ declare namespace ProgressBar {
263
+ var defaultProps: {
264
+ backgroundColor: string;
265
+ fillColor: string;
266
+ fillPercent: number;
267
+ };
481
268
  }
482
- declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
483
269
 
484
- interface DeviceDataMonthChartProps {
485
- lines: DeviceDataChartLine[];
486
- month: number;
487
- year: number;
488
- syncId?: string;
489
- title?: string;
490
- previewState?: DeviceDataMonthChartPreviewState;
491
- onDataDetected?: Function;
492
- innerRef?: React.Ref<HTMLDivElement>;
493
- }
494
- interface DeviceDataChartLine {
495
- label: string;
496
- dailyDataType: string;
497
- valueConverter?: Function;
498
- showAverage?: boolean;
270
+ interface ProgressBarStepProps {
271
+ borderColor?: ColorDefinition;
272
+ backgroundColor?: ColorDefinition;
273
+ children?: React.ReactNode;
274
+ height: string;
499
275
  }
500
- type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
501
- declare function export_default$1J(props: DeviceDataMonthChartProps): React.JSX.Element | null;
276
+ declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
502
277
 
503
- interface DeviceDataMonthChartsProps {
504
- previewState?: DeviceDataMonthChartsPreviewState;
278
+ interface ProgressRingProps {
279
+ children: React.ReactNode;
280
+ style?: CSSProperties;
281
+ color?: ColorDefinition;
282
+ percentCompleted?: number;
283
+ animate?: boolean;
505
284
  }
506
- type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
507
- declare function export_default$1I(props: DeviceDataMonthChartsProps): React.JSX.Element;
285
+ declare function export_default$1C(props: ProgressRingProps): React.JSX.Element;
508
286
 
509
- interface ExternalAccountListProps {
510
- externalAccountProviderCategories?: string[];
511
- previewState?: NotificationListPreviewState$1;
512
- onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
287
+ type ResourceImageAlignment = 'left' | 'center' | 'right';
288
+ interface ResourceProps {
289
+ imageUrl?: string;
290
+ title: string;
291
+ subTitle?: string;
292
+ imageAlignment?: ResourceImageAlignment;
293
+ buttonText?: string;
294
+ onClick: () => void;
513
295
  innerRef?: React.Ref<HTMLDivElement>;
514
296
  }
515
- type NotificationListPreviewState$1 = "Default";
516
- declare function export_default$1H(props: ExternalAccountListProps): React.JSX.Element;
297
+ declare function export_default$1B(props: ResourceProps): React.JSX.Element;
517
298
 
518
- interface ExternalAccountsLoadingIndicatorProps {
519
- previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
520
- externalAccountCategories?: string[];
299
+ interface SectionProps {
300
+ children?: React.ReactNode;
301
+ className?: string;
302
+ noTopMargin?: boolean;
521
303
  innerRef?: React.Ref<HTMLDivElement>;
304
+ backgroundColor?: ColorDefinition;
305
+ style?: React.CSSProperties;
522
306
  }
523
- declare function export_default$1G(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
307
+ declare function export_default$1A(props: SectionProps): React.JSX.Element | null;
524
308
 
525
- interface ExternalAccountsPreviewProps {
526
- excludeProviders?: boolean;
527
- excludeHealthPlans?: boolean;
528
- excludeDeviceManufacturers?: boolean;
529
- applicationUrl: ExternalAccountsApplicationUrl;
530
- previewState?: ExternalAccountsPreviewPreviewState;
309
+ interface SegmentedControlProps {
310
+ segments: {
311
+ key: string;
312
+ title: string;
313
+ }[];
314
+ selectedSegment?: string;
315
+ onSegmentSelected(segmentKey: string): void;
316
+ className?: string;
317
+ color?: string;
318
+ variant?: "default" | "optionsHorizontal" | "optionsVertical";
531
319
  innerRef?: React.Ref<HTMLDivElement>;
532
320
  }
533
- type ExternalAccountsApplicationUrl = "preview" | string;
534
- type ExternalAccountsPreviewPreviewState = "Default";
535
- declare function export_default$1F(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
321
+ declare function export_default$1z(props: SegmentedControlProps): React.JSX.Element;
536
322
 
537
- type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
323
+ declare function export_default$1y(): React.JSX.Element;
538
324
 
539
- interface FitbitDevicesProps {
540
- previewState?: ConnectedDevicesPreviewState;
325
+ interface SingleExternalAccountProps {
326
+ externalAccount: ExternalAccount;
327
+ onAccountRemoved: (account: ExternalAccount) => void;
328
+ onReconnectAccount: (account: ExternalAccount) => void;
541
329
  innerRef?: React.Ref<HTMLDivElement>;
542
330
  }
543
- declare function export_default$1E(props: FitbitDevicesProps): React.JSX.Element;
331
+ declare function export_default$1x(props: SingleExternalAccountProps): React.JSX.Element;
544
332
 
545
- type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
546
-
547
- interface FitbitMonthChartsProps {
548
- previewState?: MonthChartsPreviewState;
549
- }
550
- declare function export_default$1D(props: FitbitMonthChartsProps): React.JSX.Element;
551
-
552
- interface GarminDevicesProps {
553
- previewState?: ConnectedDevicesPreviewState;
333
+ interface SingleNotificationProps {
334
+ notification: Notification;
554
335
  innerRef?: React.Ref<HTMLDivElement>;
555
336
  }
556
- declare function export_default$1C(props: GarminDevicesProps): React.JSX.Element;
557
-
558
- interface GarminMonthChartsProps {
559
- previewState?: MonthChartsPreviewState;
560
- }
561
- declare function export_default$1B(props: GarminMonthChartsProps): React.JSX.Element;
337
+ declare function export_default$1w(props: SingleNotificationProps): React.JSX.Element;
562
338
 
563
- type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
564
- interface HealthPreviewSectionProps {
565
- concept: HealthPreviewSectionConcept;
566
- onClick(): void;
567
- previewState?: "NoData" | "Default";
568
- indicatorPosition?: "default" | "topRight";
339
+ type SingleSurveyTaskVariant = 'default' | 'expanded';
340
+ interface SingleSurveyTaskProps {
341
+ task: SurveyTask;
342
+ onClick: () => void;
343
+ variant?: SingleSurveyTaskVariant;
344
+ descriptionIcon?: IconDefinition$1;
345
+ surveyActive?: boolean;
346
+ buttonColor?: ColorDefinition;
347
+ buttonVariant?: ButtonVariant;
569
348
  innerRef?: React.Ref<HTMLDivElement>;
570
349
  }
571
- declare function export_default$1A(props: HealthPreviewSectionProps): React.JSX.Element | null;
350
+ declare function export_default$1v(props: SingleSurveyTaskProps): React.JSX.Element | null;
572
351
 
573
- interface LabResultsSummaryProps {
574
- previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
575
- onClick(): void;
576
- onViewTermInfo(termInfo: TermInformation): void;
352
+ interface SparkBarChartProps {
353
+ averageFillPercent: number;
354
+ bars: SparkBarChartBar[];
577
355
  innerRef?: React.Ref<HTMLDivElement>;
578
356
  }
579
- declare function export_default$1z(props: LabResultsSummaryProps): React.JSX.Element | null;
580
-
581
- interface MedicationsListProps {
582
- previewState?: "default";
583
- onViewTermInfo(termInfo: TermInformation): void;
584
- innerRef?: React.Ref<HTMLDivElement>;
357
+ interface SparkBarChartBar {
358
+ color: string;
359
+ barFillPercent: number;
585
360
  }
586
- declare function export_default$1y(props: MedicationsListProps): React.JSX.Element;
361
+ declare function export_default$1u(props: SparkBarChartProps): React.JSX.Element;
587
362
 
588
- interface MostRecentNotificationProps {
589
- notificationType?: NotificationType;
590
- onViewMore?: Function;
591
- hideAfterHours?: number;
592
- previewState?: MostRecentNotificationPreviewState;
593
- innerRef?: React.Ref<HTMLDivElement>;
363
+ interface SwitchProps {
364
+ isOn: Boolean;
365
+ onBackgroundColor?: string;
366
+ onValueChanged(value: boolean): void;
367
+ className?: string;
368
+ innerRef?: React.Ref<HTMLButtonElement>;
594
369
  }
595
- type MostRecentNotificationPreviewState = "Default";
596
- declare function export_default$1x(props: MostRecentNotificationProps): React.JSX.Element | null;
370
+ declare function export_default$1t(props: SwitchProps): React.JSX.Element;
597
371
 
598
- interface NotificationListProps {
599
- notificationType?: NotificationType;
600
- previewState?: NotificationListPreviewState;
372
+ interface StatusBarBackgroundProps {
373
+ color?: string;
601
374
  innerRef?: React.Ref<HTMLDivElement>;
602
375
  }
603
- type NotificationListPreviewState = "Default" | "NoData";
604
- declare function export_default$1w(props: NotificationListProps): React.JSX.Element;
376
+ declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
605
377
 
606
- interface PlatformSpecificContentProps {
607
- platforms: string[];
378
+ interface TextBlockProps {
608
379
  children?: React.ReactNode;
609
- previewDevicePlatform?: string;
610
- innerRef?: React.Ref<HTMLDivElement>;
611
- }
612
- declare function export_default$1v(props: PlatformSpecificContentProps): React.JSX.Element | null;
613
-
614
- interface ProjectHeaderProps {
615
- previewState?: ProjectHeaderPropsPreviewState;
616
- innerRef?: React.Ref<HTMLDivElement>;
617
- }
618
- type ProjectHeaderPropsPreviewState = "Default";
619
- declare function export_default$1u(props: ProjectHeaderProps): React.JSX.Element;
620
-
621
- interface ProjectSupportProps {
622
- previewState?: ProjectSupportPropsPreviewState;
380
+ className?: string;
623
381
  innerRef?: React.Ref<HTMLDivElement>;
382
+ color?: ColorDefinition;
383
+ style?: React.CSSProperties;
624
384
  }
625
- type ProjectSupportPropsPreviewState = "Default";
626
- declare function export_default$1t(props: ProjectSupportProps): React.JSX.Element | null;
385
+ declare function export_default$1s(props: TextBlockProps): React.JSX.Element | null;
627
386
 
628
- interface ProviderSearchProps {
629
- previewState?: ProviderSearchPreviewState;
630
- providerCategories?: string[];
631
- onProviderConnected?: (provider: ExternalAccountProvider) => void;
632
- innerRef?: React.Ref<HTMLDivElement>;
387
+ interface TitleProps {
388
+ color?: ColorDefinition;
389
+ order?: 1 | 2 | 3 | 4 | 5 | 6;
390
+ children?: React.ReactNode;
391
+ style?: React.CSSProperties;
392
+ className?: string;
393
+ image?: ReactNode;
394
+ autosizeImage?: boolean;
395
+ imageAlignment?: "top" | "left";
396
+ defaultMargin?: boolean;
633
397
  }
634
- type ProviderSearchPreviewState = "Default";
635
- declare function export_default$1s(props: ProviderSearchProps): React.JSX.Element;
398
+ declare function export_default$1r(props: TitleProps): React.JSX.Element;
636
399
 
637
- interface RelativeActivityTodayProps {
638
- dataTypes: RelativeActivityDataType[];
639
- previewState?: "Default";
640
- title?: string;
641
- innerRef?: React.Ref<HTMLDivElement>;
642
- }
643
- interface RelativeActivityDataType {
644
- dailyDataType: string;
645
- label: string;
646
- icon: React.ReactElement;
400
+ interface TrackerItemProps {
401
+ selected: boolean;
402
+ text?: string;
647
403
  color: string;
648
- formatter: (number: number) => string;
649
- }
650
- declare function export_default$1r(props: RelativeActivityTodayProps): React.JSX.Element | null;
651
-
652
- type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
653
- interface RestingHeartRateCalendarProps {
654
- month: number;
655
- year: number;
656
- showPreviewData: RestingHeartRateCalendarPreviewState;
657
- innerRef?: React.Ref<HTMLDivElement>;
404
+ bordered?: boolean;
405
+ badge?: string;
406
+ onClick?: Function;
407
+ className?: string;
408
+ noBoxShadow?: boolean;
658
409
  }
659
- declare function export_default$1q(props: RestingHeartRateCalendarProps): React.JSX.Element;
410
+ declare function export_default$1q(props: TrackerItemProps): React.JSX.Element;
660
411
 
661
- type ButtonVariant = "default" | "subtle" | "light";
662
- interface ButtonProps {
412
+ interface UnstyledButtonProps {
413
+ onClick: MouseEventHandler;
414
+ className?: string;
663
415
  children?: React.ReactNode;
416
+ title?: string;
417
+ style?: React.CSSProperties;
664
418
  disabled?: boolean;
665
- onClick: Function;
666
- className?: string;
667
- color?: ColorDefinition;
668
- loading?: boolean;
669
- variant?: ButtonVariant;
670
419
  innerRef?: React.Ref<HTMLButtonElement>;
671
- defaultMargin?: boolean;
672
- fullWidth?: boolean;
673
420
  }
674
- declare function export_default$1p(props: ButtonProps): React.JSX.Element;
421
+ declare function export_default$1p(props: UnstyledButtonProps): React.JSX.Element;
675
422
 
676
- interface SurveyTaskListProps {
677
- status: SurveyTaskStatus;
678
- limit?: number;
423
+ interface ValueSelectorProps {
679
424
  title?: string;
680
- surveys?: string[];
681
- onDetailLinkClick?: Function;
682
- previewState?: SurveyTaskListListPreviewState;
683
- variant?: "noCard" | "singleCard" | "multiCard";
684
- innerRef?: React.Ref<HTMLDivElement>;
685
425
  titleColor?: ColorDefinition;
686
- cardBackgroundColor?: ColorDefinition;
687
- cardStyle?: React.CSSProperties;
688
- buttonVariant?: ButtonVariant;
689
- buttonColor?: ColorDefinition;
690
- }
691
- type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
692
- declare function export_default$1o(props: SurveyTaskListProps): React.JSX.Element | null;
693
-
694
- type SeverityCalendarPreviewState = "Default" | "NoData";
695
- interface SeverityCalendarProps {
696
- surveyName: string;
697
- dateRecordedResultIdentifier?: string;
698
- severityResultIdentifier: string;
699
- severityValueMapper?: (value: string) => string;
700
- intervalStart?: Date;
701
- previewState?: SeverityCalendarPreviewState;
702
- }
703
- declare function export_default$1n(props: SeverityCalendarProps): React.JSX.Element;
704
-
705
- interface ViewEhrProps {
706
- onClick(): void;
707
- title?: string;
426
+ subtitle?: string;
427
+ subtitleColor?: ColorDefinition;
428
+ values: string[];
429
+ valueBackgroundColor?: ColorDefinition;
430
+ valueTextColor?: ColorDefinition;
431
+ checkboxColor?: ColorDefinition;
432
+ selectedValues?: string[];
433
+ selectedButtonBackgroundColor?: ColorDefinition;
434
+ selectedButtonTextColor?: ColorDefinition;
435
+ selectedCheckboxColor?: ColorDefinition;
436
+ onChange?: (selectedValues: string[]) => void;
437
+ variant?: 'default' | 'checkboxes';
438
+ multiSelect?: boolean;
439
+ preventEmptySelections?: boolean;
708
440
  innerRef?: React.Ref<HTMLDivElement>;
709
- previewState?: "fetchComplete" | "fetchingData";
710
- buttonColor?: ColorDefinition;
711
- buttonVariant?: ButtonVariant;
712
441
  }
713
- declare function export_default$1m(props: ViewEhrProps): React.JSX.Element | null;
442
+ declare function export_default$1o(props: ValueSelectorProps): React.JSX.Element;
714
443
 
715
- interface ActionProps {
444
+ interface ViewHeaderProps {
716
445
  title?: string;
717
- titleIcon?: ReactElement;
718
- icon?: ReactElement;
719
446
  subtitle?: string;
720
- onClick?: Function;
721
- children?: React.ReactNode;
722
- className?: string;
723
- indicatorIcon?: IconDefinition;
724
- indicator?: ReactElement;
725
- indicatorValue?: string;
726
- indicatorPosition?: "default" | "topRight";
727
- bottomBorder?: boolean;
728
- innerRef?: React.Ref<HTMLDivElement>;
729
447
  titleColor?: ColorDefinition;
730
448
  subtitleColor?: ColorDefinition;
731
- renderAs?: "div" | "button";
732
- }
733
- declare function export_default$1l(props: ActionProps): React.JSX.Element;
734
-
735
- interface ActivityMeterProps {
736
- label: string;
737
- value: string;
738
- icon: ReactElement;
739
- fillPercent: number;
740
- averageFillPercent: number;
741
- color: string;
742
- message?: string;
743
- className?: string;
744
- innerRef?: React.Ref<HTMLDivElement>;
745
- }
746
- declare function export_default$1k(props: ActivityMeterProps): React.JSX.Element;
747
-
748
- interface CalendarProps {
749
- month: number;
750
- year: number;
751
- dayRenderer(year: number, month: number, day?: number): JSX.Element | null;
752
- weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
753
- className?: string;
754
- innerRef?: React.Ref<HTMLDivElement>;
449
+ action?: React.ReactNode;
755
450
  }
756
- declare function export_default$1j(props: CalendarProps): React.JSX.Element;
451
+ declare function export_default$1n(props: ViewHeaderProps): React.JSX.Element | null;
757
452
 
758
- type CalendarDayStateConfiguration = Record<string, {
759
- style?: CSSProperties;
760
- streak?: boolean;
761
- streakColor?: ColorDefinition;
762
- }>;
763
- interface CalendarDayProps {
764
- year: number;
765
- month: number;
766
- day?: number;
767
- stateConfiguration: CalendarDayStateConfiguration;
768
- computeStateForDay: (date: Date) => string;
769
- onClick?: (date: Date) => void;
453
+ interface WeekCalendarProps {
454
+ selectedDate?: Date;
455
+ hideDateLabel?: boolean;
456
+ startDate: Date;
457
+ onDateSelected?(date: Date): void;
458
+ loading: boolean;
459
+ onStartDateChange?(startDate: Date): void;
460
+ dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
461
+ }
462
+ declare function export_default$1m(props: WeekCalendarProps): React.JSX.Element;
463
+
464
+ interface InboxCompletedListItemProps {
465
+ name: string;
466
+ status: string;
467
+ onClick?: () => void;
770
468
  innerRef?: React.Ref<HTMLDivElement>;
771
469
  }
772
- declare function export_default$1i(props: CalendarDayProps): React.JSX.Element;
470
+ declare function export_default$1l(props: InboxCompletedListItemProps): React.JSX.Element;
773
471
 
774
- interface CardProps {
775
- className?: string;
776
- children?: React.ReactNode;
777
- allowOverflow?: boolean;
472
+ interface InboxMessageListItemProps {
473
+ message: InboxMessage;
474
+ onClick: () => void;
778
475
  innerRef?: React.Ref<HTMLDivElement>;
779
- variant?: "default" | "subtle" | "highlight";
780
- backgroundColor?: ColorDefinition;
781
- style?: React.CSSProperties;
782
476
  }
783
- declare function export_default$1h(props: CardProps): React.JSX.Element | null;
477
+ declare function export_default$1k(props: InboxMessageListItemProps): React.JSX.Element | null;
784
478
 
785
- interface CardTitleProps {
786
- title: string;
787
- onDetailClick?: Function;
788
- detailLinkText?: string;
479
+ interface InboxResourceListItemProps {
480
+ resource: InboxResource;
481
+ onClick: () => void;
482
+ imageAlignment?: ResourceImageAlignment;
483
+ buttonText?: string;
789
484
  innerRef?: React.Ref<HTMLDivElement>;
790
- color?: ColorDefinition;
791
485
  }
792
- declare function export_default$1g(props: CardTitleProps): React.JSX.Element;
486
+ declare function export_default$1j(props: InboxResourceListItemProps): React.JSX.Element | null;
793
487
 
794
- interface DateRangeCoordinatorProps {
795
- initialIntervalStart?: Date;
796
- intervalType: "Week" | "Month";
797
- weekStartsOn?: WeekStartsOn;
798
- variant?: "default" | "rounded";
799
- children: React.ReactNode;
488
+ type InboxSurveyVariant = 'default' | 'expanded';
489
+ interface InboxSurveyListItemProps {
490
+ survey: InboxSurvey;
491
+ onClick: () => void;
492
+ variant?: InboxSurveyVariant;
493
+ surveyActive?: boolean;
800
494
  innerRef?: React.Ref<HTMLDivElement>;
801
- sticky?: boolean;
802
495
  }
803
- interface DateRangeContext {
804
- intervalType: "Week" | "Month";
805
- intervalStart: Date;
496
+ declare function export_default$1i(props: InboxSurveyListItemProps): React.JSX.Element | null;
497
+
498
+ interface TermInformation {
499
+ TermFamily: string;
500
+ TermNamespace: string;
501
+ TermCode: string;
806
502
  }
807
- declare const DateRangeContext: React.Context<DateRangeContext | null>;
808
- declare function DateRangeNavigatorContext(props: DateRangeCoordinatorProps): React.JSX.Element;
809
503
 
810
- interface DateRangeNavigatorProps {
811
- intervalType: "Week" | "Month";
812
- intervalStart: Date;
813
- variant?: "default" | "rounded";
814
- onIntervalChange(newIntervalStart: Date, newIntervalEnd: Date): void;
815
- className?: string;
504
+ interface AllergiesListProps {
505
+ previewState?: "default";
506
+ onViewTermInfo(termInfo: TermInformation): void;
816
507
  innerRef?: React.Ref<HTMLDivElement>;
817
- sticky?: boolean;
818
508
  }
819
- declare function export_default$1f(props: DateRangeNavigatorProps): React.JSX.Element;
509
+ declare function export_default$1h(props: AllergiesListProps): React.JSX.Element;
820
510
 
821
- interface DayTrackerSymbolProps {
822
- primaryColors: string[];
823
- secondaryColors: string[];
824
- className?: string;
825
- size?: "small" | "large";
511
+ interface AppDownloadProps {
512
+ previewProjectPlatforms?: string[];
513
+ previewDevicePlatform?: string;
826
514
  innerRef?: React.Ref<HTMLDivElement>;
515
+ title?: string;
516
+ text?: string;
827
517
  }
828
- declare function export_default$1e(props: DayTrackerSymbolProps): React.JSX.Element;
518
+ declare function export_default$1g(props: AppDownloadProps): React.JSX.Element | null;
829
519
 
830
- interface ClosedInterval {
831
- values: number[];
832
- }
833
- interface DataPoint {
834
- dataSet1: ClosedInterval;
835
- dataSet2: ClosedInterval;
520
+ interface SurveyBloodPressureDataParameters {
521
+ surveyName: string;
522
+ dateResultIdentifier: string;
523
+ systolicResultIdentifier: string;
524
+ diastolicResultIdentifier: string;
836
525
  }
837
- interface Dumbbell {
838
- dataPoint?: DataPoint;
839
- xValue: string;
840
- class?: DumbbellClass;
526
+ interface BloodPressureDataPoint {
527
+ date: Date;
528
+ systolic: number;
529
+ diastolic: number;
841
530
  }
842
- interface Axis {
843
- yRange: ClosedInterval;
844
- yIncrement: number;
845
- xIncrement: number;
531
+ declare function export_default$1f(props: SurveyBloodPressureDataParameters): Promise<BloodPressureDataPoint[]>;
532
+
533
+ type BloodPressurePreviewState = "Default" | "NoData" | "Loading";
534
+ interface BloodPressureVisualizationProps {
535
+ previewState?: BloodPressurePreviewState;
536
+ surveyDataSource: SurveyBloodPressureDataParameters;
537
+ weekStartsOn?: WeekStartsOn;
538
+ innerRef?: React.Ref<HTMLDivElement>;
846
539
  }
847
- interface DumbBellChartProps {
848
- axis: Axis;
849
- dumbbells: Dumbbell[];
540
+ declare function export_default$1e(props: BloodPressureVisualizationProps): React.JSX.Element;
541
+
542
+ interface ConditionsListProps {
543
+ previewState?: "default";
544
+ onViewTermInfo(termInfo: TermInformation): void;
545
+ innerRef?: React.Ref<HTMLDivElement>;
850
546
  }
851
- declare enum DumbbellClass {
852
- "mdhui-dumbbell-in-range" = 0,
853
- "mdhui-dumbbell-out-of-range" = 1
547
+ declare function export_default$1d(props: ConditionsListProps): React.JSX.Element;
548
+
549
+ type DeviceAccountType = "Fitbit" | "Garmin" | "AppleHealth" | "GoogleFit" | "Omron";
550
+ interface ConnectDevicesMenuProps {
551
+ innerRef?: React.Ref<HTMLDivElement>;
552
+ accountTypes?: DeviceAccountType[];
553
+ title?: string;
554
+ text?: string;
555
+ previewState?: "iOS" | "Android" | "Web" | "ConnectedStates";
556
+ headerVariant?: "large" | "medium";
854
557
  }
855
- declare function export_default$1d(props: DumbBellChartProps): React.JSX.Element;
558
+ declare function export_default$1c(props: ConnectDevicesMenuProps): React.JSX.Element | null;
856
559
 
857
- interface FaceProps {
858
- faceValue?: number;
859
- selected?: boolean;
860
- onClick?: MouseEventHandler;
861
- className?: string;
862
- innerRef?: React.Ref<HTMLButtonElement>;
560
+ interface ConnectEhrProps {
561
+ applicationUrl: ConnectEhrApplicationUrl;
562
+ previewState?: ConnectEhrPreviewState;
563
+ disabledBehavior?: 'hide' | 'displayError';
564
+ bottomBorder?: boolean;
565
+ innerRef?: React.Ref<HTMLDivElement>;
566
+ variant?: "large" | "medium" | "small";
567
+ title?: string;
568
+ notConnectedText?: string;
569
+ connectedText?: string;
570
+ hideWhenConnected?: boolean;
571
+ buttonColor?: ColorDefinition;
863
572
  }
864
- declare function export_default$1c(props: FaceProps): React.JSX.Element;
573
+ type ConnectEhrApplicationUrl = "preview" | string;
574
+ type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
575
+ declare function export_default$1b(props: ConnectEhrProps): React.JSX.Element | null;
865
576
 
866
- interface HistogramProps {
867
- entries: {
868
- label: string;
869
- color: string;
870
- value: number;
871
- onSelect?(): void;
872
- }[];
873
- className?: string;
577
+ interface ConnectFitbitProps {
578
+ title?: string;
579
+ fitbitProviderID?: number;
580
+ previewState?: ConnectFitbitPreviewState;
581
+ disabledBehavior?: 'hide' | 'displayError';
874
582
  innerRef?: React.Ref<HTMLDivElement>;
583
+ hideWhenConnected?: boolean;
875
584
  }
876
- declare function export_default$1b(props: HistogramProps): React.JSX.Element;
585
+ type ConnectFitbitPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
586
+ declare function export_default$1a(props: ConnectFitbitProps): React.JSX.Element;
877
587
 
878
- interface LayoutProps {
879
- children?: React.ReactNode;
880
- bodyBackgroundColor?: ColorDefinition;
881
- primaryColor?: ColorDefinition;
882
- statusBarStyle?: StatusBarStyle;
883
- className?: string;
884
- noGlobalStyles?: boolean;
885
- colorScheme?: "light" | "dark" | "auto";
886
- /**
887
- * @deprecated
888
- */
889
- stylesheetPath?: string;
588
+ interface ConnectGarminProps {
589
+ title?: string;
590
+ garminProviderID?: number;
591
+ previewState?: ConnectGarminPreviewState;
592
+ disabledBehavior?: 'hide' | 'displayError';
890
593
  innerRef?: React.Ref<HTMLDivElement>;
594
+ hideWhenConnected?: boolean;
891
595
  }
892
- interface LayoutContext {
893
- colorScheme: "light" | "dark";
894
- bodyBackgroundColor: string;
596
+ type ConnectGarminPreviewState = ExternalAccountStatus | "notConnected" | "notEnabled";
597
+ declare function export_default$19(props: ConnectGarminProps): React.JSX.Element;
598
+
599
+ type DailyDataQueryResult = {
600
+ [key: string]: number;
601
+ };
602
+ type DailyDataProvider = (startDate: Date, endDate: Date) => Promise<DailyDataQueryResult>;
603
+ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
604
+ declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
605
+ declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
606
+ declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
607
+ declare enum DailyDataType {
608
+ AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
609
+ AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
610
+ AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
611
+ AppleHealthHrv = "AppleHealthHrv",
612
+ AppleHealthMaxHeartRate = "AppleHealthMaxHeartRate",
613
+ AppleHealthRestingHeartRate = "AppleHealthRestingHeartRate",
614
+ AppleHealthSleepMinutes = "AppleHealthSleepMinutes",
615
+ AppleHealthInBedMinutes = "AppleHealthInBedMinutes",
616
+ AppleHealthStandMinutes = "AppleHealthStandMinutes",
617
+ AppleHealthSteps = "AppleHealthSteps",
618
+ AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
619
+ AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
620
+ FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
621
+ FitbitActiveMinutes = "FitbitActiveMinutes",
622
+ FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
623
+ FitbitFairlyActiveMinutes = "FitbitFairlyActiveMinutes",
624
+ FitbitVeryActiveMinutes = "FitbitVeryActiveMinutes",
625
+ FitbitBreathingRate = "FitbitBreathingRate",
626
+ FitbitCaloriesBurned = "FitbitCaloriesBurned",
627
+ FitbitElevatedHeartRateMinutes = "FitbitElevatedHeartRateMinutes",
628
+ FitbitFatBurnHeartRateMinutes = "FitbitFatBurnHeartRateMinutes",
629
+ FitbitCardioHeartRateMinutes = "FitbitCardioHeartRateMinutes",
630
+ FitbitPeakHeartRateMinutes = "FitbitPeakHeartRateMinutes",
631
+ FitbitFloors = "FitbitFloors",
632
+ FitbitHrv = "FitbitHrv",
633
+ FitbitRestingHeartRate = "FitbitRestingHeartRate",
634
+ FitbitSleepMinutes = "FitbitSleepMinutes",
635
+ FitbitLightSleepMinutes = "FitbitLightSleepMinutes",
636
+ FitbitRemSleepMinutes = "FitbitRemSleepMinutes",
637
+ FitbitDeepSleepMinutes = "FitbitDeepSleepMinutes",
638
+ FitbitSpO2 = "FitbitSpO2",
639
+ FitbitSteps = "FitbitSteps",
640
+ GarminSteps = "GarminSteps",
641
+ GarminDistance = "GarminDistance",
642
+ GarminFloors = "GarminFloors",
643
+ GarminActiveMinutes = "GarminActiveMinutes",
644
+ GarminActiveCalories = "GarminActiveCalories",
645
+ GarminRestingCalories = "GarminRestingCalories",
646
+ GarminTotalCalories = "GarminTotalCalories",
647
+ GarminRestingHeartRate = "GarminRestingHeartRate",
648
+ GarminMinHeartRate = "GarminMinHeartRate",
649
+ GarminMaxHeartRate = "GarminMaxHeartRate",
650
+ GarminAverageHeartRate = "GarminAverageHeartRate",
651
+ GarminMaxStressLevel = "GarminMaxStressLevel",
652
+ GarminAverageStressLevel = "GarminAverageStressLevel",
653
+ GarminTotalStressMinutes = "GarminTotalStressMinutes",
654
+ GarminLowStressMinutes = "GarminLowStressMinutes",
655
+ GarminMediumStressMinutes = "GarminMediumStressMinutes",
656
+ GarminHighStressMinutes = "GarminHighStressMinutes",
657
+ GarminTotalSleepMinutes = "GarminTotalSleepMinutes",
658
+ GarminLightSleepMinutes = "GarminLightSleepMinutes",
659
+ GarminDeepSleepMinutes = "GarminDeepSleepMinutes",
660
+ GarminRemSleepMinutes = "GarminRemSleepMinutes",
661
+ GarminAwakeMinutes = "GarminAwakeMinutes",
662
+ GarminSleepScore = "GarminSleepScore",
663
+ GoogleFitSteps = "GoogleFitSteps",
664
+ Steps = "Steps",
665
+ RestingHeartRate = "RestingHeartRate"
895
666
  }
896
- declare const LayoutContext: React.Context<LayoutContext>;
897
- declare function export_default$1a(props: LayoutProps): React.JSX.Element;
898
667
 
899
- interface LoadingIndicatorProps {
900
- variant?: "default" | "inline";
901
- color?: string;
902
- className?: string;
668
+ interface DailyDataChartProps {
669
+ title?: string;
670
+ intervalType?: "Week" | "Month";
671
+ weekStartsOn?: WeekStartsOn;
672
+ dailyDataType: string;
673
+ valueConverter?(value: number): number;
674
+ valueFormatter?(value: number): string;
675
+ chartType: "Line" | "Bar" | "Area";
676
+ options?: LineChartOptions | BarChartOptions | AreaChartOptions;
677
+ hideIfNoData?: boolean;
678
+ previewDataProvider?: DailyDataProvider;
903
679
  innerRef?: React.Ref<HTMLDivElement>;
904
680
  }
905
- declare function LoadingIndicator(props: LoadingIndicatorProps): React.JSX.Element;
906
-
907
- interface NavigationBarProps {
908
- title?: string;
909
- subtitle?: string;
910
- showBackButton?: boolean;
911
- showCloseButton?: boolean;
912
- children?: React.ReactNode;
913
- closeButtonText?: string;
914
- backButtonText?: string;
915
- className?: string;
916
- variant?: 'default' | 'compressed';
917
- titleColor?: ColorDefinition;
918
- subtitleColor?: ColorDefinition;
919
- buttonColor?: ColorDefinition;
920
- navigationBarLeft?: React.ReactNode;
921
- navigationBarRight?: React.ReactNode;
922
- backgroundColor?: ColorDefinition;
681
+ interface LineChartOptions {
682
+ lineColor?: string;
683
+ domainMin?: number | "Auto";
923
684
  }
924
- declare function export_default$19(props: NavigationBarProps): React.JSX.Element;
925
-
926
- interface NotesInputProps {
927
- autoTimestamp?: boolean;
928
- placeholder?: string;
929
- onChange(value: string): void;
930
- value: string;
685
+ interface BarChartOptions {
686
+ barColor?: string;
931
687
  }
932
- declare function export_default$18(props: NotesInputProps): React.JSX.Element;
688
+ interface AreaChartOptions {
689
+ lineColor?: string;
690
+ areaColor?: string;
691
+ }
692
+ declare function DailyDataChart(props: DailyDataChartProps): React.JSX.Element | null;
933
693
 
934
- interface ProgressBarProps {
935
- backgroundColor?: ColorDefinition;
936
- borderColor?: ColorDefinition;
937
- fillColor?: ColorDefinition;
938
- fillPercent: number;
939
- steps?: {
940
- percent: number;
941
- icon: ReactElement;
942
- }[];
694
+ interface DeviceDataMonthChartProps {
695
+ lines: DeviceDataChartLine[];
696
+ month: number;
697
+ year: number;
698
+ syncId?: string;
699
+ title?: string;
700
+ previewState?: DeviceDataMonthChartPreviewState;
701
+ onDataDetected?: Function;
943
702
  innerRef?: React.Ref<HTMLDivElement>;
944
- defaultMargin?: boolean;
945
- }
946
- declare function ProgressBar(props: ProgressBarProps): React.JSX.Element;
947
- declare namespace ProgressBar {
948
- var defaultProps: {
949
- backgroundColor: string;
950
- fillColor: string;
951
- fillPercent: number;
952
- };
953
703
  }
954
-
955
- interface ProgressBarStepProps {
956
- borderColor?: ColorDefinition;
957
- backgroundColor?: ColorDefinition;
958
- children?: React.ReactNode;
959
- height: string;
704
+ interface DeviceDataChartLine {
705
+ label: string;
706
+ dailyDataType: string;
707
+ valueConverter?: Function;
708
+ showAverage?: boolean;
960
709
  }
961
- declare function ProgressBarStep(props: ProgressBarStepProps): React.JSX.Element;
710
+ type DeviceDataMonthChartPreviewState = "WithData" | "NoData" | "Loading";
711
+ declare function export_default$18(props: DeviceDataMonthChartProps): React.JSX.Element | null;
962
712
 
963
- interface ProgressRingProps {
964
- children: React.ReactNode;
965
- style?: CSSProperties;
966
- color?: ColorDefinition;
967
- percentCompleted?: number;
968
- animate?: boolean;
713
+ interface DeviceDataMonthChartsProps {
714
+ previewState?: DeviceDataMonthChartsPreviewState;
969
715
  }
970
- declare function export_default$17(props: ProgressRingProps): React.JSX.Element;
716
+ type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
717
+ declare function export_default$17(props: DeviceDataMonthChartsProps): React.JSX.Element;
971
718
 
972
- interface RotatingTextEntry {
973
- title?: string;
974
- text: string;
975
- }
976
- type RotatingTextInterval = 'day' | 'week' | 'month';
977
- interface RotatingTextProps {
978
- interval?: RotatingTextInterval;
979
- entryTitlePrefix?: string;
980
- entries: RotatingTextEntry[];
981
- startDate: Date;
719
+ interface ExternalAccountListProps {
720
+ externalAccountProviderCategories?: string[];
721
+ previewState?: NotificationListPreviewState$1;
722
+ onExternalAccountsLoaded?: (accounts: ExternalAccount[]) => void;
982
723
  innerRef?: React.Ref<HTMLDivElement>;
983
724
  }
984
- declare function export_default$16(props: RotatingTextProps): React.JSX.Element;
725
+ type NotificationListPreviewState$1 = "Default";
726
+ declare function export_default$16(props: ExternalAccountListProps): React.JSX.Element;
985
727
 
986
- interface SectionProps {
987
- children?: React.ReactNode;
988
- className?: string;
989
- noTopMargin?: boolean;
728
+ interface ExternalAccountsLoadingIndicatorProps {
729
+ previewState?: "externalAccountsFetchingData" | "externalAccountsLoaded";
730
+ externalAccountCategories?: string[];
990
731
  innerRef?: React.Ref<HTMLDivElement>;
991
- backgroundColor?: ColorDefinition;
992
- style?: React.CSSProperties;
993
732
  }
994
- declare function export_default$15(props: SectionProps): React.JSX.Element | null;
733
+ declare function export_default$15(props: ExternalAccountsLoadingIndicatorProps): React.JSX.Element | null;
995
734
 
996
- interface SegmentedControlProps {
997
- segments: {
998
- key: string;
999
- title: string;
1000
- }[];
1001
- selectedSegment?: string;
1002
- onSegmentSelected(segmentKey: string): void;
1003
- className?: string;
1004
- color?: string;
1005
- variant?: "default" | "optionsHorizontal" | "optionsVertical";
735
+ interface ExternalAccountsPreviewProps {
736
+ excludeProviders?: boolean;
737
+ excludeHealthPlans?: boolean;
738
+ excludeDeviceManufacturers?: boolean;
739
+ applicationUrl: ExternalAccountsApplicationUrl;
740
+ previewState?: ExternalAccountsPreviewPreviewState;
1006
741
  innerRef?: React.Ref<HTMLDivElement>;
1007
742
  }
1008
- declare function export_default$14(props: SegmentedControlProps): React.JSX.Element;
743
+ type ExternalAccountsApplicationUrl = "preview" | string;
744
+ type ExternalAccountsPreviewPreviewState = "Default";
745
+ declare function export_default$14(props: ExternalAccountsPreviewProps): React.JSX.Element | null;
1009
746
 
1010
- declare function export_default$13(): React.JSX.Element;
747
+ type ConnectedDevicesPreviewState = "notEnabled" | "notConnected" | "connected";
1011
748
 
1012
- interface SingleExternalAccountProps {
1013
- externalAccount: ExternalAccount;
1014
- onAccountRemoved: (account: ExternalAccount) => void;
1015
- onReconnectAccount: (account: ExternalAccount) => void;
749
+ interface FitbitDevicesProps {
750
+ previewState?: ConnectedDevicesPreviewState;
1016
751
  innerRef?: React.Ref<HTMLDivElement>;
1017
752
  }
1018
- declare function export_default$12(props: SingleExternalAccountProps): React.JSX.Element;
753
+ declare function export_default$13(props: FitbitDevicesProps): React.JSX.Element;
1019
754
 
1020
- interface SingleNotificationProps {
1021
- notification: Notification;
1022
- innerRef?: React.Ref<HTMLDivElement>;
1023
- }
1024
- declare function export_default$11(props: SingleNotificationProps): React.JSX.Element;
755
+ type MonthChartsPreviewState = "notEnabled" | "notConnected" | "connected";
1025
756
 
1026
- type SingleSurveyTaskVariant = 'default' | 'expanded';
1027
- interface SingleSurveyTaskProps {
1028
- task: SurveyTask;
1029
- onClick: () => void;
1030
- variant?: SingleSurveyTaskVariant;
1031
- descriptionIcon?: IconDefinition$1;
1032
- surveyActive?: boolean;
1033
- buttonColor?: ColorDefinition;
1034
- buttonVariant?: ButtonVariant;
1035
- innerRef?: React.Ref<HTMLDivElement>;
757
+ interface FitbitMonthChartsProps {
758
+ previewState?: MonthChartsPreviewState;
1036
759
  }
1037
- declare function export_default$10(props: SingleSurveyTaskProps): React.JSX.Element | null;
760
+ declare function export_default$12(props: FitbitMonthChartsProps): React.JSX.Element;
1038
761
 
1039
- interface SparkBarChartProps {
1040
- averageFillPercent: number;
1041
- bars: SparkBarChartBar[];
762
+ interface GarminDevicesProps {
763
+ previewState?: ConnectedDevicesPreviewState;
1042
764
  innerRef?: React.Ref<HTMLDivElement>;
1043
765
  }
1044
- interface SparkBarChartBar {
1045
- color: string;
1046
- barFillPercent: number;
766
+ declare function export_default$11(props: GarminDevicesProps): React.JSX.Element;
767
+
768
+ interface GarminMonthChartsProps {
769
+ previewState?: MonthChartsPreviewState;
1047
770
  }
1048
- declare function export_default$$(props: SparkBarChartProps): React.JSX.Element;
771
+ declare function export_default$10(props: GarminMonthChartsProps): React.JSX.Element;
1049
772
 
1050
- interface SwitchProps {
1051
- isOn: Boolean;
1052
- onBackgroundColor?: string;
1053
- onValueChanged(value: boolean): void;
1054
- className?: string;
1055
- innerRef?: React.Ref<HTMLButtonElement>;
773
+ type HealthPreviewSectionConcept = "Medications" | "Immunizations" | "Reports" | "Allergies" | "Conditions" | "Procedures";
774
+ interface HealthPreviewSectionProps {
775
+ concept: HealthPreviewSectionConcept;
776
+ onClick(): void;
777
+ previewState?: "NoData" | "Default";
778
+ indicatorPosition?: "default" | "topRight";
779
+ innerRef?: React.Ref<HTMLDivElement>;
1056
780
  }
1057
- declare function export_default$_(props: SwitchProps): React.JSX.Element;
781
+ declare function export_default$$(props: HealthPreviewSectionProps): React.JSX.Element | null;
1058
782
 
1059
- interface StatusBarBackgroundProps {
1060
- color?: string;
783
+ interface LabResultsSummaryProps {
784
+ previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
785
+ onClick(): void;
786
+ onViewTermInfo(termInfo: TermInformation): void;
1061
787
  innerRef?: React.Ref<HTMLDivElement>;
1062
788
  }
1063
- declare function StatusBarBackgroundProps(props: StatusBarBackgroundProps): React.JSX.Element;
789
+ declare function export_default$_(props: LabResultsSummaryProps): React.JSX.Element | null;
1064
790
 
1065
- interface TextBlockProps {
1066
- children?: React.ReactNode;
1067
- className?: string;
791
+ interface MedicationsListProps {
792
+ previewState?: "default";
793
+ onViewTermInfo(termInfo: TermInformation): void;
1068
794
  innerRef?: React.Ref<HTMLDivElement>;
1069
- color?: ColorDefinition;
1070
- style?: React.CSSProperties;
1071
795
  }
1072
- declare function export_default$Z(props: TextBlockProps): React.JSX.Element | null;
796
+ declare function export_default$Z(props: MedicationsListProps): React.JSX.Element;
1073
797
 
1074
- interface TitleProps {
1075
- color?: ColorDefinition;
1076
- order?: 1 | 2 | 3 | 4 | 5 | 6;
1077
- children?: React.ReactNode;
1078
- style?: React.CSSProperties;
1079
- className?: string;
1080
- image?: ReactNode;
1081
- autosizeImage?: boolean;
1082
- imageAlignment?: "top" | "left";
1083
- defaultMargin?: boolean;
798
+ interface MostRecentNotificationProps {
799
+ notificationType?: NotificationType;
800
+ onViewMore?: Function;
801
+ hideAfterHours?: number;
802
+ previewState?: MostRecentNotificationPreviewState;
803
+ innerRef?: React.Ref<HTMLDivElement>;
1084
804
  }
1085
- declare function export_default$Y(props: TitleProps): React.JSX.Element;
805
+ type MostRecentNotificationPreviewState = "Default";
806
+ declare function export_default$Y(props: MostRecentNotificationProps): React.JSX.Element | null;
1086
807
 
1087
- interface TrackerItemProps {
1088
- selected: boolean;
1089
- text?: string;
1090
- color: string;
1091
- bordered?: boolean;
1092
- badge?: string;
1093
- onClick?: Function;
1094
- className?: string;
1095
- noBoxShadow?: boolean;
808
+ interface NotificationListProps {
809
+ notificationType?: NotificationType;
810
+ previewState?: NotificationListPreviewState;
811
+ innerRef?: React.Ref<HTMLDivElement>;
1096
812
  }
1097
- declare function export_default$X(props: TrackerItemProps): React.JSX.Element;
813
+ type NotificationListPreviewState = "Default" | "NoData";
814
+ declare function export_default$X(props: NotificationListProps): React.JSX.Element;
1098
815
 
1099
- interface UnstyledButtonProps {
1100
- onClick: MouseEventHandler;
1101
- className?: string;
816
+ interface PlatformSpecificContentProps {
817
+ platforms: string[];
1102
818
  children?: React.ReactNode;
1103
- title?: string;
1104
- style?: React.CSSProperties;
1105
- disabled?: boolean;
1106
- innerRef?: React.Ref<HTMLButtonElement>;
819
+ previewDevicePlatform?: string;
820
+ innerRef?: React.Ref<HTMLDivElement>;
1107
821
  }
1108
- declare function export_default$W(props: UnstyledButtonProps): React.JSX.Element;
822
+ declare function export_default$W(props: PlatformSpecificContentProps): React.JSX.Element | null;
1109
823
 
1110
- interface ValueSelectorProps {
1111
- title?: string;
1112
- titleColor?: ColorDefinition;
1113
- subtitle?: string;
1114
- subtitleColor?: ColorDefinition;
1115
- values: string[];
1116
- valueBackgroundColor?: ColorDefinition;
1117
- valueTextColor?: ColorDefinition;
1118
- checkboxColor?: ColorDefinition;
1119
- selectedValues?: string[];
1120
- selectedButtonBackgroundColor?: ColorDefinition;
1121
- selectedButtonTextColor?: ColorDefinition;
1122
- selectedCheckboxColor?: ColorDefinition;
1123
- onChange?: (selectedValues: string[]) => void;
1124
- variant?: 'default' | 'checkboxes';
1125
- multiSelect?: boolean;
1126
- preventEmptySelections?: boolean;
824
+ interface ProjectHeaderProps {
825
+ previewState?: ProjectHeaderPropsPreviewState;
1127
826
  innerRef?: React.Ref<HTMLDivElement>;
1128
827
  }
1129
- declare function export_default$V(props: ValueSelectorProps): React.JSX.Element;
828
+ type ProjectHeaderPropsPreviewState = "Default";
829
+ declare function export_default$V(props: ProjectHeaderProps): React.JSX.Element;
1130
830
 
1131
- interface ViewHeaderProps {
1132
- title?: string;
1133
- subtitle?: string;
1134
- titleColor?: ColorDefinition;
1135
- subtitleColor?: ColorDefinition;
1136
- action?: React.ReactNode;
831
+ interface ProjectSupportProps {
832
+ previewState?: ProjectSupportPropsPreviewState;
833
+ innerRef?: React.Ref<HTMLDivElement>;
1137
834
  }
1138
- declare function export_default$U(props: ViewHeaderProps): React.JSX.Element | null;
835
+ type ProjectSupportPropsPreviewState = "Default";
836
+ declare function export_default$U(props: ProjectSupportProps): React.JSX.Element | null;
1139
837
 
1140
- interface WeekCalendarProps {
1141
- selectedDate?: Date;
1142
- hideDateLabel?: boolean;
1143
- startDate: Date;
1144
- onDateSelected?(date: Date): void;
1145
- loading: boolean;
1146
- onStartDateChange?(startDate: Date): void;
1147
- dayRenderer(year: number, month: number, day: number, selectedWeek: boolean): JSX.Element | null;
838
+ interface ProviderSearchProps {
839
+ previewState?: ProviderSearchPreviewState;
840
+ providerCategories?: string[];
841
+ onProviderConnected?: (provider: ExternalAccountProvider) => void;
842
+ innerRef?: React.Ref<HTMLDivElement>;
1148
843
  }
1149
- declare function export_default$T(props: WeekCalendarProps): React.JSX.Element;
844
+ type ProviderSearchPreviewState = "Default";
845
+ declare function export_default$T(props: ProviderSearchProps): React.JSX.Element;
1150
846
 
1151
- interface InboxCompletedListItemProps {
1152
- name: string;
1153
- status: string;
1154
- onClick?: () => void;
847
+ interface RelativeActivityTodayProps {
848
+ dataTypes: RelativeActivityDataType[];
849
+ previewState?: "Default";
850
+ title?: string;
1155
851
  innerRef?: React.Ref<HTMLDivElement>;
1156
852
  }
1157
- declare function export_default$S(props: InboxCompletedListItemProps): React.JSX.Element;
853
+ interface RelativeActivityDataType {
854
+ dailyDataType: string;
855
+ label: string;
856
+ icon: React.ReactElement;
857
+ color: string;
858
+ formatter: (number: number) => string;
859
+ }
860
+ declare function export_default$S(props: RelativeActivityTodayProps): React.JSX.Element | null;
1158
861
 
1159
- interface InboxMessageListItemProps {
1160
- message: InboxMessage;
1161
- onClick: () => void;
862
+ type RestingHeartRateCalendarPreviewState = "WithData" | "NoData" | "Loading";
863
+ interface RestingHeartRateCalendarProps {
864
+ month: number;
865
+ year: number;
866
+ showPreviewData: RestingHeartRateCalendarPreviewState;
1162
867
  innerRef?: React.Ref<HTMLDivElement>;
1163
868
  }
1164
- declare function export_default$R(props: InboxMessageListItemProps): React.JSX.Element | null;
869
+ declare function export_default$R(props: RestingHeartRateCalendarProps): React.JSX.Element;
1165
870
 
1166
- interface InboxResourceDisplayProps {
1167
- resource: InboxResource | InboxMessageResource;
1168
- onClick: () => void;
1169
- imageAlignment?: 'left' | 'center' | 'right';
1170
- buttonText?: string;
871
+ interface SurveyTaskListProps {
872
+ status: SurveyTaskStatus;
873
+ limit?: number;
874
+ title?: string;
875
+ surveys?: string[];
876
+ onDetailLinkClick?: Function;
877
+ previewState?: SurveyTaskListListPreviewState;
878
+ variant?: "noCard" | "singleCard" | "multiCard";
1171
879
  innerRef?: React.Ref<HTMLDivElement>;
880
+ titleColor?: ColorDefinition;
881
+ cardBackgroundColor?: ColorDefinition;
882
+ cardStyle?: React.CSSProperties;
883
+ buttonVariant?: ButtonVariant;
884
+ buttonColor?: ColorDefinition;
1172
885
  }
1173
- declare function export_default$Q(props: InboxResourceDisplayProps): React.JSX.Element;
886
+ type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
887
+ declare function export_default$Q(props: SurveyTaskListProps): React.JSX.Element | null;
1174
888
 
1175
- type InboxResourceImageAlignment = 'left' | 'center' | 'right';
1176
- interface InboxResourceListItemProps {
1177
- resource: InboxResource;
1178
- onClick: () => void;
1179
- imageAlignment?: InboxResourceImageAlignment;
1180
- buttonText?: string;
889
+ type SeverityCalendarPreviewState = "Default" | "NoData";
890
+ interface SeverityCalendarProps {
891
+ surveyName: string;
892
+ dateRecordedResultIdentifier?: string;
893
+ severityResultIdentifier: string;
894
+ severityValueMapper?: (value: string) => string;
895
+ intervalStart?: Date;
896
+ previewState?: SeverityCalendarPreviewState;
1181
897
  innerRef?: React.Ref<HTMLDivElement>;
1182
898
  }
1183
- declare function export_default$P(props: InboxResourceListItemProps): React.JSX.Element | null;
899
+ declare function export_default$P(props: SeverityCalendarProps): React.JSX.Element;
1184
900
 
1185
- type InboxSurveyVariant = 'default' | 'expanded';
1186
- interface InboxSurveyListItemProps {
1187
- survey: InboxSurvey;
1188
- onClick: () => void;
1189
- variant?: InboxSurveyVariant;
1190
- surveyActive?: boolean;
901
+ interface ViewEhrProps {
902
+ onClick(): void;
903
+ title?: string;
1191
904
  innerRef?: React.Ref<HTMLDivElement>;
905
+ previewState?: "fetchComplete" | "fetchingData";
906
+ buttonColor?: ColorDefinition;
907
+ buttonVariant?: ButtonVariant;
1192
908
  }
1193
- declare function export_default$O(props: InboxSurveyListItemProps): React.JSX.Element | null;
909
+ declare function export_default$O(props: ViewEhrProps): React.JSX.Element | null;
1194
910
 
1195
911
  type InboxItemListPreviewState = 'no items' | 'incomplete message' | 'incomplete survey' | 'incomplete resource' | 'incomplete items' | 'complete items';
1196
912
 
@@ -1209,7 +925,7 @@ interface InboxItemListProps {
1209
925
  emptyText?: string;
1210
926
  showTitleWhenEmpty?: boolean;
1211
927
  surveyVariant?: InboxSurveyVariant;
1212
- resourceImageAlignment?: InboxResourceImageAlignment;
928
+ resourceImageAlignment?: ResourceImageAlignment;
1213
929
  hideLoadingIndicator?: boolean;
1214
930
  onItemsLoaded?: (items: InboxItem[]) => void;
1215
931
  syncOnChanges?: boolean;
@@ -1223,124 +939,19 @@ interface InboxItemListCoordinatorProps {
1223
939
  }
1224
940
  declare function export_default$M(props: InboxItemListCoordinatorProps): React.JSX.Element;
1225
941
 
1226
- interface CelebrationStepProps {
1227
- title?: string;
1228
- text?: string;
1229
- detailText?: string;
1230
- iconUrl?: string;
1231
- imageUrl?: string;
1232
- nextButtonText?: string;
1233
- styles: {
1234
- [key: string]: any;
1235
- };
1236
- }
1237
- declare function export_default$L(props: CelebrationStepProps): React.JSX.Element;
1238
-
1239
- declare function export_default$K(): React.JSX.Element;
1240
-
1241
- interface ConnectDeviceAccountStepProps {
1242
- title?: string;
1243
- text?: string;
1244
- deviceType: string;
1245
- providerID: number;
1246
- styles: {
1247
- [key: string]: any;
1248
- };
1249
- onConnect: () => void;
1250
- }
1251
- declare function export_default$J(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1252
-
1253
- interface ConnectDeviceAccountStepContainerProps {
1254
- deviceType?: string;
1255
- }
1256
- declare function export_default$I(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1257
-
1258
- interface ConnectEhrStepProps {
1259
- title?: string;
1260
- text?: string;
1261
- nextButtonText?: string;
1262
- nextButtonDisabled?: boolean;
1263
- previewState?: ProviderSearchPreviewState;
1264
- onProviderConnected: (provider: ExternalAccountProvider) => void;
1265
- onNextButtonClick: () => void;
1266
- styles: {
1267
- [key: string]: any;
1268
- };
1269
- }
1270
- declare function export_default$H(props: ConnectEhrStepProps): React.JSX.Element;
1271
-
1272
- declare function export_default$G(): React.JSX.Element;
1273
-
1274
- interface StepElementProps {
1275
- text?: string;
1276
- textAlign?: any;
1277
- color?: string;
1278
- fontSize?: string;
1279
- fontWeight?: string;
1280
- }
1281
- interface IconElementProps {
1282
- srcUrl?: string;
1283
- }
1284
-
1285
- declare function export_default$F(props: StepElementProps): React.JSX.Element | null;
1286
-
1287
- declare function export_default$E(props: IconElementProps): React.JSX.Element | null;
1288
-
1289
- declare function export_default$D(props: IconElementProps): React.JSX.Element | null;
1290
-
1291
- interface StepLayoutProps {
1292
- children?: React.ReactNode;
1293
- }
1294
- declare function export_default$C(props: StepLayoutProps): React.JSX.Element;
1295
-
1296
- interface StepMarkdownProps {
1297
- text: string;
1298
- inline?: boolean;
1299
- }
1300
- declare function export_default$B(props: StepMarkdownProps): React.JSX.Element;
1301
-
1302
- interface StepNextButtonProps extends StepElementProps {
1303
- backgroundColor: string;
1304
- letterSpacing: string;
1305
- textTransform: string;
1306
- gradient: any;
1307
- disabled?: boolean;
1308
- onClick(): void;
1309
- }
1310
- declare function export_default$A(props: StepNextButtonProps): React.JSX.Element;
1311
-
1312
- declare function export_default$z(props: StepElementProps): React.JSX.Element | null;
1313
-
1314
- declare function export_default$y(props: StepElementProps): React.JSX.Element | null;
1315
-
1316
- interface YouTubeStepProps {
1317
- title?: string;
1318
- text?: string;
1319
- transcript?: string;
1320
- videoId: string;
1321
- nextButtonText?: string;
1322
- height?: string;
1323
- styles: {
1324
- [key: string]: any;
1325
- };
1326
- }
1327
- declare function export_default$x(props: YouTubeStepProps): React.JSX.Element;
1328
-
1329
- declare function export_default$w(): React.JSX.Element;
1330
-
1331
942
  interface SymptomSharkCalendarProps {
1332
943
  intervalStart?: Date;
1333
944
  onDaySelected(day: Date): void;
1334
945
  innerRef?: React.Ref<HTMLDivElement>;
1335
946
  }
1336
- declare function export_default$v(props: SymptomSharkCalendarProps): React.JSX.Element;
947
+ declare function export_default$L(props: SymptomSharkCalendarProps): React.JSX.Element;
1337
948
 
1338
949
  interface OverallExperienceChartProps {
1339
950
  intervalStart?: Date;
1340
951
  showAllDays?: boolean;
1341
952
  innerRef?: React.Ref<HTMLDivElement>;
1342
953
  }
1343
- declare function export_default$u(props: OverallExperienceChartProps): React.JSX.Element | null;
954
+ declare function export_default$K(props: OverallExperienceChartProps): React.JSX.Element | null;
1344
955
 
1345
956
  interface SymptomSharkDataService {
1346
957
  getConfiguration(): Promise<SymptomSharkConfiguration>;
@@ -1398,21 +1009,21 @@ interface SymptomSharkLogEntryProps {
1398
1009
  highlightedTreatments?: string[];
1399
1010
  innerRef?: React.Ref<HTMLDivElement>;
1400
1011
  }
1401
- declare function export_default$t(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1012
+ declare function export_default$J(props: SymptomSharkLogEntryProps): React.JSX.Element | null;
1402
1013
 
1403
1014
  interface SymptomTreatmentHistogramsProps {
1404
1015
  intervalStart?: Date;
1405
1016
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1406
1017
  innerRef?: React.Ref<HTMLDivElement>;
1407
1018
  }
1408
- declare function export_default$s(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1019
+ declare function export_default$I(props: SymptomTreatmentHistogramsProps): React.JSX.Element | null;
1409
1020
 
1410
1021
  interface SymptomSeveritySummaryProps {
1411
1022
  symptom: SymptomConfiguration;
1412
1023
  intervalStart?: Date;
1413
1024
  innerRef?: React.Ref<HTMLDivElement>;
1414
1025
  }
1415
- declare function export_default$r(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1026
+ declare function export_default$H(props: SymptomSeveritySummaryProps): React.JSX.Element | null;
1416
1027
 
1417
1028
  interface SymptomSeverityChartProps {
1418
1029
  intervalStart?: Date;
@@ -1420,7 +1031,7 @@ interface SymptomSeverityChartProps {
1420
1031
  showAllDays?: boolean;
1421
1032
  innerRef?: React.Ref<HTMLDivElement>;
1422
1033
  }
1423
- declare function export_default$q(props: SymptomSeverityChartProps): React.JSX.Element | null;
1034
+ declare function export_default$G(props: SymptomSeverityChartProps): React.JSX.Element | null;
1424
1035
 
1425
1036
  interface SymptomTreatmentFiltersProps {
1426
1037
  expandedDropdown: "Symptoms" | "Treatments" | null;
@@ -1432,28 +1043,28 @@ interface SymptomTreatmentFiltersProps {
1432
1043
  onTreatmentsSelectionChange(treatments: string[]): void;
1433
1044
  innerRef?: React.Ref<HTMLDivElement>;
1434
1045
  }
1435
- declare function export_default$p(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1046
+ declare function export_default$F(props: SymptomTreatmentFiltersProps): React.JSX.Element;
1436
1047
 
1437
1048
  interface SymptomSharkLogEntryListProps {
1438
1049
  onDaySelected(d: Date): void;
1439
1050
  previewState?: "default";
1440
1051
  innerRef?: React.Ref<HTMLDivElement>;
1441
1052
  }
1442
- declare function export_default$o(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1053
+ declare function export_default$E(props: SymptomSharkLogEntryListProps): React.JSX.Element;
1443
1054
 
1444
1055
  interface SymptomSharkLogTodayProps {
1445
1056
  previewState?: "withLog" | "noLog";
1446
1057
  innerRef?: React.Ref<HTMLDivElement>;
1447
1058
  onClick(d: Date): void;
1448
1059
  }
1449
- declare function export_default$n(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1060
+ declare function export_default$D(props: SymptomSharkLogTodayProps): React.JSX.Element | null;
1450
1061
 
1451
1062
  interface SymptomSharkLogEntryEditProps {
1452
1063
  date: Date;
1453
1064
  promptForReviewAfterDays?: number;
1454
1065
  previewState?: "default";
1455
1066
  }
1456
- declare function export_default$m(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1067
+ declare function export_default$C(props: SymptomSharkLogEntryEditProps): React.JSX.Element;
1457
1068
 
1458
1069
  interface SymptomSharkVisualizationCoordinatorProps {
1459
1070
  children: React.ReactNode;
@@ -1461,7 +1072,7 @@ interface SymptomSharkVisualizationCoordinatorProps {
1461
1072
  previewState?: "default";
1462
1073
  innerRef?: React.Ref<HTMLDivElement>;
1463
1074
  }
1464
- declare function export_default$l(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1075
+ declare function export_default$B(props: SymptomSharkVisualizationCoordinatorProps): React.JSX.Element;
1465
1076
 
1466
1077
  interface CalendarViewProps {
1467
1078
  colorScheme?: "light" | "dark" | "auto";
@@ -1469,7 +1080,7 @@ interface CalendarViewProps {
1469
1080
  onSymptomSelected(symptom: string, intervalStart: Date): void;
1470
1081
  previewState?: "default";
1471
1082
  }
1472
- declare function export_default$k(props: CalendarViewProps): React.JSX.Element;
1083
+ declare function export_default$A(props: CalendarViewProps): React.JSX.Element;
1473
1084
 
1474
1085
  interface LogEntryEditViewProps {
1475
1086
  colorScheme?: "light" | "dark" | "auto";
@@ -1477,7 +1088,7 @@ interface LogEntryEditViewProps {
1477
1088
  promptForReviewAfterDays?: number;
1478
1089
  previewState?: "default";
1479
1090
  }
1480
- declare function export_default$j(props: LogEntryEditViewProps): React.JSX.Element;
1091
+ declare function export_default$z(props: LogEntryEditViewProps): React.JSX.Element;
1481
1092
 
1482
1093
  interface SymptomDetailViewProps {
1483
1094
  symptomId: string;
@@ -1485,13 +1096,13 @@ interface SymptomDetailViewProps {
1485
1096
  previewState?: "default";
1486
1097
  initialIntervalStart?: Date;
1487
1098
  }
1488
- declare function export_default$i(props: SymptomDetailViewProps): React.JSX.Element;
1099
+ declare function export_default$y(props: SymptomDetailViewProps): React.JSX.Element;
1489
1100
 
1490
1101
  interface AllergiesViewProps {
1491
1102
  presentation?: "Push" | "Modal";
1492
1103
  previewState?: "default";
1493
1104
  }
1494
- declare function export_default$h(props: AllergiesViewProps): React.JSX.Element;
1105
+ declare function export_default$x(props: AllergiesViewProps): React.JSX.Element;
1495
1106
 
1496
1107
  interface BlankViewProps {
1497
1108
  children?: React.ReactNode;
@@ -1506,13 +1117,13 @@ interface BlankViewProps {
1506
1117
  subtitleColor?: ColorDefinition;
1507
1118
  navigationBarButtonColor?: ColorDefinition;
1508
1119
  }
1509
- declare function export_default$g(props: BlankViewProps): React.JSX.Element;
1120
+ declare function export_default$w(props: BlankViewProps): React.JSX.Element;
1510
1121
 
1511
1122
  interface ConditionsViewProps {
1512
1123
  presentation?: "Push" | "Modal";
1513
1124
  previewState?: "default";
1514
1125
  }
1515
- declare function export_default$f(props: ConditionsViewProps): React.JSX.Element;
1126
+ declare function export_default$v(props: ConditionsViewProps): React.JSX.Element;
1516
1127
 
1517
1128
  interface ConnectEhrViewProps {
1518
1129
  externalAccountsApplicationUrl: ExternalAccountsApplicationUrl;
@@ -1523,13 +1134,13 @@ interface ConnectEhrViewProps {
1523
1134
  colorScheme?: "auto" | "light" | "dark";
1524
1135
  }
1525
1136
  type ViewPresentationType$3 = "Modal" | "Push";
1526
- declare function export_default$e(props: ConnectEhrViewProps): React.JSX.Element;
1137
+ declare function export_default$u(props: ConnectEhrViewProps): React.JSX.Element;
1527
1138
 
1528
1139
  interface DeviceDataViewProps {
1529
1140
  preview?: boolean;
1530
1141
  colorScheme?: "auto" | "light" | "dark";
1531
1142
  }
1532
- declare function export_default$d(props: DeviceDataViewProps): React.JSX.Element;
1143
+ declare function export_default$t(props: DeviceDataViewProps): React.JSX.Element;
1533
1144
 
1534
1145
  interface ExternalAccountsViewProps {
1535
1146
  excludeProviders?: boolean;
@@ -1540,7 +1151,7 @@ interface ExternalAccountsViewProps {
1540
1151
  colorScheme?: "auto" | "light" | "dark";
1541
1152
  }
1542
1153
  type ViewPresentationType$2 = "Modal" | "Push";
1543
- declare function export_default$c(props: ExternalAccountsViewProps): React.JSX.Element;
1154
+ declare function export_default$s(props: ExternalAccountsViewProps): React.JSX.Element;
1544
1155
 
1545
1156
  interface FitbitViewProps {
1546
1157
  connectPreview?: ConnectFitbitPreviewState;
@@ -1548,7 +1159,7 @@ interface FitbitViewProps {
1548
1159
  chartsPreview?: MonthChartsPreviewState;
1549
1160
  colorScheme?: "auto" | "light" | "dark";
1550
1161
  }
1551
- declare function export_default$b(props: FitbitViewProps): React.JSX.Element;
1162
+ declare function export_default$r(props: FitbitViewProps): React.JSX.Element;
1552
1163
 
1553
1164
  interface GarminViewProps {
1554
1165
  connectPreview?: ConnectGarminPreviewState;
@@ -1556,7 +1167,7 @@ interface GarminViewProps {
1556
1167
  chartsPreview?: MonthChartsPreviewState;
1557
1168
  garminProviderID?: number;
1558
1169
  }
1559
- declare function export_default$a(props: GarminViewProps): React.JSX.Element;
1170
+ declare function export_default$q(props: GarminViewProps): React.JSX.Element;
1560
1171
 
1561
1172
  interface HomeViewProps {
1562
1173
  /**
@@ -1575,7 +1186,7 @@ interface HomeViewProps {
1575
1186
  preview?: boolean;
1576
1187
  colorScheme?: "auto" | "light" | "dark";
1577
1188
  }
1578
- declare function export_default$9(props: HomeViewProps): React.JSX.Element;
1189
+ declare function export_default$p(props: HomeViewProps): React.JSX.Element;
1579
1190
 
1580
1191
  interface HealthAndWellnessViewProps {
1581
1192
  previewState?: "default";
@@ -1584,13 +1195,13 @@ interface HealthAndWellnessViewProps {
1584
1195
  externalAccountsApplicationUrl: string;
1585
1196
  variant?: "default" | "cardBased";
1586
1197
  }
1587
- declare function export_default$8(props: HealthAndWellnessViewProps): React.JSX.Element;
1198
+ declare function export_default$o(props: HealthAndWellnessViewProps): React.JSX.Element;
1588
1199
 
1589
1200
  interface MedicationsViewProps {
1590
1201
  presentation?: "Push" | "Modal";
1591
1202
  previewState?: "default";
1592
1203
  }
1593
- declare function export_default$7(props: MedicationsViewProps): React.JSX.Element;
1204
+ declare function export_default$n(props: MedicationsViewProps): React.JSX.Element;
1594
1205
 
1595
1206
  interface NotificationsViewProps {
1596
1207
  notificationType?: NotificationType;
@@ -1599,7 +1210,7 @@ interface NotificationsViewProps {
1599
1210
  colorScheme?: "auto" | "light" | "dark";
1600
1211
  }
1601
1212
  type ViewPresentationType$1 = "Modal" | "Push";
1602
- declare function export_default$6(props: NotificationsViewProps): React.JSX.Element;
1213
+ declare function export_default$m(props: NotificationsViewProps): React.JSX.Element;
1603
1214
 
1604
1215
  interface SurveyTasksViewProps {
1605
1216
  hideCompleteTasks?: boolean;
@@ -1610,7 +1221,7 @@ interface SurveyTasksViewProps {
1610
1221
  colorScheme?: "auto" | "light" | "dark";
1611
1222
  }
1612
1223
  type ViewPresentationType = "Modal" | "Push";
1613
- declare function export_default$5(props: SurveyTasksViewProps): React.JSX.Element;
1224
+ declare function export_default$l(props: SurveyTasksViewProps): React.JSX.Element;
1614
1225
 
1615
1226
  interface NewPointsEntry {
1616
1227
  name: string;
@@ -1628,25 +1239,25 @@ interface NewPointsViewProps {
1628
1239
  primaryColor?: string;
1629
1240
  doneButtonText?: string;
1630
1241
  }
1631
- declare function export_default$4(props: NewPointsViewProps): React.JSX.Element;
1242
+ declare function export_default$k(props: NewPointsViewProps): React.JSX.Element;
1632
1243
  declare function showNewPoints(props: NewPointsViewProps, url?: string): void;
1633
1244
 
1634
1245
  interface InboxViewProps {
1635
1246
  previewState?: 'default';
1636
1247
  colorScheme?: 'auto' | 'light' | 'dark';
1637
1248
  surveyVariant?: InboxSurveyVariant;
1638
- resourceImageAlignment?: InboxResourceImageAlignment;
1249
+ resourceImageAlignment?: ResourceImageAlignment;
1639
1250
  messageViewerUrl: string;
1640
1251
  historyViewerUrl: string;
1641
1252
  }
1642
- declare function export_default$3(props: InboxViewProps): React.JSX.Element;
1253
+ declare function export_default$j(props: InboxViewProps): React.JSX.Element;
1643
1254
 
1644
1255
  interface InboxHistoryViewProps {
1645
1256
  previewState?: 'default';
1646
1257
  colorScheme?: 'light' | 'dark' | 'auto';
1647
1258
  messageViewerUrl: string;
1648
1259
  }
1649
- declare function export_default$2(props: InboxHistoryViewProps): React.JSX.Element;
1260
+ declare function export_default$i(props: InboxHistoryViewProps): React.JSX.Element;
1650
1261
 
1651
1262
  interface InboxMessageViewProps {
1652
1263
  previewState?: InboxMessage;
@@ -1654,7 +1265,112 @@ interface InboxMessageViewProps {
1654
1265
  resourceImageAlignment?: 'left' | 'center' | 'right';
1655
1266
  resourceButtonText?: string;
1656
1267
  }
1657
- declare function export_default$1(props: InboxMessageViewProps): React.JSX.Element;
1268
+ declare function export_default$h(props: InboxMessageViewProps): React.JSX.Element;
1269
+
1270
+ interface CelebrationStepProps {
1271
+ title?: string;
1272
+ text?: string;
1273
+ detailText?: string;
1274
+ iconUrl?: string;
1275
+ imageUrl?: string;
1276
+ nextButtonText?: string;
1277
+ styles: {
1278
+ [key: string]: any;
1279
+ };
1280
+ }
1281
+ declare function export_default$g(props: CelebrationStepProps): React.JSX.Element;
1282
+
1283
+ declare function export_default$f(): React.JSX.Element;
1284
+
1285
+ interface ConnectDeviceAccountStepProps {
1286
+ title?: string;
1287
+ text?: string;
1288
+ deviceType: string;
1289
+ providerID: number;
1290
+ styles: {
1291
+ [key: string]: any;
1292
+ };
1293
+ onConnect: () => void;
1294
+ }
1295
+ declare function export_default$e(props: ConnectDeviceAccountStepProps): React.JSX.Element;
1296
+
1297
+ interface ConnectDeviceAccountStepContainerProps {
1298
+ deviceType?: string;
1299
+ }
1300
+ declare function export_default$d(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
1301
+
1302
+ interface ConnectEhrStepProps {
1303
+ title?: string;
1304
+ text?: string;
1305
+ nextButtonText?: string;
1306
+ nextButtonDisabled?: boolean;
1307
+ previewState?: ProviderSearchPreviewState;
1308
+ onProviderConnected: (provider: ExternalAccountProvider) => void;
1309
+ onNextButtonClick: () => void;
1310
+ styles: {
1311
+ [key: string]: any;
1312
+ };
1313
+ }
1314
+ declare function export_default$c(props: ConnectEhrStepProps): React.JSX.Element;
1315
+
1316
+ declare function export_default$b(): React.JSX.Element;
1317
+
1318
+ interface StepElementProps {
1319
+ text?: string;
1320
+ textAlign?: any;
1321
+ color?: string;
1322
+ fontSize?: string;
1323
+ fontWeight?: string;
1324
+ }
1325
+ interface IconElementProps {
1326
+ srcUrl?: string;
1327
+ }
1328
+
1329
+ declare function export_default$a(props: StepElementProps): React.JSX.Element | null;
1330
+
1331
+ declare function export_default$9(props: IconElementProps): React.JSX.Element | null;
1332
+
1333
+ declare function export_default$8(props: IconElementProps): React.JSX.Element | null;
1334
+
1335
+ interface StepLayoutProps {
1336
+ children?: React.ReactNode;
1337
+ }
1338
+ declare function export_default$7(props: StepLayoutProps): React.JSX.Element;
1339
+
1340
+ interface StepMarkdownProps {
1341
+ text: string;
1342
+ inline?: boolean;
1343
+ }
1344
+ declare function export_default$6(props: StepMarkdownProps): React.JSX.Element;
1345
+
1346
+ interface StepNextButtonProps extends StepElementProps {
1347
+ backgroundColor: string;
1348
+ letterSpacing: string;
1349
+ textTransform: string;
1350
+ gradient: any;
1351
+ disabled?: boolean;
1352
+ onClick(): void;
1353
+ }
1354
+ declare function export_default$5(props: StepNextButtonProps): React.JSX.Element;
1355
+
1356
+ declare function export_default$4(props: StepElementProps): React.JSX.Element | null;
1357
+
1358
+ declare function export_default$3(props: StepElementProps): React.JSX.Element | null;
1359
+
1360
+ interface YouTubeStepProps {
1361
+ title?: string;
1362
+ text?: string;
1363
+ transcript?: string;
1364
+ videoId: string;
1365
+ nextButtonText?: string;
1366
+ height?: string;
1367
+ styles: {
1368
+ [key: string]: any;
1369
+ };
1370
+ }
1371
+ declare function export_default$2(props: YouTubeStepProps): React.JSX.Element;
1372
+
1373
+ declare function export_default$1(): React.JSX.Element;
1658
1374
 
1659
1375
  declare function export_default(callback: Function, delay: number | null): void;
1660
1376
 
@@ -1662,6 +1378,4 @@ declare function language(key: string): string;
1662
1378
 
1663
1379
  declare function getDayKey(date: Date): string;
1664
1380
 
1665
- declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
1666
-
1667
- export { export_default$1l as Action, export_default$1k as ActivityMeter, export_default$1S as AllergiesList, export_default$h as AllergiesView, export_default$1R as AppDownload, AreaChartOptions, export_default$2b as AsthmaActionPlan, export_default$1_ as AsthmaActionPlanView, export_default$1Z as AsthmaActivityView, export_default$2a as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1Y as AsthmaAirQualityView, export_default$29 as AsthmaAlertTakeoverNotice, export_default$28 as AsthmaAlertTakeoverTrigger, export_default$1X as AsthmaAlertTakeoverView, AsthmaBiometric, AsthmaBiometricType, export_default$27 as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$26 as AsthmaControlCalendar, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$25 as AsthmaControlStatusHeader, AsthmaDataStatus, export_default$24 as AsthmaDataSummary, export_default$1W as AsthmaDayView, AsthmaDayViewPreviewState, export_default$23 as AsthmaFacts, export_default$1V as AsthmaHeartAndLungsView, AsthmaLogEntry, export_default$22 as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1U as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$21 as AsthmaLogEntryHeader, export_default$20 as AsthmaLogEntrySummary, AsthmaParticipant, export_default$1$ as AsthmaPostEnrollmentSurveyTrigger, export_default$1T as AsthmaSleepView, AsthmaSymptomLevel, BarChartOptions, export_default$g as BlankView, BloodPressureDataPoint, export_default$1P as BloodPressureVisualization, export_default$1p as Button, export_default$1j as Calendar, export_default$1i as CalendarDay, CalendarDayStateConfiguration, export_default$1h as Card, export_default$1g as CardTitle, export_default$L as CelebrationStep, export_default$K as CelebrationStepContainer, ColorDefinition, export_default$1O as ConditionsList, export_default$f as ConditionsView, export_default$J as ConnectDeviceAccountStep, export_default$I as ConnectDeviceAccountStepContainer, export_default$1N as ConnectDevicesMenu, export_default$1M as ConnectEhr, export_default$H as ConnectEhrStep, export_default$G as ConnectEhrStepContainer, export_default$e as ConnectEhrView, export_default$1L as ConnectFitbit, export_default$1K as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1f as DateRangeNavigator, export_default$1e as DayTrackerSymbol, DeviceDataChartLine, export_default$1J as DeviceDataMonthChart, export_default$1I as DeviceDataMonthCharts, export_default$d as DeviceDataView, export_default$1d as DumbbellChart, export_default$1H as ExternalAccountList, export_default$1G as ExternalAccountsLoadingIndicator, export_default$1F as ExternalAccountsPreview, export_default$c as ExternalAccountsView, export_default$1c as Face, export_default$1E as FitbitDevices, export_default$1D as FitbitMonthCharts, export_default$b as FitbitView, export_default$1C as GarminDevices, export_default$1B as GarminMonthCharts, export_default$a as GarminView, export_default$8 as HealthAndWellnessView, export_default$1A as HealthPreviewSection, export_default$1b as Histogram, export_default$9 as HomeView, export_default$S as InboxCompletedListItem, export_default$2 as InboxHistoryView, export_default$N as InboxItemList, export_default$M as InboxItemListCoordinator, export_default$R as InboxMessageListItem, export_default$1 as InboxMessageView, export_default$Q as InboxResourceDisplay, InboxResourceImageAlignment, export_default$P as InboxResourceListItem, export_default$O as InboxSurveyListItem, InboxSurveyVariant, export_default$3 as InboxView, export_default$1z as LabResultsSummary, export_default$1a as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1y as MedicationsList, export_default$7 as MedicationsView, export_default$1x as MostRecentNotification, export_default$19 as NavigationBar, NewPointsEntry, export_default$4 as NewPointsView, NewPointsViewProps, export_default$18 as NotesInput, export_default$1w as NotificationList, export_default$6 as NotificationsView, export_default$1v as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$17 as ProgressRing, export_default$1u as ProjectHeader, export_default$1t as ProjectSupport, export_default$1s as ProviderSearch, export_default$1r as RelativeActivityToday, export_default$1q as RestingHeartRateCalendar, export_default$16 as RotatingText, RotatingTextEntry, export_default$15 as Section, export_default$14 as SegmentedControl, export_default$1n as SeverityCalendar, export_default$13 as ShinyOverlay, export_default$12 as SingleExternalAccount, export_default$11 as SingleNotification, export_default$10 as SingleSurveyTask, export_default$$ as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$F as StepDetailText, export_default$D as StepImage, export_default$E as StepImageIcon, export_default$C as StepLayout, export_default$B as StepMarkdown, export_default$A as StepNextButton, export_default$z as StepText, export_default$y as StepTitle, SurveyBloodPressureDataParameters, export_default$1o as SurveyTaskList, export_default$5 as SurveyTasksView, export_default$_ as Switch, SymptomConfiguration, SymptomReference, export_default$v as SymptomSharkCalendar, export_default$k as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$t as SymptomSharkLogEntry, export_default$m as SymptomSharkLogEntryEdit, export_default$j as SymptomSharkLogEntryEditView, export_default$o as SymptomSharkLogEntryList, export_default$n as SymptomSharkLogToday, export_default$u as SymptomSharkOverallExperienceChart, export_default$i as SymptomSharkSymptomDetailView, export_default$q as SymptomSharkSymptomSeverityChart, export_default$r as SymptomSharkSymptomSeveritySummary, export_default$p as SymptomSharkSymptomTreatmentFilters, export_default$s as SymptomSharkSymptomTreatmentHistograms, export_default$l as SymptomSharkVisualizationCoordinator, export_default$Z as TextBlock, export_default$Y as Title, export_default$X as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$W as UnstyledButton, export_default$V as ValueSelector, export_default$1m as ViewEhr, export_default$U as ViewHeader, export_default$T as WeekCalendar, WeekStartsOn, export_default$x as YouTubeStep, export_default$w as YouTubeStepContainer, service as asthmaDataService, export_default$1Q as bloodPressureDataProvider, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusText, getAsthmaSymptomLevel, getAsthmaSymptomLevelValue, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
1381
+ export { export_default$1R as Action, export_default$1Q as ActivityMeter, export_default$1h as AllergiesList, export_default$x as AllergiesView, export_default$1g as AppDownload, AreaChartOptions, BarChartOptions, export_default$w as BlankView, BloodPressureDataPoint, export_default$1e as BloodPressureVisualization, export_default$1P as Button, export_default$1O as Calendar, export_default$1N as CalendarDay, CalendarDayStateConfiguration, export_default$1M as Card, export_default$1L as CardTitle, export_default$g as CelebrationStep, export_default$f as CelebrationStepContainer, ColorDefinition, export_default$1d as ConditionsList, export_default$v as ConditionsView, export_default$e as ConnectDeviceAccountStep, export_default$d as ConnectDeviceAccountStepContainer, export_default$1c as ConnectDevicesMenu, export_default$1b as ConnectEhr, export_default$c as ConnectEhrStep, export_default$b as ConnectEhrStepContainer, export_default$u as ConnectEhrView, export_default$1a as ConnectFitbit, export_default$19 as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$1K as DateRangeNavigator, export_default$1J as DayTrackerSymbol, DeviceDataChartLine, export_default$18 as DeviceDataMonthChart, export_default$17 as DeviceDataMonthCharts, export_default$t as DeviceDataView, export_default$1I as DumbbellChart, export_default$16 as ExternalAccountList, export_default$15 as ExternalAccountsLoadingIndicator, export_default$14 as ExternalAccountsPreview, export_default$s as ExternalAccountsView, export_default$1H as Face, export_default$13 as FitbitDevices, export_default$12 as FitbitMonthCharts, export_default$r as FitbitView, export_default$11 as GarminDevices, export_default$10 as GarminMonthCharts, export_default$q as GarminView, export_default$o as HealthAndWellnessView, export_default$$ as HealthPreviewSection, export_default$1G as Histogram, export_default$p as HomeView, export_default$1l as InboxCompletedListItem, export_default$i as InboxHistoryView, export_default$N as InboxItemList, export_default$M as InboxItemListCoordinator, export_default$1k as InboxMessageListItem, export_default$h as InboxMessageView, export_default$1j as InboxResourceListItem, export_default$1i as InboxSurveyListItem, InboxSurveyVariant, export_default$j as InboxView, export_default$_ as LabResultsSummary, export_default$1F as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$Z as MedicationsList, export_default$n as MedicationsView, export_default$Y as MostRecentNotification, export_default$1E as NavigationBar, NewPointsEntry, export_default$k as NewPointsView, NewPointsViewProps, export_default$1D as NotesInput, export_default$X as NotificationList, export_default$m as NotificationsView, export_default$W as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$1C as ProgressRing, export_default$V as ProjectHeader, export_default$U as ProjectSupport, export_default$T as ProviderSearch, export_default$S as RelativeActivityToday, export_default$1B as Resource, ResourceImageAlignment, export_default$R as RestingHeartRateCalendar, export_default$1A as Section, export_default$1z as SegmentedControl, export_default$P as SeverityCalendar, export_default$1y as ShinyOverlay, export_default$1x as SingleExternalAccount, export_default$1w as SingleNotification, export_default$1v as SingleSurveyTask, export_default$1u as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$a as StepDetailText, export_default$8 as StepImage, export_default$9 as StepImageIcon, export_default$7 as StepLayout, export_default$6 as StepMarkdown, export_default$5 as StepNextButton, export_default$4 as StepText, export_default$3 as StepTitle, SurveyBloodPressureDataParameters, export_default$Q as SurveyTaskList, export_default$l as SurveyTasksView, export_default$1t as Switch, SymptomConfiguration, SymptomReference, export_default$L as SymptomSharkCalendar, export_default$A as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$J as SymptomSharkLogEntry, export_default$C as SymptomSharkLogEntryEdit, export_default$z as SymptomSharkLogEntryEditView, export_default$E as SymptomSharkLogEntryList, export_default$D as SymptomSharkLogToday, export_default$K as SymptomSharkOverallExperienceChart, export_default$y as SymptomSharkSymptomDetailView, export_default$G as SymptomSharkSymptomSeverityChart, export_default$H as SymptomSharkSymptomSeveritySummary, export_default$F as SymptomSharkSymptomTreatmentFilters, export_default$I as SymptomSharkSymptomTreatmentHistograms, export_default$B as SymptomSharkVisualizationCoordinator, export_default$1s as TextBlock, export_default$1r as Title, export_default$1q as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$1p as UnstyledButton, export_default$1o as ValueSelector, export_default$O as ViewEhr, export_default$1n as ViewHeader, export_default$1m as WeekCalendar, WeekStartsOn, export_default$2 as YouTubeStep, export_default$1 as YouTubeStepContainer, export_default$1f as bloodPressureDataProvider, checkDailyDataAvailability, convertToSymptomSharkConfiguration, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, export_default as useInterval };