@ikas/storefront 0.0.168-alpha.22 → 0.0.168-alpha.23

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/build/index.es.js CHANGED
@@ -38289,6 +38289,9 @@ var IkasProductList = /** @class */ (function () {
38289
38289
  else if (this.isLastViewed) {
38290
38290
  this.getInitial();
38291
38291
  }
38292
+ else {
38293
+ this.handleListingEvent();
38294
+ }
38292
38295
  }
38293
38296
  }
38294
38297
  Object.defineProperty(IkasProductList.prototype, "sort", {
package/build/index.js CHANGED
@@ -38271,6 +38271,9 @@ var IkasProductList = /** @class */ (function () {
38271
38271
  else if (this.isLastViewed) {
38272
38272
  this.getInitial();
38273
38273
  }
38274
+ else {
38275
+ this.handleListingEvent();
38276
+ }
38274
38277
  }
38275
38278
  }
38276
38279
  Object.defineProperty(IkasProductList.prototype, "sort", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.168-alpha.22",
3
+ "version": "0.0.168-alpha.23",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",