catchup-library-web 2.6.7 → 2.6.9

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 CHANGED
@@ -3697,7 +3697,8 @@ var ShowBodyMediaByContentType = ({
3697
3697
  src: value,
3698
3698
  alt: "body-image",
3699
3699
  size: "custom",
3700
- className: "max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
3700
+ className: "max-w-full rounded-catchup-xlarge",
3701
+ imageClassName: "max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
3701
3702
  }
3702
3703
  ),
3703
3704
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
package/dist/index.mjs CHANGED
@@ -3461,7 +3461,8 @@ var ShowBodyMediaByContentType = ({
3461
3461
  src: value,
3462
3462
  alt: "body-image",
3463
3463
  size: "custom",
3464
- className: "max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
3464
+ className: "max-w-full rounded-catchup-xlarge",
3465
+ imageClassName: "max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
3465
3466
  }
3466
3467
  ),
3467
3468
  /* @__PURE__ */ jsx20(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.6.7",
3
+ "version": "2.6.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -361,7 +361,8 @@ const ShowBodyMediaByContentType = ({
361
361
  src={value}
362
362
  alt="body-image"
363
363
  size="custom"
364
- className="max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
364
+ className="max-w-full rounded-catchup-xlarge"
365
+ imageClassName="max-h-[50vh] max-w-full object-contain rounded-catchup-xlarge"
365
366
  />
366
367
  <div
367
368
  className="absolute flex items-center justify-center top-2 right-2 h-6 w-6 cursor-pointer border rounded-catchup-xlarge border-catchup-blue p-1"