@visma-swno/vsn-navigation 1.2.0-beta.8 → 1.2.0-beta.9

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.
@@ -977,11 +977,11 @@ var gt = class {
977
977
  this.loading || this.querySelector(".ga-side-navigation__switcher-dropdown-item")?.focus();
978
978
  }
979
979
  _handleItemClick(e, t) {
980
- e.preventDefault(), this.dispatchEvent(new CustomEvent("item-select", {
980
+ A(e) || (e.preventDefault(), this.dispatchEvent(new CustomEvent("item-select", {
981
981
  detail: { id: t },
982
982
  bubbles: !0,
983
983
  composed: !0
984
- }));
984
+ })));
985
985
  }
986
986
  render() {
987
987
  return this.loading ? n`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/vsn-navigation",
3
- "version": "1.2.0-beta.8",
3
+ "version": "1.2.0-beta.9",
4
4
  "type": "module",
5
5
  "customElements": "dist/custom-elements.json",
6
6
  "exports": {