@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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-cover bg-black"
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-cover",
932
+ className: "w-full h-44 object-contain bg-black",
933
933
  loading: "lazy"
934
934
  }
935
935
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/chat-components",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
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",