dfh-ui-library 1.12.782 → 1.12.784

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,3 +78,4 @@ export declare const PreviewIcon: ({ classes, onClick, ...props }: IconProps) =>
78
78
  export declare const Reporting: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
79
79
  export declare const ReportingSelected: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
80
80
  export declare const DropdownArrowIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
81
+ export declare const WarningCircleIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
@@ -873,6 +873,8 @@ export interface NoteComponentProps {
873
873
  minHeight?: string;
874
874
  isChallengeNote?: boolean;
875
875
  isAutoSave?: boolean;
876
+ isOptional?: boolean;
877
+ badgeLabel?: string;
876
878
  }
877
879
  export interface TabButtonProps {
878
880
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -759,6 +759,8 @@ interface NoteComponentProps {
759
759
  minHeight?: string;
760
760
  isChallengeNote?: boolean;
761
761
  isAutoSave?: boolean;
762
+ isOptional?: boolean;
763
+ badgeLabel?: string;
762
764
  }
763
765
  interface TabButtonProps {
764
766
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.782",
3
+ "version": "1.12.784",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",