dfh-ui-library 1.13.13 → 1.13.14

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