@oyat/editor 1.7.9 → 1.7.10
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-base-kit.d.ts +1 -283
- package/dist/components/editor/editor-base-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/block-menu-kit.d.ts +1 -165
- package/dist/components/editor/plugins/block-menu-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/block-selection-kit.d.ts +1 -137
- package/dist/components/editor/plugins/block-selection-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/cursor-overlay-kit.d.ts +1 -11
- package/dist/components/editor/plugins/cursor-overlay-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/table-base-kit.d.ts +1 -77
- package/dist/components/editor/plugins/table-base-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/table-kit.d.ts +1 -138
- package/dist/components/editor/plugins/table-kit.d.ts.map +1 -1
- package/dist/components/ui/comment.d.ts.map +1 -1
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/floating-toolbar.d.ts.map +1 -1
- package/dist/components/ui/font-color-toolbar-button.d.ts.map +1 -1
- package/dist/components/ui/table-node.d.ts.map +1 -1
- package/dist/components/ui/table-toolbar-button.d.ts.map +1 -1
- package/dist/components/ui/turn-into-toolbar-button.d.ts.map +1 -1
- package/dist/index.js +843 -838
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyat/editor",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"prepublishOnly": "npm run build:lib"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ai-sdk/react": "^3.0.
|
|
17
|
-
"@ariakit/react": "^0.4.
|
|
16
|
+
"@ai-sdk/react": "^3.0.136",
|
|
17
|
+
"@ariakit/react": "^0.4.24",
|
|
18
18
|
"@emoji-mart/data": "1.2.1",
|
|
19
19
|
"@faker-js/faker": "^10.3.0",
|
|
20
20
|
"@fontsource-variable/geist": "^5.2.8",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@platejs/diff": "^52.0.11",
|
|
33
33
|
"@platejs/dnd": "^52.0.11",
|
|
34
34
|
"@platejs/docx": "^52.0.11",
|
|
35
|
-
"@platejs/docx-io": "^52.
|
|
35
|
+
"@platejs/docx-io": "^52.3.6",
|
|
36
36
|
"@platejs/emoji": "^52.0.15",
|
|
37
37
|
"@platejs/excalidraw": "^52.0.11",
|
|
38
38
|
"@platejs/floating": "^52.0.11",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@platejs/media": "^52.0.11",
|
|
47
47
|
"@platejs/mention": "^52.0.15",
|
|
48
48
|
"@platejs/resizable": "^52.0.11",
|
|
49
|
-
"@platejs/selection": "^52.
|
|
49
|
+
"@platejs/selection": "^52.3.6",
|
|
50
50
|
"@platejs/slash-command": "^52.0.15",
|
|
51
51
|
"@platejs/suggestion": "^52.0.11",
|
|
52
|
-
"@platejs/table": "^52.
|
|
52
|
+
"@platejs/table": "^52.3.6",
|
|
53
53
|
"@platejs/toc": "^52.0.11",
|
|
54
54
|
"@platejs/toggle": "^52.0.11",
|
|
55
55
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@tailwindcss/vite": "^4.2.1",
|
|
60
60
|
"@udecode/cn": "^52.3.4",
|
|
61
61
|
"@uploadthing/react": "7.3.3",
|
|
62
|
-
"ai": "^6.0.
|
|
62
|
+
"ai": "^6.0.134",
|
|
63
63
|
"class-variance-authority": "^0.7.1",
|
|
64
64
|
"clsx": "^2.1.1",
|
|
65
65
|
"cmdk": "^1.1.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"react-tweet": "^3.3.0",
|
|
84
84
|
"remark-gfm": "^4.0.1",
|
|
85
85
|
"remark-math": "^6.0.0",
|
|
86
|
-
"shadcn": "^4.0
|
|
86
|
+
"shadcn": "^4.1.0",
|
|
87
87
|
"sonner": "^2.0.7",
|
|
88
88
|
"tailwind-merge": "^3.5.0",
|
|
89
89
|
"tailwind-scrollbar-hide": "^4.0.0",
|