@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.2 → 2.9.1-AsthmaUI.21

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 (198) hide show
  1. package/dist/cjs/index.js +12 -12
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -1
  4. package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -1
  5. package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +1 -0
  6. package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +5 -0
  7. package/dist/cjs/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +19 -0
  8. package/dist/cjs/types/components/asthma/components/AsthmaFacts/index.d.ts +1 -0
  9. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +12 -0
  10. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +6 -0
  11. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +59 -0
  12. package/dist/cjs/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +2 -0
  13. package/dist/{esm/types/components/asthma/container → cjs/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +1 -0
  14. package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +1 -1
  15. package/dist/cjs/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.d.ts +8 -0
  16. package/dist/cjs/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.stories.d.ts +17 -0
  17. package/dist/cjs/types/components/asthma/components/AsthmaToolLink/index.d.ts +1 -0
  18. package/dist/cjs/types/components/asthma/components/AsthmaTools/AsthmaTools.d.ts +6 -0
  19. package/dist/cjs/types/components/asthma/components/AsthmaTools/AsthmaTools.stories.d.ts +13 -0
  20. package/dist/cjs/types/components/asthma/components/AsthmaTools/index.d.ts +1 -0
  21. package/dist/cjs/types/components/asthma/components/index.d.ts +11 -0
  22. package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +2 -1
  23. package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +3 -1
  24. package/dist/cjs/types/components/asthma/index.d.ts +1 -2
  25. package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +16 -0
  26. package/dist/cjs/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +21 -0
  27. package/dist/cjs/types/components/asthma/views/AsthmaDayView/index.d.ts +1 -0
  28. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +8 -0
  29. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +6 -0
  30. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +38 -0
  31. package/dist/cjs/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
  32. package/dist/cjs/types/components/asthma/views/index.d.ts +2 -3
  33. package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
  34. package/dist/cjs/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +342 -0
  35. package/dist/cjs/types/components/presentational/CalendarDay/index.d.ts +1 -0
  36. package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.d.ts +18 -4
  37. package/dist/cjs/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +145 -0
  38. package/dist/cjs/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
  39. package/dist/cjs/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
  40. package/dist/cjs/types/components/presentational/ProgressBar/index.d.ts +2 -0
  41. package/dist/cjs/types/components/presentational/RotatingText/RotatingText.d.ts +15 -0
  42. package/dist/cjs/types/components/presentational/RotatingText/RotatingText.stories.d.ts +149 -0
  43. package/dist/cjs/types/components/presentational/RotatingText/index.d.ts +1 -0
  44. package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +2 -1
  45. package/dist/cjs/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +140 -0
  46. package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +14 -0
  47. package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +100 -0
  48. package/dist/cjs/types/components/presentational/ValueSelector/index.d.ts +1 -0
  49. package/dist/cjs/types/components/presentational/index.d.ts +6 -2
  50. package/dist/esm/index.js +12 -12
  51. package/dist/esm/index.js.map +1 -1
  52. package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.d.ts +0 -1
  53. package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaBiometrics/AsthmaBiometrics.d.ts +0 -1
  54. package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +1 -0
  55. package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.d.ts +5 -0
  56. package/dist/esm/types/components/asthma/components/AsthmaFacts/AsthmaFacts.stories.d.ts +19 -0
  57. package/dist/esm/types/components/asthma/components/AsthmaFacts/index.d.ts +1 -0
  58. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.d.ts +12 -0
  59. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.previewData.d.ts +6 -0
  60. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/AsthmaLogEntryDetails.stories.d.ts +59 -0
  61. package/dist/esm/types/components/asthma/components/AsthmaLogEntryDetails/index.d.ts +2 -0
  62. package/dist/{cjs/types/components/asthma/container → esm/types/components/asthma/components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +1 -0
  63. package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +1 -1
  64. package/dist/esm/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.d.ts +8 -0
  65. package/dist/esm/types/components/asthma/components/AsthmaToolLink/AsthmaToolLink.stories.d.ts +17 -0
  66. package/dist/esm/types/components/asthma/components/AsthmaToolLink/index.d.ts +1 -0
  67. package/dist/esm/types/components/asthma/components/AsthmaTools/AsthmaTools.d.ts +6 -0
  68. package/dist/esm/types/components/asthma/components/AsthmaTools/AsthmaTools.stories.d.ts +13 -0
  69. package/dist/esm/types/components/asthma/components/AsthmaTools/index.d.ts +1 -0
  70. package/dist/esm/types/components/asthma/components/index.d.ts +11 -0
  71. package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +2 -1
  72. package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +3 -1
  73. package/dist/esm/types/components/asthma/index.d.ts +1 -2
  74. package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.d.ts +16 -0
  75. package/dist/esm/types/components/asthma/views/AsthmaDayView/AsthmaDayView.stories.d.ts +21 -0
  76. package/dist/esm/types/components/asthma/views/AsthmaDayView/index.d.ts +1 -0
  77. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.d.ts +8 -0
  78. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.previewData.d.ts +6 -0
  79. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/AsthmaLogEntryEditorView.stories.d.ts +38 -0
  80. package/dist/esm/types/components/asthma/views/AsthmaLogEntryEditorView/index.d.ts +2 -0
  81. package/dist/esm/types/components/asthma/views/index.d.ts +2 -3
  82. package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.d.ts +18 -0
  83. package/dist/esm/types/components/presentational/CalendarDay/CalendarDay.stories.d.ts +342 -0
  84. package/dist/esm/types/components/presentational/CalendarDay/index.d.ts +1 -0
  85. package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.d.ts +18 -4
  86. package/dist/esm/types/components/presentational/NavigationBar/NavigationBar.stories.d.ts +145 -0
  87. package/dist/esm/types/components/presentational/ProgressBar/ProgressBar.d.ts +24 -0
  88. package/dist/esm/types/components/presentational/ProgressBar/ProgressBarStep.d.ts +9 -0
  89. package/dist/esm/types/components/presentational/ProgressBar/index.d.ts +2 -0
  90. package/dist/esm/types/components/presentational/RotatingText/RotatingText.d.ts +15 -0
  91. package/dist/esm/types/components/presentational/RotatingText/RotatingText.stories.d.ts +149 -0
  92. package/dist/esm/types/components/presentational/RotatingText/index.d.ts +1 -0
  93. package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.d.ts +2 -1
  94. package/dist/esm/types/components/presentational/SingleSurveyTask/SingleSurveyTask.stories.d.ts +140 -0
  95. package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +14 -0
  96. package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +100 -0
  97. package/dist/esm/types/components/presentational/ValueSelector/index.d.ts +1 -0
  98. package/dist/esm/types/components/presentational/index.d.ts +6 -2
  99. package/dist/index.d.ts +219 -142
  100. package/package.json +1 -1
  101. package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +0 -10
  102. package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +0 -8
  103. package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +0 -16
  104. package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +0 -2
  105. package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +0 -10
  106. package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +0 -10
  107. package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +0 -16
  108. package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +0 -2
  109. package/dist/cjs/types/components/asthma/container/index.d.ts +0 -7
  110. package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +0 -7
  111. package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +0 -16
  112. package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +0 -1
  113. package/dist/cjs/types/components/asthma/presentational/index.d.ts +0 -3
  114. package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +0 -9
  115. package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +0 -6
  116. package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +0 -18
  117. package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/index.d.ts +0 -1
  118. package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +0 -9
  119. package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +0 -8
  120. package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +0 -18
  121. package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/index.d.ts +0 -1
  122. package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +0 -7
  123. package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +0 -8
  124. package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +0 -16
  125. package/dist/cjs/types/components/asthma/views/AsthmaDataView/index.d.ts +0 -1
  126. package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +0 -15
  127. package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +0 -17
  128. package/dist/cjs/types/components/presentational/BasicCalendar/index.d.ts +0 -1
  129. package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +0 -10
  130. package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +0 -8
  131. package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +0 -16
  132. package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +0 -2
  133. package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +0 -10
  134. package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +0 -10
  135. package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +0 -16
  136. package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +0 -2
  137. package/dist/esm/types/components/asthma/container/index.d.ts +0 -7
  138. package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +0 -7
  139. package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +0 -16
  140. package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +0 -1
  141. package/dist/esm/types/components/asthma/presentational/index.d.ts +0 -3
  142. package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +0 -9
  143. package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +0 -6
  144. package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +0 -18
  145. package/dist/esm/types/components/asthma/views/AsthmaCalendarView/index.d.ts +0 -1
  146. package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +0 -9
  147. package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +0 -8
  148. package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +0 -18
  149. package/dist/esm/types/components/asthma/views/AsthmaDashboardView/index.d.ts +0 -1
  150. package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +0 -7
  151. package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +0 -8
  152. package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +0 -16
  153. package/dist/esm/types/components/asthma/views/AsthmaDataView/index.d.ts +0 -1
  154. package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +0 -15
  155. package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +0 -17
  156. package/dist/esm/types/components/presentational/BasicCalendar/index.d.ts +0 -1
  157. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -0
  158. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -0
  159. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaAirQualities/index.d.ts +0 -0
  160. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -0
  161. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -0
  162. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaBiometrics/index.d.ts +0 -0
  163. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -0
  164. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -0
  165. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlCalendar/index.d.ts +0 -0
  166. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -0
  167. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -0
  168. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -0
  169. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
  170. /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -0
  171. /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -0
  172. /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaDataSummary/index.d.ts +0 -0
  173. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -0
  174. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -0
  175. /package/dist/cjs/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
  176. /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -0
  177. /package/dist/cjs/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/index.d.ts +0 -0
  178. /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +0 -0
  179. /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +0 -0
  180. /package/dist/esm/types/components/asthma/{container → components}/AsthmaAirQualities/index.d.ts +0 -0
  181. /package/dist/esm/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +0 -0
  182. /package/dist/esm/types/components/asthma/{container → components}/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +0 -0
  183. /package/dist/esm/types/components/asthma/{container → components}/AsthmaBiometrics/index.d.ts +0 -0
  184. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +0 -0
  185. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +0 -0
  186. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlCalendar/index.d.ts +0 -0
  187. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +0 -0
  188. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +0 -0
  189. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +0 -0
  190. /package/dist/esm/types/components/asthma/{container → components}/AsthmaControlStatusHeader/index.d.ts +0 -0
  191. /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.d.ts +0 -0
  192. /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +0 -0
  193. /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaDataSummary/index.d.ts +0 -0
  194. /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +0 -0
  195. /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +0 -0
  196. /package/dist/esm/types/components/asthma/{container → components}/AsthmaLogEntryHeader/index.d.ts +0 -0
  197. /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +0 -0
  198. /package/dist/esm/types/components/asthma/{presentational → components}/AsthmaLogEntrySummary/index.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.9.1-AsthmaUI.2",
3
+ "version": "2.9.1-AsthmaUI.21",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaCalendarViewHeader.css';
3
- import { AsthmaCalendarViewHeaderPreviewState } from "./AsthmaCalendarViewHeader.previewData";
4
- export interface AsthmaCalendarViewHeaderProps {
5
- previewState?: AsthmaCalendarViewHeaderPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaCalendarViewHeaderProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaLogEntryHeaderPreviewState } from '../AsthmaLogEntryHeader';
2
- import { AsthmaControlCalendarPreviewState } from '../AsthmaControlCalendar';
3
- export type AsthmaCalendarViewHeaderPreviewState = 'default';
4
- export interface AsthmaCalendarViewHeaderPreviewData {
5
- controlCalendarPreviewState: AsthmaControlCalendarPreviewState;
6
- logEntryPreviewState: AsthmaLogEntryHeaderPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaCalendarViewHeaderPreviewState, AsthmaCalendarViewHeaderPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaCalendarViewHeader, { AsthmaCalendarViewHeaderProps } from './AsthmaCalendarViewHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaCalendarViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaCalendarViewHeaderProps) => React.JSX.Element;
16
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaCalendarViewHeader';
2
- export { AsthmaCalendarViewHeaderPreviewState } from './AsthmaCalendarViewHeader.previewData';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaDashboardViewHeader.css';
3
- import { AsthmaDashboardViewHeaderPreviewState } from './AsthmaDashboardViewHeader.previewData';
4
- export interface AsthmaDashboardViewHeaderProps {
5
- previewState?: AsthmaDashboardViewHeaderPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaDashboardViewHeaderProps): React.JSX.Element | null;
@@ -1,10 +0,0 @@
1
- import { AsthmaParticipant } from '../../model';
2
- import { AsthmaLogEntryHeaderPreviewState } from '../AsthmaLogEntryHeader';
3
- import { AsthmaControlStatusHeaderPreviewState } from '../AsthmaControlStatusHeader';
4
- export type AsthmaDashboardViewHeaderPreviewState = 'default';
5
- export interface AsthmaDashboardViewHeaderPreviewData {
6
- participant: AsthmaParticipant;
7
- logEntryPreviewState: AsthmaLogEntryHeaderPreviewState;
8
- controlStatusPreviewState: AsthmaControlStatusHeaderPreviewState;
9
- }
10
- export declare const previewData: Record<AsthmaDashboardViewHeaderPreviewState, AsthmaDashboardViewHeaderPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDashboardViewHeader, { AsthmaDashboardViewHeaderProps } from './AsthmaDashboardViewHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDashboardViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaDashboardViewHeaderProps) => React.JSX.Element;
16
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaDashboardViewHeader';
2
- export { AsthmaDashboardViewHeaderPreviewState } from './AsthmaDashboardViewHeader.previewData';
@@ -1,7 +0,0 @@
1
- export { default as AsthmaAirQualities } from './AsthmaAirQualities';
2
- export { default as AsthmaBiometrics } from './AsthmaBiometrics';
3
- export { default as AsthmaCalendarViewHeader } from './AsthmaCalendarViewHeader';
4
- export { default as AsthmaControlCalendar } from './AsthmaControlCalendar';
5
- export { default as AsthmaControlStatusHeader } from './AsthmaControlStatusHeader';
6
- export { default as AsthmaDashboardViewHeader } from './AsthmaDashboardViewHeader';
7
- export { default as AsthmaLogEntryHeader } from './AsthmaLogEntryHeader';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaViewTitle.css';
3
- export interface AsthmaViewTitleProps {
4
- title: string;
5
- innerRef?: React.Ref<HTMLDivElement>;
6
- }
7
- export default function (props: AsthmaViewTitleProps): React.JSX.Element;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaViewTitle, { AsthmaViewTitleProps } from './AsthmaViewTitle';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaViewTitle;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- title: string;
14
- };
15
- render: (args: AsthmaViewTitleProps) => React.JSX.Element;
16
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaViewTitle';
@@ -1,3 +0,0 @@
1
- export { default as AsthmaDataSummary } from './AsthmaDataSummary';
2
- export { default as AsthmaLogEntrySummary } from './AsthmaLogEntrySummary';
3
- export { default as AsthmaViewTitle } from './AsthmaViewTitle';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { AsthmaCalendarViewPreviewState } from './AsthmaCalendarView.previewData';
3
- export interface AsthmaCalendarViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaCalendarViewPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- }
9
- export default function (props: AsthmaCalendarViewProps): React.JSX.Element;
@@ -1,6 +0,0 @@
1
- import { AsthmaCalendarViewHeaderPreviewState } from '../../container/AsthmaCalendarViewHeader';
2
- export type AsthmaCalendarViewPreviewState = 'default';
3
- export interface AsthmaCalendarViewPreviewData {
4
- headerPreviewState: AsthmaCalendarViewHeaderPreviewState;
5
- }
6
- export declare const previewData: Record<AsthmaCalendarViewPreviewState, AsthmaCalendarViewPreviewData>;
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import AsthmaCalendarView, { AsthmaCalendarViewProps } from './AsthmaCalendarView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaCalendarView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- logTodayEntrySurveyName: string;
15
- logYesterdayEntrySurveyName: string;
16
- };
17
- render: (args: AsthmaCalendarViewProps) => React.JSX.Element;
18
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaCalendarView';
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { AsthmaDashboardViewPreviewState } from './AsthmaDashboardView.previewData';
3
- export interface AsthmaDashboardViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaDashboardViewPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- }
9
- export default function (props: AsthmaDashboardViewProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaDashboardViewHeaderPreviewState } from '../../container/AsthmaDashboardViewHeader';
2
- import { AsthmaControlCalendarPreviewState } from '../../container/AsthmaControlCalendar';
3
- export type AsthmaDashboardViewPreviewState = 'default';
4
- export interface AsthmaDashboardViewPreviewData {
5
- headerPreviewState: AsthmaDashboardViewHeaderPreviewState;
6
- controlCalendarPreviewState: AsthmaControlCalendarPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaDashboardViewPreviewState, AsthmaDashboardViewPreviewData>;
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDashboardView, { AsthmaDashboardViewProps } from './AsthmaDashboardView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDashboardView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- logTodayEntrySurveyName: string;
15
- logYesterdayEntrySurveyName: string;
16
- };
17
- render: (args: AsthmaDashboardViewProps) => React.JSX.Element;
18
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaDashboardView';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { AsthmaDataViewPreviewState } from './AsthmaDataView.previewData';
3
- export interface AsthmaDataViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaDataViewPreviewState;
6
- }
7
- export default function (props: AsthmaDataViewProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaBiometricsPreviewState } from '../../container/AsthmaBiometrics';
2
- import { AsthmaAirQualitiesPreviewState } from '../../container/AsthmaAirQualities';
3
- export type AsthmaDataViewPreviewState = 'default';
4
- export interface AsthmaDataViewPreviewData {
5
- biometricsPreviewState: AsthmaBiometricsPreviewState;
6
- airQualitiesPreviewState: AsthmaAirQualitiesPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaDataViewPreviewState, AsthmaDataViewPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDataView, { AsthmaDataViewProps } from './AsthmaDataView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDataView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaDataViewProps) => React.JSX.Element;
16
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaDataView';
@@ -1,15 +0,0 @@
1
- import React, { CSSProperties } from 'react';
2
- import './BasicCalendar.css';
3
- import { ColorDefinition } from '../../../helpers/colors';
4
- export interface BasicCalendarDayState {
5
- identifier: string;
6
- style?: CSSProperties;
7
- streakColor?: ColorDefinition;
8
- }
9
- export interface BasicCalendarProps {
10
- intervalStart?: Date;
11
- computeDayState: (date: Date) => BasicCalendarDayState;
12
- onDayClicked: (date: Date) => void;
13
- innerRef?: React.Ref<HTMLDivElement>;
14
- }
15
- export default function (props: BasicCalendarProps): React.JSX.Element;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import BasicCalendar, { BasicCalendarDayState, BasicCalendarProps } from './BasicCalendar';
3
- declare const _default: {
4
- title: string;
5
- component: typeof BasicCalendar;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- computeDayState: (date: Date) => BasicCalendarDayState;
14
- onDayClicked: (date: Date) => void;
15
- };
16
- render: (args: BasicCalendarProps) => React.JSX.Element;
17
- };
@@ -1 +0,0 @@
1
- export { default, BasicCalendarDayState } from './BasicCalendar';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaCalendarViewHeader.css';
3
- import { AsthmaCalendarViewHeaderPreviewState } from "./AsthmaCalendarViewHeader.previewData";
4
- export interface AsthmaCalendarViewHeaderProps {
5
- previewState?: AsthmaCalendarViewHeaderPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaCalendarViewHeaderProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaLogEntryHeaderPreviewState } from '../AsthmaLogEntryHeader';
2
- import { AsthmaControlCalendarPreviewState } from '../AsthmaControlCalendar';
3
- export type AsthmaCalendarViewHeaderPreviewState = 'default';
4
- export interface AsthmaCalendarViewHeaderPreviewData {
5
- controlCalendarPreviewState: AsthmaControlCalendarPreviewState;
6
- logEntryPreviewState: AsthmaLogEntryHeaderPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaCalendarViewHeaderPreviewState, AsthmaCalendarViewHeaderPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaCalendarViewHeader, { AsthmaCalendarViewHeaderProps } from './AsthmaCalendarViewHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaCalendarViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaCalendarViewHeaderProps) => React.JSX.Element;
16
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaCalendarViewHeader';
2
- export { AsthmaCalendarViewHeaderPreviewState } from './AsthmaCalendarViewHeader.previewData';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaDashboardViewHeader.css';
3
- import { AsthmaDashboardViewHeaderPreviewState } from './AsthmaDashboardViewHeader.previewData';
4
- export interface AsthmaDashboardViewHeaderProps {
5
- previewState?: AsthmaDashboardViewHeaderPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- innerRef?: React.Ref<HTMLDivElement>;
9
- }
10
- export default function (props: AsthmaDashboardViewHeaderProps): React.JSX.Element | null;
@@ -1,10 +0,0 @@
1
- import { AsthmaParticipant } from '../../model';
2
- import { AsthmaLogEntryHeaderPreviewState } from '../AsthmaLogEntryHeader';
3
- import { AsthmaControlStatusHeaderPreviewState } from '../AsthmaControlStatusHeader';
4
- export type AsthmaDashboardViewHeaderPreviewState = 'default';
5
- export interface AsthmaDashboardViewHeaderPreviewData {
6
- participant: AsthmaParticipant;
7
- logEntryPreviewState: AsthmaLogEntryHeaderPreviewState;
8
- controlStatusPreviewState: AsthmaControlStatusHeaderPreviewState;
9
- }
10
- export declare const previewData: Record<AsthmaDashboardViewHeaderPreviewState, AsthmaDashboardViewHeaderPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDashboardViewHeader, { AsthmaDashboardViewHeaderProps } from './AsthmaDashboardViewHeader';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDashboardViewHeader;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaDashboardViewHeaderProps) => React.JSX.Element;
16
- };
@@ -1,2 +0,0 @@
1
- export { default } from './AsthmaDashboardViewHeader';
2
- export { AsthmaDashboardViewHeaderPreviewState } from './AsthmaDashboardViewHeader.previewData';
@@ -1,7 +0,0 @@
1
- export { default as AsthmaAirQualities } from './AsthmaAirQualities';
2
- export { default as AsthmaBiometrics } from './AsthmaBiometrics';
3
- export { default as AsthmaCalendarViewHeader } from './AsthmaCalendarViewHeader';
4
- export { default as AsthmaControlCalendar } from './AsthmaControlCalendar';
5
- export { default as AsthmaControlStatusHeader } from './AsthmaControlStatusHeader';
6
- export { default as AsthmaDashboardViewHeader } from './AsthmaDashboardViewHeader';
7
- export { default as AsthmaLogEntryHeader } from './AsthmaLogEntryHeader';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import './AsthmaViewTitle.css';
3
- export interface AsthmaViewTitleProps {
4
- title: string;
5
- innerRef?: React.Ref<HTMLDivElement>;
6
- }
7
- export default function (props: AsthmaViewTitleProps): React.JSX.Element;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaViewTitle, { AsthmaViewTitleProps } from './AsthmaViewTitle';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaViewTitle;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- title: string;
14
- };
15
- render: (args: AsthmaViewTitleProps) => React.JSX.Element;
16
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaViewTitle';
@@ -1,3 +0,0 @@
1
- export { default as AsthmaDataSummary } from './AsthmaDataSummary';
2
- export { default as AsthmaLogEntrySummary } from './AsthmaLogEntrySummary';
3
- export { default as AsthmaViewTitle } from './AsthmaViewTitle';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { AsthmaCalendarViewPreviewState } from './AsthmaCalendarView.previewData';
3
- export interface AsthmaCalendarViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaCalendarViewPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- }
9
- export default function (props: AsthmaCalendarViewProps): React.JSX.Element;
@@ -1,6 +0,0 @@
1
- import { AsthmaCalendarViewHeaderPreviewState } from '../../container/AsthmaCalendarViewHeader';
2
- export type AsthmaCalendarViewPreviewState = 'default';
3
- export interface AsthmaCalendarViewPreviewData {
4
- headerPreviewState: AsthmaCalendarViewHeaderPreviewState;
5
- }
6
- export declare const previewData: Record<AsthmaCalendarViewPreviewState, AsthmaCalendarViewPreviewData>;
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import AsthmaCalendarView, { AsthmaCalendarViewProps } from './AsthmaCalendarView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaCalendarView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- logTodayEntrySurveyName: string;
15
- logYesterdayEntrySurveyName: string;
16
- };
17
- render: (args: AsthmaCalendarViewProps) => React.JSX.Element;
18
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaCalendarView';
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { AsthmaDashboardViewPreviewState } from './AsthmaDashboardView.previewData';
3
- export interface AsthmaDashboardViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaDashboardViewPreviewState;
6
- logTodayEntrySurveyName: string;
7
- logYesterdayEntrySurveyName: string;
8
- }
9
- export default function (props: AsthmaDashboardViewProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaDashboardViewHeaderPreviewState } from '../../container/AsthmaDashboardViewHeader';
2
- import { AsthmaControlCalendarPreviewState } from '../../container/AsthmaControlCalendar';
3
- export type AsthmaDashboardViewPreviewState = 'default';
4
- export interface AsthmaDashboardViewPreviewData {
5
- headerPreviewState: AsthmaDashboardViewHeaderPreviewState;
6
- controlCalendarPreviewState: AsthmaControlCalendarPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaDashboardViewPreviewState, AsthmaDashboardViewPreviewData>;
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDashboardView, { AsthmaDashboardViewProps } from './AsthmaDashboardView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDashboardView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- logTodayEntrySurveyName: string;
15
- logYesterdayEntrySurveyName: string;
16
- };
17
- render: (args: AsthmaDashboardViewProps) => React.JSX.Element;
18
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaDashboardView';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { AsthmaDataViewPreviewState } from './AsthmaDataView.previewData';
3
- export interface AsthmaDataViewProps {
4
- colorScheme?: 'light' | 'dark' | 'auto';
5
- previewState?: AsthmaDataViewPreviewState;
6
- }
7
- export default function (props: AsthmaDataViewProps): React.JSX.Element;
@@ -1,8 +0,0 @@
1
- import { AsthmaBiometricsPreviewState } from '../../container/AsthmaBiometrics';
2
- import { AsthmaAirQualitiesPreviewState } from '../../container/AsthmaAirQualities';
3
- export type AsthmaDataViewPreviewState = 'default';
4
- export interface AsthmaDataViewPreviewData {
5
- biometricsPreviewState: AsthmaBiometricsPreviewState;
6
- airQualitiesPreviewState: AsthmaAirQualitiesPreviewState;
7
- }
8
- export declare const previewData: Record<AsthmaDataViewPreviewState, AsthmaDataViewPreviewData>;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import AsthmaDataView, { AsthmaDataViewProps } from './AsthmaDataView';
3
- declare const _default: {
4
- title: string;
5
- component: typeof AsthmaDataView;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- previewState: string;
14
- };
15
- render: (args: AsthmaDataViewProps) => React.JSX.Element;
16
- };
@@ -1 +0,0 @@
1
- export { default } from './AsthmaDataView';
@@ -1,15 +0,0 @@
1
- import React, { CSSProperties } from 'react';
2
- import './BasicCalendar.css';
3
- import { ColorDefinition } from '../../../helpers/colors';
4
- export interface BasicCalendarDayState {
5
- identifier: string;
6
- style?: CSSProperties;
7
- streakColor?: ColorDefinition;
8
- }
9
- export interface BasicCalendarProps {
10
- intervalStart?: Date;
11
- computeDayState: (date: Date) => BasicCalendarDayState;
12
- onDayClicked: (date: Date) => void;
13
- innerRef?: React.Ref<HTMLDivElement>;
14
- }
15
- export default function (props: BasicCalendarProps): React.JSX.Element;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import BasicCalendar, { BasicCalendarDayState, BasicCalendarProps } from './BasicCalendar';
3
- declare const _default: {
4
- title: string;
5
- component: typeof BasicCalendar;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const Default: {
12
- args: {
13
- computeDayState: (date: Date) => BasicCalendarDayState;
14
- onDayClicked: (date: Date) => void;
15
- };
16
- render: (args: BasicCalendarProps) => React.JSX.Element;
17
- };
@@ -1 +0,0 @@
1
- export { default, BasicCalendarDayState } from './BasicCalendar';