@social-mail/social-mail-client 1.2.753 → 1.2.755
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 +6 -3
- 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/site-editor-app/SiteEditorApp.pack.js +6 -3
- 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 +6 -3
- 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/dist/web/page/mails/mini-compose/MiniComposeBox.d.ts.map +1 -1
- package/dist/web/page/mails/mini-compose/MiniComposeBox.js +6 -3
- package/dist/web/page/mails/mini-compose/MiniComposeBox.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/mails/mini-compose/MiniComposeBox.tsx +6 -3
|
@@ -37972,10 +37972,12 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/di
|
|
|
37972
37972
|
DomToElement(video, XNode.create("div", null, XNode.create("video", {
|
|
37973
37973
|
"data-content-id": af.contentID,
|
|
37974
37974
|
"data-stream-enabled": "true",
|
|
37975
|
-
autoplay: true,
|
|
37976
|
-
muted: true,
|
|
37975
|
+
autoplay: "true",
|
|
37976
|
+
muted: "true",
|
|
37977
|
+
controls: "true",
|
|
37977
37978
|
poster: imgLink,
|
|
37978
|
-
src: link
|
|
37979
|
+
src: link,
|
|
37980
|
+
style: "max-width: 700px;"
|
|
37979
37981
|
}, XNode.create("div", null, "If you cannot see the video,", XNode.create("br", null), XNode.create("a", {
|
|
37980
37982
|
"data-stream-enabled": "true",
|
|
37981
37983
|
"data-content-id": af.contentID,
|
|
@@ -38133,6 +38135,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/di
|
|
|
38133
38135
|
name: file.file.name,
|
|
38134
38136
|
fileContentID: file.fileContentID,
|
|
38135
38137
|
contentID: file.appFileID.toString(36),
|
|
38138
|
+
fileSize: file.file.size,
|
|
38136
38139
|
url: file.url
|
|
38137
38140
|
});
|
|
38138
38141
|
}
|