@careevolution/mydatahelps-ui 2.5.1-InnerRef.0 → 2.6.1

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;
package/dist/index.d.ts CHANGED
@@ -296,7 +296,7 @@ interface ConnectEhrProps {
296
296
  previewState?: ConnectEhrPreviewState;
297
297
  disabledBehavior?: 'hide' | 'displayError';
298
298
  bottomBorder?: boolean;
299
- innerRef?: React.Ref<HTMLButtonElement>;
299
+ innerRef?: React.Ref<HTMLDivElement>;
300
300
  }
301
301
  declare type ConnectEhrApplicationUrl = "preview" | string;
302
302
  declare type ConnectEhrPreviewState = "notEnabled" | "enabled" | "enabledConnected" | "enabledNeedsAttention";
@@ -498,7 +498,7 @@ interface HealthPreviewSectionProps {
498
498
  onClick(): void;
499
499
  previewState?: "NoData" | "Default";
500
500
  indicatorPosition?: "default" | "topRight";
501
- innerRef?: React.Ref<HTMLButtonElement>;
501
+ innerRef?: React.Ref<HTMLDivElement>;
502
502
  }
503
503
  declare function export_default$B(props: HealthPreviewSectionProps): React.JSX.Element | null;
504
504
 
@@ -512,7 +512,7 @@ interface LabResultsSummaryProps {
512
512
  previewState?: "ImportantLabs" | "RecentLabs" | "NoData";
513
513
  onClick(): void;
514
514
  onViewTermInfo(termInfo: TermInformation): void;
515
- innerRef?: React.Ref<HTMLButtonElement>;
515
+ innerRef?: React.Ref<HTMLDivElement>;
516
516
  }
517
517
  declare function export_default$A(props: LabResultsSummaryProps): React.JSX.Element | null;
518
518
 
@@ -725,17 +725,14 @@ interface ConnectDeviceAccountStepProps {
725
725
  title?: string;
726
726
  text?: string;
727
727
  deviceType: string;
728
- providerName: string;
728
+ providerID: number;
729
729
  styles: {
730
730
  [key: string]: any;
731
731
  };
732
732
  }
733
733
  declare function export_default$e(props: ConnectDeviceAccountStepProps): React.JSX.Element;
734
734
 
735
- interface ConnectDeviceAccountStepContainerProps {
736
- providerName?: string;
737
- }
738
- declare function export_default$d(props: ConnectDeviceAccountStepContainerProps): React.JSX.Element;
735
+ declare function export_default$d(): 0 | React.JSX.Element | undefined;
739
736
 
740
737
  interface ConnectEhrStepProps {
741
738
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.5.1-InnerRef.0",
3
+ "version": "2.6.1",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",