@careevolution/mydatahelps-ui 2.13.1-bloodtype.0 → 2.15.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 +8 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/index.d.ts +0 -1
- package/dist/cjs/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
- package/dist/cjs/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
- package/dist/cjs/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
- package/dist/cjs/types/components/presentational/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/cjs/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/cjs/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
- package/dist/cjs/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/cjs/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/cjs/types/helpers/renderPdf.d.ts +2 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/container/index.d.ts +0 -1
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.d.ts +15 -0
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/MonthlyEventMatrix.stories.d.ts +18 -0
- package/dist/esm/types/components/presentational/MonthlyEventMatrix/index.d.ts +1 -0
- package/dist/esm/types/components/presentational/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/container/LogToday/LogToday.stories.d.ts +4 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.d.ts +10 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/ReportBuilder.stories.d.ts +16 -0
- package/dist/esm/types/components/symptom-shark/container/ReportBuilder/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/container/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/helpers/symptom-shark-data.d.ts +5 -2
- package/dist/esm/types/components/symptom-shark/presentational/IconSelector/IconSelector.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/LogEntryIcon/LogEntryIcon.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.d.ts +12 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/MonthReport.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/MonthReport/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/NotesTimeline.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/NotesTimeline/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/OverallExperienceChart/OverallExperienceChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.d.ts +7 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/SymptomMatrix.stories.d.ts +13 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomMatrix/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/SymptomSeverityChart/SymptomSeverityChart.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/presentational/index.d.ts +3 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.d.ts +6 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/ReportBuilderView.stories.d.ts +19 -0
- package/dist/esm/types/components/symptom-shark/view/ReportBuilderView/index.d.ts +1 -0
- package/dist/esm/types/components/symptom-shark/view/index.d.ts +1 -0
- package/dist/esm/types/helpers/renderPdf.d.ts +2 -0
- package/dist/index.d.ts +183 -135
- package/package.json +1 -1
- package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +0 -10
- package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +0 -27
- package/dist/cjs/types/components/container/LabResultsBloodType/index.d.ts +0 -1
- package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.d.ts +0 -10
- package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts +0 -27
- package/dist/esm/types/components/container/LabResultsBloodType/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "../HealthPreviewSection/HealthPreviewSection.css";
|
|
3
|
-
export interface LabResultsBloodTypeProps {
|
|
4
|
-
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
5
|
-
showDetailedResults?: true | false;
|
|
6
|
-
maximumResults?: number;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
9
|
-
}
|
|
10
|
-
export default function (props: LabResultsBloodTypeProps): React.JSX.Element | null;
|
package/dist/cjs/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export declare const bloodTypeLabs: {
|
|
2
|
-
ImportantLabs: never[];
|
|
3
|
-
RecentLabs: never[];
|
|
4
|
-
BloodTypeLabs: {
|
|
5
|
-
Type: string;
|
|
6
|
-
MostRecentValue: string;
|
|
7
|
-
MostRecentDate: string;
|
|
8
|
-
}[];
|
|
9
|
-
};
|
|
10
|
-
export declare const singleLabs: {
|
|
11
|
-
ImportantLabs: never[];
|
|
12
|
-
RecentLabs: never[];
|
|
13
|
-
BloodTypeLabs: {
|
|
14
|
-
Type: string;
|
|
15
|
-
MostRecentValue: string;
|
|
16
|
-
MostRecentDate: string;
|
|
17
|
-
}[];
|
|
18
|
-
};
|
|
19
|
-
export declare const manyLabs: {
|
|
20
|
-
ImportantLabs: never[];
|
|
21
|
-
RecentLabs: never[];
|
|
22
|
-
BloodTypeLabs: {
|
|
23
|
-
Type: string;
|
|
24
|
-
MostRecentValue: string;
|
|
25
|
-
MostRecentDate: string;
|
|
26
|
-
}[];
|
|
27
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./LabResultsBloodType";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "../HealthPreviewSection/HealthPreviewSection.css";
|
|
3
|
-
export interface LabResultsBloodTypeProps {
|
|
4
|
-
previewState?: "BloodTypeLabs" | "SingleLabs" | "ManyLabs" | "NoData";
|
|
5
|
-
showDetailedResults?: true | false;
|
|
6
|
-
maximumResults?: number;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
innerRef?: React.Ref<HTMLDivElement>;
|
|
9
|
-
}
|
|
10
|
-
export default function (props: LabResultsBloodTypeProps): React.JSX.Element | null;
|
package/dist/esm/types/components/container/LabResultsBloodType/LabResultsBloodType.previewdata.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export declare const bloodTypeLabs: {
|
|
2
|
-
ImportantLabs: never[];
|
|
3
|
-
RecentLabs: never[];
|
|
4
|
-
BloodTypeLabs: {
|
|
5
|
-
Type: string;
|
|
6
|
-
MostRecentValue: string;
|
|
7
|
-
MostRecentDate: string;
|
|
8
|
-
}[];
|
|
9
|
-
};
|
|
10
|
-
export declare const singleLabs: {
|
|
11
|
-
ImportantLabs: never[];
|
|
12
|
-
RecentLabs: never[];
|
|
13
|
-
BloodTypeLabs: {
|
|
14
|
-
Type: string;
|
|
15
|
-
MostRecentValue: string;
|
|
16
|
-
MostRecentDate: string;
|
|
17
|
-
}[];
|
|
18
|
-
};
|
|
19
|
-
export declare const manyLabs: {
|
|
20
|
-
ImportantLabs: never[];
|
|
21
|
-
RecentLabs: never[];
|
|
22
|
-
BloodTypeLabs: {
|
|
23
|
-
Type: string;
|
|
24
|
-
MostRecentValue: string;
|
|
25
|
-
MostRecentDate: string;
|
|
26
|
-
}[];
|
|
27
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./LabResultsBloodType";
|