@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.
- package/dist/admin/AdminAppIndex.pack.js +2 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/FileUrlService.d.ts.map +1 -1
- package/dist/common/FileUrlService.js +2 -1
- package/dist/common/FileUrlService.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +2 -1
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +2 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +2 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/FileUrlService.ts +4 -1
|
@@ -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
|
|
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) {
|