dfh-ui-library 1.13.71 → 1.13.73

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.
@@ -18,4 +18,5 @@ export declare const NoteCard: React.FC<{
18
18
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
19
19
  isChallengeTimeline?: boolean;
20
20
  handleCopyCurrentNote?: (note: NoteProps) => void;
21
+ isBillable?: boolean;
21
22
  }>;
@@ -817,6 +817,7 @@ export interface TimelineEventProps {
817
817
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams) => void;
818
818
  isChallengeTimeline?: boolean;
819
819
  handleCopyCurrentNote?: (note: NoteProps) => void;
820
+ isBillable?: boolean;
820
821
  }
821
822
  export interface IVariant {
822
823
  pdfMetaData?: PDFMeta;
@@ -901,6 +902,7 @@ export interface NoteComponentProps {
901
902
  badgeLabel?: string;
902
903
  stayOnSave?: boolean;
903
904
  isSaving?: boolean;
905
+ isBillable?: boolean;
904
906
  }
905
907
  export interface TabButtonProps {
906
908
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -708,6 +708,7 @@ interface TimelineEventProps {
708
708
  toggleTodoCheckbox?: (req: ITodoToggleRequestParams$1) => void;
709
709
  isChallengeTimeline?: boolean;
710
710
  handleCopyCurrentNote?: (note: NoteProps) => void;
711
+ isBillable?: boolean;
711
712
  }
712
713
  interface IVariant {
713
714
  pdfMetaData?: PDFMeta;
@@ -788,6 +789,7 @@ interface NoteComponentProps {
788
789
  badgeLabel?: string;
789
790
  stayOnSave?: boolean;
790
791
  isSaving?: boolean;
792
+ isBillable?: boolean;
791
793
  }
792
794
  interface TabButtonProps {
793
795
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.71",
3
+ "version": "1.13.73",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",