@wizishop/img-manager 15.2.4 → 15.2.5

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.
@@ -1126,7 +1126,7 @@ class PexelsService {
1126
1126
  else { // Search by category or display Pexels selection
1127
1127
  const shopCategory = this.apiService.getShopCategory();
1128
1128
  // Search by shop category
1129
- if (shopCategory && shopCategory !== 'other' && shopCategory !== 'btob') {
1129
+ if (shopCategory && shopCategory !== 'other' && shopCategory !== 'btob' && shopCategory !== 'default') {
1130
1130
  request = `/search?query=${shopCategory}&per_page=${perPage}&page=${page}&locale=en-US`;
1131
1131
  }
1132
1132
  else { // Display Pexels selection
@@ -4112,3 +4112,4 @@ class ImgManagerConfigDto {
4112
4112
 
4113
4113
  export { ApiService, CanvaButtonApi, CanvaService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
4114
4114
  //# sourceMappingURL=wizishop-img-manager.mjs.map
4115
+ //# sourceMappingURL=wizishop-img-manager.mjs.map