@getlupa/vue 0.13.1 → 0.13.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.
@@ -5677,6 +5677,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
5677
5677
  opened.value = true;
5678
5678
  inputValue.value = (_a2 = value == null ? void 0 : value.replace(/\s+$/, "")) != null ? _a2 : "";
5679
5679
  suggestedValue.value = defaultSuggestedValue;
5680
+ searchBoxStore.resetHighlightIndex();
5680
5681
  trackSearchQuery(value);
5681
5682
  if (props.isSearchContainer) {
5682
5683
  goToResultsDebounced({
@@ -5675,6 +5675,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5675
5675
  opened.value = true;
5676
5676
  inputValue.value = (_a2 = value == null ? void 0 : value.replace(/\s+$/, "")) != null ? _a2 : "";
5677
5677
  suggestedValue.value = defaultSuggestedValue;
5678
+ searchBoxStore.resetHighlightIndex();
5678
5679
  trackSearchQuery(value);
5679
5680
  if (props.isSearchContainer) {
5680
5681
  goToResultsDebounced({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "main": "dist/lupaSearch.mjs",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",