@getlupa/client 1.1.0 → 1.1.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.
- package/dist/lupaSearch.iife.js +2 -2
- package/dist/lupaSearch.js +2 -2
- package/dist/lupaSearch.mjs +2 -2
- package/dist/lupaSearch.umd.js +2 -2
- package/package.json +2 -2
package/dist/lupaSearch.iife.js
CHANGED
|
@@ -8602,8 +8602,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
8602
8602
|
setLoading
|
|
8603
8603
|
};
|
|
8604
8604
|
});
|
|
8605
|
-
const _hoisted_1$S = { class: "lupa-search-
|
|
8606
|
-
const _hoisted_2$C = { class: "lupa-search-
|
|
8605
|
+
const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
|
|
8606
|
+
const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
|
|
8607
8607
|
const _hoisted_3$r = ["onClick", "disabled"];
|
|
8608
8608
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
8609
8609
|
__name: "SearchBoxProductAddToCart",
|
package/dist/lupaSearch.js
CHANGED
|
@@ -8602,8 +8602,8 @@ const useSearchResultStore = defineStore("searchResult", () => {
|
|
|
8602
8602
|
setLoading
|
|
8603
8603
|
};
|
|
8604
8604
|
});
|
|
8605
|
-
const _hoisted_1$S = { class: "lupa-search-
|
|
8606
|
-
const _hoisted_2$C = { class: "lupa-search-
|
|
8605
|
+
const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
|
|
8606
|
+
const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
|
|
8607
8607
|
const _hoisted_3$r = ["onClick", "disabled"];
|
|
8608
8608
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
8609
8609
|
__name: "SearchBoxProductAddToCart",
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -8600,8 +8600,8 @@ const useSearchResultStore = defineStore("searchResult", () => {
|
|
|
8600
8600
|
setLoading
|
|
8601
8601
|
};
|
|
8602
8602
|
});
|
|
8603
|
-
const _hoisted_1$S = { class: "lupa-search-
|
|
8604
|
-
const _hoisted_2$C = { class: "lupa-search-
|
|
8603
|
+
const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
|
|
8604
|
+
const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
|
|
8605
8605
|
const _hoisted_3$r = ["onClick", "disabled"];
|
|
8606
8606
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
8607
8607
|
__name: "SearchBoxProductAddToCart",
|
package/dist/lupaSearch.umd.js
CHANGED
|
@@ -8604,8 +8604,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
8604
8604
|
setLoading
|
|
8605
8605
|
};
|
|
8606
8606
|
});
|
|
8607
|
-
const _hoisted_1$S = { class: "lupa-search-
|
|
8608
|
-
const _hoisted_2$C = { class: "lupa-search-
|
|
8607
|
+
const _hoisted_1$S = { class: "lupa-search-box-add-to-cart-wrapper" };
|
|
8608
|
+
const _hoisted_2$C = { class: "lupa-search-box-product-addtocart" };
|
|
8609
8609
|
const _hoisted_3$r = ["onClick", "disabled"];
|
|
8610
8610
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
8611
8611
|
__name: "SearchBoxProductAddToCart",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getlupa/client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"main": "dist/lupaSearch.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@getlupa/client-sdk": "^1.3.1",
|
|
23
|
-
"@getlupa/vue": "0.1.
|
|
23
|
+
"@getlupa/vue": "0.1.1",
|
|
24
24
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
25
25
|
"@tsconfig/node18": "^2.0.1",
|
|
26
26
|
"@types/jsdom": "^21.1.1",
|