@social-mail/social-mail-client 1.8.273 → 1.8.275
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 +3 -2
- 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/public/channel/pages/posts/ChannelPage.js +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.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
- package/src/public/channel/pages/posts/ChannelPage.tsx +1 -1
|
@@ -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
|
|
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) {
|