@ikas/storefront 0.0.43 → 0.0.44
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 +0 -3
- package/build/index.js +0 -3
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -10963,9 +10963,6 @@ var IkasProductListPropValueProvider = /** @class */ (function () {
|
|
|
10963
10963
|
filters.category = this.productListPropValue.category;
|
|
10964
10964
|
}
|
|
10965
10965
|
}
|
|
10966
|
-
else {
|
|
10967
|
-
filters.category = null;
|
|
10968
|
-
}
|
|
10969
10966
|
productList = new IkasProductList({
|
|
10970
10967
|
productListPropValue: this.productListPropValue,
|
|
10971
10968
|
filters: filters,
|
package/build/index.js
CHANGED
|
@@ -10975,9 +10975,6 @@ var IkasProductListPropValueProvider = /** @class */ (function () {
|
|
|
10975
10975
|
filters.category = this.productListPropValue.category;
|
|
10976
10976
|
}
|
|
10977
10977
|
}
|
|
10978
|
-
else {
|
|
10979
|
-
filters.category = null;
|
|
10980
|
-
}
|
|
10981
10978
|
productList = new IkasProductList({
|
|
10982
10979
|
productListPropValue: this.productListPropValue,
|
|
10983
10980
|
filters: filters,
|