@careevolution/mydatahelps-ui 2.12.1-MoreAsthma.9 → 2.12.1-SSComponents.1

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 (84) hide show
  1. package/dist/cjs/index.js +9 -8
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/components/asthma/components/index.d.ts +0 -2
  4. package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +2 -3
  5. package/dist/cjs/types/components/asthma/model/types.d.ts +1 -2
  6. package/dist/cjs/types/components/asthma/views/index.d.ts +0 -1
  7. package/dist/cjs/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
  8. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
  9. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
  10. package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
  11. package/dist/cjs/types/components/symptom-shark/container/index.d.ts +1 -0
  12. package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
  13. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +7 -0
  14. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
  15. package/dist/cjs/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
  16. package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
  17. package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
  18. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
  19. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
  20. package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
  21. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
  22. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
  23. package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
  24. package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
  25. package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
  26. package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +3 -0
  27. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
  28. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +20 -0
  29. package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
  30. package/dist/cjs/types/components/symptom-shark/view/index.d.ts +1 -0
  31. package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
  32. package/dist/esm/index.js +9 -8
  33. package/dist/esm/index.js.map +1 -1
  34. package/dist/esm/types/components/asthma/components/index.d.ts +0 -2
  35. package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +2 -3
  36. package/dist/esm/types/components/asthma/model/types.d.ts +1 -2
  37. package/dist/esm/types/components/asthma/views/index.d.ts +0 -1
  38. package/dist/esm/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
  39. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
  40. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
  41. package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
  42. package/dist/esm/types/components/symptom-shark/container/index.d.ts +1 -0
  43. package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
  44. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.d.ts +7 -0
  45. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/BulletChart.stories.d.ts +13 -0
  46. package/dist/esm/types/components/symptom-shark/presentational/BulletChart/index.d.ts +1 -0
  47. package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
  48. package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
  49. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
  50. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
  51. package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
  52. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
  53. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
  54. package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
  55. package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
  56. package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
  57. package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +3 -0
  58. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
  59. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +20 -0
  60. package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
  61. package/dist/esm/types/components/symptom-shark/view/index.d.ts +1 -0
  62. package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
  63. package/dist/index.d.ts +937 -922
  64. package/package.json +1 -1
  65. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +0 -8
  66. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +0 -10
  67. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +0 -23
  68. package/dist/cjs/types/components/asthma/components/AsthmaProviderReport/index.d.ts +0 -2
  69. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +0 -14
  70. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +0 -50
  71. package/dist/cjs/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +0 -1
  72. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +0 -7
  73. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +0 -13
  74. package/dist/cjs/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +0 -1
  75. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.d.ts +0 -8
  76. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.previewData.d.ts +0 -10
  77. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/AsthmaProviderReport.stories.d.ts +0 -23
  78. package/dist/esm/types/components/asthma/components/AsthmaProviderReport/index.d.ts +0 -2
  79. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.d.ts +0 -14
  80. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/AsthmaRecommendedArticle.stories.d.ts +0 -50
  81. package/dist/esm/types/components/asthma/components/AsthmaRecommendedArticle/index.d.ts +0 -1
  82. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.d.ts +0 -7
  83. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/AsthmaProviderReportView.stories.d.ts +0 -13
  84. package/dist/esm/types/components/asthma/views/AsthmaProviderReportView/index.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.