@careevolution/mydatahelps-ui 2.87.1-DocumentLibrary.1 → 2.87.1-DocumentLibrary.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2301,7 +2301,7 @@ type DeviceDataMonthChartsPreviewState = "Default" | "NoData";
2301
2301
  declare function export_default$15(props: DeviceDataMonthChartsProps): React$1.JSX.Element;
2302
2302
 
2303
2303
  interface DocumentLibraryPreviewProps {
2304
- previewState: 'loading' | LibraryDocumentsPreviewState;
2304
+ previewState?: 'loading' | LibraryDocumentsPreviewState;
2305
2305
  surveySpecification: LibraryDocumentSurveySpecification;
2306
2306
  documentLibraryViewBaseUrl: string;
2307
2307
  innerRef?: React$1.Ref<HTMLDivElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.87.1-DocumentLibrary.1",
3
+ "version": "2.87.1-DocumentLibrary.2",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",