@careevolution/mydatahelps-ui 2.2.1-VB2.2 → 2.2.1-VB2.3

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.
@@ -7,7 +7,6 @@ export interface SurveyTaskListProps {
7
7
  title?: string;
8
8
  surveys?: string[];
9
9
  onDetailLinkClick?: Function;
10
- hideDueDate?: boolean;
11
10
  previewState?: SurveyTaskListListPreviewState;
12
11
  variant?: "noCard" | "singleCard" | "multiCard";
13
12
  }
package/dist/index.d.ts CHANGED
@@ -428,7 +428,6 @@ interface SurveyTaskListProps {
428
428
  title?: string;
429
429
  surveys?: string[];
430
430
  onDetailLinkClick?: Function;
431
- hideDueDate?: boolean;
432
431
  previewState?: SurveyTaskListListPreviewState;
433
432
  variant?: "noCard" | "singleCard" | "multiCard";
434
433
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.2.1-VB2.2",
3
+ "version": "2.2.1-VB2.3",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",