@careevolution/mydatahelps-ui 2.81.4-LatestBloodPressureReading.2 → 2.81.4-LatestBloodPressureReading.3
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/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2495,7 +2495,7 @@ interface LabResultsSummaryProps {
|
|
|
2495
2495
|
declare function LabResultsSummary(props: LabResultsSummaryProps): React$1.JSX.Element | null;
|
|
2496
2496
|
|
|
2497
2497
|
interface LatestBloodPressureReadingProps {
|
|
2498
|
-
previewState
|
|
2498
|
+
previewState?: BloodPressureClassification;
|
|
2499
2499
|
onClick?: () => void;
|
|
2500
2500
|
indicator?: ReactElement;
|
|
2501
2501
|
innerRef?: React$1.Ref<HTMLDivElement>;
|
package/package.json
CHANGED