@careevolution/mydatahelps-ui 2.2.1-VB.0 → 2.2.1-VB.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.
@@ -4,7 +4,7 @@ export interface CardProps {
4
4
  className?: string;
5
5
  children?: React.ReactNode;
6
6
  allowOverflow?: boolean;
7
- ref?: React.Ref<HTMLDivElement>;
7
+ innerRef?: React.Ref<HTMLDivElement>;
8
8
  autoHide?: boolean;
9
9
  }
10
10
  export default function (props: CardProps): JSX.Element | null;
@@ -4,7 +4,7 @@ export interface SectionProps {
4
4
  children?: React.ReactNode;
5
5
  className?: string;
6
6
  noTopMargin?: boolean;
7
- ref?: React.Ref<HTMLDivElement>;
7
+ innerRef?: React.Ref<HTMLDivElement>;
8
8
  autoHide?: boolean;
9
9
  }
10
10
  export default function (props: SectionProps): JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -58,7 +58,7 @@ interface CardProps {
58
58
  className?: string;
59
59
  children?: React.ReactNode;
60
60
  allowOverflow?: boolean;
61
- ref?: React.Ref<HTMLDivElement>;
61
+ innerRef?: React.Ref<HTMLDivElement>;
62
62
  autoHide?: boolean;
63
63
  }
64
64
  declare function export_default$11(props: CardProps): JSX.Element | null;
@@ -149,7 +149,7 @@ interface SectionProps {
149
149
  children?: React.ReactNode;
150
150
  className?: string;
151
151
  noTopMargin?: boolean;
152
- ref?: React.Ref<HTMLDivElement>;
152
+ innerRef?: React.Ref<HTMLDivElement>;
153
153
  autoHide?: boolean;
154
154
  }
155
155
  declare function export_default$V(props: SectionProps): JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.2.1-VB.0",
3
+ "version": "2.2.1-VB.1",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",