@luscii-healthtech/web-ui 2.36.1 → 2.36.2
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/components/NavMenu/types/NavMenuItemProps.type.d.ts +1 -2
- package/dist/web-ui.cjs.development.js +1 -1
- package/dist/web-ui.cjs.development.js.map +1 -1
- package/dist/web-ui.cjs.production.min.js +1 -1
- package/dist/web-ui.cjs.production.min.js.map +1 -1
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -4728,7 +4728,7 @@ var NavMenuItem = function NavMenuItem(props) {
|
|
|
4728
4728
|
}
|
|
4729
4729
|
|
|
4730
4730
|
event.preventDefault();
|
|
4731
|
-
props.
|
|
4731
|
+
props.trackEvent == null ? void 0 : props.trackEvent();
|
|
4732
4732
|
|
|
4733
4733
|
if (props.isExternal) {
|
|
4734
4734
|
window.open(props.href, "_blank");
|