@streamoid/chat-components 0.2.1 → 0.2.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1020,7 +1020,7 @@ function DynamicForm(props) {
1020
1020
  }
1021
1021
  ) });
1022
1022
  }
1023
- return /* @__PURE__ */ jsxs2(Card, { className: "w-[60%] max-w-2xl max-h-[65vh] flex flex-col border border-border bg-card shadow-sm animate-in fade-in duration-300", children: [
1023
+ return /* @__PURE__ */ jsxs2(Card, { className: "w-[60%] max-w-2xl max-h-[45vh] flex flex-col border border-border bg-card shadow-sm animate-in fade-in duration-300", children: [
1024
1024
  /* @__PURE__ */ jsxs2(CardHeader, { className: "pb-2 pt-4 px-5 flex-shrink-0", children: [
1025
1025
  /* @__PURE__ */ jsx10(CardTitle, { className: "text-sm font-semibold tracking-tight", children: title }),
1026
1026
  description && /* @__PURE__ */ jsx10(CardDescription, { className: "text-xs text-muted-foreground leading-snug", children: description })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/chat-components",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Shared chat UI components for the Streamoid chat host — DynamicForm and other cross-service components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",