@social-mail/social-mail-client 1.8.273 → 1.8.274

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.
@@ -29498,7 +29498,8 @@ System.register([], function (_export, _context) {
29498
29498
  return url.replace("/view/", "/html/") + ".html";
29499
29499
  },
29500
29500
  webP(file, size = 300) {
29501
- const url = file.url.replace("/view/", `/webp(${300})/`);
29501
+ const webp = `/webp(${300})/`;
29502
+ const url = file.url.replace("/view/", webp).replace("/webm-branded/", webp);
29502
29503
  return url + `.${size}.webp`;
29503
29504
  },
29504
29505
  webM(file) {