@vlprojects-chat/chat 0.13.3-LD-8047-fix-message-input.2 → 0.13.3-LD-8047-fix-message-input.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.mjs +5 -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.2", 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,9 +57498,9 @@ 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
|
-
setTimeout(() => {
|
|
57501
|
+
console.log("focus"), setTimeout(() => {
|
|
57502
57502
|
var ie;
|
|
57503
|
-
n.ui.isMobile && ((ie = Y.current) == null || ie.scrollIntoView(
|
|
57503
|
+
console.log("timer"), n.ui.isMobile && (console.log("if"), (ie = Y.current) == null || ie.scrollIntoView());
|
|
57504
57504
|
}, 100);
|
|
57505
57505
|
};
|
|
57506
57506
|
return /* @__PURE__ */ h.jsx(
|
|
@@ -57509,7 +57509,8 @@ const bI = ({ value: e, size: t, icon: n, width: r = 2, color: o = "#FF0000" })
|
|
|
57509
57509
|
container: !0,
|
|
57510
57510
|
className: F.root,
|
|
57511
57511
|
"data-qa": "message-input",
|
|
57512
|
-
|
|
57512
|
+
ref: Y,
|
|
57513
|
+
children: /* @__PURE__ */ h.jsxs("div", { className: ype(F.container), children: [
|
|
57513
57514
|
/* @__PURE__ */ h.jsxs(
|
|
57514
57515
|
Ne,
|
|
57515
57516
|
{
|
package/package.json
CHANGED