df-ae-forms-package 1.0.18 → 1.0.20

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.
package/dist/index.d.ts CHANGED
@@ -788,6 +788,7 @@ interface IThresholdAlertProps {
788
788
  onDismiss?: () => void;
789
789
  onIssueRaised?: (conditionId: string) => void;
790
790
  isIssueRaised?: boolean;
791
+ compact?: boolean;
791
792
  }
792
793
  declare const ThresholdAlert: React.FC<IThresholdAlertProps>;
793
794