catchup-library-web 1.20.7 → 1.20.8

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
@@ -4531,7 +4531,7 @@ var ShowMaterialMediaByContentType = ({
4531
4531
  alt: "image",
4532
4532
  ref: imageRef,
4533
4533
  size: "custom",
4534
- imageClassName: "max-h-full max-w-full object-contain rounded-catchup-xlarge",
4534
+ imageClassName: "h-full w-full object-contain rounded-catchup-xlarge",
4535
4535
  onLoad: () => {
4536
4536
  setIsLoaded(true);
4537
4537
  }
package/dist/index.mjs CHANGED
@@ -4315,7 +4315,7 @@ var ShowMaterialMediaByContentType = ({
4315
4315
  alt: "image",
4316
4316
  ref: imageRef,
4317
4317
  size: "custom",
4318
- imageClassName: "max-h-full max-w-full object-contain rounded-catchup-xlarge",
4318
+ imageClassName: "h-full w-full object-contain rounded-catchup-xlarge",
4319
4319
  onLoad: () => {
4320
4320
  setIsLoaded(true);
4321
4321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.20.07",
3
+ "version": "1.20.08",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@ const ShowMaterialMediaByContentType = ({
88
88
  alt="image"
89
89
  ref={imageRef}
90
90
  size="custom"
91
- imageClassName="max-h-full max-w-full object-contain rounded-catchup-xlarge"
91
+ imageClassName="h-full w-full object-contain rounded-catchup-xlarge"
92
92
  onLoad={() => {
93
93
  setIsLoaded(true);
94
94
  }}