@getlupa/client 0.6.0-alpha-10 → 0.6.0-alpha-11
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 -1
- package/dist/es/index.min.js +4 -1
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -34715,7 +34715,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34715
34715
|
var _c = _vm._self._c || _h;
|
|
34716
34716
|
|
|
34717
34717
|
return _c("div", {
|
|
34718
|
-
staticClass: "lupa-category-top-mobile-filters"
|
|
34718
|
+
staticClass: "lupa-category-top-mobile-filters",
|
|
34719
|
+
class: {
|
|
34720
|
+
"lupa-has-back-button": _vm.hasBackButton
|
|
34721
|
+
}
|
|
34719
34722
|
}, [_c("div", {
|
|
34720
34723
|
staticClass: "lupa-top-mobile-filter-wrapper"
|
|
34721
34724
|
}, [_vm.hasBackButton ? _c("div", {
|
package/dist/es/index.min.js
CHANGED
|
@@ -34711,7 +34711,10 @@ var __vue_render__$5 = function __vue_render__() {
|
|
|
34711
34711
|
var _c = _vm._self._c || _h;
|
|
34712
34712
|
|
|
34713
34713
|
return _c("div", {
|
|
34714
|
-
staticClass: "lupa-category-top-mobile-filters"
|
|
34714
|
+
staticClass: "lupa-category-top-mobile-filters",
|
|
34715
|
+
class: {
|
|
34716
|
+
"lupa-has-back-button": _vm.hasBackButton
|
|
34717
|
+
}
|
|
34715
34718
|
}, [_c("div", {
|
|
34716
34719
|
staticClass: "lupa-top-mobile-filter-wrapper"
|
|
34717
34720
|
}, [_vm.hasBackButton ? _c("div", {
|