@getlupa/client 0.5.1-alpha-13 → 0.5.1-alpha-14
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/cjs/index.min.js +4 -0
- package/dist/es/index.min.js +4 -0
- package/dist/iife/index.min.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -27855,6 +27855,7 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
27855
27855
|
var _c = _vm._self._c || _h;
|
|
27856
27856
|
|
|
27857
27857
|
return _c("div", {
|
|
27858
|
+
staticClass: "lupa-search-result-filters",
|
|
27858
27859
|
attrs: {
|
|
27859
27860
|
id: "lupa-search-result-filters"
|
|
27860
27861
|
}
|
|
@@ -29881,6 +29882,7 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
29881
29882
|
var _c = _vm._self._c || _h;
|
|
29882
29883
|
|
|
29883
29884
|
return _c("div", {
|
|
29885
|
+
staticClass: "lupa-search-result-product-card",
|
|
29884
29886
|
class: !_vm.isInStock ? "lupa-out-of-stock" : "",
|
|
29885
29887
|
attrs: {
|
|
29886
29888
|
id: "lupa-search-result-product-card",
|
|
@@ -30849,6 +30851,7 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
30849
30851
|
var _c = _vm._self._c || _h;
|
|
30850
30852
|
|
|
30851
30853
|
return _c("div", {
|
|
30854
|
+
staticClass: "lupa-search-results-sort",
|
|
30852
30855
|
attrs: {
|
|
30853
30856
|
id: "lupa-search-results-sort"
|
|
30854
30857
|
}
|
|
@@ -31771,6 +31774,7 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
31771
31774
|
var _c = _vm._self._c || _h;
|
|
31772
31775
|
|
|
31773
31776
|
return _c("div", {
|
|
31777
|
+
staticClass: "lupa-search-result-filters",
|
|
31774
31778
|
attrs: {
|
|
31775
31779
|
id: "lupa-search-result-filters"
|
|
31776
31780
|
}
|
package/dist/es/index.min.js
CHANGED
|
@@ -27851,6 +27851,7 @@ var __vue_render__$D = function __vue_render__() {
|
|
|
27851
27851
|
var _c = _vm._self._c || _h;
|
|
27852
27852
|
|
|
27853
27853
|
return _c("div", {
|
|
27854
|
+
staticClass: "lupa-search-result-filters",
|
|
27854
27855
|
attrs: {
|
|
27855
27856
|
id: "lupa-search-result-filters"
|
|
27856
27857
|
}
|
|
@@ -29877,6 +29878,7 @@ var __vue_render__$m = function __vue_render__() {
|
|
|
29877
29878
|
var _c = _vm._self._c || _h;
|
|
29878
29879
|
|
|
29879
29880
|
return _c("div", {
|
|
29881
|
+
staticClass: "lupa-search-result-product-card",
|
|
29880
29882
|
class: !_vm.isInStock ? "lupa-out-of-stock" : "",
|
|
29881
29883
|
attrs: {
|
|
29882
29884
|
id: "lupa-search-result-product-card",
|
|
@@ -30845,6 +30847,7 @@ var __vue_render__$h = function __vue_render__() {
|
|
|
30845
30847
|
var _c = _vm._self._c || _h;
|
|
30846
30848
|
|
|
30847
30849
|
return _c("div", {
|
|
30850
|
+
staticClass: "lupa-search-results-sort",
|
|
30848
30851
|
attrs: {
|
|
30849
30852
|
id: "lupa-search-results-sort"
|
|
30850
30853
|
}
|
|
@@ -31767,6 +31770,7 @@ var __vue_render__$9 = function __vue_render__() {
|
|
|
31767
31770
|
var _c = _vm._self._c || _h;
|
|
31768
31771
|
|
|
31769
31772
|
return _c("div", {
|
|
31773
|
+
staticClass: "lupa-search-result-filters",
|
|
31770
31774
|
attrs: {
|
|
31771
31775
|
id: "lupa-search-result-filters"
|
|
31772
31776
|
}
|