magneto365.ui 2.63.2 → 2.63.4

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.
@@ -152,3 +152,4 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
152
152
  export { default as X } from '../assets/X.svg';
153
153
  export { default as Youtube } from '../assets/Youtube.svg';
154
154
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
155
+ export { default as Bell } from '../assets/bell.svg';
@@ -29,6 +29,7 @@ export declare const megaMenuUserLoggedIcons: {
29
29
  resume: any;
30
30
  settings: any;
31
31
  help: any;
32
+ alerts: any;
32
33
  };
33
34
  export declare const mobileSocialIcons: any[];
34
35
  export declare const megaMenuJobs: IMegaMenuJobs;
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.63.2",
7
+ "version": "2.63.4",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",