@mastra/playground-ui 5.2.5-alpha.0 → 5.2.5-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
@@ -4984,7 +4984,7 @@ const Composer$1 = ({ hasMemory, onInputChange, agentId }) => {
4984
4984
  return /* @__PURE__ */ jsxs("div", { className: "mx-4", children: [
4985
4985
  /* @__PURE__ */ jsxs(ComposerPrimitive.Root, { children: [
4986
4986
  /* @__PURE__ */ jsx("div", { className: "max-w-[568px] w-full mx-auto pb-2", children: /* @__PURE__ */ jsx(ComposerAttachments, {}) }),
4987
- /* @__PURE__ */ jsxs("div", { className: "bg-surface3 rounded-lg border-sm border-border1 py-4 mt-auto max-w-[568px] w-full mx-auto px-4 focus-within:outline focus-within:outline-accent1", children: [
4987
+ /* @__PURE__ */ jsxs("div", { className: "bg-surface3 rounded-lg border-sm border-border1 py-4 mt-auto max-w-[568px] w-full mx-auto px-4 focus-within:outline focus-within:outline-accent1 -outline-offset-2", children: [
4988
4988
  /* @__PURE__ */ jsx(ComposerPrimitive.Input, { asChild: true, className: "w-full", children: /* @__PURE__ */ jsx(
4989
4989
  "textarea",
4990
4990
  {