dfh-ui-library 1.12.781 → 1.12.782

Sign up to get free protection for your applications and to get access to all the features.
@@ -873,7 +873,6 @@ export interface NoteComponentProps {
873
873
  minHeight?: string;
874
874
  isChallengeNote?: boolean;
875
875
  isAutoSave?: boolean;
876
- isOptional?: boolean;
877
876
  }
878
877
  export interface TabButtonProps {
879
878
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -759,7 +759,6 @@ interface NoteComponentProps {
759
759
  minHeight?: string;
760
760
  isChallengeNote?: boolean;
761
761
  isAutoSave?: boolean;
762
- isOptional?: boolean;
763
762
  }
764
763
  interface TabButtonProps {
765
764
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.781",
3
+ "version": "1.12.782",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",