next-recomponents 2.0.69 → 2.0.70

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
@@ -37654,7 +37654,7 @@ function DocumentViewer({
37654
37654
  {
37655
37655
  src: url,
37656
37656
  alt: name,
37657
- className: "w-full h-full rounded object-cover"
37657
+ className: "w-full h-full rounded object-contain"
37658
37658
  }
37659
37659
  ) : isPdf ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
37660
37660
  "iframe",
package/dist/index.mjs CHANGED
@@ -37637,7 +37637,7 @@ function DocumentViewer({
37637
37637
  {
37638
37638
  src: url,
37639
37639
  alt: name,
37640
- className: "w-full h-full rounded object-cover"
37640
+ className: "w-full h-full rounded object-contain"
37641
37641
  }
37642
37642
  ) : isPdf ? /* @__PURE__ */ jsx20(
37643
37643
  "iframe",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "2.0.69",
3
+ "version": "2.0.70",
4
4
  "description": "description nueva",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -104,7 +104,7 @@ export default function DocumentViewer({
104
104
  <img
105
105
  src={url}
106
106
  alt={name}
107
- className="w-full h-full rounded object-cover"
107
+ className="w-full h-full rounded object-contain"
108
108
  />
109
109
  ) : isPdf ? (
110
110
  <iframe