@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,8 +0,0 @@
1
- export { default as AsthmaActionPlanView } from './AsthmaActionPlanView';
2
- export { default as AsthmaActivityView } from './AsthmaActivityView';
3
- export { default as AsthmaAirQualityView } from './AsthmaAirQualityView';
4
- export { default as AsthmaAlertTakeoverView } from './AsthmaAlertTakeoverView';
5
- export { default as AsthmaDayView, AsthmaDayViewPreviewState } from './AsthmaDayView';
6
- export { default as AsthmaHeartAndLungsView } from './AsthmaHeartAndLungsView';
7
- export { default as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState } from './AsthmaLogEntryEditorView';
8
- export { default as AsthmaSleepView } from './AsthmaSleepView';
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import './InboxResourceDisplay.css';
3
- import { InboxMessageResource, InboxResource } from '@careevolution/mydatahelps-js';
4
- import '@fortawesome/fontawesome-svg-core/styles.css';
5
- export interface InboxResourceDisplayProps {
6
- resource: InboxResource | InboxMessageResource;
7
- onClick: () => void;
8
- imageAlignment?: 'left' | 'center' | 'right';
9
- buttonText?: string;
10
- innerRef?: React.Ref<HTMLDivElement>;
11
- }
12
- export default function (props: InboxResourceDisplayProps): React.JSX.Element;
@@ -1 +0,0 @@
1
- export { default } from './InboxResourceDisplay';
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import './RotatingText.css';
3
- export interface RotatingTextEntry {
4
- title?: string;
5
- text: string;
6
- }
7
- export type RotatingTextInterval = 'day' | 'week' | 'month';
8
- export interface RotatingTextProps {
9
- interval?: RotatingTextInterval;
10
- entryTitlePrefix?: string;
11
- entries: RotatingTextEntry[];
12
- startDate: Date;
13
- innerRef?: React.Ref<HTMLDivElement>;
14
- }
15
- export default function (props: RotatingTextProps): React.JSX.Element;
@@ -1,149 +0,0 @@
1
- import React from "react";
2
- import RotatingText, { RotatingTextProps } from "./RotatingText";
3
- declare const _default: {
4
- title: string;
5
- component: typeof RotatingText;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Day1: {
12
- args: {
13
- interval: string;
14
- entryTitlePrefix: string;
15
- entries: {
16
- title: string;
17
- text: string;
18
- }[];
19
- startDate: Date;
20
- };
21
- render: (args: RotatingTextProps) => React.JSX.Element;
22
- };
23
- export declare const Day2: {
24
- args: {
25
- interval: string;
26
- entryTitlePrefix: string;
27
- entries: {
28
- title: string;
29
- text: string;
30
- }[];
31
- startDate: Date;
32
- };
33
- render: (args: RotatingTextProps) => React.JSX.Element;
34
- };
35
- export declare const Day3: {
36
- args: {
37
- interval: string;
38
- entryTitlePrefix: string;
39
- entries: {
40
- title: string;
41
- text: string;
42
- }[];
43
- startDate: Date;
44
- };
45
- render: (args: RotatingTextProps) => React.JSX.Element;
46
- };
47
- export declare const Week1: {
48
- args: {
49
- interval: string;
50
- entryTitlePrefix: string;
51
- entries: {
52
- title: string;
53
- text: string;
54
- }[];
55
- startDate: Date;
56
- };
57
- render: (args: RotatingTextProps) => React.JSX.Element;
58
- };
59
- export declare const Week2: {
60
- args: {
61
- interval: string;
62
- entryTitlePrefix: string;
63
- entries: {
64
- title: string;
65
- text: string;
66
- }[];
67
- startDate: Date;
68
- };
69
- render: (args: RotatingTextProps) => React.JSX.Element;
70
- };
71
- export declare const Week3: {
72
- args: {
73
- interval: string;
74
- entryTitlePrefix: string;
75
- entries: {
76
- title: string;
77
- text: string;
78
- }[];
79
- startDate: Date;
80
- };
81
- render: (args: RotatingTextProps) => React.JSX.Element;
82
- };
83
- export declare const Month1: {
84
- args: {
85
- interval: string;
86
- entryTitlePrefix: string;
87
- entries: {
88
- title: string;
89
- text: string;
90
- }[];
91
- startDate: Date;
92
- };
93
- render: (args: RotatingTextProps) => React.JSX.Element;
94
- };
95
- export declare const Month2: {
96
- args: {
97
- interval: string;
98
- entryTitlePrefix: string;
99
- entries: {
100
- title: string;
101
- text: string;
102
- }[];
103
- startDate: Date;
104
- };
105
- render: (args: RotatingTextProps) => React.JSX.Element;
106
- };
107
- export declare const Month3: {
108
- args: {
109
- interval: string;
110
- entryTitlePrefix: string;
111
- entries: {
112
- title: string;
113
- text: string;
114
- }[];
115
- startDate: Date;
116
- };
117
- render: (args: RotatingTextProps) => React.JSX.Element;
118
- };
119
- export declare const NoTitlePrefix: {
120
- args: {
121
- interval: string;
122
- entries: {
123
- title: string;
124
- text: string;
125
- }[];
126
- startDate: Date;
127
- };
128
- render: (args: RotatingTextProps) => React.JSX.Element;
129
- };
130
- export declare const NoTitle: {
131
- args: {
132
- interval: string;
133
- entryTitlePrefix: string;
134
- entries: {
135
- text: string;
136
- }[];
137
- startDate: Date;
138
- };
139
- render: (args: RotatingTextProps) => React.JSX.Element;
140
- };
141
- export declare const NoEntries: {
142
- args: {
143
- interval: string;
144
- entryTitlePrefix: string;
145
- entries: never[];
146
- startDate: Date;
147
- };
148
- render: (args: RotatingTextProps) => React.JSX.Element;
149
- };
@@ -1 +0,0 @@
1
- export { default, RotatingTextEntry } from './RotatingText';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaActionPlan.css';
3
- export interface AsthmaActionPlanProps {
4
- previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
5
- learnMoreUrl: string;
6
- editActionPlanSurveyName: string;
7
- innerRef?: React.Ref<HTMLDivElement>;
8
- }
9
- export default function (props: AsthmaActionPlanProps): React.JSX.Element;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import AsthmaActionPlan, { AsthmaActionPlanProps } from './AsthmaActionPlan';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaActionPlan;
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: AsthmaActionPlanProps) => React.JSX.Element;
23
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaActionPlan';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaAirQualities.css';
3
- import { AsthmaAirQualitiesPreviewState } from './AsthmaAirQualities.previewData';
4
- export interface AsthmaAirQualitiesProps {
5
- previewState?: AsthmaAirQualitiesPreviewState;
6
- airQualityUrl: string;
7
- date?: Date;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaAirQualitiesProps): React.JSX.Element;
@@ -1,7 +0,0 @@
1
- import { AsthmaAirQuality } from '../../model';
2
- export type AsthmaAirQualitiesPreviewState = 'no-data' | 'some-data' | 'all-data';
3
- export interface AsthmaAirQualitiesPreviewData {
4
- homeAirQuality: AsthmaAirQuality;
5
- workAirQuality: AsthmaAirQuality;
6
- }
7
- export declare const previewData: Record<AsthmaAirQualitiesPreviewState, AsthmaAirQualitiesPreviewData>;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import AsthmaAirQualities, { AsthmaAirQualitiesProps } from './AsthmaAirQualities';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaAirQualities;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NoData: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaAirQualitiesProps) => React.JSX.Element;
16
- };
17
- export declare const SomeData: {
18
- args: {
19
- previewState: string;
20
- };
21
- render: (args: AsthmaAirQualitiesProps) => React.JSX.Element;
22
- };
23
- export declare const AllData: {
24
- args: {
25
- previewState: string;
26
- };
27
- render: (args: AsthmaAirQualitiesProps) => React.JSX.Element;
28
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaAirQualities';
2
- export { AsthmaAirQualitiesPreviewState } from './AsthmaAirQualities.previewData';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaAlertTakeoverNotice.css';
3
- export interface AsthmaAlertTakeoverNoticeProps {
4
- previewState?: 'default' | 'loading';
5
- message: string;
6
- logEntrySurveyName: string;
7
- innerRef?: React.Ref<HTMLDivElement>;
8
- }
9
- export default function (props: AsthmaAlertTakeoverNoticeProps): React.JSX.Element;
@@ -1,27 +0,0 @@
1
- import React from 'react';
2
- import AsthmaAlertTakeoverNotice from './AsthmaAlertTakeoverNotice';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaAlertTakeoverNotice;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- interface AsthmaAlertTakeoverNoticeStoryProps {
12
- state: 'default' | 'loading';
13
- message: string;
14
- }
15
- export declare const Default: {
16
- args: {
17
- message: string;
18
- state: string;
19
- };
20
- argTypes: {
21
- state: {
22
- control: string;
23
- options: string[];
24
- };
25
- };
26
- render: (args: AsthmaAlertTakeoverNoticeStoryProps) => React.JSX.Element;
27
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaAlertTakeoverNotice';
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export interface AsthmaAlertTakeoverTriggerProps {
3
- previewState?: boolean;
4
- heartAndLungsUrl: string;
5
- activityUrl: string;
6
- sleepUrl: string;
7
- airQualityUrl: string;
8
- alertTakeoverUrl: string;
9
- innerRef?: React.Ref<HTMLDivElement>;
10
- }
11
- export default function (props: AsthmaAlertTakeoverTriggerProps): null;
@@ -1 +0,0 @@
1
- export { default } from './AsthmaAlertTakeoverTrigger';
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaBiometrics.css';
3
- import { AsthmaBiometricsPreviewState } from './AsthmaBiometrics.previewData';
4
- export interface AsthmaBiometricsProps {
5
- previewState?: AsthmaBiometricsPreviewState;
6
- heartAndLungsUrl: string;
7
- activityUrl: string;
8
- sleepUrl: string;
9
- date?: Date;
10
- innerRef?: React.Ref<HTMLDivElement>;
11
- }
12
- export default function (props: AsthmaBiometricsProps): React.JSX.Element;
@@ -1,12 +0,0 @@
1
- import { AsthmaBiometric } from '../../model';
2
- export type AsthmaBiometricsPreviewState = 'no-data' | 'some-data' | 'all-data';
3
- export interface AsthmaBiometricsPreviewData {
4
- daytimeRestingHeartRate: AsthmaBiometric;
5
- nighttimeRestingHeartRate: AsthmaBiometric;
6
- respiratoryRate: AsthmaBiometric;
7
- steps: AsthmaBiometric;
8
- sleepDisturbances: AsthmaBiometric;
9
- daytimeBloodOxygenLevel: AsthmaBiometric;
10
- nighttimeBloodOxygenLevel: AsthmaBiometric;
11
- }
12
- export declare const previewData: Record<AsthmaBiometricsPreviewState, AsthmaBiometricsPreviewData>;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import AsthmaBiometrics, { AsthmaBiometricsProps } from './AsthmaBiometrics';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaBiometrics;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NoData: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaBiometricsProps) => React.JSX.Element;
16
- };
17
- export declare const SomeData: {
18
- args: {
19
- previewState: string;
20
- };
21
- render: (args: AsthmaBiometricsProps) => React.JSX.Element;
22
- };
23
- export declare const AllData: {
24
- args: {
25
- previewState: string;
26
- };
27
- render: (args: AsthmaBiometricsProps) => React.JSX.Element;
28
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaBiometrics';
2
- export { AsthmaBiometricsPreviewState } from './AsthmaBiometrics.previewData';
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaControlCalendar.css';
3
- import { AsthmaControlCalendarPreviewState } from './AsthmaControlCalendar.previewData';
4
- export type AsthmaControlCalendarVariant = 'compact' | 'verbose';
5
- export interface AsthmaControlCalendarProps {
6
- previewState?: AsthmaControlCalendarPreviewState;
7
- dayViewUrl: string;
8
- intervalStart?: Date;
9
- variant?: AsthmaControlCalendarVariant;
10
- innerRef?: React.Ref<HTMLDivElement>;
11
- }
12
- export default function (props: AsthmaControlCalendarProps): React.JSX.Element;
@@ -1,6 +0,0 @@
1
- import { AsthmaLogEntry } from '../../model';
2
- export type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
3
- export interface AsthmaControlCalendarPreviewData {
4
- logEntries: AsthmaLogEntry[];
5
- }
6
- export declare const previewData: Record<AsthmaControlCalendarPreviewState, AsthmaControlCalendarPreviewData>;
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import AsthmaControlCalendar, { AsthmaControlCalendarProps } from './AsthmaControlCalendar';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaControlCalendar;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NoLogging: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaControlCalendarProps) => React.JSX.Element;
16
- };
17
- export declare const SomeLogging: {
18
- args: {
19
- previewState: string;
20
- };
21
- render: (args: AsthmaControlCalendarProps) => React.JSX.Element;
22
- };
23
- export declare const SomeLoggingVerbose: {
24
- args: {
25
- previewState: string;
26
- variant: string;
27
- };
28
- render: (args: AsthmaControlCalendarProps) => React.JSX.Element;
29
- };
@@ -1,2 +0,0 @@
1
- export { default, AsthmaControlCalendarVariant } from './AsthmaControlCalendar';
2
- export { AsthmaControlCalendarPreviewState } from './AsthmaControlCalendar.previewData';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaControlStatusHeader.css';
3
- import { AsthmaParticipant } from '../../model';
4
- import { AsthmaControlStatusHeaderPreviewState } from './AsthmaControlStatusHeader.previewData';
5
- export interface AsthmaControlStatusHeaderProps {
6
- previewState?: AsthmaControlStatusHeaderPreviewState;
7
- participant: AsthmaParticipant;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
@@ -1,8 +0,0 @@
1
- import { AsthmaAirQuality, AsthmaBiometric, AsthmaControlState } from '../../model';
2
- export 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';
3
- export interface AsthmaControlStatusHeaderPreviewData {
4
- controlState: AsthmaControlState;
5
- biometrics: AsthmaBiometric[];
6
- airQualities: AsthmaAirQuality[];
7
- }
8
- export declare const previewData: Record<AsthmaControlStatusHeaderPreviewState, AsthmaControlStatusHeaderPreviewData>;
@@ -1,138 +0,0 @@
1
- import React from 'react';
2
- import AsthmaControlStatusHeader, { AsthmaControlStatusHeaderProps } from './AsthmaControlStatusHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaControlStatusHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NoDataBeforeDevicePaired: {
12
- args: {
13
- previewState: string;
14
- participant: {
15
- hasPairedDevice: () => boolean;
16
- hasEstablishedBaseline: () => boolean;
17
- };
18
- };
19
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
20
- };
21
- export declare const NoDataBeforeBaselineEstablished: {
22
- args: {
23
- previewState: string;
24
- participant: {
25
- hasPairedDevice: () => boolean;
26
- hasEstablishedBaseline: () => boolean;
27
- };
28
- };
29
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
30
- };
31
- export declare const NoDataBaselineEstablishedNothingOutOfRange: {
32
- args: {
33
- previewState: string;
34
- participant: {
35
- hasPairedDevice: () => boolean;
36
- hasEstablishedBaseline: () => boolean;
37
- };
38
- };
39
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
40
- };
41
- export declare const NoDataBaselineEstablishedDaytimeHeartRateOutOfRange: {
42
- args: {
43
- previewState: string;
44
- participant: {
45
- hasPairedDevice: () => boolean;
46
- hasEstablishedBaseline: () => boolean;
47
- };
48
- };
49
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
50
- };
51
- export declare const NoDataBaselineEstablishedNighttimeHeartRateOutOfRange: {
52
- args: {
53
- previewState: string;
54
- participant: {
55
- hasPairedDevice: () => boolean;
56
- hasEstablishedBaseline: () => boolean;
57
- };
58
- };
59
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
60
- };
61
- export declare const NoDataBaselineEstablishedRROutOfRange: {
62
- args: {
63
- previewState: string;
64
- participant: {
65
- hasPairedDevice: () => boolean;
66
- hasEstablishedBaseline: () => boolean;
67
- };
68
- };
69
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
70
- };
71
- export declare const NoDataBaselineEstablishedActivityOutOfRange: {
72
- args: {
73
- previewState: string;
74
- participant: {
75
- hasPairedDevice: () => boolean;
76
- hasEstablishedBaseline: () => boolean;
77
- };
78
- };
79
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
80
- };
81
- export declare const NoDataBaselineEstablishedSleepOutOfRange: {
82
- args: {
83
- previewState: string;
84
- participant: {
85
- hasPairedDevice: () => boolean;
86
- hasEstablishedBaseline: () => boolean;
87
- };
88
- };
89
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
90
- };
91
- export declare const NoDataBaselineEstablishedHomeAQOutOfRange: {
92
- args: {
93
- previewState: string;
94
- participant: {
95
- hasPairedDevice: () => boolean;
96
- hasEstablishedBaseline: () => boolean;
97
- };
98
- };
99
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
100
- };
101
- export declare const NoDataBaselineEstablishedWorkAQOutOfRange: {
102
- args: {
103
- previewState: string;
104
- participant: {
105
- hasPairedDevice: () => boolean;
106
- hasEstablishedBaseline: () => boolean;
107
- };
108
- };
109
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
110
- };
111
- export declare const NoDataBaselineEstablishedMultipleOutOfRange: {
112
- args: {
113
- previewState: string;
114
- participant: {
115
- hasPairedDevice: () => boolean;
116
- hasEstablishedBaseline: () => boolean;
117
- };
118
- };
119
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
120
- };
121
- export declare const NotDetermined: {
122
- args: {
123
- previewState: string;
124
- };
125
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
126
- };
127
- export declare const NotControlled: {
128
- args: {
129
- previewState: string;
130
- };
131
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
132
- };
133
- export declare const Controlled: {
134
- args: {
135
- previewState: string;
136
- };
137
- render: (args: AsthmaControlStatusHeaderProps) => React.JSX.Element;
138
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaControlStatusHeader';
2
- export { AsthmaControlStatusHeaderPreviewState } from './AsthmaControlStatusHeader.previewData';
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaDataSummary.css';
3
- import { AsthmaDataStatus } from '../../model';
4
- export interface AsthmaDataSummaryProps {
5
- label: string;
6
- status: AsthmaDataStatus;
7
- statusText?: string;
8
- value?: number;
9
- units?: string;
10
- onClick?: () => void;
11
- innerRef?: React.Ref<HTMLDivElement>;
12
- }
13
- export default function (props: AsthmaDataSummaryProps): React.JSX.Element;