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.
- package/dist/assets/e12cf8464a04c04d.svg +1 -0
- package/dist/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/constants/icons.constants.d.ts +1 -0
- package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/dist/esm/index.js +9 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/constants/icons.constants.d.ts +1 -0
- package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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';
|
package/package.json
CHANGED