@careevolution/mydatahelps-ui 2.8.2 → 2.9.1-AsthmaUI.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.
- package/dist/cjs/index.js +24 -24
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +9 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +22 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +138 -0
- package/dist/cjs/types/components/asthma/container/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +10 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +34 -0
- package/dist/cjs/types/components/asthma/container/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/container/index.d.ts +7 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-data.d.ts +9 -0
- package/dist/cjs/types/components/asthma/helpers/asthma-functions.d.ts +7 -0
- package/dist/cjs/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/cjs/types/components/asthma/index.d.ts +5 -0
- package/dist/cjs/types/components/asthma/model/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/model/types.d.ts +49 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +12 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +70 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +11 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +60 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +7 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +9 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +6 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +18 -0
- package/dist/cjs/types/components/asthma/views/AsthmaCalendarView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +9 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +18 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDashboardView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +7 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +8 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +16 -0
- package/dist/cjs/types/components/asthma/views/AsthmaDataView/index.d.ts +1 -0
- package/dist/cjs/types/components/asthma/views/index.d.ts +3 -0
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.d.ts +8 -0
- package/dist/cjs/types/components/container/AllergiesList/AllergiesList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/AllergiesList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.d.ts +8 -0
- package/dist/cjs/types/components/container/ConditionsList/ConditionsList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/ConditionsList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.d.ts +8 -0
- package/dist/cjs/types/components/container/MedicationsList/MedicationsList.stories.d.ts +24 -0
- package/dist/cjs/types/components/container/MedicationsList/index.d.ts +1 -0
- package/dist/cjs/types/components/container/index.d.ts +3 -0
- package/dist/cjs/types/components/index.d.ts +3 -2
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +15 -0
- package/dist/cjs/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +17 -0
- package/dist/cjs/types/components/presentational/BasicCalendar/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/cjs/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/cjs/types/components/presentational/ProgressRing/ProgressRing.d.ts +11 -0
- package/dist/cjs/types/components/presentational/ProgressRing/ProgressRing.stories.d.ts +84 -0
- package/dist/cjs/types/components/presentational/ProgressRing/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.d.ts +4 -3
- package/dist/cjs/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +27 -8
- package/dist/cjs/types/components/presentational/index.d.ts +3 -1
- package/dist/cjs/types/components/view/AllergiesView/AllergiesView.d.ts +6 -0
- package/dist/cjs/types/components/view/AllergiesView/AllergiesView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/AllergiesView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/ConditionsView/ConditionsView.d.ts +6 -0
- package/dist/cjs/types/components/view/ConditionsView/ConditionsView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/ConditionsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/MedicationsView/MedicationsView.d.ts +6 -0
- package/dist/cjs/types/components/view/MedicationsView/MedicationsView.stories.d.ts +23 -0
- package/dist/cjs/types/components/view/MedicationsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.d.ts +20 -0
- package/dist/cjs/types/components/view/NewPointsView/NewPointsView.stories.d.ts +192 -0
- package/dist/cjs/types/components/view/NewPointsView/index.d.ts +1 -0
- package/dist/cjs/types/components/view/index.d.ts +4 -0
- package/dist/cjs/types/helpers/useMyDataHelps.d.ts +2 -0
- package/dist/esm/index.js +23 -23
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/AsthmaAirQualities.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaAirQualities/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/AsthmaBiometrics.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaBiometrics/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/AsthmaCalendarViewHeader.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaCalendarViewHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.d.ts +9 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/AsthmaControlCalendar.stories.d.ts +22 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlCalendar/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/AsthmaControlStatusHeader.stories.d.ts +138 -0
- package/dist/esm/types/components/asthma/container/AsthmaControlStatusHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.previewData.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/AsthmaDashboardViewHeader.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/container/AsthmaDashboardViewHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.d.ts +10 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.previewData.d.ts +7 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/AsthmaLogEntryHeader.stories.d.ts +34 -0
- package/dist/esm/types/components/asthma/container/AsthmaLogEntryHeader/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/container/index.d.ts +7 -0
- package/dist/esm/types/components/asthma/helpers/asthma-data.d.ts +9 -0
- package/dist/esm/types/components/asthma/helpers/asthma-functions.d.ts +7 -0
- package/dist/esm/types/components/asthma/helpers/index.d.ts +2 -0
- package/dist/esm/types/components/asthma/index.d.ts +5 -0
- package/dist/esm/types/components/asthma/model/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/model/types.d.ts +49 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.d.ts +12 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/AsthmaDataSummary.stories.d.ts +70 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaDataSummary/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.d.ts +11 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/AsthmaLogEntrySummary.stories.d.ts +60 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaLogEntrySummary/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.d.ts +7 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.d.ts +9 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.previewData.d.ts +6 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts +18 -0
- package/dist/esm/types/components/asthma/views/AsthmaCalendarView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.d.ts +9 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts +18 -0
- package/dist/esm/types/components/asthma/views/AsthmaDashboardView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.d.ts +7 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.previewData.d.ts +8 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/AsthmaDataView.stories.d.ts +16 -0
- package/dist/esm/types/components/asthma/views/AsthmaDataView/index.d.ts +1 -0
- package/dist/esm/types/components/asthma/views/index.d.ts +3 -0
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.d.ts +8 -0
- package/dist/esm/types/components/container/AllergiesList/AllergiesList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/AllergiesList/index.d.ts +1 -0
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.d.ts +8 -0
- package/dist/esm/types/components/container/ConditionsList/ConditionsList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/ConditionsList/index.d.ts +1 -0
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.d.ts +8 -0
- package/dist/esm/types/components/container/MedicationsList/MedicationsList.stories.d.ts +24 -0
- package/dist/esm/types/components/container/MedicationsList/index.d.ts +1 -0
- package/dist/esm/types/components/container/index.d.ts +3 -0
- package/dist/esm/types/components/index.d.ts +3 -2
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.d.ts +15 -0
- package/dist/esm/types/components/presentational/BasicCalendar/BasicCalendar.stories.d.ts +17 -0
- package/dist/esm/types/components/presentational/BasicCalendar/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/DateRangeCoordinator/index.d.ts +1 -1
- package/dist/esm/types/components/presentational/Layout/index.d.ts +1 -2
- package/dist/esm/types/components/presentational/ProgressRing/ProgressRing.d.ts +11 -0
- package/dist/esm/types/components/presentational/ProgressRing/ProgressRing.stories.d.ts +84 -0
- package/dist/esm/types/components/presentational/ProgressRing/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.d.ts +4 -3
- package/dist/esm/types/components/presentational/ViewHeader/ViewHeader.stories.d.ts +27 -8
- package/dist/esm/types/components/presentational/index.d.ts +3 -1
- package/dist/esm/types/components/view/AllergiesView/AllergiesView.d.ts +6 -0
- package/dist/esm/types/components/view/AllergiesView/AllergiesView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/AllergiesView/index.d.ts +1 -0
- package/dist/esm/types/components/view/ConditionsView/ConditionsView.d.ts +6 -0
- package/dist/esm/types/components/view/ConditionsView/ConditionsView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/ConditionsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/MedicationsView/MedicationsView.d.ts +6 -0
- package/dist/esm/types/components/view/MedicationsView/MedicationsView.stories.d.ts +23 -0
- package/dist/esm/types/components/view/MedicationsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.d.ts +20 -0
- package/dist/esm/types/components/view/NewPointsView/NewPointsView.stories.d.ts +192 -0
- package/dist/esm/types/components/view/NewPointsView/index.d.ts +1 -0
- package/dist/esm/types/components/view/index.d.ts +4 -0
- package/dist/esm/types/helpers/useMyDataHelps.d.ts +2 -0
- package/dist/index.d.ts +789 -520
- package/package.json +5 -5
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import AsthmaLogEntrySummary, { AsthmaLogEntrySummaryProps } from './AsthmaLogEntrySummary';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AsthmaLogEntrySummary;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const NotLogged: {
|
|
12
|
+
args: {
|
|
13
|
+
label: string;
|
|
14
|
+
logEntry: null;
|
|
15
|
+
};
|
|
16
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export declare const LoggedNoSymptoms: {
|
|
19
|
+
args: {
|
|
20
|
+
label: string;
|
|
21
|
+
logEntry: {
|
|
22
|
+
symptomLevel: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
export declare const LoggedMildSymptoms: {
|
|
28
|
+
args: {
|
|
29
|
+
label: string;
|
|
30
|
+
logEntry: {
|
|
31
|
+
symptomLevel: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
35
|
+
};
|
|
36
|
+
export declare const LoggedModerateSymptoms: {
|
|
37
|
+
args: {
|
|
38
|
+
label: string;
|
|
39
|
+
logEntry: {
|
|
40
|
+
symptomLevel: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
44
|
+
};
|
|
45
|
+
export declare const LoggedSevereSymptoms: {
|
|
46
|
+
args: {
|
|
47
|
+
label: string;
|
|
48
|
+
logEntry: {
|
|
49
|
+
symptomLevel: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
53
|
+
};
|
|
54
|
+
export declare const Loading: {
|
|
55
|
+
args: {
|
|
56
|
+
label: string;
|
|
57
|
+
loading: boolean;
|
|
58
|
+
};
|
|
59
|
+
render: (args: AsthmaLogEntrySummaryProps) => React.JSX.Element;
|
|
60
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaLogEntrySummary';
|
package/dist/esm/types/components/asthma/presentational/AsthmaViewTitle/AsthmaViewTitle.stories.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaViewTitle';
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,6 @@
|
|
|
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>;
|
package/dist/esm/types/components/asthma/views/AsthmaCalendarView/AsthmaCalendarView.stories.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaCalendarView';
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,8 @@
|
|
|
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>;
|
package/dist/esm/types/components/asthma/views/AsthmaDashboardView/AsthmaDashboardView.stories.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaDashboardView';
|
|
@@ -0,0 +1,7 @@
|
|
|
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;
|
|
@@ -0,0 +1,8 @@
|
|
|
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>;
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AsthmaDataView';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
3
|
+
export interface AllergiesListProps {
|
|
4
|
+
previewState?: "default";
|
|
5
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
6
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: AllergiesListProps): React.JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import AllergiesList, { AllergiesListProps } from "./AllergiesList";
|
|
3
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof AllergiesList;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Default: {
|
|
13
|
+
args: {
|
|
14
|
+
previewState: string;
|
|
15
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
16
|
+
};
|
|
17
|
+
render: (args: AllergiesListProps) => React.JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const Live: {
|
|
20
|
+
args: {
|
|
21
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
22
|
+
};
|
|
23
|
+
render: (args: AllergiesListProps) => React.JSX.Element;
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AllergiesList";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
3
|
+
export interface ConditionsListProps {
|
|
4
|
+
previewState?: "default";
|
|
5
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
6
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: ConditionsListProps): React.JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import ConditionsList, { ConditionsListProps } from "./ConditionsList";
|
|
3
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof ConditionsList;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Default: {
|
|
13
|
+
args: {
|
|
14
|
+
previewState: string;
|
|
15
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
16
|
+
};
|
|
17
|
+
render: (args: ConditionsListProps) => React.JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const Live: {
|
|
20
|
+
args: {
|
|
21
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
22
|
+
};
|
|
23
|
+
render: (args: ConditionsListProps) => React.JSX.Element;
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./ConditionsList";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
3
|
+
export interface MedicationsListProps {
|
|
4
|
+
previewState?: "default";
|
|
5
|
+
onViewTermInfo(termInfo: TermInformation): void;
|
|
6
|
+
innerRef?: React.Ref<HTMLDivElement>;
|
|
7
|
+
}
|
|
8
|
+
export default function (props: MedicationsListProps): React.JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import MedicationsList, { MedicationsListProps } from "./MedicationsList";
|
|
3
|
+
import { TermInformation } from "../../presentational/LabResultWithSparkline/LabResultWithSparkline";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof MedicationsList;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Default: {
|
|
13
|
+
args: {
|
|
14
|
+
previewState: string;
|
|
15
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
16
|
+
};
|
|
17
|
+
render: (args: MedicationsListProps) => React.JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const Live: {
|
|
20
|
+
args: {
|
|
21
|
+
onViewTermInfo: (termInfo: TermInformation) => void;
|
|
22
|
+
};
|
|
23
|
+
render: (args: MedicationsListProps) => React.JSX.Element;
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./MedicationsList";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
export { default as AllergiesList } from "./AllergiesList";
|
|
1
2
|
export { default as AppDownload } from "./AppDownload";
|
|
3
|
+
export { default as ConditionsList } from "./ConditionsList";
|
|
2
4
|
export { default as ConnectDevicesMenu } from "./ConnectDevicesMenu";
|
|
3
5
|
export { default as ConnectEhr } from "./ConnectEhr";
|
|
4
6
|
export { default as ConnectFitbit } from "./ConnectFitbit";
|
|
@@ -15,6 +17,7 @@ export { default as GarminDevices } from "./GarminDevices";
|
|
|
15
17
|
export { default as GarminMonthCharts } from "./GarminMonthCharts";
|
|
16
18
|
export { default as HealthPreviewSection } from "./HealthPreviewSection";
|
|
17
19
|
export { default as LabResultsSummary } from "./LabResultsSummary";
|
|
20
|
+
export { default as MedicationsList } from "./MedicationsList";
|
|
18
21
|
export { default as MostRecentNotification } from "./MostRecentNotification";
|
|
19
22
|
export { default as NotificationList } from "./NotificationList";
|
|
20
23
|
export { default as PlatformSpecificContent } from "./PlatformSpecificContent";
|
|
@@ -0,0 +1,15 @@
|
|
|
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;
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default, BasicCalendarDayState } from './BasicCalendar';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default, DateRangeContext } from './DateRangeCoordinator';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { LayoutContext } from "./Layout";
|
|
1
|
+
export { default, LayoutContext } from './Layout';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
|
+
import './ProgressRing.css';
|
|
3
|
+
import { ColorDefinition } from "../../../helpers/colors";
|
|
4
|
+
export interface ProgressRingProps {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
style?: CSSProperties;
|
|
7
|
+
color?: ColorDefinition;
|
|
8
|
+
percentCompleted?: number;
|
|
9
|
+
animate?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export default function (props: ProgressRingProps): React.JSX.Element;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ProgressRing, { ProgressRingProps } from './ProgressRing';
|
|
3
|
+
import './ProgressRing.stories.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof ProgressRing;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const Default: {
|
|
13
|
+
args: {
|
|
14
|
+
children: React.JSX.Element;
|
|
15
|
+
};
|
|
16
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export declare const OneThirdDone: {
|
|
19
|
+
args: {
|
|
20
|
+
children: React.JSX.Element;
|
|
21
|
+
percentCompleted: number;
|
|
22
|
+
};
|
|
23
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
24
|
+
};
|
|
25
|
+
export declare const TwoThirdsDone: {
|
|
26
|
+
args: {
|
|
27
|
+
children: React.JSX.Element;
|
|
28
|
+
percentCompleted: number;
|
|
29
|
+
};
|
|
30
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
31
|
+
};
|
|
32
|
+
export declare const Done: {
|
|
33
|
+
args: {
|
|
34
|
+
children: React.JSX.Element;
|
|
35
|
+
percentCompleted: number;
|
|
36
|
+
};
|
|
37
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
38
|
+
};
|
|
39
|
+
export declare const DifferentColor: {
|
|
40
|
+
args: {
|
|
41
|
+
children: React.JSX.Element;
|
|
42
|
+
color: string;
|
|
43
|
+
};
|
|
44
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
45
|
+
};
|
|
46
|
+
export declare const Default_Animated: {
|
|
47
|
+
args: {
|
|
48
|
+
children: React.JSX.Element;
|
|
49
|
+
animate: boolean;
|
|
50
|
+
};
|
|
51
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
52
|
+
};
|
|
53
|
+
export declare const OneThirdDone_Animated: {
|
|
54
|
+
args: {
|
|
55
|
+
children: React.JSX.Element;
|
|
56
|
+
percentCompleted: number;
|
|
57
|
+
animate: boolean;
|
|
58
|
+
};
|
|
59
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
60
|
+
};
|
|
61
|
+
export declare const TwoThirdsDone_Animated: {
|
|
62
|
+
args: {
|
|
63
|
+
children: React.JSX.Element;
|
|
64
|
+
percentCompleted: number;
|
|
65
|
+
animate: boolean;
|
|
66
|
+
};
|
|
67
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
68
|
+
};
|
|
69
|
+
export declare const Done_Animated: {
|
|
70
|
+
args: {
|
|
71
|
+
children: React.JSX.Element;
|
|
72
|
+
percentCompleted: number;
|
|
73
|
+
animate: boolean;
|
|
74
|
+
};
|
|
75
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
76
|
+
};
|
|
77
|
+
export declare const DifferentColor_Animated: {
|
|
78
|
+
args: {
|
|
79
|
+
children: React.JSX.Element;
|
|
80
|
+
color: string;
|
|
81
|
+
animate: boolean;
|
|
82
|
+
};
|
|
83
|
+
render: (args: ProgressRingProps) => React.JSX.Element;
|
|
84
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ProgressRing';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import
|
|
3
|
-
import { ColorDefinition } from
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './ViewHeader.css';
|
|
3
|
+
import { ColorDefinition } from '../../../helpers/colors';
|
|
4
4
|
export interface ViewHeaderProps {
|
|
5
5
|
title?: string;
|
|
6
6
|
subtitle?: string;
|
|
7
7
|
titleColor?: ColorDefinition;
|
|
8
8
|
subtitleColor?: ColorDefinition;
|
|
9
|
+
action?: React.ReactNode;
|
|
9
10
|
}
|
|
10
11
|
export default function (props: ViewHeaderProps): React.JSX.Element | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import ViewHeader, { ViewHeaderProps } from
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ViewHeader, { ViewHeaderProps } from './ViewHeader';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: typeof ViewHeader;
|
|
@@ -8,25 +8,44 @@ declare const _default: {
|
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
11
|
-
export declare const
|
|
12
|
-
name: string;
|
|
11
|
+
export declare const TitleAndSubtitle: {
|
|
13
12
|
args: {
|
|
14
13
|
title: string;
|
|
15
14
|
subtitle: string;
|
|
16
15
|
};
|
|
17
16
|
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
18
17
|
};
|
|
19
|
-
export declare const
|
|
20
|
-
name: string;
|
|
18
|
+
export declare const TitleAndSubtitleWithAction: {
|
|
21
19
|
args: {
|
|
22
20
|
title: string;
|
|
21
|
+
subtitle: string;
|
|
22
|
+
action: React.JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
25
|
+
};
|
|
26
|
+
export declare const TitleOnly: {
|
|
27
|
+
args: {
|
|
28
|
+
title: string;
|
|
29
|
+
};
|
|
30
|
+
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
31
|
+
};
|
|
32
|
+
export declare const TitleOnlyWithAction: {
|
|
33
|
+
args: {
|
|
34
|
+
title: string;
|
|
35
|
+
action: React.JSX.Element;
|
|
36
|
+
};
|
|
37
|
+
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
38
|
+
};
|
|
39
|
+
export declare const SubtitleOnly: {
|
|
40
|
+
args: {
|
|
41
|
+
subtitle: string;
|
|
23
42
|
};
|
|
24
43
|
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
25
44
|
};
|
|
26
|
-
export declare const
|
|
27
|
-
name: string;
|
|
45
|
+
export declare const SubtitleOnlyWithAction: {
|
|
28
46
|
args: {
|
|
29
47
|
subtitle: string;
|
|
48
|
+
action: React.JSX.Element;
|
|
30
49
|
};
|
|
31
50
|
render: (args: ViewHeaderProps) => React.JSX.Element;
|
|
32
51
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export { default as Action } from "./Action";
|
|
2
2
|
export { default as ActivityMeter } from "./ActivityMeter";
|
|
3
|
+
export { default as BasicCalendar, BasicCalendarDayState } from "./BasicCalendar";
|
|
3
4
|
export { default as Button } from "./Button";
|
|
4
5
|
export { default as Calendar } from "./Calendar";
|
|
5
6
|
export { default as Card } from "./Card";
|
|
6
7
|
export { default as CardTitle } from "./CardTitle";
|
|
7
|
-
export { default as DateRangeCoordinator } from "./DateRangeCoordinator";
|
|
8
|
+
export { default as DateRangeCoordinator, DateRangeContext } from "./DateRangeCoordinator";
|
|
8
9
|
export { default as DateRangeNavigator } from "./DateRangeNavigator";
|
|
9
10
|
export { default as DayTrackerSymbol } from "./DayTrackerSymbol";
|
|
10
11
|
export { default as Face } from "./Face";
|
|
@@ -28,3 +29,4 @@ export { default as TrackerItem } from "./TrackerItem";
|
|
|
28
29
|
export { default as UnstyledButton } from "./UnstyledButton";
|
|
29
30
|
export { default as ViewHeader } from "./ViewHeader";
|
|
30
31
|
export { default as WeekCalendar } from "./WeekCalendar";
|
|
32
|
+
export { default as ProgressRing } from "./ProgressRing";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import AllergiesView, { AllergiesViewProps } from "./AllergiesView";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof AllergiesView;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Default: {
|
|
12
|
+
args: {
|
|
13
|
+
presentation: string;
|
|
14
|
+
previewState: string;
|
|
15
|
+
};
|
|
16
|
+
render: (args: AllergiesViewProps) => React.JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export declare const Live: {
|
|
19
|
+
args: {
|
|
20
|
+
presentation: string;
|
|
21
|
+
};
|
|
22
|
+
render: (args: AllergiesViewProps) => React.JSX.Element;
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./AllergiesView";
|