dfh-ui-library 1.13.13 → 1.13.15

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.
@@ -894,6 +894,8 @@ export interface NoteComponentProps {
894
894
  isAutoSave?: boolean;
895
895
  isOptional?: boolean;
896
896
  badgeLabel?: string;
897
+ stayOnSave?: boolean;
898
+ isSaving?: boolean;
897
899
  }
898
900
  export interface TabButtonProps {
899
901
  onClickTab?: (value: string) => void;