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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/Timeline/TimeLineCards.d.ts +1 -0
- package/dist/cjs/types/shared/models/components/common.model.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/Timeline/TimeLineCards.d.ts +1 -0
- package/dist/esm/types/shared/models/components/common.model.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
@@ -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;
|