dfh-ui-library 1.13.115 → 1.13.116

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.
@@ -962,6 +962,8 @@ export interface NoteComponentProps {
962
962
  isSaving?: boolean;
963
963
  isBillable?: boolean;
964
964
  enableBillableCheckBox?: boolean;
965
+ isTyping?: boolean;
966
+ setIsTyping?: (value: boolean) => void;
965
967
  }
966
968
  export interface TabButtonProps {
967
969
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -830,6 +830,8 @@ interface NoteComponentProps {
830
830
  isSaving?: boolean;
831
831
  isBillable?: boolean;
832
832
  enableBillableCheckBox?: boolean;
833
+ isTyping?: boolean;
834
+ setIsTyping?: (value: boolean) => void;
833
835
  }
834
836
  interface TabButtonProps {
835
837
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.115",
3
+ "version": "1.13.116",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",