@social-mail/social-mail-client 1.4.5 → 1.4.6
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/controls/file-preview/FilePreview.d.ts.map +1 -1
- package/dist/common/controls/file-preview/FilePreview.js +2 -1
- package/dist/common/controls/file-preview/FilePreview.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/controls/file-preview/FilePreview.tsx +3 -1
|
@@ -36164,8 +36164,9 @@ System.register(["@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/style/
|
|
|
36164
36164
|
appFileID,
|
|
36165
36165
|
name,
|
|
36166
36166
|
fileContentID,
|
|
36167
|
-
url
|
|
36167
|
+
url: rawUrl
|
|
36168
36168
|
} = a;
|
|
36169
|
+
const url = encodeURIComponent(rawUrl);
|
|
36169
36170
|
let src = FileUrlService.webP(a, 300);
|
|
36170
36171
|
if (/^audio\//i.test(a.contentType)) {
|
|
36171
36172
|
src = audioIcon;
|