@remit/web-client 0.0.45 → 0.0.46

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/web-client",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "type": "module",
5
5
  "description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
6
6
  "exports": {
@@ -67,10 +67,9 @@ interface MessageBodyProps {
67
67
  */
68
68
  category?: EmailRenderCategory;
69
69
  /**
70
- * Extra classes for the `.message-body` wrapper. The single-message
71
- * reading view (`MessageDetail`) passes `px-4` here so the body shares
72
- * the header's horizontal inset (#729). `MessageCard` provides its own
73
- * `px-5` inset via the surrounding card and leaves this unset.
70
+ * Extra classes for the `.message-body` wrapper. `MessageCard` leaves this
71
+ * unset: the kit's `ExpandedMessage` runs the body edge to edge on a phone
72
+ * and supplies the desktop inset itself.
74
73
  */
75
74
  className?: string;
76
75
  }