@careevolution/mydatahelps-ui 2.9.1-AsthmaUI.36 → 2.9.1-AsthmaUI.38
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.
- package/dist/cjs/index.js +9 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +4 -4
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/index.d.ts +10 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/shared.d.ts +6 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/cjs/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/cjs/types/components/asthma/model/types.d.ts +1 -1
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +3 -0
- package/dist/cjs/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.d.ts +9 -0
- package/dist/cjs/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +33 -14
- package/dist/cjs/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/cjs/types/helpers/daily-data-providers/index.d.ts +4 -2
- package/dist/cjs/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/cjs/types/helpers/query-daily-data.d.ts +6 -2
- package/dist/esm/index.js +9 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaAirQualities/AsthmaAirQualities.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.d.ts +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +4 -4
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-home.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/air-quality-work.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/blood-oxygen-level-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/index.d.ts +10 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/respiratory-rate.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-daytime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/resting-heart-rate-nighttime.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/shared.d.ts +6 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/sleep.d.ts +2 -0
- package/dist/esm/types/components/asthma/helpers/daily-data-providers/steps.d.ts +2 -0
- package/dist/esm/types/components/asthma/model/types.d.ts +1 -1
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/AsthmaActivityView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaActivityView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/AsthmaHeartAndLungsView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaHeartAndLungsView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/AsthmaSleepView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaSleepView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +3 -0
- package/dist/esm/types/components/container/DailyDataChart/DailyDataChart.d.ts +1 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.d.ts +9 -0
- package/dist/esm/types/components/presentational/ValueSelector/ValueSelector.stories.d.ts +33 -14
- package/dist/esm/types/helpers/daily-data-providers/garmin-active-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-resting-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/garmin-total-calories.d.ts +3 -0
- package/dist/esm/types/helpers/daily-data-providers/index.d.ts +4 -2
- package/dist/esm/types/helpers/daily-data-providers/query-garmin-total-daily-values.d.ts +3 -0
- package/dist/esm/types/helpers/query-daily-data.d.ts +6 -2
- package/dist/index.d.ts +49 -19
- package/package.json +3 -3
- package/dist/esm/types/helpers/daily-data-providers/air-quality-home.d.ts +0 -3
- package/dist/esm/types/helpers/daily-data-providers/air-quality-work.d.ts +0 -3
- /package/dist/cjs/types/helpers/daily-data-providers/{air-quality-home.d.ts → apple-health-active-energy-burned.d.ts} +0 -0
- /package/dist/{cjs/types/helpers/daily-data-providers/air-quality-work.d.ts → esm/types/helpers/daily-data-providers/apple-health-active-energy-burned.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactElement, CSSProperties, MouseEventHandler, ReactNode, DependencyList } from 'react';
|
|
2
|
-
import { ParticipantInfo, ExternalAccountStatus, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, EventName } from '@careevolution/mydatahelps-js';
|
|
2
|
+
import { ParticipantInfo, ExternalAccountStatus, DeviceDataNamespace, ExternalAccount, NotificationType, ExternalAccountProvider, SurveyTaskStatus, StatusBarStyle, Notification, SurveyTask, EventName } from '@careevolution/mydatahelps-js';
|
|
3
3
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
4
4
|
import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-common-types';
|
|
5
5
|
|
|
@@ -30,7 +30,7 @@ interface AsthmaControlState {
|
|
|
30
30
|
inhalerUseDaysPast7?: number;
|
|
31
31
|
}
|
|
32
32
|
type AsthmaDataStatus = 'establishing' | 'offline' | 'in-range' | 'out-of-range';
|
|
33
|
-
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | '
|
|
33
|
+
type AsthmaBiometricType = 'daytime-resting-heart-rate' | 'nighttime-resting-heart-rate' | 'respiratory-rate' | 'steps' | 'sleep-disturbances' | 'daytime-blood-oxygen-level' | 'nighttime-blood-oxygen-level';
|
|
34
34
|
interface AsthmaBiometric {
|
|
35
35
|
type: AsthmaBiometricType;
|
|
36
36
|
status: AsthmaDataStatus;
|
|
@@ -56,21 +56,21 @@ type AsthmaAirQualitiesPreviewState = 'no-data' | 'some-data' | 'all-data';
|
|
|
56
56
|
|
|
57
57
|
interface AsthmaAirQualitiesProps {
|
|
58
58
|
previewState?: AsthmaAirQualitiesPreviewState;
|
|
59
|
-
|
|
59
|
+
airQualityUrl: string;
|
|
60
60
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
61
61
|
}
|
|
62
|
-
declare function export_default$
|
|
62
|
+
declare function export_default$1T(props: AsthmaAirQualitiesProps): React.JSX.Element;
|
|
63
63
|
|
|
64
64
|
type AsthmaBiometricsPreviewState = 'no-data' | 'some-data' | 'all-data';
|
|
65
65
|
|
|
66
66
|
interface AsthmaBiometricsProps {
|
|
67
67
|
previewState?: AsthmaBiometricsPreviewState;
|
|
68
68
|
heartAndLungsUrl: string;
|
|
69
|
-
|
|
69
|
+
activityUrl: string;
|
|
70
70
|
sleepUrl: string;
|
|
71
71
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
72
72
|
}
|
|
73
|
-
declare function export_default$
|
|
73
|
+
declare function export_default$1S(props: AsthmaBiometricsProps): React.JSX.Element;
|
|
74
74
|
|
|
75
75
|
type AsthmaControlCalendarPreviewState = 'no-logs' | 'some-logs';
|
|
76
76
|
|
|
@@ -89,7 +89,7 @@ interface AsthmaControlCalendarProps {
|
|
|
89
89
|
logEntryBackgroundColor?: ColorDefinition;
|
|
90
90
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
91
91
|
}
|
|
92
|
-
declare function export_default$
|
|
92
|
+
declare function export_default$1R(props: AsthmaControlCalendarProps): React.JSX.Element;
|
|
93
93
|
|
|
94
94
|
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';
|
|
95
95
|
|
|
@@ -98,7 +98,7 @@ interface AsthmaControlStatusHeaderProps {
|
|
|
98
98
|
participant: AsthmaParticipant;
|
|
99
99
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
100
100
|
}
|
|
101
|
-
declare function export_default$
|
|
101
|
+
declare function export_default$1Q(props: AsthmaControlStatusHeaderProps): React.JSX.Element | null;
|
|
102
102
|
|
|
103
103
|
interface AsthmaDataSummaryProps {
|
|
104
104
|
label: string;
|
|
@@ -109,12 +109,12 @@ interface AsthmaDataSummaryProps {
|
|
|
109
109
|
onClick?: () => void;
|
|
110
110
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
111
111
|
}
|
|
112
|
-
declare function export_default$
|
|
112
|
+
declare function export_default$1P(props: AsthmaDataSummaryProps): React.JSX.Element;
|
|
113
113
|
|
|
114
114
|
interface AsthmaFactsProps {
|
|
115
115
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
116
116
|
}
|
|
117
|
-
declare function export_default$
|
|
117
|
+
declare function export_default$1O(props: AsthmaFactsProps): React.JSX.Element;
|
|
118
118
|
|
|
119
119
|
type AsthmaLogEntryDetailsPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ interface AsthmaLogEntryDetailsProps {
|
|
|
126
126
|
editLogEntryUrl: string;
|
|
127
127
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
128
128
|
}
|
|
129
|
-
declare function export_default$
|
|
129
|
+
declare function export_default$1N(props: AsthmaLogEntryDetailsProps): React.JSX.Element;
|
|
130
130
|
|
|
131
131
|
type AsthmaLogEntryHeaderPreviewState = 'no-logs' | 'today-log-only' | 'yesterday-log-only' | 'both-logs';
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ interface AsthmaLogEntryHeaderProps {
|
|
|
137
137
|
dayViewUrl: string;
|
|
138
138
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
139
139
|
}
|
|
140
|
-
declare function export_default$
|
|
140
|
+
declare function export_default$1M(props: AsthmaLogEntryHeaderProps): React.JSX.Element | null;
|
|
141
141
|
|
|
142
142
|
interface AsthmaLogEntrySummaryProps {
|
|
143
143
|
label: string;
|
|
@@ -146,7 +146,7 @@ interface AsthmaLogEntrySummaryProps {
|
|
|
146
146
|
loading?: boolean;
|
|
147
147
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
148
148
|
}
|
|
149
|
-
declare function export_default$
|
|
149
|
+
declare function export_default$1L(props: AsthmaLogEntrySummaryProps): React.JSX.Element;
|
|
150
150
|
|
|
151
151
|
interface AsthmaDataService {
|
|
152
152
|
loadParticipant(): Promise<AsthmaParticipant>;
|
|
@@ -163,11 +163,17 @@ declare const getAsthmaDataStatusText: (status: AsthmaDataStatus) => string;
|
|
|
163
163
|
declare const getAsthmaSymptomLevelValue: (symptomLevel: AsthmaSymptomLevel) => string;
|
|
164
164
|
declare const getAsthmaSymptomLevel: (symptomLevelValue: string | undefined) => AsthmaSymptomLevel;
|
|
165
165
|
|
|
166
|
+
interface AsthmaActivityViewProps {
|
|
167
|
+
previewState?: 'default';
|
|
168
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
169
|
+
}
|
|
170
|
+
declare function export_default$1K(props: AsthmaActivityViewProps): React.JSX.Element;
|
|
171
|
+
|
|
166
172
|
interface AsthmaAirQualityViewProps {
|
|
167
173
|
previewState?: 'default';
|
|
168
174
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
169
175
|
}
|
|
170
|
-
declare function export_default$
|
|
176
|
+
declare function export_default$1J(props: AsthmaAirQualityViewProps): React.JSX.Element;
|
|
171
177
|
|
|
172
178
|
interface AsthmaDayViewPreviewState {
|
|
173
179
|
logEntryDetailsPreviewState: AsthmaLogEntryDetailsPreviewState;
|
|
@@ -182,7 +188,13 @@ interface AsthmaDayViewProps {
|
|
|
182
188
|
logYesterdayEntrySurveyName: string;
|
|
183
189
|
editLogEntryUrl: string;
|
|
184
190
|
}
|
|
185
|
-
declare function export_default$
|
|
191
|
+
declare function export_default$1I(props: AsthmaDayViewProps): React.JSX.Element;
|
|
192
|
+
|
|
193
|
+
interface AsthmaHeartAndLungsViewProps {
|
|
194
|
+
previewState?: 'default';
|
|
195
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
196
|
+
}
|
|
197
|
+
declare function export_default$1H(props: AsthmaHeartAndLungsViewProps): React.JSX.Element;
|
|
186
198
|
|
|
187
199
|
type AsthmaLogEntryEditorViewPreviewState = 'not-logged' | 'logged-no-symptoms' | 'logged-mild-symptoms' | 'logged-moderate-symptoms' | 'logged-severe-symptoms';
|
|
188
200
|
|
|
@@ -191,7 +203,13 @@ interface AsthmaLogEntryEditorViewProps {
|
|
|
191
203
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
192
204
|
date: Date;
|
|
193
205
|
}
|
|
194
|
-
declare function export_default$
|
|
206
|
+
declare function export_default$1G(props: AsthmaLogEntryEditorViewProps): React.JSX.Element | null;
|
|
207
|
+
|
|
208
|
+
interface AsthmaSleepViewProps {
|
|
209
|
+
previewState?: 'default';
|
|
210
|
+
colorScheme?: 'light' | 'dark' | 'auto';
|
|
211
|
+
}
|
|
212
|
+
declare function export_default$1F(props: AsthmaSleepViewProps): React.JSX.Element;
|
|
195
213
|
|
|
196
214
|
interface TermInformation {
|
|
197
215
|
TermFamily: string;
|
|
@@ -280,9 +298,8 @@ type DailyDataAvailabilityCheck = (modifiedAfter?: Date) => Promise<boolean>;
|
|
|
280
298
|
declare function registerDailyDataProvider(type: string, provider: DailyDataProvider, availabilityCheck: DailyDataAvailabilityCheck): void;
|
|
281
299
|
declare function checkDailyDataAvailability(type: string, modifiedAfter?: Date): Promise<boolean>;
|
|
282
300
|
declare function queryDailyData(type: string, startDate: Date, endDate: Date): Promise<DailyDataQueryResult>;
|
|
301
|
+
declare function simpleAvailabilityCheck(namespace: DeviceDataNamespace, type: string | string[]): (modifiedAfter?: Date) => Promise<boolean>;
|
|
283
302
|
declare enum DailyDataType {
|
|
284
|
-
AirQualityAtHome = "AirQualityAtHome",
|
|
285
|
-
AirQualityAtWork = "AirQualityAtWork",
|
|
286
303
|
AppleHealthDistanceWalkingRunning = "AppleHealthDistanceWalkingRunning",
|
|
287
304
|
AppleHealthFlightsClimbed = "AppleHealthFlightsClimbed",
|
|
288
305
|
AppleHealthHeartRateRange = "AppleHealthHeartRateRange",
|
|
@@ -294,6 +311,7 @@ declare enum DailyDataType {
|
|
|
294
311
|
AppleHealthStandMinutes = "AppleHealthStandMinutes",
|
|
295
312
|
AppleHealthSteps = "AppleHealthSteps",
|
|
296
313
|
AppleHealthWalkingHeartRateAverage = "AppleHealthWalkingHeartRateAverage",
|
|
314
|
+
AppleHealthActiveEnergyBurned = "AppleHealthActiveEnergyBurned",
|
|
297
315
|
FitbitSedentaryMinutes = "FitbitSedentaryMinutes",
|
|
298
316
|
FitbitActiveMinutes = "FitbitActiveMinutes",
|
|
299
317
|
FitbitLightlyActiveMinutes = "FitbitLightlyActiveMinutes",
|
|
@@ -318,6 +336,9 @@ declare enum DailyDataType {
|
|
|
318
336
|
GarminDistance = "GarminDistance",
|
|
319
337
|
GarminFloors = "GarminFloors",
|
|
320
338
|
GarminActiveMinutes = "GarminActiveMinutes",
|
|
339
|
+
GarminActiveCalories = "GarminActiveCalories",
|
|
340
|
+
GarminRestingCalories = "GarminRestingCalories",
|
|
341
|
+
GarminTotalCalories = "GarminTotalCalories",
|
|
321
342
|
GarminRestingHeartRate = "GarminRestingHeartRate",
|
|
322
343
|
GarminMinHeartRate = "GarminMinHeartRate",
|
|
323
344
|
GarminMaxHeartRate = "GarminMaxHeartRate",
|
|
@@ -345,6 +366,7 @@ declare function getMonthStart(): Date;
|
|
|
345
366
|
|
|
346
367
|
interface DailyDataChartProps {
|
|
347
368
|
title?: string;
|
|
369
|
+
subtitle?: string;
|
|
348
370
|
intervalType?: "Week" | "Month";
|
|
349
371
|
weekStartsOn?: WeekStartsOn;
|
|
350
372
|
dailyDataType: string;
|
|
@@ -968,9 +990,17 @@ declare function export_default$M(props: UnstyledButtonProps): React.JSX.Element
|
|
|
968
990
|
|
|
969
991
|
interface ValueSelectorProps {
|
|
970
992
|
title?: string;
|
|
993
|
+
titleColor?: ColorDefinition;
|
|
971
994
|
subtitle?: string;
|
|
995
|
+
subtitleColor?: ColorDefinition;
|
|
972
996
|
values: string[];
|
|
997
|
+
valueBackgroundColor?: ColorDefinition;
|
|
998
|
+
valueTextColor?: ColorDefinition;
|
|
999
|
+
checkboxColor?: ColorDefinition;
|
|
973
1000
|
selectedValues?: string[];
|
|
1001
|
+
selectedButtonBackgroundColor?: ColorDefinition;
|
|
1002
|
+
selectedButtonTextColor?: ColorDefinition;
|
|
1003
|
+
selectedCheckboxColor?: ColorDefinition;
|
|
974
1004
|
onChange?: (selectedValues: string[]) => void;
|
|
975
1005
|
variant?: 'default' | 'checkboxes';
|
|
976
1006
|
multiSelect?: boolean;
|
|
@@ -1415,4 +1445,4 @@ declare function getDayKey(date: Date): string;
|
|
|
1415
1445
|
|
|
1416
1446
|
declare function useInitializeView(initialize: () => void, additionalEvents?: EventName[], dependencies?: DependencyList): void;
|
|
1417
1447
|
|
|
1418
|
-
export { export_default$1a as Action, export_default$19 as ActivityMeter, export_default$1E as AllergiesList, export_default$e as AllergiesView, export_default$1D as AppDownload, AreaChartOptions, export_default$
|
|
1448
|
+
export { export_default$1a as Action, export_default$19 as ActivityMeter, export_default$1E as AllergiesList, export_default$e as AllergiesView, export_default$1D as AppDownload, AreaChartOptions, export_default$1K as AsthmaActivityView, export_default$1T as AsthmaAirQualities, AsthmaAirQualitiesPreviewState, AsthmaAirQuality, AsthmaAirQualityType, export_default$1J as AsthmaAirQualityView, AsthmaBiometric, AsthmaBiometricType, export_default$1S as AsthmaBiometrics, AsthmaBiometricsPreviewState, export_default$1R as AsthmaControlCalendar, AsthmaControlCalendarVariant, AsthmaControlMetrics, AsthmaControlState, AsthmaControlStatus, export_default$1Q as AsthmaControlStatusHeader, AsthmaDataStatus, export_default$1P as AsthmaDataSummary, export_default$1I as AsthmaDayView, AsthmaDayViewPreviewState, export_default$1O as AsthmaFacts, export_default$1H as AsthmaHeartAndLungsView, AsthmaLogEntry, export_default$1N as AsthmaLogEntryDetails, AsthmaLogEntryDetailsPreviewState, export_default$1G as AsthmaLogEntryEditorView, AsthmaLogEntryEditorViewPreviewState, export_default$1M as AsthmaLogEntryHeader, export_default$1L as AsthmaLogEntrySummary, AsthmaParticipant, export_default$1F as AsthmaSleepView, AsthmaSymptomLevel, BarChartOptions, export_default$d as BlankView, export_default$1d as Button, export_default$18 as Calendar, export_default$17 as CalendarDay, CalendarDayStateConfiguration, export_default$16 as Card, export_default$15 as CardTitle, export_default$I as CelebrationStep, export_default$H as CelebrationStepContainer, ColorDefinition, export_default$1C as ConditionsList, export_default$c as ConditionsView, export_default$G as ConnectDeviceAccountStep, export_default$F as ConnectDeviceAccountStepContainer, export_default$1B as ConnectDevicesMenu, export_default$1A as ConnectEhr, export_default$E as ConnectEhrStep, export_default$D as ConnectEhrStepContainer, export_default$b as ConnectEhrView, export_default$1z as ConnectFitbit, export_default$1y as ConnectGarmin, DailyDataAvailabilityCheck, DailyDataChart, DailyDataProvider, DailyDataQueryResult, DailyDataType, DailyLogEntry, DateRangeContext, DateRangeNavigatorContext as DateRangeCoordinator, export_default$14 as DateRangeNavigator, export_default$13 as DayTrackerSymbol, DeviceDataChartLine, export_default$1x as DeviceDataMonthChart, export_default$1w as DeviceDataMonthCharts, export_default$a as DeviceDataView, export_default$1v as ExternalAccountList, export_default$1u as ExternalAccountsLoadingIndicator, export_default$1t as ExternalAccountsPreview, export_default$9 as ExternalAccountsView, export_default$12 as Face, export_default$1s as FitbitDevices, export_default$1r as FitbitMonthCharts, export_default$8 as FitbitView, export_default$1q as GarminDevices, export_default$1p as GarminMonthCharts, export_default$7 as GarminView, export_default$5 as HealthAndWellnessView, export_default$1o as HealthPreviewSection, export_default$11 as Histogram, export_default$6 as HomeView, export_default$1n as LabResultsSummary, export_default$10 as Layout, LayoutContext, LineChartOptions, LoadingIndicator, export_default$1m as MedicationsList, export_default$4 as MedicationsView, export_default$1l as MostRecentNotification, export_default$$ as NavigationBar, NewPointsEntry, export_default$1 as NewPointsView, NewPointsViewProps, export_default$_ as NotesInput, export_default$1k as NotificationList, export_default$3 as NotificationsView, export_default$1j as PlatformSpecificContent, ProgressBar, ProgressBarStep, export_default$Z as ProgressRing, export_default$1i as ProjectHeader, export_default$1h as ProjectSupport, export_default$1g as ProviderSearch, export_default$1f as RelativeActivityToday, export_default$1e as RestingHeartRateCalendar, export_default$Y as RotatingText, RotatingTextEntry, export_default$X as Section, export_default$W as SegmentedControl, export_default$V as ShinyOverlay, export_default$U as SingleExternalAccount, export_default$T as SingleNotification, export_default$S as SingleSurveyTask, export_default$R as SparkBarChart, SparkBarChartBar, StatusBarBackgroundProps as StatusBarBackground, export_default$C as StepDetailText, export_default$A as StepImage, export_default$B as StepImageIcon, export_default$z as StepLayout, export_default$y as StepMarkdown, export_default$x as StepNextButton, export_default$w as StepText, export_default$v as StepTitle, export_default$1c as SurveyTaskList, export_default$2 as SurveyTasksView, export_default$Q as Switch, SymptomConfiguration, SymptomReference, export_default$s as SymptomSharkCalendar, export_default$h as SymptomSharkCalendarView, SymptomSharkConfiguration, SymptomSharkDataService, export_default$q as SymptomSharkLogEntry, export_default$j as SymptomSharkLogEntryEdit, export_default$g as SymptomSharkLogEntryEditView, export_default$l as SymptomSharkLogEntryList, export_default$k as SymptomSharkLogToday, export_default$r as SymptomSharkOverallExperienceChart, export_default$f as SymptomSharkSymptomDetailView, export_default$n as SymptomSharkSymptomSeverityChart, export_default$o as SymptomSharkSymptomSeveritySummary, export_default$m as SymptomSharkSymptomTreatmentFilters, export_default$p as SymptomSharkSymptomTreatmentHistograms, export_default$i as SymptomSharkVisualizationCoordinator, export_default$P as TextBlock, export_default$O as Title, export_default$N as TrackerItem, TreatmentConfiguration, TreatmentReference, export_default$M as UnstyledButton, export_default$L as ValueSelector, export_default$1b as ViewEhr, export_default$K as ViewHeader, export_default$J as WeekCalendar, WeekStartsOn, export_default$u as YouTubeStep, export_default$t as YouTubeStepContainer, service as asthmaDataService, checkDailyDataAvailability, computeAsthmaControlState, convertToSymptomSharkConfiguration, dateToAsthmaLogEntryIdentifier, getAsthmaDataStatusText, getAsthmaSymptomLevel, getAsthmaSymptomLevelValue, getDayKey, getMonthStart, getWeekStart, language, queryDailyData, registerDailyDataProvider, resolveColor, showNewPoints, simpleAvailabilityCheck, useInitializeView, export_default as useInterval };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@careevolution/mydatahelps-ui",
|
|
3
|
-
"version": "2.9.1-AsthmaUI.
|
|
3
|
+
"version": "2.9.1-AsthmaUI.38",
|
|
4
4
|
"description": "MyDataHelps UI Library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@rollup/plugin-image": "^3.0.2",
|
|
36
36
|
"@rollup/plugin-json": "^6.0.0",
|
|
37
37
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
38
|
-
"@rollup/plugin-typescript": "
|
|
38
|
+
"@rollup/plugin-typescript": "11.1.5",
|
|
39
39
|
"@storybook/addon-actions": "^7.0.12",
|
|
40
40
|
"@storybook/addon-essentials": "^7.0.12",
|
|
41
41
|
"@storybook/addon-interactions": "^7.0.12",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
66
66
|
"@types/lodash": "^4.14.195",
|
|
67
67
|
"date-fns": "^2.28.0",
|
|
68
|
-
"html-react-parser": "^
|
|
68
|
+
"html-react-parser": "^5.0.7",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"markdown-it": "^13.0.1",
|
|
71
71
|
"react-feather": "^2.0.9",
|
|
File without changes
|