@fileverse-dev/ddoc 2.5.0-tiptap-2 → 2.5.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/{ccip-C5pydaSE.mjs → ccip-EalcS3eB.mjs} +1 -1
- package/dist/{index-DHhy3vCx.mjs → index-Bq57qeQw.mjs} +48290 -50817
- package/dist/index.es.js +1 -1
- package/dist/package/common/toolbar-button.d.ts +2 -3
- package/dist/package/components/editor-bubble-menu/editor-bubble-menu.d.ts +1 -1
- package/dist/package/components/editor-bubble-menu/props.d.ts +65 -0
- package/dist/package/components/editor-bubble-menu/types.d.ts +1 -2
- package/dist/package/components/inline-comment/types.d.ts +1 -2
- package/dist/package/components/toc/document-outline.d.ts +1 -1
- package/dist/package/components/toc/toc.d.ts +2 -2
- package/dist/package/components/toc/types.d.ts +3 -0
- package/dist/package/constants/canvas-dimensions.d.ts +81 -0
- package/dist/package/extensions/ai-writer/ai-writer-node-view.d.ts +1 -1
- package/dist/package/extensions/default-extension.d.ts +1 -1
- package/dist/package/extensions/font-size/font-size.d.ts +1 -1
- package/dist/package/types.d.ts +7 -0
- package/dist/style.css +1 -1
- package/package.json +32 -31
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DDoc",
|
|
5
|
-
"version": "2.5.
|
|
5
|
+
"version": "2.5.1",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -38,44 +38,44 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
|
41
|
-
"@aarkue/tiptap-math-extension": "^1.
|
|
41
|
+
"@aarkue/tiptap-math-extension": "^1.3.3",
|
|
42
42
|
"@fileverse-dev/md2slides": "^0.0.8",
|
|
43
43
|
"@fileverse/crypto": "^0.0.13",
|
|
44
44
|
"@fileverse/ui": "4.1.8",
|
|
45
|
-
"@floating-ui/dom": "^1.7.4",
|
|
46
45
|
"@noble/ciphers": "^1.3.0",
|
|
47
46
|
"@noble/curves": "^1.9.7",
|
|
48
47
|
"@radix-ui/react-focus-scope": "^1.1.0",
|
|
49
48
|
"@radix-ui/react-popover": "^1.0.7",
|
|
50
49
|
"@stablelib/ed25519": "^2.0.2",
|
|
51
50
|
"@tippyjs/react": "^4.2.6",
|
|
52
|
-
"@tiptap/core": "
|
|
53
|
-
"@tiptap/extension-
|
|
54
|
-
"@tiptap/extension-
|
|
55
|
-
"@tiptap/extension-code-block-lowlight": "^
|
|
56
|
-
"@tiptap/extension-collaboration": "
|
|
57
|
-
"@tiptap/extension-collaboration-
|
|
58
|
-
"@tiptap/extension-color": "
|
|
59
|
-
"@tiptap/extension-document": "
|
|
60
|
-
"@tiptap/extension-
|
|
61
|
-
"@tiptap/extension-
|
|
62
|
-
"@tiptap/extension-
|
|
63
|
-
"@tiptap/extension-
|
|
64
|
-
"@tiptap/extension-
|
|
65
|
-
"@tiptap/extension-
|
|
66
|
-
"@tiptap/extension-
|
|
67
|
-
"@tiptap/extension-
|
|
68
|
-
"@tiptap/extension-
|
|
69
|
-
"@tiptap/extension-table-of-contents": "^
|
|
70
|
-
"@tiptap/extension-
|
|
71
|
-
"@tiptap/extension-
|
|
72
|
-
"@tiptap/extension-
|
|
73
|
-
"@tiptap/
|
|
74
|
-
"@tiptap/
|
|
75
|
-
"@tiptap/
|
|
76
|
-
"@tiptap/
|
|
77
|
-
"@tiptap/
|
|
78
|
-
"@tiptap/
|
|
51
|
+
"@tiptap/core": "2.9",
|
|
52
|
+
"@tiptap/extension-bullet-list": "2.9",
|
|
53
|
+
"@tiptap/extension-character-count": "2.9",
|
|
54
|
+
"@tiptap/extension-code-block-lowlight": "^2.11.7",
|
|
55
|
+
"@tiptap/extension-collaboration": "2.9",
|
|
56
|
+
"@tiptap/extension-collaboration-cursor": "2.9",
|
|
57
|
+
"@tiptap/extension-color": "2.9",
|
|
58
|
+
"@tiptap/extension-document": "2.9",
|
|
59
|
+
"@tiptap/extension-dropcursor": "2.9",
|
|
60
|
+
"@tiptap/extension-font-family": "2.9",
|
|
61
|
+
"@tiptap/extension-gapcursor": "2.9",
|
|
62
|
+
"@tiptap/extension-highlight": "2.9",
|
|
63
|
+
"@tiptap/extension-link": "2.9",
|
|
64
|
+
"@tiptap/extension-list-item": "2.9",
|
|
65
|
+
"@tiptap/extension-placeholder": "2.9",
|
|
66
|
+
"@tiptap/extension-subscript": "2.9",
|
|
67
|
+
"@tiptap/extension-superscript": "2.9",
|
|
68
|
+
"@tiptap/extension-table-of-contents": "^2.24.0",
|
|
69
|
+
"@tiptap/extension-task-item": "2.9",
|
|
70
|
+
"@tiptap/extension-task-list": "2.9",
|
|
71
|
+
"@tiptap/extension-text-align": "2.9",
|
|
72
|
+
"@tiptap/extension-text-style": "2.9",
|
|
73
|
+
"@tiptap/extension-typography": "2.9",
|
|
74
|
+
"@tiptap/extension-underline": "2.9",
|
|
75
|
+
"@tiptap/pm": "2.9",
|
|
76
|
+
"@tiptap/react": "2.9",
|
|
77
|
+
"@tiptap/starter-kit": "2.9",
|
|
78
|
+
"@tiptap/suggestion": "2.9",
|
|
79
79
|
"@types/uuid": "^10.0.0",
|
|
80
80
|
"@ucans/ucans": "^0.12.0",
|
|
81
81
|
"@xstate-ninja/react": "^1.1.3",
|
|
@@ -105,7 +105,8 @@
|
|
|
105
105
|
"react-tweet": "^3.2.2",
|
|
106
106
|
"react-uuid": "^2.0.0",
|
|
107
107
|
"tailwindcss-animate": "^1.0.7",
|
|
108
|
-
"
|
|
108
|
+
"tippy.js": "^6.3.7",
|
|
109
|
+
"tiptap-markdown": "^0.8.10",
|
|
109
110
|
"turndown": "^7.2.0",
|
|
110
111
|
"usehooks-ts": "^3.1.0",
|
|
111
112
|
"uuid": "^10.0.0",
|