@careevolution/mydatahelps-ui 2.10.1-DataVisualizations.7 → 2.10.1-DataVisualizations.9

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.
@@ -10,4 +10,4 @@ export interface SeverityCalendarProps {
10
10
  previewState?: SeverityCalendarPreviewState;
11
11
  innerRef?: React.Ref<HTMLDivElement>;
12
12
  }
13
- export default function (props: SeverityCalendarProps): false | React.JSX.Element;
13
+ export default function (props: SeverityCalendarProps): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -850,7 +850,7 @@ interface SeverityCalendarProps {
850
850
  previewState?: SeverityCalendarPreviewState;
851
851
  innerRef?: React.Ref<HTMLDivElement>;
852
852
  }
853
- declare function export_default$K(props: SeverityCalendarProps): false | React.JSX.Element;
853
+ declare function export_default$K(props: SeverityCalendarProps): React.JSX.Element;
854
854
 
855
855
  interface ViewEhrProps {
856
856
  onClick(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.10.1-DataVisualizations.7",
3
+ "version": "2.10.1-DataVisualizations.9",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",