@social-mail/social-mail-client 1.8.353 → 1.8.355
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 +4 -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/SocialMailApp.js +1 -1
- package/dist/public/channel/ChannelApp.pack.js +3 -0
- 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/store/StoreApp.pack.js +1 -1
- package/dist/public/store/StoreApp.pack.min.js +1 -1
- package/dist/public/store/cart/ShoppingCart.pack.js +1 -1
- package/dist/public/store/cart/ShoppingCart.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +4 -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 +4 -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/dist/web/page/mails/service/ConversationService.d.ts.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +3 -0
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/package.json +1 -1
- package/src/common/SocialMailApp.ts +1 -1
- package/src/web/page/mails/service/ConversationService.tsx +3 -0
|
@@ -22814,7 +22814,7 @@ System.register([], function (_export, _context) {
|
|
|
22814
22814
|
name: "Social Mail"
|
|
22815
22815
|
};
|
|
22816
22816
|
(_b = socialMail.links) !== null && _b !== void 0 ? _b : socialMail.links = {};
|
|
22817
|
-
(_c = socialMail.maxStreamSize) !== null && _c !== void 0 ? _c : socialMail.maxStreamSize =
|
|
22817
|
+
(_c = socialMail.maxStreamSize) !== null && _c !== void 0 ? _c : socialMail.maxStreamSize = 100 * 1024 * 1024;
|
|
22818
22818
|
SocialMailApp = class SocialMailApp {
|
|
22819
22819
|
static get isAdmin() {
|
|
22820
22820
|
var _a;
|
|
@@ -29261,6 +29261,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
29261
29261
|
const src = iterator.getAttribute("src");
|
|
29262
29262
|
iterator.setAttribute("controls", "true");
|
|
29263
29263
|
iterator.setAttribute("crossorigin", "anonymous");
|
|
29264
|
+
if (iterator.style.maxWidth) {
|
|
29265
|
+
iterator.style.removeProperty("max-width");
|
|
29266
|
+
}
|
|
29264
29267
|
if (src) {
|
|
29265
29268
|
if (src.startsWith("cid:")) {
|
|
29266
29269
|
cid = src.substring(4);
|