@selfdecode/sd-component-library 2.42.32 → 2.42.33

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.
@@ -3,4 +3,4 @@ export declare const myLabsNavItem: NavMenuItem;
3
3
  export declare const getBetaNavItem: (isPractitioner: boolean) => NavItem;
4
4
  export declare const myGeneticsNavItem: NavMenuItem;
5
5
  export declare const legacyNavItem: NavItem;
6
- export declare const getMyAccountNavItem: (onLogout?: () => void) => NavItem;
6
+ export declare const getMyAccountNavItem: (isPractitioner: boolean, onLogout?: () => void) => NavItem;