@mastra/playground-ui 5.1.11-alpha.0 → 5.1.11-alpha.1

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.es.js CHANGED
@@ -8147,7 +8147,7 @@ const WorkflowRunEventForm = ({ event, runId, onSendEvent }) => {
8147
8147
  const formatted = await formatJSON(eventData);
8148
8148
  setEventData(formatted);
8149
8149
  };
8150
- return /* @__PURE__ */ jsxs("div", { children: [
8150
+ return /* @__PURE__ */ jsxs(TooltipProvider, { children: [
8151
8151
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
8152
8152
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between pb-2", children: [
8153
8153
  /* @__PURE__ */ jsx(Txt, { as: "label", variant: "ui-md", className: "text-icon3", children: "Event data (JSON)" }),
@@ -8254,7 +8254,7 @@ const WorkflowStepActionBar = ({
8254
8254
  ] }),
8255
8255
  onShowTrace && /* @__PURE__ */ jsx(Button, { onClick: onShowTrace, children: "Show trace" }),
8256
8256
  showEventForm && /* @__PURE__ */ jsxs(Fragment, { children: [
8257
- /* @__PURE__ */ jsx(Button, { onClick: () => setIsEventFormOpen(true), children: "Send event" }),
8257
+ /* @__PURE__ */ jsx(Button, { className: "ring-1 ring-accent5 !text-accent5", onClick: () => setIsEventFormOpen(true), children: "Send event" }),
8258
8258
  /* @__PURE__ */ jsx(Dialog, { open: isEventFormOpen, onOpenChange: setIsEventFormOpen, children: /* @__PURE__ */ jsxs(DialogContent, { className: dialogContentClass, children: [
8259
8259
  /* @__PURE__ */ jsxs(DialogTitle, { className: dialogTitleClass, children: [
8260
8260
  "Send ",