@firecms/editor 3.0.0-rc.1 → 3.0.0-rc.3
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/components/editor-bubble.d.ts +5 -2
- package/dist/editor_extensions.d.ts +6 -6
- package/dist/extensions/index.d.ts +1 -1
- package/dist/extensions/slashCommand.d.ts +1 -1
- package/dist/index.es.js +110 -105
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +115 -111
- package/dist/index.umd.js.map +1 -1
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firecms/editor",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.3",
|
|
4
4
|
"description": "Notion-style WYSIWYG editor for FireCMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -29,39 +29,39 @@
|
|
|
29
29
|
"react-dom": ">=18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firecms/ui": "^3.0.0-rc.
|
|
32
|
+
"@firecms/ui": "^3.0.0-rc.3",
|
|
33
|
+
"@floating-ui/dom": "^1.7.4",
|
|
33
34
|
"@radix-ui/react-slot": "^1.2.3",
|
|
34
|
-
"@tiptap/core": "
|
|
35
|
-
"@tiptap/extension-blockquote": "
|
|
36
|
-
"@tiptap/extension-bold": "
|
|
37
|
-
"@tiptap/extension-bullet-list": "
|
|
38
|
-
"@tiptap/extension-code": "
|
|
39
|
-
"@tiptap/extension-code-block": "
|
|
40
|
-
"@tiptap/extension-color": "
|
|
41
|
-
"@tiptap/extension-document": "
|
|
42
|
-
"@tiptap/extension-heading": "
|
|
43
|
-
"@tiptap/extension-highlight": "
|
|
44
|
-
"@tiptap/extension-horizontal-rule": "
|
|
45
|
-
"@tiptap/extension-image": "
|
|
46
|
-
"@tiptap/extension-italic": "
|
|
47
|
-
"@tiptap/extension-link": "
|
|
48
|
-
"@tiptap/extension-list-item": "
|
|
49
|
-
"@tiptap/extension-ordered-list": "
|
|
50
|
-
"@tiptap/extension-placeholder": "
|
|
51
|
-
"@tiptap/extension-strike": "
|
|
52
|
-
"@tiptap/extension-task-item": "
|
|
53
|
-
"@tiptap/extension-task-list": "
|
|
54
|
-
"@tiptap/extension-text-style": "
|
|
55
|
-
"@tiptap/extension-underline": "
|
|
56
|
-
"@tiptap/pm": "
|
|
57
|
-
"@tiptap/react": "
|
|
58
|
-
"@tiptap/starter-kit": "
|
|
59
|
-
"@tiptap/suggestion": "
|
|
35
|
+
"@tiptap/core": "3.6.6",
|
|
36
|
+
"@tiptap/extension-blockquote": "3.6.6",
|
|
37
|
+
"@tiptap/extension-bold": "3.6.6",
|
|
38
|
+
"@tiptap/extension-bullet-list": "3.6.6",
|
|
39
|
+
"@tiptap/extension-code": "3.6.6",
|
|
40
|
+
"@tiptap/extension-code-block": "3.6.6",
|
|
41
|
+
"@tiptap/extension-color": "3.6.6",
|
|
42
|
+
"@tiptap/extension-document": "3.6.6",
|
|
43
|
+
"@tiptap/extension-heading": "3.6.6",
|
|
44
|
+
"@tiptap/extension-highlight": "3.6.6",
|
|
45
|
+
"@tiptap/extension-horizontal-rule": "3.6.6",
|
|
46
|
+
"@tiptap/extension-image": "3.6.6",
|
|
47
|
+
"@tiptap/extension-italic": "3.6.6",
|
|
48
|
+
"@tiptap/extension-link": "3.6.6",
|
|
49
|
+
"@tiptap/extension-list-item": "3.6.6",
|
|
50
|
+
"@tiptap/extension-ordered-list": "3.6.6",
|
|
51
|
+
"@tiptap/extension-placeholder": "3.6.6",
|
|
52
|
+
"@tiptap/extension-strike": "3.6.6",
|
|
53
|
+
"@tiptap/extension-task-item": "3.6.6",
|
|
54
|
+
"@tiptap/extension-task-list": "3.6.6",
|
|
55
|
+
"@tiptap/extension-text-style": "3.6.6",
|
|
56
|
+
"@tiptap/extension-underline": "3.6.6",
|
|
57
|
+
"@tiptap/pm": "3.6.6",
|
|
58
|
+
"@tiptap/react": "3.6.6",
|
|
59
|
+
"@tiptap/starter-kit": "3.6.6",
|
|
60
|
+
"@tiptap/suggestion": "3.6.6",
|
|
60
61
|
"@types/node": "20.19.17",
|
|
61
62
|
"react-compiler-runtime": "^19.0.0-beta-ebf51a3-20250411",
|
|
62
63
|
"react-markdown": "^9.1.0",
|
|
63
64
|
"react-moveable": "^0.56.0",
|
|
64
|
-
"tippy.js": "^6.3.7",
|
|
65
65
|
"tiptap-markdown": "^0.9.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"typescript": "^5.9.2",
|
|
78
78
|
"vite": "^7.1.6"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "213f4c106eb3e6639eb1ad23c7d94282ef54d444"
|
|
81
81
|
}
|