@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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: BloodPressureClassification;
2498
+ previewState?: BloodPressureClassification;
2499
2499
  onClick?: () => void;
2500
2500
  indicator?: ReactElement;
2501
2501
  innerRef?: React$1.Ref<HTMLDivElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.81.4-LatestBloodPressureReading.2",
3
+ "version": "2.81.4-LatestBloodPressureReading.3",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",