@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.
@@ -29892,7 +29892,8 @@ System.register([], function (_export, _context) {
29892
29892
  return url.replace("/view/", "/html/") + ".html";
29893
29893
  },
29894
29894
  webP(file, size = 300) {
29895
- const url = file.url.replace("/view/", `/webp(${300})/`);
29895
+ const webp = `/webp(${300})/`;
29896
+ const url = file.url.replace("/view/", webp).replace("/webm-branded/", webp);
29896
29897
  return url + `.${size}.webp`;
29897
29898
  },
29898
29899
  webM(file) {