@streamoid/chat-components 0.2.9 → 0.2.10
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -922,14 +922,14 @@ ${valueSummaryParts.join("\n")}` : "";
|
|
|
922
922
|
{
|
|
923
923
|
src: url,
|
|
924
924
|
controls: true,
|
|
925
|
-
className: "w-full h-44 object-
|
|
925
|
+
className: "w-full h-44 object-contain bg-black"
|
|
926
926
|
}
|
|
927
927
|
) : /* @__PURE__ */ jsx10(
|
|
928
928
|
"img",
|
|
929
929
|
{
|
|
930
930
|
src: url,
|
|
931
931
|
alt: `Generated media ${idx + 1}`,
|
|
932
|
-
className: "w-full h-44 object-
|
|
932
|
+
className: "w-full h-44 object-contain bg-black",
|
|
933
933
|
loading: "lazy"
|
|
934
934
|
}
|
|
935
935
|
)
|
package/package.json
CHANGED