@fileverse-dev/ddoc 2.1.2-patch-3 → 2.1.2-patch-3.1

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.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -79769,7 +79769,7 @@ const x5 = [
79769
79769
  max-height: calc(100vh - 96px);
79770
79770
  width: initial !important;
79771
79771
  height: initial !important;
79772
- object-fit: contain;
79772
+ object-fit: scale-down;
79773
79773
  display: block;
79774
79774
  margin: 16px auto;
79775
79775
  position: relative;
@@ -79879,7 +79879,7 @@ const x5 = [
79879
79879
  img {
79880
79880
  max-width: initial;
79881
79881
  height: initial;
79882
- object-fit: contain;
79882
+ object-fit: scale-down;
79883
79883
  aspect-ratio: auto;
79884
79884
  display: block;
79885
79885
  margin-left: auto;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.2-patch-3",
5
+ "version": "2.1.2-patch-3.1",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {