react-pro-messenger 1.1.2 → 1.1.3
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6239,7 +6239,7 @@ const jd = ({
|
|
|
6239
6239
|
exit: { opacity: 0, y: 50 },
|
|
6240
6240
|
transition: { duration: 0.3 },
|
|
6241
6241
|
onContextMenu: (s) => e(s, n),
|
|
6242
|
-
className: `relative self-end ${t ? "w-3/4" : i ? " max-w-[400px]" : "max-w-[75%]"} flex flex-col justify-center break-words p-2 rounded-lg ${r === ce.Telegram ? " bg-green-200" : ce.Simple ? " bg-[#
|
|
6242
|
+
className: `relative self-end ${t ? "w-3/4" : i ? " max-w-[400px]" : "max-w-[75%]"} flex flex-col justify-center break-words p-2 rounded-lg ${r === ce.Telegram ? " bg-green-200" : ce.Simple ? " bg-[#b3baff] text-black" : ""}`,
|
|
6243
6243
|
children: [
|
|
6244
6244
|
t || null,
|
|
6245
6245
|
/* @__PURE__ */ p.exports.jsx("span", { className: "", children: n.text }),
|
|
@@ -6248,7 +6248,7 @@ const jd = ({
|
|
|
6248
6248
|
n.isSending ? /* @__PURE__ */ p.exports.jsx(ha, { size: 13, color: "text-black" }) : /* @__PURE__ */ p.exports.jsx(
|
|
6249
6249
|
Md,
|
|
6250
6250
|
{
|
|
6251
|
-
className: r === ce.Telegram ? " " : ce.Simple ? " [&>path]:fill-
|
|
6251
|
+
className: r === ce.Telegram ? " " : ce.Simple ? " [&>path]:fill-black" : ""
|
|
6252
6252
|
}
|
|
6253
6253
|
),
|
|
6254
6254
|
n.isEdited ? /* @__PURE__ */ p.exports.jsx(
|
|
@@ -6262,7 +6262,7 @@ const jd = ({
|
|
|
6262
6262
|
/* @__PURE__ */ p.exports.jsx(
|
|
6263
6263
|
sn,
|
|
6264
6264
|
{
|
|
6265
|
-
className: `fill-blue-200 rotate-180 absolute -right-2 bottom-0 ${r === ce.Telegram ? "[&>g>path]:fill-green-200" : ce.Simple ? "[&>g>path]:fill-[#
|
|
6265
|
+
className: `fill-blue-200 rotate-180 absolute -right-2 bottom-0 ${r === ce.Telegram ? "[&>g>path]:fill-green-200" : ce.Simple ? "[&>g>path]:fill-[#b3baff]" : ""} `
|
|
6266
6266
|
}
|
|
6267
6267
|
)
|
|
6268
6268
|
]
|