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