@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.
- package/dist/index.js +1 -1
- 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-[
|
|
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