@linktr.ee/messaging-react 4.0.4 → 4.0.5-rc-1786667228
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-D4cboQ2t.js → Card-DJEvB9cf.js} +2 -2
- package/dist/{Card-D4cboQ2t.js.map → Card-DJEvB9cf.js.map} +1 -1
- package/dist/{Card-BPJPoGox.cjs → Card-DgOUUB9P.cjs} +2 -2
- package/dist/{Card-BPJPoGox.cjs.map → Card-DgOUUB9P.cjs.map} +1 -1
- package/dist/{index-BOlJ4EAE.cjs → index-2n-0CQnT.cjs} +2 -2
- package/dist/{index-BOlJ4EAE.cjs.map → index-2n-0CQnT.cjs.map} +1 -1
- package/dist/{index-DeWGN1T5.js → index-CsU6KyZD.js} +4 -4
- package/dist/{index-DeWGN1T5.js.map → index-CsU6KyZD.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/RichCard/RichCard.test.tsx +15 -0
- package/src/components/RichCard/RichCardBody.tsx +2 -2
|
@@ -1516,7 +1516,7 @@ const En = ({
|
|
|
1516
1516
|
function sr(e) {
|
|
1517
1517
|
return ve(Tn)[e] ?? nr[e];
|
|
1518
1518
|
}
|
|
1519
|
-
const ar = z.lazy(() => import("./Card-DaJtDL7m.js")), rr = z.lazy(() => import("./Card-
|
|
1519
|
+
const ar = z.lazy(() => import("./Card-DaJtDL7m.js")), rr = z.lazy(() => import("./Card-DJEvB9cf.js")), ir = () => /* @__PURE__ */ n(
|
|
1520
1520
|
"div",
|
|
1521
1521
|
{
|
|
1522
1522
|
className: "w-[280px] min-h-[200px] animate-pulse rounded-md bg-black/[0.06] shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_1px_2px_rgba(0,0,0,0.04),0_8px_32px_rgba(0,0,0,0.1)]",
|
|
@@ -5510,7 +5510,7 @@ const kl = { last_message_at: -1 }, Cl = z.memo(
|
|
|
5510
5510
|
}
|
|
5511
5511
|
);
|
|
5512
5512
|
Cl.displayName = "ChannelList";
|
|
5513
|
-
const Sl = "line-clamp-2 text-[14px] font-medium leading-5 tracking-[0.28px] [text-wrap:balance]", El = "text-[12px] leading-4 tracking-[0.24px] [text-wrap:pretty]", on = ({ surface: e, actions: t, layout: s }) => {
|
|
5513
|
+
const Sl = "line-clamp-2 text-[14px] font-medium leading-5 tracking-[0.28px] [text-wrap:balance]", El = "text-[12px] leading-4 tracking-[0.24px] whitespace-pre-line [text-wrap:pretty]", on = ({ surface: e, actions: t, layout: s }) => {
|
|
5514
5514
|
if (t == null || t.length === 0) return null;
|
|
5515
5515
|
const a = s === "stacked";
|
|
5516
5516
|
return /* @__PURE__ */ n(
|
|
@@ -5541,7 +5541,7 @@ const Sl = "line-clamp-2 text-[14px] font-medium leading-5 tracking-[0.28px] [te
|
|
|
5541
5541
|
chinTextColor: t,
|
|
5542
5542
|
title: s,
|
|
5543
5543
|
subtitle: a,
|
|
5544
|
-
subtitleLines: r =
|
|
5544
|
+
subtitleLines: r = 6,
|
|
5545
5545
|
appIcon: i,
|
|
5546
5546
|
actions: o
|
|
5547
5547
|
}) => {
|
|
@@ -5900,4 +5900,4 @@ export {
|
|
|
5900
5900
|
dt as y,
|
|
5901
5901
|
ut as z
|
|
5902
5902
|
};
|
|
5903
|
-
//# sourceMappingURL=index-
|
|
5903
|
+
//# sourceMappingURL=index-CsU6KyZD.js.map
|