docx-diff-editor 1.0.43 → 1.0.44
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/README.md +20 -1
- package/dist/index.d.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +24 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -6
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -5473,6 +5473,9 @@ img[data-v-7dd69850] {
|
|
|
5473
5473
|
/* Track Changes - SuperDoc track change styling */
|
|
5474
5474
|
/* @import './track-changes.css'; */
|
|
5475
5475
|
|
|
5476
|
+
/* Structural Changes Pane - Floating panel for structural changes */
|
|
5477
|
+
/* @import './structural-pane.css'; */
|
|
5478
|
+
|
|
5476
5479
|
|
|
5477
5480
|
/**
|
|
5478
5481
|
* CSS Variables for DocxDiffEditor
|