@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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -8180,7 +8180,7 @@ const WorkflowRunEventForm = ({ event, runId, onSendEvent }) => {
|
|
|
8180
8180
|
const formatted = await formatJSON(eventData);
|
|
8181
8181
|
setEventData(formatted);
|
|
8182
8182
|
};
|
|
8183
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
8183
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(TooltipProvider, { children: [
|
|
8184
8184
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-2", children: [
|
|
8185
8185
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between pb-2", children: [
|
|
8186
8186
|
/* @__PURE__ */ jsxRuntime.jsx(Txt, { as: "label", variant: "ui-md", className: "text-icon3", children: "Event data (JSON)" }),
|
|
@@ -8287,7 +8287,7 @@ const WorkflowStepActionBar = ({
|
|
|
8287
8287
|
] }),
|
|
8288
8288
|
onShowTrace && /* @__PURE__ */ jsxRuntime.jsx(Button, { onClick: onShowTrace, children: "Show trace" }),
|
|
8289
8289
|
showEventForm && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8290
|
-
/* @__PURE__ */ jsxRuntime.jsx(Button, { onClick: () => setIsEventFormOpen(true), children: "Send event" }),
|
|
8290
|
+
/* @__PURE__ */ jsxRuntime.jsx(Button, { className: "ring-1 ring-accent5 !text-accent5", onClick: () => setIsEventFormOpen(true), children: "Send event" }),
|
|
8291
8291
|
/* @__PURE__ */ jsxRuntime.jsx(Dialog, { open: isEventFormOpen, onOpenChange: setIsEventFormOpen, children: /* @__PURE__ */ jsxRuntime.jsxs(DialogContent, { className: dialogContentClass, children: [
|
|
8292
8292
|
/* @__PURE__ */ jsxRuntime.jsxs(DialogTitle, { className: dialogTitleClass, children: [
|
|
8293
8293
|
"Send ",
|