@social-mail/social-mail-client 1.4.4 → 1.4.5

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.
@@ -36163,7 +36163,8 @@ System.register(["@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/style/
36163
36163
  emailID,
36164
36164
  appFileID,
36165
36165
  name,
36166
- fileContentID
36166
+ fileContentID,
36167
+ url
36167
36168
  } = a;
36168
36169
  let src = FileUrlService.webP(a, 300);
36169
36170
  if (/^audio\//i.test(a.contentType)) {
@@ -36176,7 +36177,8 @@ System.register(["@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/style/
36176
36177
  emailID,
36177
36178
  appFileID,
36178
36179
  name,
36179
- fileContentID
36180
+ fileContentID,
36181
+ url
36180
36182
  }),
36181
36183
  "data-click-event": "route",
36182
36184
  title: size ? `${name} (${size})` : name,