react-pro-messenger 1.0.30 → 1.0.31

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
@@ -5826,7 +5826,7 @@ const Sd = ({ src: e, className: t }) => {
5826
5826
  onContextMenu: (u) => n(u, e),
5827
5827
  className: `relative ${r ? "w-3/4" : "w-fit max-w-3/4"}flex flex-col gap-1 md:max-w-[400px] p-2 pt-5 rounded-lg bg-green-200`,
5828
5828
  children: [
5829
- /* @__PURE__ */ p.exports.jsx("span", { className: "absolute top-1 text-xs text-orange-700", children: (i = e.user) != null && i.fullName && ((o = (s = e.user) == null ? void 0 : s.fullName) == null ? void 0 : o.length) > 16 ? (l = e.user) == null ? void 0 : l.firstName : (a = e.user) == null ? void 0 : a.fullName }),
5829
+ /* @__PURE__ */ p.exports.jsx("span", { className: "absolute top-1 text-xs text-orange-700 whitespace-nowrap", children: (i = e.user) != null && i.fullName && ((o = (s = e.user) == null ? void 0 : s.fullName) == null ? void 0 : o.length) > 16 ? (l = e.user) == null ? void 0 : l.firstName : (a = e.user) == null ? void 0 : a.fullName }),
5830
5830
  r || null,
5831
5831
  /* @__PURE__ */ p.exports.jsx("span", { children: e.text }),
5832
5832
  /* @__PURE__ */ p.exports.jsx("div", { className: "w-full flex gap- items-center justify-end", children: /* @__PURE__ */ p.exports.jsx("span", { className: "text-[10px]", children: new Date(e.createdDate).toLocaleTimeString().split(":")[0] + ":" + new Date(e.createdDate).toLocaleTimeString().split(":")[1] }) }),