email-builder-online 3.6.2 → 4.0.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.
- package/README.md +5 -16
- package/dist/editor-sample/src/documents/editor/core.d.ts +1 -1
- package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -1
- package/dist/index.cjs +273 -255
- package/dist/index.mjs +53889 -41208
- package/package.json +34 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "email-builder-online",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -32,52 +32,71 @@
|
|
|
32
32
|
"@emoji-mart/react": "^1.1.1",
|
|
33
33
|
"@emotion/react": "^11.11.3",
|
|
34
34
|
"@emotion/styled": "^11.11.0",
|
|
35
|
+
"@floating-ui/react": "^0.27.17",
|
|
35
36
|
"@mui/icons-material": "^5.15.10",
|
|
36
37
|
"@mui/material": "^5.15.10",
|
|
37
38
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
38
39
|
"@tiptap/core": "^3.19.0",
|
|
40
|
+
"@tiptap/extension-color": "^3.19.0",
|
|
41
|
+
"@tiptap/extension-link": "^3.19.0",
|
|
42
|
+
"@tiptap/extension-placeholder": "^3.19.0",
|
|
39
43
|
"@tiptap/extension-text-align": "^3.19.0",
|
|
44
|
+
"@tiptap/extension-text-style": "^3.19.0",
|
|
45
|
+
"@tiptap/extension-underline": "^3.19.0",
|
|
46
|
+
"@tiptap/pm": "^3.19.0",
|
|
47
|
+
"@tiptap/react": "^3.19.0",
|
|
48
|
+
"@tiptap/starter-kit": "^3.19.0",
|
|
49
|
+
"@tiptap/suggestion": "^3.19.0",
|
|
40
50
|
"csso": "^5.0.5",
|
|
41
51
|
"driver.js": "^1.3.6",
|
|
42
52
|
"emoji-mart": "^5.6.0",
|
|
43
53
|
"fast-json-patch": "^3.1.1",
|
|
44
54
|
"highlight.js": "^11.9.0",
|
|
55
|
+
"i18next": "^25.6.0",
|
|
56
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
45
57
|
"lucide-react": "^0.460.0",
|
|
46
58
|
"marked": "^12.0.2",
|
|
47
59
|
"prettier": "^3.2.5",
|
|
48
60
|
"r": "^0.0.5",
|
|
61
|
+
"react": ">=18.0.0 || ^19.0.0",
|
|
49
62
|
"react-colorful": "^5.6.1",
|
|
63
|
+
"react-dnd": "^16.0.1",
|
|
64
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
65
|
+
"react-dom": ">=18.0.0 || ^19.0.0",
|
|
66
|
+
"react-i18next": "^16.2.4",
|
|
50
67
|
"react-sticky-el": "^2.1.1",
|
|
51
68
|
"use": "^3.1.1",
|
|
52
69
|
"vite-plugin-dts": "^4.5.4",
|
|
53
70
|
"zod": "^3.22.4",
|
|
54
71
|
"zustand": "^4.5.1"
|
|
55
72
|
},
|
|
56
|
-
"peerDependencies": {
|
|
57
|
-
"i18next": "^25.6.0",
|
|
58
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
59
|
-
"react": ">=18.0.0 || ^19.0.0",
|
|
60
|
-
"react-dnd": "^16.0.1",
|
|
61
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
62
|
-
"react-dom": ">=18.0.0 || ^19.0.0",
|
|
63
|
-
"react-i18next": "^16.2.4"
|
|
64
|
-
},
|
|
65
73
|
"devDependencies": {
|
|
66
74
|
"@types/react": "^19.0.0",
|
|
67
75
|
"@types/react-dom": "^19.0.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
69
|
-
"@typescript-eslint/parser": "^
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
77
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
70
78
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
71
79
|
"editorjs-undo": "^2.0.28",
|
|
72
80
|
"esbuild": "^0.27.1",
|
|
73
|
-
"eslint": "^
|
|
74
|
-
"eslint-plugin-react-hooks": "^
|
|
81
|
+
"eslint": "^9.0.0",
|
|
82
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
75
83
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
76
84
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
77
85
|
"react": "^19.2.1",
|
|
78
86
|
"react-dom": "^19.2.1",
|
|
79
87
|
"typescript": "^5.2.2",
|
|
80
|
-
"vite": "^7.2.7"
|
|
88
|
+
"vite": "^7.2.7",
|
|
89
|
+
"@eb/block-button": "1.0.0",
|
|
90
|
+
"@eb/block-divider": "1.0.0",
|
|
91
|
+
"@eb/block-container": "1.0.0",
|
|
92
|
+
"@eb/block-html": "1.0.0",
|
|
93
|
+
"@eb/block-heading": "1.0.0",
|
|
94
|
+
"@eb/block-image": "1.0.0",
|
|
95
|
+
"@eb/block-notion-text": "1.0.0",
|
|
96
|
+
"@eb/block-columns-container": "1.0.0",
|
|
97
|
+
"@eb/block-spacer": "1.0.0",
|
|
98
|
+
"@eb/email-builder": "1.0.0",
|
|
99
|
+
"@eb/document-core": "1.0.0"
|
|
81
100
|
},
|
|
82
101
|
"keywords": [
|
|
83
102
|
"email-builder",
|