@linktr.ee/messaging-react 3.38.2 → 3.38.3-rc-1786374646
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-2Ms7lBDO.js → Card-CkKQ01po.js} +2 -2
- package/dist/{Card-2Ms7lBDO.js.map → Card-CkKQ01po.js.map} +1 -1
- package/dist/{Card-KwVE3M5j.cjs → Card-D2H6D4vH.cjs} +2 -2
- package/dist/{Card-KwVE3M5j.cjs.map → Card-D2H6D4vH.cjs.map} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/index-COXbx2yV.cjs +3 -0
- package/dist/index-COXbx2yV.cjs.map +1 -0
- package/dist/{index-i03XGFsr.js → index-CdpohM_9.js} +4 -4
- package/dist/index-CdpohM_9.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/{ChannelHeaderRedesign.tsx → ChannelHeader.tsx} +11 -7
- package/src/components/ChannelView.tsx +2 -2
- package/src/styles.css +20 -0
- package/dist/index-DzOGH7lG.cjs +0 -3
- package/dist/index-DzOGH7lG.cjs.map +0 -1
- package/dist/index-i03XGFsr.js.map +0 -1
|
@@ -677,14 +677,14 @@ const we = ({
|
|
|
677
677
|
children: /* @__PURE__ */ s(Gn, { className: "size-2.5", weight: "bold" })
|
|
678
678
|
}
|
|
679
679
|
),
|
|
680
|
-
E && /* @__PURE__ */ s(
|
|
680
|
+
E && /* @__PURE__ */ s("span", { className: "messaging-header-star-badge flex overflow-hidden", children: /* @__PURE__ */ s(
|
|
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__ */ s(nt, { className: "size-2.5", weight: "fill" })
|
|
686
686
|
}
|
|
687
|
-
),
|
|
687
|
+
) }),
|
|
688
688
|
w && /* @__PURE__ */ s(
|
|
689
689
|
us,
|
|
690
690
|
{
|
|
@@ -1544,7 +1544,7 @@ const Ss = ({
|
|
|
1544
1544
|
function lr(e) {
|
|
1545
1545
|
return ve(Ts)[e] ?? ir[e];
|
|
1546
1546
|
}
|
|
1547
|
-
const or = z.lazy(() => import("./Card-DaJtDL7m.js")), cr = z.lazy(() => import("./Card-
|
|
1547
|
+
const or = z.lazy(() => import("./Card-DaJtDL7m.js")), cr = z.lazy(() => import("./Card-CkKQ01po.js")), dr = () => /* @__PURE__ */ s(
|
|
1548
1548
|
"div",
|
|
1549
1549
|
{
|
|
1550
1550
|
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)]",
|
|
@@ -5897,4 +5897,4 @@ export {
|
|
|
5897
5897
|
dt as y,
|
|
5898
5898
|
ut as z
|
|
5899
5899
|
};
|
|
5900
|
-
//# sourceMappingURL=index-
|
|
5900
|
+
//# sourceMappingURL=index-CdpohM_9.js.map
|