@linktr.ee/messaging-react 3.12.0 → 3.12.1-rc-1783924171
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-UnwKmYzt.cjs → Card-C6N_1d30.cjs} +2 -2
- package/dist/{Card-UnwKmYzt.cjs.map → Card-C6N_1d30.cjs.map} +1 -1
- package/dist/{Card-BnbNynLQ.js → Card-D0J7P8Pd.js} +2 -2
- package/dist/{Card-BnbNynLQ.js.map → Card-D0J7P8Pd.js.map} +1 -1
- package/dist/{index-CyHyftBi.cjs → index-BPuKI6ND.cjs} +2 -2
- package/dist/{index-CyHyftBi.cjs.map → index-BPuKI6ND.cjs.map} +1 -1
- package/dist/{index-DJXjS2H9.js → index-BTyH9fwI.js} +5 -3
- package/dist/{index-DJXjS2H9.js.map → index-BTyH9fwI.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/ChannelView.tsx +2 -0
|
@@ -2651,7 +2651,7 @@ const tr = ({
|
|
|
2651
2651
|
function Dr(e) {
|
|
2652
2652
|
return Ie(Ts)[e] ?? Rr[e];
|
|
2653
2653
|
}
|
|
2654
|
-
const Lr = V.lazy(() => import("./Card-qS17qnN0.js")), zr = V.lazy(() => import("./Card-
|
|
2654
|
+
const Lr = V.lazy(() => import("./Card-qS17qnN0.js")), zr = V.lazy(() => import("./Card-D0J7P8Pd.js")), Fr = () => /* @__PURE__ */ s(
|
|
2655
2655
|
"div",
|
|
2656
2656
|
{
|
|
2657
2657
|
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)]",
|
|
@@ -4561,7 +4561,9 @@ const be = "size-10 rounded-full hover:bg-[#E5E4E1] flex items-center justify-ce
|
|
|
4561
4561
|
{
|
|
4562
4562
|
overrides: {
|
|
4563
4563
|
Message: X,
|
|
4564
|
-
MessageActions: vi
|
|
4564
|
+
MessageActions: vi,
|
|
4565
|
+
UnreadMessagesSeparator: () => null,
|
|
4566
|
+
UnreadMessagesNotification: () => null
|
|
4565
4567
|
},
|
|
4566
4568
|
children: /* @__PURE__ */ u(Cn, { children: [
|
|
4567
4569
|
!F && /* @__PURE__ */ u(se, { children: [
|
|
@@ -5328,4 +5330,4 @@ export {
|
|
|
5328
5330
|
ft as y,
|
|
5329
5331
|
gt as z
|
|
5330
5332
|
};
|
|
5331
|
-
//# sourceMappingURL=index-
|
|
5333
|
+
//# sourceMappingURL=index-BTyH9fwI.js.map
|