docx-diff-editor 1.0.43 → 1.0.45

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/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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx-diff-editor",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "React component for DOCX document comparison with track changes visualization",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Pablo Schaffner",