@internxt/ui 0.1.11 → 0.1.12

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.es.js CHANGED
@@ -5619,7 +5619,7 @@ const Rp = ({
5619
5619
  return /* @__PURE__ */ f(
5620
5620
  "button",
5621
5621
  {
5622
- onClick: () => p(s.id),
5622
+ onClick: () => p(s.id, s.read),
5623
5623
  className: `flex flex-col border-b border-gray-10 text-left gap-2 w-full py-3 px-5 ${x ? "bg-primary/10" : ""}`,
5624
5624
  children: /* @__PURE__ */ R("div", { className: "flex flex-row w-full gap-2", children: [
5625
5625
  /* @__PURE__ */ f(Ma, { fullName: s.from.name, src: s.from.avatar, size: "xxs" }),