dfh-ui-library 1.12.533 → 1.12.535

Sign up to get free protection for your applications and to get access to all the features.
@@ -833,6 +833,7 @@ export interface NoteComponentProps {
833
833
  additionalClassesTitlebar?: string;
834
834
  minHeight?: string;
835
835
  isChallengeNote?: boolean;
836
+ isAutoSave?: boolean;
836
837
  }
837
838
  export interface TabButtonProps {
838
839
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -721,6 +721,7 @@ interface NoteComponentProps {
721
721
  additionalClassesTitlebar?: string;
722
722
  minHeight?: string;
723
723
  isChallengeNote?: boolean;
724
+ isAutoSave?: boolean;
724
725
  }
725
726
  interface TabButtonProps {
726
727
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.533",
3
+ "version": "1.12.535",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",