@careevolution/mydatahelps-ui 2.10.1-InboxAndAsthmaUI.7 → 2.10.1-InboxAndAsthmaUI.8
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.d.ts +0 -1
- package/dist/cjs/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/asthma/components/AsthmaActionPlan/AsthmaActionPlan.d.ts +0 -1
- package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts +0 -1
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
|
@@ -4,7 +4,6 @@ export interface AsthmaActionPlanProps {
|
|
|
4
4
|
previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
|
|
5
5
|
learnMoreUrl: string;
|
|
6
6
|
editActionPlanSurveyName: string;
|
|
7
|
-
createActionPlanUrl: (reportId: string) => Promise<string>;
|
|
8
7
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
9
8
|
}
|
|
10
9
|
export default function (props: AsthmaActionPlanProps): React.JSX.Element;
|
package/dist/esm/types/components/asthma/views/AsthmaActionPlanView/AsthmaActionPlanView.d.ts
CHANGED
|
@@ -4,6 +4,5 @@ export interface AsthmaActionPlanViewProps {
|
|
|
4
4
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
5
5
|
learnMoreUrl: string;
|
|
6
6
|
editActionPlanSurveyName: string;
|
|
7
|
-
createActionPlanUrl: (reportId: string) => Promise<string>;
|
|
8
7
|
}
|
|
9
8
|
export default function (props: AsthmaActionPlanViewProps): React.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ interface AsthmaActionPlanProps {
|
|
|
8
8
|
previewState?: 'loading' | 'loaded without action plan' | 'loaded with action plan';
|
|
9
9
|
learnMoreUrl: string;
|
|
10
10
|
editActionPlanSurveyName: string;
|
|
11
|
-
createActionPlanUrl: (reportId: string) => Promise<string>;
|
|
12
11
|
innerRef?: React.Ref<HTMLDivElement>;
|
|
13
12
|
}
|
|
14
13
|
declare function export_default$2b(props: AsthmaActionPlanProps): React.JSX.Element;
|
|
@@ -204,7 +203,6 @@ interface AsthmaActionPlanViewProps {
|
|
|
204
203
|
colorScheme?: 'light' | 'dark' | 'auto';
|
|
205
204
|
learnMoreUrl: string;
|
|
206
205
|
editActionPlanSurveyName: string;
|
|
207
|
-
createActionPlanUrl: (reportId: string) => Promise<string>;
|
|
208
206
|
}
|
|
209
207
|
declare function export_default$1_(props: AsthmaActionPlanViewProps): React.JSX.Element;
|
|
210
208
|
|