@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.
@@ -29965,6 +29965,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
29965
29965
  this.headerRenderer = () => {
29966
29966
  var _a;
29967
29967
  return XNode.create("div", {
29968
+ class: "mail-detail-page-header",
29968
29969
  "data-padding": "auto"
29969
29970
  }, 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", {
29970
29971
  class: "address-list"