dfh-ui-library 1.13.70 → 1.13.72

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.
@@ -901,6 +901,7 @@ export interface NoteComponentProps {
901
901
  badgeLabel?: string;
902
902
  stayOnSave?: boolean;
903
903
  isSaving?: boolean;
904
+ isBillable?: boolean;
904
905
  }
905
906
  export interface TabButtonProps {
906
907
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -788,6 +788,7 @@ interface NoteComponentProps {
788
788
  badgeLabel?: string;
789
789
  stayOnSave?: boolean;
790
790
  isSaving?: boolean;
791
+ isBillable?: boolean;
791
792
  }
792
793
  interface TabButtonProps {
793
794
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.70",
3
+ "version": "1.13.72",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",