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