@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
@@ -7,5 +7,6 @@ export interface BloodPressureVisualizationProps {
7
7
  previewState?: BloodPressurePreviewState;
8
8
  surveyDataSource: SurveyBloodPressureDataParameters;
9
9
  weekStartsOn?: WeekStartsOn;
10
+ innerRef?: React.Ref<HTMLDivElement>;
10
11
  }
11
12
  export default function (props: BloodPressureVisualizationProps): React.JSX.Element;
@@ -1,11 +1,9 @@
1
1
  import React from 'react';
2
2
  import { DailyDataProvider } from '../../../helpers/query-daily-data';
3
3
  import "./DailyDataChart.css";
4
- import { AxisDomain } from 'recharts/types/util/types';
5
4
  import { WeekStartsOn } from '../../../helpers/get-interval-start';
6
5
  export interface DailyDataChartProps {
7
6
  title?: string;
8
- subtitle?: string;
9
7
  intervalType?: "Week" | "Month";
10
8
  weekStartsOn?: WeekStartsOn;
11
9
  dailyDataType: string;
@@ -23,7 +21,6 @@ export interface LineChartOptions {
23
21
  }
24
22
  export interface BarChartOptions {
25
23
  barColor?: string;
26
- domain?: AxisDomain;
27
24
  }
28
25
  export interface AreaChartOptions {
29
26
  lineColor?: string;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import './InboxItemList.css';
3
3
  import { InboxItem, InboxItemSortColumn, InboxItemStatus, InboxItemType, SortOrder } from '@careevolution/mydatahelps-js';
4
- import { InboxResourceImageAlignment, InboxSurveyVariant } from '../../presentational';
4
+ import { InboxSurveyVariant, ResourceImageAlignment } from '../../presentational';
5
5
  import { InboxItemListPreviewState } from './InboxItemList.previewData';
6
6
  export interface InboxItemListProps {
7
7
  previewState?: InboxItemListPreviewState;
@@ -18,7 +18,7 @@ export interface InboxItemListProps {
18
18
  emptyText?: string;
19
19
  showTitleWhenEmpty?: boolean;
20
20
  surveyVariant?: InboxSurveyVariant;
21
- resourceImageAlignment?: InboxResourceImageAlignment;
21
+ resourceImageAlignment?: ResourceImageAlignment;
22
22
  hideLoadingIndicator?: boolean;
23
23
  onItemsLoaded?: (items: InboxItem[]) => void;
24
24
  syncOnChanges?: boolean;
@@ -7,5 +7,6 @@ export interface SeverityCalendarProps {
7
7
  severityValueMapper?: (value: string) => string;
8
8
  intervalStart?: Date;
9
9
  previewState?: SeverityCalendarPreviewState;
10
+ innerRef?: React.Ref<HTMLDivElement>;
10
11
  }
11
12
  export default function (props: SeverityCalendarProps): React.JSX.Element;
@@ -1,6 +1,5 @@
1
- export * from './asthma';
2
- export * from './container';
3
1
  export * from './presentational';
4
- export * from './step';
2
+ export * from './container';
5
3
  export * from './symptom-shark';
6
4
  export * from './view';
5
+ export * from './step';
@@ -1 +1 @@
1
- export { default, DateRangeContext } from './DateRangeCoordinator';
1
+ export { default, DateRangeContext } from "./DateRangeCoordinator";
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import { InboxResource } from '@careevolution/mydatahelps-js';
3
3
  import '@fortawesome/fontawesome-svg-core/styles.css';
4
- export type InboxResourceImageAlignment = 'left' | 'center' | 'right';
4
+ import { ResourceImageAlignment } from '../Resource';
5
5
  export interface InboxResourceListItemProps {
6
6
  resource: InboxResource;
7
7
  onClick: () => void;
8
- imageAlignment?: InboxResourceImageAlignment;
8
+ imageAlignment?: ResourceImageAlignment;
9
9
  buttonText?: string;
10
10
  innerRef?: React.Ref<HTMLDivElement>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { InboxResourceImageAlignment } from '../../presentational';
2
+ import { ResourceImageAlignment } from '../../presentational';
3
3
  import InboxResourceListItem from './InboxResourceListItem';
4
4
  import { InboxItemStatus } from '@careevolution/mydatahelps-js';
5
5
  declare const _default: {
@@ -15,7 +15,7 @@ interface InboxResourceListItemStoryArgs {
15
15
  subTitle?: string;
16
16
  imageUrl?: string;
17
17
  status: InboxItemStatus;
18
- imageAlignment?: InboxResourceImageAlignment;
18
+ imageAlignment?: ResourceImageAlignment;
19
19
  buttonText?: string;
20
20
  }
21
21
  export declare const Default: {
@@ -1 +1 @@
1
- export { default, InboxResourceImageAlignment } from './InboxResourceListItem';
1
+ export { default } from './InboxResourceListItem';
@@ -1 +1,2 @@
1
- export { default, LayoutContext } from './Layout';
1
+ export { default } from "./Layout";
2
+ export { LayoutContext } from "./Layout";
@@ -17,6 +17,5 @@ export interface NavigationBarProps {
17
17
  buttonColor?: ColorDefinition;
18
18
  navigationBarLeft?: React.ReactNode;
19
19
  navigationBarRight?: React.ReactNode;
20
- backgroundColor?: ColorDefinition;
21
20
  }
22
21
  export default function (props: NavigationBarProps): React.JSX.Element;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import './Resource.css';
3
+ import '@fortawesome/fontawesome-svg-core/styles.css';
4
+ export type ResourceImageAlignment = 'left' | 'center' | 'right';
5
+ export interface ResourceProps {
6
+ imageUrl?: string;
7
+ title: string;
8
+ subTitle?: string;
9
+ imageAlignment?: ResourceImageAlignment;
10
+ buttonText?: string;
11
+ onClick: () => void;
12
+ innerRef?: React.Ref<HTMLDivElement>;
13
+ }
14
+ export default function (props: ResourceProps): React.JSX.Element;
@@ -1,21 +1,13 @@
1
1
  import React from 'react';
2
- import InboxResourceDisplay from './InboxResourceDisplay';
3
- import { InboxResourceImageAlignment } from '../InboxResourceListItem';
2
+ import Resource, { ResourceProps } from './Resource';
4
3
  declare const _default: {
5
4
  title: string;
6
- component: typeof InboxResourceDisplay;
5
+ component: typeof Resource;
7
6
  parameters: {
8
7
  layout: string;
9
8
  };
10
9
  };
11
10
  export default _default;
12
- interface InboxResourceDisplayStoryArgs {
13
- title: string;
14
- subTitle?: string;
15
- imageUrl?: string;
16
- imageAlignment?: InboxResourceImageAlignment;
17
- buttonText?: string;
18
- }
19
11
  export declare const Default: {
20
12
  args: {
21
13
  title: string;
@@ -40,5 +32,5 @@ export declare const Default: {
40
32
  name: string;
41
33
  };
42
34
  };
43
- render: (args: InboxResourceDisplayStoryArgs) => React.JSX.Element;
35
+ render: (args: ResourceProps) => React.JSX.Element;
44
36
  };
@@ -0,0 +1 @@
1
+ export { default, ResourceImageAlignment } from './Resource';
@@ -18,7 +18,7 @@ export { default as NotesInput } from "./NotesInput";
18
18
  export { default as ProgressBar } from "./ProgressBar";
19
19
  export { default as ProgressBarStep } from "./ProgressBar/ProgressBarStep";
20
20
  export { default as ProgressRing } from "./ProgressRing";
21
- export { default as RotatingText, RotatingTextEntry } from "./RotatingText";
21
+ export { default as Resource, ResourceImageAlignment } from "./Resource";
22
22
  export { default as Section } from "./Section";
23
23
  export { default as SegmentedControl } from "./SegmentedControl";
24
24
  export { default as ShinyOverlay } from "./ShinyOverlay";
@@ -37,6 +37,5 @@ export { default as ViewHeader } from "./ViewHeader";
37
37
  export { default as WeekCalendar } from "./WeekCalendar";
38
38
  export { default as InboxCompletedListItem } from "./InboxCompletedListItem";
39
39
  export { default as InboxMessageListItem } from "./InboxMessageListItem";
40
- export { default as InboxResourceDisplay } from "./InboxResourceDisplay";
41
- export { default as InboxResourceListItem, InboxResourceImageAlignment } from "./InboxResourceListItem";
40
+ export { default as InboxResourceListItem } from "./InboxResourceListItem";
42
41
  export { default as InboxSurveyListItem, InboxSurveyVariant } from "./InboxSurveyListItem";
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import './InboxView.css';
3
- import { InboxResourceImageAlignment, InboxSurveyVariant } from '../../presentational';
3
+ import { InboxSurveyVariant, ResourceImageAlignment } from '../../presentational';
4
4
  export interface InboxViewProps {
5
5
  previewState?: 'default';
6
6
  colorScheme?: 'auto' | 'light' | 'dark';
7
7
  surveyVariant?: InboxSurveyVariant;
8
- resourceImageAlignment?: InboxResourceImageAlignment;
8
+ resourceImageAlignment?: ResourceImageAlignment;
9
9
  messageViewerUrl: string;
10
10
  historyViewerUrl: string;
11
11
  }
@@ -1,4 +1,3 @@
1
- import { DeviceDataNamespace } from "@careevolution/mydatahelps-js";
2
1
  export type DailyDataQueryResult = {
3
2
  [key: string]: number;
4
3
  };
@@ -7,7 +6,6 @@ export type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boole
7
6
  export declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
8
7
  export declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
9
8
  export declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
10
- export declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
11
9
  export declare enum DailyDataType {
12
10
  AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
13
11
  AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
@@ -7,4 +7,3 @@ export * from './helpers/get-interval-start';
7
7
  export * from './helpers/colors';
8
8
  export * from './helpers/blood-pressure-data-providers';
9
9
  export * from './helpers/query-all-survey-answers';
10
- export * from './helpers/Initialization';