@social-mail/social-mail-client 1.9.70 → 1.9.72

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.
@@ -40077,7 +40077,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
40077
40077
  }))), ((_h = item.attachments) === null || _h === void 0 ? void 0 : _h.length) && XNode.create("div", {
40078
40078
  class: "attachments",
40079
40079
  "data-layout": "flex-wrap-padding"
40080
- }, ...item.attachments.map(FilePreview)), XNode.create("div", {
40080
+ }, ...item.attachments.filter(x => !/inline/i.test(x.contentDisposition)).map(FilePreview)), XNode.create("div", {
40081
40081
  "data-layout": "row",
40082
40082
  "data-margin-top": "default",
40083
40083
  "data-margin-bottom": "default"