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

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