@vlprojects-chat/chat 0.17.0-LD-8846.3 → 0.17.0-LD-8846.4

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.
Files changed (2) hide show
  1. package/dist/index.mjs +12 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -39109,7 +39109,7 @@ const hP = {
39109
39109
  }, uce = () => {
39110
39110
  const e = de.useContext(NC);
39111
39111
  return e ? e.chatSnackbarContainer : null;
39112
- }, fce = "@vlprojects-chat/chat", dce = "vlprojects", pce = "0.17.0-LD-8846.2", hce = "vlprojects chat", mce = "ISC", gce = "dist/index.d.ts", vce = "./dist/index.mjs", yce = "./dist/index.mjs", bce = [
39112
+ }, fce = "@vlprojects-chat/chat", dce = "vlprojects", pce = "0.17.0-LD-8846.3", hce = "vlprojects chat", mce = "ISC", gce = "dist/index.d.ts", vce = "./dist/index.mjs", yce = "./dist/index.mjs", bce = [
39113
39113
  "dist"
39114
39114
  ], wce = {
39115
39115
  type: "git",
@@ -64064,6 +64064,9 @@ const u1e = (e) => {
64064
64064
  direction: "column",
64065
64065
  wrap: "nowrap",
64066
64066
  color: M.PRIMARY,
64067
+ sx: {
64068
+ scrollbarGutter: "stable both-edges"
64069
+ },
64067
64070
  children: [
64068
64071
  /* @__PURE__ */ h.jsx(ve, { variant: "h2", alignSelf: "center", children: /* @__PURE__ */ h.jsx(Ee, { id: "createPoll" }) }),
64069
64072
  /* @__PURE__ */ h.jsx(P1e, { channel: n })
@@ -64511,9 +64514,15 @@ const u1e = (e) => {
64511
64514
  const { voteHandler: t } = e, n = ewe(), r = Yn(), [o, i] = Qe(""), [s, a] = Qe(!1), [c, l] = Qe(""), u = (d) => {
64512
64515
  const m = d.target.value;
64513
64516
  m.trim().length < R1 ? (l(
64514
- r.formatMessage({ id: "pollValidateAnswerLongerLetters" }, { length: R1 })
64517
+ r.formatMessage(
64518
+ { id: "pollValidateAnswerLongerLetters" },
64519
+ { length: R1 }
64520
+ )
64515
64521
  ), a(!1)) : m.trim().length > i3 ? (l(
64516
- r.formatMessage({ id: "pollValidateAnswerNotLongerLetters" }, { length: i3 })
64522
+ r.formatMessage(
64523
+ { id: "pollValidateAnswerNotLongerLetters" },
64524
+ { length: i3 }
64525
+ )
64517
64526
  ), a(!1)) : (l(""), a(!0)), i(m);
64518
64527
  }, p = () => {
64519
64528
  i(""), l(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.17.0-LD-8846.3",
4
+ "version": "0.17.0-LD-8846.4",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",