@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.
- package/dist/headless-editor-utils.es.js +1 -1
- package/dist/{index-CFbL1TQf.mjs → index-SyVp89z7.mjs} +1 -1
- package/dist/index.es.js +4211 -4045
- package/dist/{markdown-source-pane-BHRwzDv3.mjs → markdown-source-pane-zl8gaBEG.mjs} +1 -1
- package/dist/package/hooks/use-tab-position-memory.d.ts +14 -0
- package/dist/package/utils/tab-position-memory.d.ts +33 -0
- package/dist/{split-view-toolbar-7KuHcrDp.mjs → split-view-toolbar-C7u41qZI.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{use-headless-editor-CFBrkR9Q.mjs → use-headless-editor-YGYoTi3o.mjs} +11 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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
|
+
}
|