@triptease/tt-navbar 0.0.87 → 0.0.88

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @triptease/tt-navbar
2
2
 
3
+ ## 0.0.88
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @triptease/tt-combobox@5.6.4
9
+
3
10
  ## 0.0.87
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.88
3
3
  */
4
4
 
5
5
  // src/Config.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.88
3
3
  */
4
4
 
5
5
  // src/Routes.ts
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.87
2
+ * @triptease/tt-navbar v0.0.88
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();