@firecms/editor 3.1.0-canary.9e89e98 → 3.1.0
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.
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const ImageResizer: () => React.ReactElement | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firecms/editor",
|
|
3
|
-
"version": "3.1.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Notion-style WYSIWYG editor for FireCMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -25,39 +25,39 @@
|
|
|
25
25
|
"clean": "rm -rf dist && find ./src -name '*.js' -type f | xargs rm -f"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"react": ">=18.0.0",
|
|
29
|
-
"react-dom": ">=18.0.0"
|
|
28
|
+
"react": ">=18.3.1 || >=19.0.0",
|
|
29
|
+
"react-dom": ">=18.3.1 || >=19.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firecms/ui": "^3.1.0
|
|
32
|
+
"@firecms/ui": "^3.1.0",
|
|
33
33
|
"@floating-ui/dom": "^1.7.4",
|
|
34
34
|
"@radix-ui/react-slot": "^1.2.4",
|
|
35
|
-
"@tiptap/core": "3.
|
|
36
|
-
"@tiptap/extension-blockquote": "3.
|
|
37
|
-
"@tiptap/extension-bold": "3.
|
|
38
|
-
"@tiptap/extension-bullet-list": "3.
|
|
39
|
-
"@tiptap/extension-code": "3.
|
|
40
|
-
"@tiptap/extension-code-block": "3.
|
|
41
|
-
"@tiptap/extension-color": "3.
|
|
42
|
-
"@tiptap/extension-document": "3.
|
|
43
|
-
"@tiptap/extension-heading": "3.
|
|
44
|
-
"@tiptap/extension-highlight": "3.
|
|
45
|
-
"@tiptap/extension-horizontal-rule": "3.
|
|
46
|
-
"@tiptap/extension-image": "3.
|
|
47
|
-
"@tiptap/extension-italic": "3.
|
|
48
|
-
"@tiptap/extension-link": "3.
|
|
49
|
-
"@tiptap/extension-list-item": "3.
|
|
50
|
-
"@tiptap/extension-ordered-list": "3.
|
|
51
|
-
"@tiptap/extension-placeholder": "3.
|
|
52
|
-
"@tiptap/extension-strike": "3.
|
|
53
|
-
"@tiptap/extension-task-item": "3.
|
|
54
|
-
"@tiptap/extension-task-list": "3.
|
|
55
|
-
"@tiptap/extension-text-style": "3.
|
|
56
|
-
"@tiptap/extension-underline": "3.
|
|
57
|
-
"@tiptap/pm": "3.
|
|
58
|
-
"@tiptap/react": "3.
|
|
59
|
-
"@tiptap/starter-kit": "3.
|
|
60
|
-
"@tiptap/suggestion": "3.
|
|
35
|
+
"@tiptap/core": "3.19.0",
|
|
36
|
+
"@tiptap/extension-blockquote": "3.19.0",
|
|
37
|
+
"@tiptap/extension-bold": "3.19.0",
|
|
38
|
+
"@tiptap/extension-bullet-list": "3.19.0",
|
|
39
|
+
"@tiptap/extension-code": "3.19.0",
|
|
40
|
+
"@tiptap/extension-code-block": "3.19.0",
|
|
41
|
+
"@tiptap/extension-color": "3.19.0",
|
|
42
|
+
"@tiptap/extension-document": "3.19.0",
|
|
43
|
+
"@tiptap/extension-heading": "3.19.0",
|
|
44
|
+
"@tiptap/extension-highlight": "3.19.0",
|
|
45
|
+
"@tiptap/extension-horizontal-rule": "3.19.0",
|
|
46
|
+
"@tiptap/extension-image": "3.19.0",
|
|
47
|
+
"@tiptap/extension-italic": "3.19.0",
|
|
48
|
+
"@tiptap/extension-link": "3.19.0",
|
|
49
|
+
"@tiptap/extension-list-item": "3.19.0",
|
|
50
|
+
"@tiptap/extension-ordered-list": "3.19.0",
|
|
51
|
+
"@tiptap/extension-placeholder": "3.19.0",
|
|
52
|
+
"@tiptap/extension-strike": "3.19.0",
|
|
53
|
+
"@tiptap/extension-task-item": "3.19.0",
|
|
54
|
+
"@tiptap/extension-task-list": "3.19.0",
|
|
55
|
+
"@tiptap/extension-text-style": "3.19.0",
|
|
56
|
+
"@tiptap/extension-underline": "3.19.0",
|
|
57
|
+
"@tiptap/pm": "3.19.0",
|
|
58
|
+
"@tiptap/react": "3.19.0",
|
|
59
|
+
"@tiptap/starter-kit": "3.19.0",
|
|
60
|
+
"@tiptap/suggestion": "3.19.0",
|
|
61
61
|
"@types/node": "20.19.17",
|
|
62
62
|
"react-compiler-runtime": "^19.0.0-beta-ebf51a3-20250411",
|
|
63
63
|
"react-markdown": "^9.1.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"tiptap-markdown": "^0.9.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@types/react": "^
|
|
69
|
-
"@types/react-dom": "^
|
|
68
|
+
"@types/react": "^19.2.3",
|
|
69
|
+
"@types/react-dom": "^19.2.3",
|
|
70
70
|
"@types/react-measure": "^2.0.12",
|
|
71
71
|
"@vitejs/plugin-react": "^4.7.0",
|
|
72
72
|
"babel-jest": "^29.7.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
78
|
"vite": "^7.2.4"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "40f8d9860cb2649c0a195ecebd1a92ccb37f33a6"
|
|
81
81
|
}
|