@oyat/editor 1.7.3 → 1.7.4
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/editor-kit.d.ts +1 -605
- package/dist/components/editor/editor-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/block-placeholder-kit.d.ts +1 -14
- package/dist/components/editor/plugins/block-placeholder-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/emoji-kit.d.ts +6 -0
- package/dist/components/editor/plugins/emoji-kit.d.ts.map +1 -0
- package/dist/components/editor/plugins/exit-break-kit.d.ts +1 -4
- package/dist/components/editor/plugins/exit-break-kit.d.ts.map +1 -1
- package/dist/components/ui/block-context-menu.d.ts.map +1 -1
- package/dist/components/ui/emoji-node.d.ts +3 -0
- package/dist/components/ui/emoji-node.d.ts.map +1 -0
- package/dist/components/ui/slash-node.d.ts.map +1 -1
- package/dist/components/ui/turn-into-toolbar-button.d.ts +9 -2
- package/dist/components/ui/turn-into-toolbar-button.d.ts.map +1 -1
- package/dist/index.js +835 -827
- package/dist/index.js.map +1 -1
- package/package.json +22 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyat/editor",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -12,15 +12,18 @@
|
|
|
12
12
|
"type-check": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
+
"@ai-sdk/react": "2.0.28",
|
|
15
16
|
"@ariakit/react": "^0.4.21",
|
|
16
17
|
"@emoji-mart/data": "1.2.1",
|
|
17
|
-
"@
|
|
18
|
+
"@faker-js/faker": "^10.3.0",
|
|
19
|
+
"@platejs/ai": "^52.3.1",
|
|
18
20
|
"@platejs/autoformat": "^52.0.11",
|
|
19
21
|
"@platejs/basic-nodes": "^52.0.11",
|
|
20
22
|
"@platejs/basic-styles": "^52.0.11",
|
|
21
23
|
"@platejs/callout": "^52.0.11",
|
|
22
24
|
"@platejs/caption": "^52.0.11",
|
|
23
25
|
"@platejs/code-block": "^52.0.11",
|
|
26
|
+
"@platejs/code-drawing": "^52.3.0",
|
|
24
27
|
"@platejs/combobox": "^52.0.15",
|
|
25
28
|
"@platejs/comment": "^52.0.11",
|
|
26
29
|
"@platejs/date": "^52.0.11",
|
|
@@ -35,6 +38,7 @@
|
|
|
35
38
|
"@platejs/layout": "^52.0.11",
|
|
36
39
|
"@platejs/link": "^52.0.11",
|
|
37
40
|
"@platejs/list": "^52.0.11",
|
|
41
|
+
"@platejs/markdown": "^52.3.1",
|
|
38
42
|
"@platejs/math": "^52.0.11",
|
|
39
43
|
"@platejs/media": "^52.0.11",
|
|
40
44
|
"@platejs/mention": "^52.0.15",
|
|
@@ -56,28 +60,37 @@
|
|
|
56
60
|
"@radix-ui/react-slot": "^1.2.4",
|
|
57
61
|
"@radix-ui/react-toolbar": "^1.1.11",
|
|
58
62
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
59
|
-
"@tailwindcss/vite": "^4.
|
|
63
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
60
64
|
"@udecode/cn": "^52.0.11",
|
|
61
65
|
"@uploadthing/react": "7.3.3",
|
|
66
|
+
"ai": "5.0.28",
|
|
62
67
|
"class-variance-authority": "^0.7.1",
|
|
63
68
|
"clsx": "^2.1.1",
|
|
64
69
|
"cmdk": "^1.1.1",
|
|
65
70
|
"date-fns": "^4.1.0",
|
|
71
|
+
"dedent": "1.0.0",
|
|
72
|
+
"html2canvas-pro": "^2.0.2",
|
|
66
73
|
"lodash": "^4.17.23",
|
|
67
74
|
"lowlight": "^3.3.0",
|
|
68
75
|
"lucide-react": "^0.575.0",
|
|
69
|
-
"
|
|
76
|
+
"pdf-lib": "^1.17.1",
|
|
77
|
+
"platejs": "^52.3.2",
|
|
70
78
|
"radix-ui": "^1.4.3",
|
|
71
79
|
"react": "^19.2.0",
|
|
72
|
-
"react-day-picker": "^9.
|
|
80
|
+
"react-day-picker": "^9.14.0",
|
|
73
81
|
"react-dnd": "^16.0.1",
|
|
74
82
|
"react-dnd-html5-backend": "^16.0.1",
|
|
75
83
|
"react-dom": "^19.2.0",
|
|
84
|
+
"react-lite-youtube-embed": "^3.5.1",
|
|
85
|
+
"react-player": "3.3.1",
|
|
76
86
|
"react-textarea-autosize": "^8.5.9",
|
|
87
|
+
"react-tweet": "^3.3.0",
|
|
88
|
+
"remark-gfm": "^4.0.1",
|
|
89
|
+
"remark-math": "^6.0.0",
|
|
77
90
|
"sonner": "^2.0.7",
|
|
78
91
|
"tailwind-merge": "^3.5.0",
|
|
79
92
|
"tailwind-scrollbar-hide": "^4.0.0",
|
|
80
|
-
"tailwindcss": "^4.
|
|
93
|
+
"tailwindcss": "^4.1.17",
|
|
81
94
|
"uploadthing": "7.7.4",
|
|
82
95
|
"use-file-picker": "2.1.2",
|
|
83
96
|
"zod": "^4.3.6"
|
|
@@ -86,7 +99,7 @@
|
|
|
86
99
|
"@eslint/js": "^9.39.1",
|
|
87
100
|
"@types/lodash": "^4.17.23",
|
|
88
101
|
"@types/node": "^24.10.1",
|
|
89
|
-
"@types/react": "^19.2.
|
|
102
|
+
"@types/react": "^19.2.5",
|
|
90
103
|
"@types/react-dom": "^19.2.3",
|
|
91
104
|
"@vitejs/plugin-react": "^5.1.1",
|
|
92
105
|
"eslint": "^9.39.1",
|
|
@@ -97,8 +110,8 @@
|
|
|
97
110
|
"terser": "^5.46.0",
|
|
98
111
|
"tw-animate-css": "^1.4.0",
|
|
99
112
|
"typescript": "~5.9.3",
|
|
100
|
-
"typescript-eslint": "^8.
|
|
101
|
-
"vite": "^7.
|
|
113
|
+
"typescript-eslint": "^8.46.4",
|
|
114
|
+
"vite": "^7.2.4",
|
|
102
115
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
103
116
|
"vite-plugin-dts": "^4.5.4"
|
|
104
117
|
},
|