@social-mail/social-mail-client 1.4.97 → 1.4.98

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.
@@ -27653,6 +27653,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
27653
27653
  display: flex;
27654
27654
  flex-direction: column;
27655
27655
  word-break: break-word;
27656
+ align-items: flex-start;
27656
27657
  }
27657
27658
  `;
27658
27659
  container.appendChild(style);
@@ -32482,8 +32483,9 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../NumberFormats", "../.
32482
32483
  href: FileUrlService.downloadUrl(a),
32483
32484
  title: size ? `${name} (${size})` : name,
32484
32485
  target: "_blank",
32485
- "data-file-preview": "attachment"
32486
+ "data-file-preview": "file-preview"
32486
32487
  }, XNode.create("i", {
32488
+ "data-element": "preview",
32487
32489
  class: "fas fa-paperclip"
32488
32490
  }), XNode.create("label", {
32489
32491
  "data-element": "file-name"