@ikas/storefront 0.0.160-alpha.12 → 0.0.160-alpha.13

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
@@ -28318,13 +28318,13 @@ var IkasProductList = /** @class */ (function () {
28318
28318
  displayType: filter.displayType,
28319
28319
  valueList: filter.valueList,
28320
28320
  }));
28321
- if (filter.isFacetFilter) {
28322
- facetList.push({
28323
- id: filter.id,
28324
- type: filter.type,
28325
- displayType: filter.displayType,
28326
- });
28327
- }
28321
+ }
28322
+ if (filter.isFacetFilter) {
28323
+ facetList.push({
28324
+ id: filter.id,
28325
+ type: filter.type,
28326
+ displayType: filter.displayType,
28327
+ });
28328
28328
  }
28329
28329
  });
28330
28330
  selectedCategoryIds = (_b = this._filterCategories) === null || _b === void 0 ? void 0 : _b.filter(function (fc) { return fc.isSelected; }).map(function (fc) { return fc.id; });
package/build/index.js CHANGED
@@ -28299,13 +28299,13 @@ var IkasProductList = /** @class */ (function () {
28299
28299
  displayType: filter.displayType,
28300
28300
  valueList: filter.valueList,
28301
28301
  }));
28302
- if (filter.isFacetFilter) {
28303
- facetList.push({
28304
- id: filter.id,
28305
- type: filter.type,
28306
- displayType: filter.displayType,
28307
- });
28308
- }
28302
+ }
28303
+ if (filter.isFacetFilter) {
28304
+ facetList.push({
28305
+ id: filter.id,
28306
+ type: filter.type,
28307
+ displayType: filter.displayType,
28308
+ });
28309
28309
  }
28310
28310
  });
28311
28311
  selectedCategoryIds = (_b = this._filterCategories) === null || _b === void 0 ? void 0 : _b.filter(function (fc) { return fc.isSelected; }).map(function (fc) { return fc.id; });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.160-alpha.12",
3
+ "version": "0.0.160-alpha.13",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",