dfh-ui-library 1.13.12 → 1.13.13

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.
@@ -124,6 +124,7 @@ export interface MessageProps {
124
124
  type: string;
125
125
  text: string;
126
126
  onClose?: () => void;
127
+ isVisible?: boolean;
127
128
  }
128
129
  export interface BreadcrumbProps {
129
130
  items: BreadcrumbItem[];