@fileverse-dev/ddoc 3.0.97-sepia-3 → 3.0.98-odfkit-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.es.js +24543 -24661
- package/dist/package/components/editor-toolbar.d.ts +2 -1
- package/dist/package/components/editor-utils.d.ts +2 -1
- package/dist/package/components/presentation-mode/presentation-mode.d.ts +2 -2
- package/dist/package/components/presentation-mode/preview-panel.d.ts +2 -2
- package/dist/package/components/preview-export-trigger.d.ts +2 -1
- package/dist/package/context/editor-context.d.ts +3 -3
- package/dist/package/extensions/odt-export/index.d.ts +19 -0
- package/dist/package/hooks/use-ddoc-export.d.ts +1 -1
- package/dist/package/hooks/use-export-headless-editor-content.d.ts +1 -1
- package/dist/package/hooks/use-tab-editor.d.ts +2 -2
- package/dist/package/types.d.ts +2 -4
- package/dist/package/utils/colors.d.ts +1 -3
- package/dist/package/utils/document-styling.d.ts +3 -3
- package/dist/style.css +1 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DDoc",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.98-odfkit-1",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"lowlight": "^3.3.0",
|
|
93
93
|
"mammoth": "^1.10.0",
|
|
94
94
|
"markdown-it-footnote": "^4.0.0",
|
|
95
|
+
"odf-kit": "^0.9.3",
|
|
95
96
|
"ollama": "^0.5.14",
|
|
97
|
+
"socket.io-client": "^4.7.5",
|
|
96
98
|
"platform": "^1.3.6",
|
|
97
99
|
"prosemirror-model": "^1.21.0",
|
|
98
100
|
"prosemirror-state": "^1.4.3",
|
|
@@ -100,7 +102,6 @@
|
|
|
100
102
|
"react-dom": "^18.2.0",
|
|
101
103
|
"react-tweet": "^3.2.2",
|
|
102
104
|
"react-uuid": "^2.0.0",
|
|
103
|
-
"socket.io-client": "^4.7.5",
|
|
104
105
|
"tailwindcss-animate": "^1.0.7",
|
|
105
106
|
"tiptap-markdown": "^0.9.0",
|
|
106
107
|
"turndown": "^7.2.0",
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
"@dnd-kit/sortable": ">=10.0.0",
|
|
121
122
|
"@dnd-kit/utilities": ">=3.2.2",
|
|
122
123
|
"@fileverse/crypto": ">=0.0.21",
|
|
123
|
-
"@fileverse/ui": "
|
|
124
|
+
"@fileverse/ui": ">=5.0.0",
|
|
124
125
|
"framer-motion": ">=11.2.10",
|
|
125
126
|
"frimousse": ">=0.3.0",
|
|
126
127
|
"viem": ">=2.13.8"
|
|
@@ -152,4 +153,4 @@
|
|
|
152
153
|
"typescript": "^5.2.2",
|
|
153
154
|
"vite": "^5.0.0"
|
|
154
155
|
}
|
|
155
|
-
}
|
|
156
|
+
}
|