@xignature/docx-editor 1.0.0 → 1.0.1

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/index.js CHANGED
@@ -36271,7 +36271,6 @@ function rejectChange(from, to) {
36271
36271
  }
36272
36272
 
36273
36273
  // src/react/components/InlineHeaderFooterEditor.tsx
36274
- var import_prosemirror3 = require("prosemirror-view/style/prosemirror.css");
36275
36274
  var import_jsx_runtime43 = require("react/jsx-runtime");
36276
36275
  var separatorBarStyle = {
36277
36276
  display: "flex",
@@ -39177,7 +39176,6 @@ var import_prosemirror_state16 = require("prosemirror-state");
39177
39176
  var import_prosemirror_tables2 = require("prosemirror-tables");
39178
39177
  var import_prosemirror_view3 = require("prosemirror-view");
39179
39178
  var import_prosemirror_history3 = require("prosemirror-history");
39180
- var import_prosemirror4 = require("prosemirror-view/style/prosemirror.css");
39181
39179
  var import_jsx_runtime49 = require("react/jsx-runtime");
39182
39180
  var PM_UPDATED_SCROLL = 4;
39183
39181
  var pmScrollFlagAsserted = false;
package/dist/index.mjs CHANGED
@@ -29187,7 +29187,6 @@ function rejectChange(from, to) {
29187
29187
  }
29188
29188
 
29189
29189
  // src/react/components/InlineHeaderFooterEditor.tsx
29190
- import "prosemirror-view/style/prosemirror.css";
29191
29190
  import { jsx as jsx40, jsxs as jsxs28 } from "react/jsx-runtime";
29192
29191
  var separatorBarStyle = {
29193
29192
  display: "flex",
@@ -32103,7 +32102,6 @@ import {
32103
32102
  import { CellSelection as CellSelection2 } from "prosemirror-tables";
32104
32103
  import { EditorView as EditorView2 } from "prosemirror-view";
32105
32104
  import { undo as undo3, redo as redo3 } from "prosemirror-history";
32106
- import "prosemirror-view/style/prosemirror.css";
32107
32105
  import { jsx as jsx46 } from "react/jsx-runtime";
32108
32106
  var PM_UPDATED_SCROLL = 4;
32109
32107
  var pmScrollFlagAsserted = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xignature/docx-editor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A high-performance DOCX editor built with ProseMirror and Tiptap",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",