@linktr.ee/messaging-react 4.0.2 → 4.0.3-rc-1786434864
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-Uf-xzlU1.cjs → Card-BsuzLLto.cjs} +2 -2
- package/dist/{Card-Uf-xzlU1.cjs.map → Card-BsuzLLto.cjs.map} +1 -1
- package/dist/{Card-CTyW9Kgf.js → Card-Bt1ZWSDt.js} +2 -2
- package/dist/{Card-CTyW9Kgf.js.map → Card-Bt1ZWSDt.js.map} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/index-CySvYnYr.cjs +3 -0
- package/dist/index-CySvYnYr.cjs.map +1 -0
- package/dist/{index-BMcKJFQs.js → index-wbdGLZCu.js} +4 -4
- package/dist/index-wbdGLZCu.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/ChannelHeader.tsx +7 -5
- package/src/styles.css +20 -0
- package/dist/index-BMcKJFQs.js.map +0 -1
- package/dist/index-JMYJWHTI.cjs +0 -3
- package/dist/index-JMYJWHTI.cjs.map +0 -1
|
@@ -677,14 +677,14 @@ const we = ({
|
|
|
677
677
|
children: /* @__PURE__ */ n(Gs, { className: "size-2.5", weight: "bold" })
|
|
678
678
|
}
|
|
679
679
|
),
|
|
680
|
-
E && /* @__PURE__ */ n(
|
|
680
|
+
E && /* @__PURE__ */ n("span", { className: "messaging-header-star-badge flex overflow-hidden", children: /* @__PURE__ */ n(
|
|
681
681
|
"span",
|
|
682
682
|
{
|
|
683
683
|
"aria-label": "Starred conversation",
|
|
684
684
|
className: "flex size-4 shrink-0 items-center justify-center rounded-full bg-[#FFD60A] text-white",
|
|
685
685
|
children: /* @__PURE__ */ n(st, { className: "size-2.5", weight: "fill" })
|
|
686
686
|
}
|
|
687
|
-
),
|
|
687
|
+
) }),
|
|
688
688
|
w && /* @__PURE__ */ n(
|
|
689
689
|
mn,
|
|
690
690
|
{
|
|
@@ -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-Bt1ZWSDt.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)]",
|
|
@@ -5900,4 +5900,4 @@ export {
|
|
|
5900
5900
|
dt as y,
|
|
5901
5901
|
ut as z
|
|
5902
5902
|
};
|
|
5903
|
-
//# sourceMappingURL=index-
|
|
5903
|
+
//# sourceMappingURL=index-wbdGLZCu.js.map
|