react-semaphor 0.0.583 → 0.0.584

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.
@@ -78375,8 +78375,8 @@ function iFe({ errorMessage: e }) {
78375
78375
  ] });
78376
78376
  }
78377
78377
  function aFe({ text: e }) {
78378
- return /* @__PURE__ */ P("div", { className: "group relative rounded-md bg-muted/50 p-3 text-sm", children: [
78379
- /* @__PURE__ */ p(Ate, { className: "float-left mr-2 size-4" }),
78378
+ return /* @__PURE__ */ P("div", { className: "group relative rounded-md border border-border/50 bg-muted/50 p-3 text-sm", children: [
78379
+ /* @__PURE__ */ p(Ate, { className: "float-left mr-2 mt-0.5 size-3.5" }),
78380
78380
  /* @__PURE__ */ p("div", { className: "whitespace-pre-line", children: e }),
78381
78381
  /* @__PURE__ */ p("div", { className: "absolute right-1 top-1 opacity-0 transition-opacity group-hover:opacity-100", children: /* @__PURE__ */ p(Sy, { text: e, className: "h-6" }) })
78382
78382
  ] });
@@ -87066,7 +87066,7 @@ const Fq = Mn(
87066
87066
  N(), a == null || a();
87067
87067
  },
87068
87068
  placeholder: "Ask a question...",
87069
- className: "max-h-[200px] min-h-[40px] w-full resize-none overflow-y-auto border-0 bg-transparent px-3 py-2 text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-0",
87069
+ className: "max-h-[200px] min-h-[40px] w-full resize-none overflow-y-auto border-0 bg-transparent px-3 py-2 text-sm text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-0",
87070
87070
  style: {
87071
87071
  height: "40px",
87072
87072
  lineHeight: "1.5"