@linktr.ee/messaging-react 4.4.5 → 4.4.6-rc-1788234121
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/CustomMessage/StreamAttachmentMessage.stories.tsx +14 -0
- package/src/components/CustomMessage/StreamAttachmentMessage.test.tsx +27 -0
- package/src/components/CustomMessage/StreamAttachmentMessage.tsx +9 -1
package/dist/index.js
CHANGED
|
@@ -2499,7 +2499,11 @@ var fi = ({ groupPosition: e, isMyMessage: t, message: n, renderText: r }) => {
|
|
|
2499
2499
|
overflow: "visible",
|
|
2500
2500
|
padding: 0
|
|
2501
2501
|
},
|
|
2502
|
-
children: [
|
|
2502
|
+
children: [/* @__PURE__ */ U("div", {
|
|
2503
|
+
"data-testid": "message-attachment-rows",
|
|
2504
|
+
className: J("flex flex-col gap-[4px]", t ? "items-end" : "items-start"),
|
|
2505
|
+
children: d
|
|
2506
|
+
}), !l && /* @__PURE__ */ U(M, {})]
|
|
2503
2507
|
}), l ? /* @__PURE__ */ W("div", {
|
|
2504
2508
|
"data-testid": "message-caption-bubble",
|
|
2505
2509
|
className: J("str-chat__message-bubble", { "relative isolate": p }),
|