@multiplayer-app/ai-agent-react 0.1.0-beta.35 → 0.1.0-beta.36

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.
@@ -31122,7 +31122,12 @@ const J8e = (e) => {
31122
31122
  fields: n,
31123
31123
  notes: typeof t.notes == "string" ? t.notes : void 0
31124
31124
  };
31125
- }, t7e = ({ call: e, chatId: t, applyAllButtonText: n, rejectButtonText: r }) => {
31125
+ }, t7e = ({
31126
+ call: e,
31127
+ chatId: t,
31128
+ applyAllButtonText: n,
31129
+ showStatus: r = !0
31130
+ }) => {
31126
31131
  const a = bt(), i = _r(), o = Tt(() => e7e(e), [e]), [s, l] = Ot(/* @__PURE__ */ new Set()), u = Tt(() => {
31127
31132
  const S = (e.output ?? {})?._mp?.lastAction, E = typeof S?.action == "string" ? S.action : void 0, F = typeof S?.at == "string" ? S.at : void 0;
31128
31133
  return { action: E, at: F };
@@ -31229,7 +31234,7 @@ const J8e = (e) => {
31229
31234
  w.name
31230
31235
  )) }),
31231
31236
  /* @__PURE__ */ T.jsxs("div", { className: "mp-agent-form-proposal-actions", children: [
31232
- (d || p) && /* @__PURE__ */ T.jsxs("div", { className: "mp-agent-form-proposal-status", children: [
31237
+ r && (d || p) && /* @__PURE__ */ T.jsxs("div", { className: "mp-agent-form-proposal-status", children: [
31233
31238
  /* @__PURE__ */ T.jsx("span", { className: `mp-agent-form-proposal-badge ${d ? "is-applied" : "is-rejected"}`, children: d ? i.formProposalApplied : i.formProposalRejected }),
31234
31239
  u.at ? /* @__PURE__ */ T.jsx("span", { className: "mp-agent-form-proposal-status-time", children: /* @__PURE__ */ T.jsx(Yve, { date: u.at }) }) : null
31235
31240
  ] }),