@shoper/phoenix_design_system 1.17.10-18 → 1.17.10-19

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.
@@ -288,7 +288,7 @@ exports.HSearch = class HSearch extends phoenix_light_lit_element.PhoenixLightLi
288
288
  $searchSheet === null || $searchSheet === void 0 ? void 0 : $searchSheet.open();
289
289
  }
290
290
  }
291
- else {
291
+ else if (!this.popup) {
292
292
  this._openMobileView();
293
293
  }
294
294
  };
@@ -284,7 +284,7 @@ let HSearch = class HSearch extends PhoenixLightLitElement {
284
284
  $searchSheet === null || $searchSheet === void 0 ? void 0 : $searchSheet.open();
285
285
  }
286
286
  }
287
- else {
287
+ else if (!this.popup) {
288
288
  this._openMobileView();
289
289
  }
290
290
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "1.17.10-18",
5
+ "version": "1.17.10-19",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",