magneto365.ui 2.59.5 → 2.59.6

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.
@@ -21,6 +21,6 @@ export interface IlistMenuUserProps {
21
21
  menuItems1440?: IMenuItems[];
22
22
  logout: ILogout;
23
23
  settings: ISettings;
24
- profileImage: IAvatar;
25
- isAuthenticated: boolean;
24
+ profileImage?: IAvatar;
25
+ isAuthenticated?: boolean;
26
26
  }
@@ -21,6 +21,6 @@ export interface IlistMenuUserProps {
21
21
  menuItems1440?: IMenuItems[];
22
22
  logout: ILogout;
23
23
  settings: ISettings;
24
- profileImage: IAvatar;
25
- isAuthenticated: boolean;
24
+ profileImage?: IAvatar;
25
+ isAuthenticated?: boolean;
26
26
  }
package/dist/index.d.ts CHANGED
@@ -3642,8 +3642,8 @@ interface IlistMenuUserProps {
3642
3642
  menuItems1440?: IMenuItems[];
3643
3643
  logout: ILogout;
3644
3644
  settings: ISettings;
3645
- profileImage: IAvatar;
3646
- isAuthenticated: boolean;
3645
+ profileImage?: IAvatar;
3646
+ isAuthenticated?: boolean;
3647
3647
  }
3648
3648
 
3649
3649
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.59.5",
7
+ "version": "2.59.6",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",