@linktr.ee/messaging-react 3.4.3-rc-1782553322 → 3.4.3-rc-1782553325
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/dist/{Card-1oglowd2.cjs → Card-9BtSxGC1.cjs} +2 -2
- package/dist/{Card-1oglowd2.cjs.map → Card-9BtSxGC1.cjs.map} +1 -1
- package/dist/{Card-DwaOIthl.cjs → Card-BTPEZadJ.cjs} +2 -2
- package/dist/{Card-DwaOIthl.cjs.map → Card-BTPEZadJ.cjs.map} +1 -1
- package/dist/{Card-CKn-iPjf.js → Card-B_tMXmN_.js} +2 -2
- package/dist/{Card-CKn-iPjf.js.map → Card-B_tMXmN_.js.map} +1 -1
- package/dist/{Card-BmVutVEt.js → Card-CGjd8b1K.js} +2 -2
- package/dist/{Card-BmVutVEt.js.map → Card-CGjd8b1K.js.map} +1 -1
- package/dist/{Card-DoBWURRU.js → Card-CeiUwix2.js} +3 -3
- package/dist/{Card-DoBWURRU.js.map → Card-CeiUwix2.js.map} +1 -1
- package/dist/{Card-DEEK3wsC.cjs → Card-Rg9QOS9o.cjs} +2 -2
- package/dist/{Card-DEEK3wsC.cjs.map → Card-Rg9QOS9o.cjs.map} +1 -1
- package/dist/{LockedThumbnail-DI-aReA7.js → LockedThumbnail-4_S1w5SO.js} +2 -2
- package/dist/{LockedThumbnail-DI-aReA7.js.map → LockedThumbnail-4_S1w5SO.js.map} +1 -1
- package/dist/{LockedThumbnail-B59cJFsF.cjs → LockedThumbnail-BIcI8zTC.cjs} +2 -2
- package/dist/{LockedThumbnail-B59cJFsF.cjs.map → LockedThumbnail-BIcI8zTC.cjs.map} +1 -1
- package/dist/{index-Dv13-2iu.js → index-D9JJLtJg.js} +150 -150
- package/dist/index-D9JJLtJg.js.map +1 -0
- package/dist/{index-12HxQ_GM.cjs → index-DOw3VaHR.cjs} +2 -2
- package/dist/index-DOw3VaHR.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/ChannelView.test.tsx +3 -1
- package/src/components/ChannelView.tsx +2 -2
- package/dist/index-12HxQ_GM.cjs.map +0 -1
- package/dist/index-Dv13-2iu.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DOw3VaHR.cjs");exports.ActionButton=e.ActionButton;exports.Avatar=e.Avatar;exports.ChannelEmptyState=e.ChannelEmptyState;exports.ChannelList=e.ChannelList;exports.ChannelView=e.ChannelView;exports.CustomMessageProvider=e.CustomMessageProvider;exports.FaqList=e.FaqList;exports.FaqListItem=e.FaqListItem;exports.LinkAttachment=e.LinkAttachment;exports.LockedAttachment=e.LockedAttachment;exports.MediaMessage=e.MediaMessage;exports.MessageAttachment=e.MessageAttachment;exports.MessageVoteButtons=e.MessageVoteButtons;exports.MessagingProvider=e.MessagingProvider;exports.MessagingShell=e.MessagingShell;exports.buildCompactMetaLabel=e.buildCompactMetaLabel;exports.formatFileSize=e.formatFileSize;exports.formatRelativeTime=e.formatRelativeTime;exports.getFileExtensionLabel=e.getFileExtensionLabel;exports.getMessageDisplayText=e.getMessageDisplayText;exports.isLinkAttachment=e.isLinkAttachment;exports.isUuidLike=e.isUuidLike;exports.messageAttachmentGroupPositionFromStream=e.bubbleGroupPositionFromStream;exports.normalizeLanguageCode=e.normalizeLanguageCode;exports.resolveLinkAttachment=e.resolveLinkAttachment;exports.resolveMediaFromMessage=e.resolveMediaFromMessage;exports.resolveParticipantDisplayName=e.resolveParticipantDisplayName;exports.useComposerLocked=e.useComposerLocked;exports.useCustomMessage=e.useCustomMessage;exports.useMessageVote=e.useMessageVote;exports.useMessaging=e.useMessaging;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, b as t, C as i, c as o, d as n, e as m, F as g, f as r, L as l, h as M, M as u, i as L, j as c, k as h, l as d, m as p, n as C, o as v, p as A, q as k, s as F, t as b, u as f, v as x, w as y, x as P, y as S, z as q, B as z, D as B, E as D } from "./index-
|
|
1
|
+
import { a as e, b as t, C as i, c as o, d as n, e as m, F as g, f as r, L as l, h as M, M as u, i as L, j as c, k as h, l as d, m as p, n as C, o as v, p as A, q as k, s as F, t as b, u as f, v as x, w as y, x as P, y as S, z as q, B as z, D as B, E as D } from "./index-D9JJLtJg.js";
|
|
2
2
|
export {
|
|
3
3
|
e as ActionButton,
|
|
4
4
|
t as Avatar,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linktr.ee/messaging-react",
|
|
3
|
-
"version": "3.4.3-rc-
|
|
3
|
+
"version": "3.4.3-rc-1782553325",
|
|
4
4
|
"description": "React messaging components built on messaging-core for web applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@linktr.ee/component-library": "11.8.6",
|
|
41
|
-
"@linktr.ee/messaging-core": "2.3.0-rc-
|
|
41
|
+
"@linktr.ee/messaging-core": "2.3.0-rc-1782553325",
|
|
42
42
|
"@phosphor-icons/react": "^2.1.10"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -143,7 +143,7 @@ const CustomChannelHeader: React.FC<{
|
|
|
143
143
|
type="button"
|
|
144
144
|
onClick={onParticipantNameClick}
|
|
145
145
|
aria-label={`View details for ${participantName}`}
|
|
146
|
-
className="flex max-w-full flex-col items-center gap-1 appearance-none rounded border-0 bg-transparent
|
|
146
|
+
className="flex max-w-full flex-col items-center gap-1 appearance-none rounded-[12px] border-0 bg-transparent px-1 py-0.5 text-center text-xs font-medium text-black/90 transition-opacity hover:opacity-70 focus-ring focus-visible:outline-none"
|
|
147
147
|
>
|
|
148
148
|
<Avatar
|
|
149
149
|
id={participant?.user?.id || channel.id || 'unknown'}
|
|
@@ -246,7 +246,7 @@ const CustomChannelHeader: React.FC<{
|
|
|
246
246
|
type="button"
|
|
247
247
|
onClick={onParticipantNameClick}
|
|
248
248
|
aria-label={`View details for ${participantName}`}
|
|
249
|
-
className="flex min-w-0 max-w-full items-center gap-4 appearance-none rounded border-0 bg-transparent
|
|
249
|
+
className="flex min-w-0 max-w-full items-center gap-4 appearance-none rounded-[12px] border-0 bg-transparent px-1 py-0.5 text-left text-black/90 transition-opacity hover:opacity-70 focus-ring focus-visible:outline-none"
|
|
250
250
|
>
|
|
251
251
|
<Avatar
|
|
252
252
|
id={participant?.user?.id || channel.id || 'unknown'}
|