@getlupa/vue 0.1.0 → 0.1.1

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.
@@ -3958,8 +3958,8 @@ const useSearchResultStore = defineStore("searchResult", () => {
3958
3958
  setLoading
3959
3959
  };
3960
3960
  });
3961
- const _hoisted_1$S = { class: "lupa-search-results-add-to-cart-wrapper" };
3962
- const _hoisted_2$C = { class: "lupa-search-results-product-addtocart" };
3961
+ const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
3962
+ const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
3963
3963
  const _hoisted_3$r = ["onClick", "disabled"];
3964
3964
  const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
3965
3965
  __name: "SearchBoxProductAddToCart",
@@ -3956,8 +3956,8 @@ const useSearchResultStore = defineStore("searchResult", () => {
3956
3956
  setLoading
3957
3957
  };
3958
3958
  });
3959
- const _hoisted_1$S = { class: "lupa-search-results-add-to-cart-wrapper" };
3960
- const _hoisted_2$C = { class: "lupa-search-results-product-addtocart" };
3959
+ const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
3960
+ const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
3961
3961
  const _hoisted_3$r = ["onClick", "disabled"];
3962
3962
  const _sfc_main$X = /* @__PURE__ */ defineComponent({
3963
3963
  __name: "SearchBoxProductAddToCart",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",