@careevolution/mydatahelps-ui 2.13.1-bloodtype.0 → 2.14.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 +7 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/container/index.d.ts +0 -1
- 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/index.d.ts +80 -89
- 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
|
@@ -17,7 +17,6 @@ export { default as FitbitMonthCharts } from "./FitbitMonthCharts";
|
|
|
17
17
|
export { default as GarminDevices } from "./GarminDevices";
|
|
18
18
|
export { default as GarminMonthCharts } from "./GarminMonthCharts";
|
|
19
19
|
export { default as HealthPreviewSection } from "./HealthPreviewSection";
|
|
20
|
-
export { default as LabResultsBloodType } from "./LabResultsBloodType";
|
|
21
20
|
export { default as LabResultsSummary } from "./LabResultsSummary";
|
|
22
21
|
export { default as MedicationsList } from "./MedicationsList";
|
|
23
22
|
export { default as MostRecentNotification } from "./MostRecentNotification";
|