@multiplayer-app/ai-agent-react 0.1.0-beta.52 → 0.1.0-beta.53
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.
|
@@ -36030,7 +36030,7 @@ const fwe = () => {
|
|
|
36030
36030
|
A(we) && ne.preventDefault();
|
|
36031
36031
|
}, Ue = !!S.trim();
|
|
36032
36032
|
return /* @__PURE__ */ N.jsxs(N.Fragment, { children: [
|
|
36033
|
-
/* @__PURE__ */ N.jsxs("form", { onSubmit: ue, className: "mp-agent-composer-input-wrapper", children: [
|
|
36033
|
+
/* @__PURE__ */ N.jsxs("form", { onSubmit: ue, className: "mp-agent-composer-input-wrapper", id: "composer-form", children: [
|
|
36034
36034
|
/* @__PURE__ */ N.jsx("input", { ref: u, type: "file", multiple: !0, style: { display: "none" }, onChange: Q }),
|
|
36035
36035
|
/* @__PURE__ */ N.jsx(
|
|
36036
36036
|
ewe,
|
|
@@ -36111,6 +36111,7 @@ const fwe = () => {
|
|
|
36111
36111
|
"button",
|
|
36112
36112
|
{
|
|
36113
36113
|
type: "submit",
|
|
36114
|
+
form: "composer-form",
|
|
36114
36115
|
disabled: !Ue,
|
|
36115
36116
|
"aria-label": o.sendMessage,
|
|
36116
36117
|
className: "mp-agent-composer-button mp-agent-composer-send-button",
|