magneto365.ui 2.75.2 → 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.
- package/dist/assets/3902798854486529.svg +17 -0
- package/dist/assets/8540be01bc6bd408.svg +19 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/constants/icons.constants.d.ts +2 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +9 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/constants/icons.constants.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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';
|