@careevolution/mydatahelps-ui 2.2.1-VB2.1 → 2.2.1-VB2.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.
@@ -5,9 +5,11 @@ export interface SurveyTaskListProps {
5
5
  status: SurveyTaskStatus;
6
6
  limit?: number;
7
7
  title?: string;
8
+ surveys?: string[];
8
9
  onDetailLinkClick?: Function;
9
10
  hideDueDate?: boolean;
10
11
  previewState?: SurveyTaskListListPreviewState;
12
+ variant?: "noCard" | "singleCard" | "multiCard";
11
13
  }
12
14
  export declare type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
13
15
  export default function (props: SurveyTaskListProps): React.JSX.Element | null;
@@ -6,7 +6,6 @@ import '@fortawesome/fontawesome-svg-core/styles.css';
6
6
  export interface SingleSurveyTaskProps {
7
7
  task: SurveyTask;
8
8
  descriptionIcon?: IconDefinition;
9
- hideDueDate?: boolean;
10
9
  disableClick?: boolean;
11
10
  }
12
11
  export default function (props: SingleSurveyTaskProps): React.JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -180,7 +180,6 @@ declare function export_default$R(props: SingleNotificationProps): React.JSX.Ele
180
180
  interface SingleSurveyTaskProps {
181
181
  task: SurveyTask;
182
182
  descriptionIcon?: IconDefinition$1;
183
- hideDueDate?: boolean;
184
183
  disableClick?: boolean;
185
184
  }
186
185
  declare function export_default$Q(props: SingleSurveyTaskProps): React.JSX.Element | null;
@@ -427,9 +426,11 @@ interface SurveyTaskListProps {
427
426
  status: SurveyTaskStatus;
428
427
  limit?: number;
429
428
  title?: string;
429
+ surveys?: string[];
430
430
  onDetailLinkClick?: Function;
431
431
  hideDueDate?: boolean;
432
432
  previewState?: SurveyTaskListListPreviewState;
433
+ variant?: "noCard" | "singleCard" | "multiCard";
433
434
  }
434
435
  declare type SurveyTaskListListPreviewState = "IncompleteTasks" | "CompleteTasks";
435
436
  declare function export_default$n(props: SurveyTaskListProps): React.JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.2.1-VB2.1",
3
+ "version": "2.2.1-VB2.2",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",