@triptease/tt-navbar 0.0.87 → 0.0.89

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.89
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.89
3
3
  */
4
4
 
5
5
  // src/triptease-logo.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.89
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1197,6 +1197,7 @@ var TtCombobox = class extends i4 {
1197
1197
  if (!this.shadowRoot.contains(e10.relatedTarget)) {
1198
1198
  this._expanded = false;
1199
1199
  }
1200
+ this._filter = "";
1200
1201
  }
1201
1202
  _onFocus() {
1202
1203
  this._comboboxInput.focus();
@@ -2277,6 +2278,7 @@ var TtNavbar = class extends i4 {
2277
2278
  >${o8(home)}<span>Dashboard</span></a
2278
2279
  >
2279
2280
  <a id="${Routes.CampaignManager}" class="nav-item" href=${this.campaignManagerUrl}
2281
+ @click=${this.onAnchorClick}
2280
2282
  data-intercom-target="campaigns"
2281
2283
  >${o8(campaigns)}<span>Campaigns</span></a
2282
2284
  >