@vlprojects-chat/chat 0.13.3-LD-8047-fix-message-input.3 → 0.13.3-LD-8047-fix-message-input.5
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.mjs +4 -4
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -39085,7 +39085,7 @@ const gP = {
|
|
|
39085
39085
|
}, vce = () => {
|
|
39086
39086
|
const e = pe.useContext(j2);
|
|
39087
39087
|
return e ? e.chatSnackbarContainer : null;
|
|
39088
|
-
}, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.13.3-LD-8047-fix-message-input.
|
|
39088
|
+
}, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.13.3-LD-8047-fix-message-input.4", Sce = "vlprojects chat", Ece = "ISC", xce = "dist/index.d.ts", Cce = "./dist/index.mjs", Tce = "./dist/index.mjs", Oce = [
|
|
39089
39089
|
"dist"
|
|
39090
39090
|
], Rce = {
|
|
39091
39091
|
type: "git",
|
|
@@ -57498,10 +57498,10 @@ const bI = ({ value: e, size: t, icon: n, width: r = 2, color: o = "#FF0000" })
|
|
|
57498
57498
|
w(($) => Uj($ + Ce, 1, ee));
|
|
57499
57499
|
}, [_.messageListDimensions]);
|
|
57500
57500
|
const Y = kn(null), K = () => {
|
|
57501
|
-
|
|
57501
|
+
setTimeout(() => {
|
|
57502
57502
|
var ie;
|
|
57503
|
-
|
|
57504
|
-
},
|
|
57503
|
+
n.ui.isMobile && ((ie = Y.current) == null || ie.scrollIntoView({ behavior: "smooth" }));
|
|
57504
|
+
}, 500);
|
|
57505
57505
|
};
|
|
57506
57506
|
return /* @__PURE__ */ h.jsx(
|
|
57507
57507
|
Ne,
|
package/package.json
CHANGED