@harbour-enterprises/superdoc 0.28.4 → 0.28.5
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/chunks/{PdfViewer-FhoWTpo9.es.js → PdfViewer-AB0GJT3F.es.js} +1 -1
- package/dist/chunks/{PdfViewer-CfUwzBbx.cjs → PdfViewer-CRZ7Hh_Z.cjs} +1 -1
- package/dist/chunks/{index-CQbyD7vC.es.js → index-B-LWb6SW.es.js} +3 -3
- package/dist/chunks/{index-C3gwy96O.cjs → index-CjMfOK2T.cjs} +3 -3
- package/dist/chunks/{index-CEL3ujoV-C85AsK84.cjs → index-CsxQB3Ha-BK7VKq_C.cjs} +1 -1
- package/dist/chunks/{index-CEL3ujoV-BXzhXCnT.es.js → index-CsxQB3Ha-BvrAYbCk.es.js} +1 -1
- package/dist/chunks/{super-editor.es-BQCukgDh.cjs → super-editor.es-B0-g-Yu6.cjs} +723 -732
- package/dist/chunks/{super-editor.es-rFPLjn7D.es.js → super-editor.es-D2xi8g4o.es.js} +723 -732
- package/dist/images/altText_add.svg +3 -0
- package/dist/images/altText_disclaimer.svg +3 -0
- package/dist/images/altText_done.svg +3 -0
- package/dist/images/altText_spinner.svg +30 -0
- package/dist/images/altText_warning.svg +3 -0
- package/dist/images/annotation-check.svg +11 -0
- package/dist/images/annotation-comment.svg +16 -0
- package/dist/images/annotation-help.svg +26 -0
- package/dist/images/annotation-insert.svg +10 -0
- package/dist/images/annotation-key.svg +11 -0
- package/dist/images/annotation-newparagraph.svg +11 -0
- package/dist/images/annotation-noicon.svg +7 -0
- package/dist/images/annotation-note.svg +42 -0
- package/dist/images/annotation-paperclip.svg +6 -0
- package/dist/images/annotation-paragraph.svg +16 -0
- package/dist/images/annotation-pushpin.svg +7 -0
- package/dist/images/cursor-editorFreeHighlight.svg +6 -0
- package/dist/images/cursor-editorFreeText.svg +3 -0
- package/dist/images/cursor-editorInk.svg +4 -0
- package/dist/images/cursor-editorTextHighlight.svg +8 -0
- package/dist/images/editor-toolbar-delete.svg +5 -0
- package/dist/images/loading-icon.gif +0 -0
- package/dist/images/messageBar_closingButton.svg +3 -0
- package/dist/images/messageBar_warning.svg +3 -0
- package/dist/images/toolbarButton-editorHighlight.svg +6 -0
- package/dist/images/toolbarButton-menuArrow.svg +3 -0
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BkMCDOKg.js → converter-Xq_CNQ6-.js} +372 -381
- package/dist/super-editor/chunks/{docx-zipper-CPrVIeS5.js → docx-zipper-D5oQWM4V.js} +1 -1
- package/dist/super-editor/chunks/{editor-D2rTPB17.js → editor-ChUZBhy8.js} +4 -4
- package/dist/super-editor/chunks/{index-CEL3ujoV.js → index-CsxQB3Ha.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-EGiGMLTV.js → toolbar-Z1FPQLN_.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/super-editor.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +487 -496
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harbour-enterprises/superdoc",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.28.
|
|
4
|
+
"version": "0.28.5",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
|
-
"readme": "
|
|
6
|
+
"readme": "README.md",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
@@ -80,5 +80,8 @@
|
|
|
80
80
|
"vite": "^6.3.5",
|
|
81
81
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
82
82
|
"vitest": "^3.2.4"
|
|
83
|
+
},
|
|
84
|
+
"publishConfig": {
|
|
85
|
+
"access": "public"
|
|
83
86
|
}
|
|
84
87
|
}
|