magneto365.ui 2.75.3 → 2.75.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.
@@ -188,3 +188,5 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
188
188
  export { default as X } from '../assets/X.svg';
189
189
  export { default as Youtube } from '../assets/Youtube.svg';
190
190
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
191
+ export { default as AdvertisementOutline } from '../assets/advertisement.svg';
192
+ export { default as AdvertisementBold } from '../assets/advertisementBold.svg';
package/dist/esm/index.js CHANGED
@@ -652,6 +652,10 @@ var Youtube = "https://static.magneto365.com/lib/assets/f78dbede1bdf3dd0.svg";
652
652
 
653
653
  var YoutubeSolid = "https://static.magneto365.com/lib/assets/cdcc07646d43bd9d.svg";
654
654
 
655
+ var AdvertisementOutline = "https://static.magneto365.com/lib/assets/3902798854486529.svg";
656
+
657
+ var AdvertisementBold = "https://static.magneto365.com/lib/assets/8540be01bc6bd408.svg";
658
+
655
659
  var Component$3d = function (_a) {
656
660
  var userImage = _a.userImage, fallbackImage = _a.fallbackImage, onClick = _a.onClick;
657
661
  var _b = useState(false), imageError = _b[0], setImageError = _b[1];
@@ -7968,6 +7972,10 @@ var navMenuAnalystIcons = {
7968
7972
  plans: {
7969
7973
  normal: DollarCircleWhiteOutline,
7970
7974
  active: DollarCircleBlueBold
7975
+ },
7976
+ socialMediaRecruiting: {
7977
+ normal: AdvertisementOutline,
7978
+ active: AdvertisementBold
7971
7979
  }
7972
7980
  };
7973
7981