@careevolution/mydatahelps-ui 2.8.0 → 2.8.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.
@@ -5,7 +5,7 @@ import { ButtonVariant } from '../../presentational/Button/Button';
5
5
  export interface ViewEhrProps {
6
6
  onClick(): void;
7
7
  title?: string;
8
- innerRef?: React.Ref<HTMLButtonElement>;
8
+ innerRef?: React.Ref<HTMLDivElement>;
9
9
  previewState?: "fetchComplete" | "fetchingData";
10
10
  buttonColor?: ColorDefinition;
11
11
  buttonVariant?: ButtonVariant;
package/dist/index.d.ts CHANGED
@@ -683,7 +683,7 @@ declare function export_default$G(props: SurveyTaskListProps): React.JSX.Element
683
683
  interface ViewEhrProps {
684
684
  onClick(): void;
685
685
  title?: string;
686
- innerRef?: React.Ref<HTMLButtonElement>;
686
+ innerRef?: React.Ref<HTMLDivElement>;
687
687
  previewState?: "fetchComplete" | "fetchingData";
688
688
  buttonColor?: ColorDefinition;
689
689
  buttonVariant?: ButtonVariant;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",