@careevolution/mydatahelps-ui 2.5.1-InnerRef.0 → 2.6.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.
@@ -6,7 +6,7 @@ export interface ConnectEhrProps {
6
6
  previewState?: ConnectEhrPreviewState;
7
7
  disabledBehavior?: 'hide' | 'displayError';
8
8
  bottomBorder?: boolean;
9
- innerRef?: React.Ref<HTMLButtonElement>;
9
+ innerRef?: React.Ref<HTMLDivElement>;
10
10
  }
11
11
  export declare type ConnectEhrApplicationUrl = "preview" | string;
12
12
  export declare type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
@@ -6,6 +6,6 @@ export interface HealthPreviewSectionProps {
6
6
  onClick(): void;
7
7
  previewState?: "NoData" | "Default";
8
8
  indicatorPosition?: "default" | "topRight";
9
- innerRef?: React.Ref<HTMLButtonElement>;
9
+ innerRef?: React.Ref<HTMLDivElement>;
10
10
  }
11
11
  export default function (props: HealthPreviewSectionProps): React.JSX.Element | null;
@@ -6,6 +6,6 @@ export interface LabResultsSummaryProps {
6
6
  previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
7
7
  onClick(): void;
8
8
  onViewTermInfo(termInfo: TermInformation): void;
9
- innerRef?: React.Ref<HTMLButtonElement>;
9
+ innerRef?: React.Ref<HTMLDivElement>;
10
10
  }
11
11
  export default function (props: LabResultsSummaryProps): React.JSX.Element | null;
@@ -3,7 +3,7 @@ export interface ConnectDeviceAccountStepProps {
3
3
  title?: string;
4
4
  text?: string;
5
5
  deviceType: string;
6
- providerName: string;
6
+ providerID: number;
7
7
  styles: {
8
8
  [key: string]: any;
9
9
  };
@@ -1,5 +1,2 @@
1
1
  import React from "react";
2
- export interface ConnectDeviceAccountStepContainerProps {
3
- providerName?: string;
4
- }
5
- export default function (props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
2
+ export default function (): 0 | React.JSX.Element | undefined;