magneto365.ui 2.75.3 → 2.75.5

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.
@@ -58,6 +58,7 @@ export { default as DocumentTextGray } from '../assets/DocumentTextGray.svg';
58
58
  export { default as DollarCircle } from '../assets/DollarCircle.svg';
59
59
  export { default as DollarCircleBlueBold } from '../assets/dollarCircleBlueBold.svg';
60
60
  export { default as DollarCircleWhiteOutline } from '../assets/dollarCircleWhiteOutline.svg';
61
+ export { default as DollarCircleBlueDarkOutline } from '../assets/dollarCircleBlueDarkOutline.svg';
61
62
  export { default as Ellipsis } from '../assets/Ellipsis-h.svg';
62
63
  export { default as Email } from '../assets/Email.svg';
63
64
  export { default as EmailSquare } from '../assets/email2.svg';
@@ -188,3 +189,5 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
188
189
  export { default as X } from '../assets/X.svg';
189
190
  export { default as Youtube } from '../assets/Youtube.svg';
190
191
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
192
+ export { default as AdvertisementOutline } from '../assets/advertisement.svg';
193
+ export { default as AdvertisementBold } from '../assets/advertisementBold.svg';
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.75.3",
7
+ "version": "2.75.5",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "generate:tokens": "node ./.scripts/generateTokens.js",