@linktr.ee/messaging-react 1.26.1-rc-1776120170 → 1.26.1-rc-1776146436
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.js
CHANGED
|
@@ -1530,7 +1530,7 @@ const vn = ({
|
|
|
1530
1530
|
marginInlineEnd: 0,
|
|
1531
1531
|
marginInlineStart: 0
|
|
1532
1532
|
},
|
|
1533
|
-
children: fe ? /* @__PURE__ */ i("div", { className: "flex flex-col gap-
|
|
1533
|
+
children: fe ? /* @__PURE__ */ i("div", { className: "flex flex-col gap-2", children: [
|
|
1534
1534
|
/* @__PURE__ */ e(
|
|
1535
1535
|
vn,
|
|
1536
1536
|
{
|
|
@@ -1554,7 +1554,7 @@ const vn = ({
|
|
|
1554
1554
|
onDownload: b && o ? () => o(l, I) : void 0
|
|
1555
1555
|
}
|
|
1556
1556
|
),
|
|
1557
|
-
l.text && /* @__PURE__ */ e("div", { className: "str-chat__message-bubble-wrapper", children: /* @__PURE__ */ e("div", { className: "str-chat__message-bubble
|
|
1557
|
+
l.text && /* @__PURE__ */ e("div", { className: "str-chat__message-bubble-wrapper", children: /* @__PURE__ */ e("div", { className: "str-chat__message-bubble", children: /* @__PURE__ */ e(qe, { message: l, renderText: C }) }) })
|
|
1558
1558
|
] }) : Ae ? (
|
|
1559
1559
|
/* Tip-only messages render as a standalone bubble */
|
|
1560
1560
|
/* @__PURE__ */ e(Fe, { message: l, standalone: !0 })
|