@social-mail/social-mail-client 1.8.328 → 1.8.329

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.
@@ -25229,6 +25229,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
25229
25229
  this.headerRenderer = () => {
25230
25230
  var _a;
25231
25231
  return XNode.create("div", {
25232
+ class: "mail-detail-page-header",
25232
25233
  "data-padding": "auto"
25233
25234
  }, XNode.create("table", null, from && XNode.create("tr", null, XNode.create("td", null, "From:"), XNode.create("td", null, from)), to.length && XNode.create("tr", null, XNode.create("td", null, "To:"), XNode.create("td", null, " ", XNode.create("div", {
25234
25235
  class: "address-list"