@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
@@ -1,70 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDataSummary, { AsthmaDataSummaryProps } from './AsthmaDataSummary';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDataSummary;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Establishing: {
12
- args: {
13
- label: string;
14
- value: number;
15
- units: string;
16
- status: string;
17
- };
18
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
19
- };
20
- export declare const Offline: {
21
- args: {
22
- label: string;
23
- value: number;
24
- units: string;
25
- status: string;
26
- };
27
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
28
- };
29
- export declare const InRange: {
30
- args: {
31
- label: string;
32
- value: number;
33
- units: string;
34
- status: string;
35
- };
36
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
37
- };
38
- export declare const OutOfRange: {
39
- args: {
40
- label: string;
41
- value: number;
42
- units: string;
43
- status: string;
44
- };
45
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
46
- };
47
- export declare const NoUnits: {
48
- args: {
49
- label: string;
50
- value: number;
51
- status: string;
52
- };
53
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
54
- };
55
- export declare const NoValue: {
56
- args: {
57
- label: string;
58
- status: string;
59
- };
60
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
61
- };
62
- export declare const StatusTextOverride: {
63
- args: {
64
- label: string;
65
- value: number;
66
- status: string;
67
- statusText: string;
68
- };
69
- render: (args: AsthmaDataSummaryProps) => React.JSX.Element;
70
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaDataSummary';
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaFactsProps {
3
- innerRef?: React.Ref<HTMLDivElement>;
4
- }
5
- export default function (props: AsthmaFactsProps): React.JSX.Element;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import AsthmaFacts, { AsthmaFactsProps } from './AsthmaFacts';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaFacts;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- label: string;
14
- value: number;
15
- units: string;
16
- status: string;
17
- };
18
- render: (args: AsthmaFactsProps) => React.JSX.Element;
19
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaFacts';
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaLogEntryDetails.css';
3
- import { AsthmaLogEntryDetailsPreviewState } from './AsthmaLogEntryDetails.previewData';
4
- export interface AsthmaLogEntryDetailsProps {
5
- previewState?: AsthmaLogEntryDetailsPreviewState;
6
- date: Date;
7
- logTodayEntrySurveyName: string;
8
- logYesterdayEntrySurveyName: string;
9
- editLogEntryUrl: string;
10
- innerRef?: React.Ref<HTMLDivElement>;
11
- }
12
- export default function (props: AsthmaLogEntryDetailsProps): React.JSX.Element;
@@ -1,6 +0,0 @@
1
- import { AsthmaLogEntry } from '../../model';
2
- export type AsthmaLogEntryDetailsPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
3
- export interface AsthmaLogEntryDetailsPreviewData {
4
- logEntry?: AsthmaLogEntry;
5
- }
6
- export declare const previewData: Record<AsthmaLogEntryDetailsPreviewState, AsthmaLogEntryDetailsPreviewData>;
@@ -1,59 +0,0 @@
1
- import React from 'react';
2
- import AsthmaLogEntryDetails, { AsthmaLogEntryDetailsProps } from './AsthmaLogEntryDetails';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaLogEntryDetails;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NotLogged: {
12
- args: {
13
- previewState: string;
14
- date: Date;
15
- };
16
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
17
- };
18
- export declare const LoggedNoSymptoms: {
19
- args: {
20
- previewState: string;
21
- date: Date;
22
- };
23
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
24
- };
25
- export declare const LoggedMildSymptoms: {
26
- args: {
27
- previewState: string;
28
- date: Date;
29
- };
30
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
31
- };
32
- export declare const LoggedModerateSymptoms: {
33
- args: {
34
- previewState: string;
35
- date: Date;
36
- };
37
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
38
- };
39
- export declare const LoggedSevereSymptoms: {
40
- args: {
41
- previewState: string;
42
- date: Date;
43
- };
44
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
45
- };
46
- export declare const NotLoggedTooLate: {
47
- args: {
48
- previewState: string;
49
- date: Date;
50
- };
51
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
52
- };
53
- export declare const LoggedTooLate: {
54
- args: {
55
- previewState: string;
56
- date: Date;
57
- };
58
- render: (args: AsthmaLogEntryDetailsProps) => React.JSX.Element;
59
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaLogEntryDetails';
2
- export { AsthmaLogEntryDetailsPreviewState } from './AsthmaLogEntryDetails.previewData';
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaLogEntryHeader.css';
3
- import { AsthmaLogEntryHeaderPreviewState } from './AsthmaLogEntryHeader.previewData';
4
- export interface AsthmaLogEntryHeaderProps {
5
- previewState?: AsthmaLogEntryHeaderPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- dayViewUrl: string;
9
- innerRef?: React.Ref<HTMLDivElement>;
10
- }
11
- export default function (props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
@@ -1,7 +0,0 @@
1
- import { AsthmaLogEntry } from '../../model';
2
- export type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
3
- export interface AsthmaLogEntryHeaderPreviewData {
4
- todayLogEntry?: AsthmaLogEntry;
5
- yesterdayLogEntry?: AsthmaLogEntry;
6
- }
7
- export declare const previewData: Record<AsthmaLogEntryHeaderPreviewState, AsthmaLogEntryHeaderPreviewData>;
@@ -1,34 +0,0 @@
1
- import React from 'react';
2
- import AsthmaLogEntryHeader, { AsthmaLogEntryHeaderProps } from './AsthmaLogEntryHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaLogEntryHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NoLogs: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaLogEntryHeaderProps) => React.JSX.Element;
16
- };
17
- export declare const TodayLogOnly: {
18
- args: {
19
- previewState: string;
20
- };
21
- render: (args: AsthmaLogEntryHeaderProps) => React.JSX.Element;
22
- };
23
- export declare const YesterdayLogOnly: {
24
- args: {
25
- previewState: string;
26
- };
27
- render: (args: AsthmaLogEntryHeaderProps) => React.JSX.Element;
28
- };
29
- export declare const BothLogs: {
30
- args: {
31
- previewState: string;
32
- };
33
- render: (args: AsthmaLogEntryHeaderProps) => React.JSX.Element;
34
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaLogEntryHeader';
2
- export { AsthmaLogEntryHeaderPreviewState } from './AsthmaLogEntryHeader.previewData';
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaLogEntrySummary.css';
3
- import { AsthmaLogEntry } from '../../model';
4
- export interface AsthmaLogEntrySummaryProps {
5
- label: string;
6
- logEntry?: AsthmaLogEntry;
7
- onClick: () => void;
8
- loading?: boolean;
9
- innerRef?: React.Ref<HTMLDivElement>;
10
- }
11
- export default function (props: AsthmaLogEntrySummaryProps): React.JSX.Element;
@@ -1,60 +0,0 @@
1
- import React from 'react';
2
- import AsthmaLogEntrySummary, { AsthmaLogEntrySummaryProps } from './AsthmaLogEntrySummary';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaLogEntrySummary;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NotLogged: {
12
- args: {
13
- label: string;
14
- logEntry: null;
15
- };
16
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
17
- };
18
- export declare const LoggedNoSymptoms: {
19
- args: {
20
- label: string;
21
- logEntry: {
22
- symptomLevel: string;
23
- };
24
- };
25
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
26
- };
27
- export declare const LoggedMildSymptoms: {
28
- args: {
29
- label: string;
30
- logEntry: {
31
- symptomLevel: string;
32
- };
33
- };
34
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
35
- };
36
- export declare const LoggedModerateSymptoms: {
37
- args: {
38
- label: string;
39
- logEntry: {
40
- symptomLevel: string;
41
- };
42
- };
43
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
44
- };
45
- export declare const LoggedSevereSymptoms: {
46
- args: {
47
- label: string;
48
- logEntry: {
49
- symptomLevel: string;
50
- };
51
- };
52
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
53
- };
54
- export declare const Loading: {
55
- args: {
56
- label: string;
57
- loading: boolean;
58
- };
59
- render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
60
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaLogEntrySummary';
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaPostEnrollmentSurveyTriggerProps {
3
- previewState?: boolean;
4
- postEnrollmentSurveyName: string;
5
- postEnrollmentMobileSurveyName: string;
6
- innerRef?: React.Ref<HTMLDivElement>;
7
- }
8
- export default function (props: AsthmaPostEnrollmentSurveyTriggerProps): null;
@@ -1 +0,0 @@
1
- export { default } from './AsthmaPostEnrollmentSurveyTrigger';
@@ -1,13 +0,0 @@
1
- export { default as AsthmaActionPlan } from './AsthmaActionPlan';
2
- export { default as AsthmaAirQualities, AsthmaAirQualitiesPreviewState } from './AsthmaAirQualities';
3
- export { default as AsthmaAlertTakeoverNotice } from './AsthmaAlertTakeoverNotice';
4
- export { default as AsthmaAlertTakeoverTrigger } from './AsthmaAlertTakeoverTrigger';
5
- export { default as AsthmaBiometrics, AsthmaBiometricsPreviewState } from './AsthmaBiometrics';
6
- export { default as AsthmaControlCalendar, AsthmaControlCalendarVariant } from './AsthmaControlCalendar';
7
- export { default as AsthmaControlStatusHeader } from './AsthmaControlStatusHeader';
8
- export { default as AsthmaDataSummary } from './AsthmaDataSummary';
9
- export { default as AsthmaFacts } from './AsthmaFacts';
10
- export { default as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState } from './AsthmaLogEntryDetails';
11
- export { default as AsthmaLogEntryHeader } from './AsthmaLogEntryHeader';
12
- export { default as AsthmaLogEntrySummary } from './AsthmaLogEntrySummary';
13
- export { default as AsthmaPostEnrollmentSurveyTrigger } from './AsthmaPostEnrollmentSurveyTrigger';
@@ -1,15 +0,0 @@
1
- import { SurveyAnswer } from '@careevolution/mydatahelps-js';
2
- import { AsthmaAirQuality, AsthmaBiometric, AsthmaLogEntry, AsthmaParticipant } from '../model';
3
- export interface AsthmaDataService {
4
- loadParticipant(): Promise<AsthmaParticipant>;
5
- loadLogEntries(fromDate?: Date, toDate?: Date): Promise<AsthmaLogEntry[]>;
6
- loadBiometricsForControlStatus(): Promise<AsthmaBiometric[]>;
7
- loadBiometricsForDate(date: Date): Promise<AsthmaBiometric[]>;
8
- loadAirQualitiesForControlStatus(): Promise<AsthmaAirQuality[]>;
9
- loadAirQualitiesForDate(date: Date): Promise<AsthmaAirQuality[]>;
10
- saveLogEntry(logEntry: AsthmaLogEntry): Promise<void>;
11
- loadAndClearAlertTakeover(): Promise<string | undefined>;
12
- loadSurveyAnswers(surveyNames: string[]): Promise<SurveyAnswer[]>;
13
- }
14
- declare const service: AsthmaDataService;
15
- export default service;
@@ -1,6 +0,0 @@
1
- import { AsthmaControlState, AsthmaDataStatus, AsthmaLogEntry, AsthmaSymptomLevel } from '../model';
2
- export declare const dateToAsthmaLogEntryIdentifier: (date: Date) => string;
3
- export declare const computeAsthmaControlState: (logEntries: AsthmaLogEntry[], date: Date) => AsthmaControlState;
4
- export declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
5
- export declare const getAsthmaSymptomLevelValue: (symptomLevel: AsthmaSymptomLevel) => string;
6
- export declare const getAsthmaSymptomLevel: (symptomLevelValue: string | undefined) => AsthmaSymptomLevel;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,10 +0,0 @@
1
- export { default as daytimeRestingHeartRateDataProvider } from './resting-heart-rate-daytime';
2
- export { default as nighttimeRestingHeartRateDataProvider } from './resting-heart-rate-nighttime';
3
- export { default as respiratoryRateDataProvider } from './respiratory-rate';
4
- export { default as stepsDataProvider } from './steps';
5
- export { default as sleepDisturbancesDataProvider } from './sleep';
6
- export { default as daytimeBloodOxygenLevelDataProvider } from './blood-oxygen-level-daytime';
7
- export { default as nighttimeBloodOxygenLevelDataProvider } from './blood-oxygen-level-nighttime';
8
- export { default as homeAirQualityDataProvider } from './air-quality-home';
9
- export { default as workAirQualityDataProvider } from './air-quality-work';
10
- export * from './shared';
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,6 +0,0 @@
1
- import { DeviceDataNamespace, DeviceDataPoint } from '@careevolution/mydatahelps-js';
2
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
3
- export declare const collateLatestDataPoints: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult;
4
- export declare const collateMaxValueDataPoints: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult;
5
- export declare const queryAsthmaDeviceData: (namespace: DeviceDataNamespace, type: string, startDate: Date, endDate: Date, collateFunction: (dataPoints: DeviceDataPoint[]) => DailyDataQueryResult) => Promise<DailyDataQueryResult>;
6
- export declare const randomDataProvider: (start: Date, end: Date, min: number, max: number, wholeNumbersOnly?: boolean) => Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- import { DailyDataQueryResult } from '../../../../helpers/query-daily-data';
2
- export default function (startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
@@ -1,2 +0,0 @@
1
- export { default as asthmaDataService } from './asthma-data';
2
- export * from './asthma-functions';
@@ -1,4 +0,0 @@
1
- export * from './components';
2
- export * from './helpers';
3
- export * from './model';
4
- export * from './views';
@@ -1 +0,0 @@
1
- export * from './types';
@@ -1,49 +0,0 @@
1
- import { ParticipantInfo } from '@careevolution/mydatahelps-js';
2
- export declare class AsthmaParticipant {
3
- participantInfo: ParticipantInfo;
4
- constructor(participantInfo: ParticipantInfo);
5
- getFirstName(): string;
6
- hasPairedDevice(): boolean;
7
- hasEstablishedBaseline(): boolean;
8
- hasRequestedWithdrawal(): boolean;
9
- private hasEstablishedBaselineByType;
10
- private getCustomFieldValue;
11
- }
12
- export interface AsthmaControlMetrics {
13
- date: string;
14
- nighttimeAwakeningDaysPast7: number;
15
- limitedActivityDaysPast7: number;
16
- inhalerUseDaysPast7: number;
17
- symptomDaysPast7: number;
18
- loggedDaysPast7: number;
19
- }
20
- export type AsthmaControlStatus = 'no-data' | 'not-controlled' | 'controlled' | 'not-determined';
21
- export interface AsthmaControlState {
22
- status: AsthmaControlStatus;
23
- symptomDaysPast7?: number;
24
- nighttimeAwakeningDaysPast7?: number;
25
- limitedActivityDaysPast7?: number;
26
- inhalerUseDaysPast7?: number;
27
- }
28
- export type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
29
- export type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
30
- export interface AsthmaBiometric {
31
- type: AsthmaBiometricType;
32
- status: AsthmaDataStatus;
33
- value?: number;
34
- }
35
- export type AsthmaAirQualityType = 'work' | 'home';
36
- export interface AsthmaAirQuality {
37
- type: AsthmaAirQualityType;
38
- status: AsthmaDataStatus;
39
- value?: number;
40
- description?: string;
41
- }
42
- export type AsthmaSymptomLevel = 'none' | 'mild' | 'moderate' | 'severe';
43
- export interface AsthmaLogEntry {
44
- identifier: string;
45
- symptomLevel: AsthmaSymptomLevel;
46
- symptoms: string[];
47
- impacts: string[];
48
- triggers: string[];
49
- }
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaActionPlanViewProps {
3
- previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- learnMoreUrl: string;
6
- editActionPlanSurveyName: string;
7
- }
8
- export default function (props: AsthmaActionPlanViewProps): React.JSX.Element;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import AsthmaActionPlanView, { AsthmaActionPlanViewProps } from './AsthmaActionPlanView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaActionPlanView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- argTypes: {
16
- previewState: {
17
- name: string;
18
- control: string;
19
- options: string[];
20
- };
21
- };
22
- render: (args: AsthmaActionPlanViewProps) => React.JSX.Element;
23
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaActionPlanView';
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaActivityViewProps {
3
- previewState?: 'default';
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- alert?: 'Steps';
6
- logEntrySurveyName: string;
7
- }
8
- export default function (props: AsthmaActivityViewProps): React.JSX.Element;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import AsthmaActivityView from './AsthmaActivityView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaActivityView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- interface AsthmaActivityViewStoryProps {
12
- alert?: '[None]' | 'Steps';
13
- }
14
- export declare const Default: {
15
- args: {
16
- alert: string;
17
- };
18
- argTypes: {
19
- alert: {
20
- control: string;
21
- options: string[];
22
- };
23
- };
24
- render: (args: AsthmaActivityViewStoryProps) => React.JSX.Element;
25
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaActivityView';
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaAirQualityViewProps {
3
- previewState?: 'default';
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- alert?: 'HomeAirQuality' | 'WorkAirQuality';
6
- logEntrySurveyName: string;
7
- }
8
- export default function (props: AsthmaAirQualityViewProps): React.JSX.Element;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import AsthmaAirQualityView from './AsthmaAirQualityView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaAirQualityView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- interface AsthmaAirQualityViewStoryProps {
12
- alert?: '[None]' | 'HomeAirQuality' | 'WorkAirQuality';
13
- }
14
- export declare const Default: {
15
- args: {
16
- alert: string;
17
- };
18
- argTypes: {
19
- alert: {
20
- control: string;
21
- options: string[];
22
- };
23
- };
24
- render: (args: AsthmaAirQualityViewStoryProps) => React.JSX.Element;
25
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaAirQualityView';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaActivityViewProps {
3
- previewState?: 'default';
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- logEntrySurveyName: string;
6
- }
7
- export default function (props: AsthmaActivityViewProps): React.JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import AsthmaAlertTakeoverView from './AsthmaAlertTakeoverView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaAlertTakeoverView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- render: () => React.JSX.Element;
13
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaAlertTakeoverView';