@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.37 → 2.9.1-AsthmaUI.39

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.
@@ -3,7 +3,7 @@ import './AsthmaAirQualities.css';
3
3
  import { AsthmaAirQualitiesPreviewState } from './AsthmaAirQualities.previewData';
4
4
  export interface AsthmaAirQualitiesProps {
5
5
  previewState?: AsthmaAirQualitiesPreviewState;
6
- airQualitiesUrl: string;
6
+ airQualityUrl: string;
7
7
  innerRef?: React.Ref<HTMLDivElement>;
8
8
  }
9
9
  export default function (props: AsthmaAirQualitiesProps): React.JSX.Element;
@@ -12,5 +12,9 @@ export interface AsthmaDayViewProps {
12
12
  logTodayEntrySurveyName: string;
13
13
  logYesterdayEntrySurveyName: string;
14
14
  editLogEntryUrl: string;
15
+ heartAndLungsUrl: string;
16
+ activityUrl: string;
17
+ sleepUrl: string;
18
+ airQualityUrl: string;
15
19
  }
16
20
  export default function (props: AsthmaDayViewProps): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -56,7 +56,7 @@ type AsthmaAirQualitiesPreviewState = 'no-data' | 'some-data' | 'all-data';
56
56
 
57
57
  interface AsthmaAirQualitiesProps {
58
58
  previewState?: AsthmaAirQualitiesPreviewState;
59
- airQualitiesUrl: string;
59
+ airQualityUrl: string;
60
60
  innerRef?: React.Ref<HTMLDivElement>;
61
61
  }
62
62
  declare function export_default$1T(props: AsthmaAirQualitiesProps): React.JSX.Element;
@@ -187,6 +187,10 @@ interface AsthmaDayViewProps {
187
187
  logTodayEntrySurveyName: string;
188
188
  logYesterdayEntrySurveyName: string;
189
189
  editLogEntryUrl: string;
190
+ heartAndLungsUrl: string;
191
+ activityUrl: string;
192
+ sleepUrl: string;
193
+ airQualityUrl: string;
190
194
  }
191
195
  declare function export_default$1I(props: AsthmaDayViewProps): React.JSX.Element;
192
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.9.1-AsthmaUI.37",
3
+ "version": "2.9.1-AsthmaUI.39",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",