@arbocollab/arbo-web-search 0.0.8-alpha.4 → 0.0.8-alpha.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.
@@ -50429,6 +50429,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50429
50429
  };
50430
50430
  const switchInstance = inject("switchInstance");
50431
50431
  const handleOpenhub = (_2, event) => {
50432
+ event.preventDefault();
50433
+ event.stopPropagation();
50432
50434
  openHub(event);
50433
50435
  };
50434
50436
  const handleOpenHubNewTab = () => {
@@ -51528,7 +51530,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
51528
51530
  });
51529
51531
  }
51530
51532
  const AppEl = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/mor-ubuntu/arbo/arbo-web-search/src/App.vue"]]);
51531
- const version = "0.0.8-alpha.4";
51533
+ const version = "0.0.8-alpha.5";
51532
51534
  const components = {
51533
51535
  ArboTabs: j$2,
51534
51536
  ArboToggle: G$1,