@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.
@@ -29198,6 +29198,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
29198
29198
  this.headerRenderer = () => {
29199
29199
  var _a;
29200
29200
  return XNode.create("div", {
29201
+ class: "mail-detail-page-header",
29201
29202
  "data-padding": "auto"
29202
29203
  }, 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", {
29203
29204
  class: "address-list"