@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.
@@ -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;
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.10.1-InboxAndAsthmaUI.7",
3
+ "version": "2.10.1-InboxAndAsthmaUI.8",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",