@chatsystem/client 1.1.43 → 1.1.45

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 CHANGED
@@ -20937,6 +20937,15 @@ const pl = () => {
20937
20937
  "data-testid": "send-button",
20938
20938
  onClick: e,
20939
20939
  type: "button",
20940
+ style: { outline: "none" },
20941
+ tabIndex: -1,
20942
+ onMouseDown: (t) => t.preventDefault(),
20943
+ onKeyDown: (t) => {
20944
+ (t.key === "Enter" || t.key === " ") && t.preventDefault();
20945
+ },
20946
+ onKeyUp: (t) => {
20947
+ (t.key === "Enter" || t.key === " ") && t.preventDefault();
20948
+ },
20940
20949
  children: /* @__PURE__ */ M.jsxDEV("span", { className: "", "data-state": "closed", children: /* @__PURE__ */ M.jsxDEV(
20941
20950
  "svg",
20942
20951
  {
@@ -20950,7 +20959,7 @@ const pl = () => {
20950
20959
  children: [
20951
20960
  /* @__PURE__ */ M.jsxDEV("g", { id: "SVGRepo_bgCarrier", "stroke-width": "0" }, void 0, !1, {
20952
20961
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20953
- lineNumber: 27,
20962
+ lineNumber: 36,
20954
20963
  columnNumber: 13
20955
20964
  }, void 0),
20956
20965
  /* @__PURE__ */ M.jsxDEV(
@@ -20964,7 +20973,7 @@ const pl = () => {
20964
20973
  !1,
20965
20974
  {
20966
20975
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20967
- lineNumber: 29,
20976
+ lineNumber: 38,
20968
20977
  columnNumber: 13
20969
20978
  },
20970
20979
  void 0
@@ -20973,13 +20982,13 @@ const pl = () => {
20973
20982
  " ",
20974
20983
  /* @__PURE__ */ M.jsxDEV("path", { d: "M148.5,0C66.486,0,0,66.486,0,148.5S66.486,297,148.5,297S297,230.514,297,148.5S230.514,0,148.5,0z M213.292,190.121 c0,12.912-10.467,23.379-23.378,23.379H106.67c-12.911,0-23.378-10.467-23.378-23.379v-83.242c0-12.912,10.467-23.379,23.378-23.379 h83.244c12.911,0,23.378,10.467,23.378,23.379V190.121z" }, void 0, !1, {
20975
20984
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20976
- lineNumber: 37,
20985
+ lineNumber: 46,
20977
20986
  columnNumber: 15
20978
20987
  }, void 0),
20979
20988
  " "
20980
20989
  ] }, void 0, !0, {
20981
20990
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20982
- lineNumber: 35,
20991
+ lineNumber: 44,
20983
20992
  columnNumber: 13
20984
20993
  }, void 0)
20985
20994
  ]
@@ -20988,13 +20997,13 @@ const pl = () => {
20988
20997
  !0,
20989
20998
  {
20990
20999
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20991
- lineNumber: 18,
21000
+ lineNumber: 27,
20992
21001
  columnNumber: 11
20993
21002
  },
20994
21003
  void 0
20995
21004
  ) }, void 0, !1, {
20996
21005
  fileName: "/home/yoann/dev/aibot-client/lib/src/components/BaseComponents/Textarea/StopButton.tsx",
20997
- lineNumber: 17,
21006
+ lineNumber: 26,
20998
21007
  columnNumber: 9
20999
21008
  }, void 0)
21000
21009
  },