@remit/web-client 0.0.51 → 0.0.52
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.
|
|
3
|
+
"version": "0.0.52",
|
|
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": {
|
|
@@ -212,7 +212,7 @@ const ExpandedCard = ({
|
|
|
212
212
|
return (
|
|
213
213
|
<ExpandedMessage
|
|
214
214
|
message={message}
|
|
215
|
-
isFocused={isFocused}
|
|
215
|
+
isFocused={mobile ? false : isFocused}
|
|
216
216
|
onHeaderClick={onToggle}
|
|
217
217
|
senderBadge={isTrusted ? <TrustedSenderBadge /> : undefined}
|
|
218
218
|
trailing={
|