@social-mail/social-mail-client 1.4.180 → 1.4.181

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.
@@ -37698,8 +37698,8 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
37698
37698
  const name = mb.emailAddress.name;
37699
37699
  const emailAddress = mb.emailAddress.emailAddress;
37700
37700
  const title = `${name} <${emailAddress}>`;
37701
+ this.title = title;
37701
37702
  if (isMobileView) {
37702
- this.title = title;
37703
37703
  this.headerRenderer = () => XNode.create("div", {
37704
37704
  "data-layout": "vertical-flex-stretch-items"
37705
37705
  }, XNode.create("div", {
@@ -37966,7 +37966,8 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
37966
37966
  }, XNode.create(AddIconTextButton, {
37967
37967
  "event-click": () => this.startCompose(),
37968
37968
  "data-margin-left": "auto",
37969
- text: "Compose"
37969
+ title: `Compose new mail for ${this.title} `,
37970
+ text: "New Mail"
37970
37971
  }));
37971
37972
  }
37972
37973
  startCompose(thread = null, email = null) {