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

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 -6
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -79767,9 +79767,6 @@ const x5 = [
79767
79767
  .ProseMirror img {
79768
79768
  max-width: 720px;
79769
79769
  max-height: calc(100vh - 96px);
79770
- width: initial !important;
79771
- height: initial !important;
79772
- object-fit: scale-down;
79773
79770
  display: block;
79774
79771
  margin: 16px auto;
79775
79772
  position: relative;
@@ -79877,9 +79874,8 @@ const x5 = [
79877
79874
  margin: 0;
79878
79875
  }
79879
79876
  img {
79880
- max-width: initial;
79881
- height: initial;
79882
- object-fit: scale-down;
79877
+ max-width: fit-content;
79878
+ height: auto;
79883
79879
  aspect-ratio: auto;
79884
79880
  display: block;
79885
79881
  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.1",
5
+ "version": "2.1.2-patch-3.2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {