@fileverse-dev/ddoc 4.8.0 → 4.8.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.
@@ -36810,6 +36810,17 @@ const pN = 11.69, Kne = 8.27, em = 0.83, sf = 0.83, hN = 96, Xne = "Print Previe
36810
36810
  margin-left: auto;
36811
36811
  margin-right: auto;
36812
36812
  }
36813
+ .print-content-root [data-type='resizable-media'] > img[width='100%'] {
36814
+ width: auto;
36815
+ }
36816
+ .print-content-root [data-type='resizable-media'][dataalign='start'] > img,
36817
+ .print-content-root [data-type='resizable-media'][dataalign='left'] > img {
36818
+ margin-left: 0;
36819
+ }
36820
+ .print-content-root [data-type='resizable-media'][dataalign='end'] > img,
36821
+ .print-content-root [data-type='resizable-media'][dataalign='right'] > img {
36822
+ margin-right: 0;
36823
+ }
36813
36824
  .print-content-root h3 {
36814
36825
  font-weight: 600;
36815
36826
  color: #0D0D0D;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "4.8.0",
5
+ "version": "4.8.2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -184,4 +184,4 @@
184
184
  "vitest": "^2.1.0",
185
185
  "yjs": "13.6.30"
186
186
  }
187
- }
187
+ }