dfh-ui-library 1.13.93 → 1.13.95

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.
@@ -102,6 +102,7 @@ export interface AccountPopoverMenuItem {
102
102
  isVisible: boolean;
103
103
  isDisabled?: boolean;
104
104
  additionalClasses?: string;
105
+ hidePopover?: boolean;
105
106
  }
106
107
  export interface TabNavigationProps extends AdditionalClassesProp {
107
108
  navigationData: any[];