@oyat/editor 1.6.2 → 1.6.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/ui/alert-dialog.d.ts +1 -1
- package/dist/components/ui/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/avatar.d.ts +1 -1
- package/dist/components/ui/avatar.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/checkbox.d.ts +1 -1
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/context-menu.d.ts +1 -1
- package/dist/components/ui/context-menu.d.ts.map +1 -1
- package/dist/components/ui/dialog.d.ts +1 -1
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/popover.d.ts +1 -1
- package/dist/components/ui/popover.d.ts.map +1 -1
- package/dist/components/ui/separator.d.ts +1 -1
- package/dist/components/ui/separator.d.ts.map +1 -1
- package/dist/components/ui/tooltip.d.ts +1 -1
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/index.js +229 -229
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyat/editor",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "A powerful, feature-rich Plate.js editor component with AI integration, collaboration features, and extensive customization options",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@ai-sdk/react": "2.0.28",
|
|
48
48
|
"@ariakit/react": "^0.4.21",
|
|
49
49
|
"@emoji-mart/data": "1.2.1",
|
|
50
|
-
"@faker-js/faker": "^10.
|
|
50
|
+
"@faker-js/faker": "^10.3.0",
|
|
51
51
|
"@platejs/ai": "^52.1.0",
|
|
52
52
|
"@platejs/autoformat": "^52.0.11",
|
|
53
53
|
"@platejs/basic-nodes": "^52.0.11",
|
|
@@ -106,8 +106,9 @@
|
|
|
106
106
|
"lucide-react": "^0.563.0",
|
|
107
107
|
"pdf-lib": "^1.17.1",
|
|
108
108
|
"platejs": "^52.0.17",
|
|
109
|
+
"radix-ui": "^1.4.3",
|
|
109
110
|
"react": "^19.2.0",
|
|
110
|
-
"react-day-picker": "^9.13.
|
|
111
|
+
"react-day-picker": "^9.13.1",
|
|
111
112
|
"react-dnd": "^16.0.1",
|
|
112
113
|
"react-dnd-html5-backend": "^16.0.1",
|
|
113
114
|
"react-dom": "^19.2.0",
|
|
@@ -136,6 +137,7 @@
|
|
|
136
137
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
137
138
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
138
139
|
"globals": "^16.5.0",
|
|
140
|
+
"shadcn": "^3.8.4",
|
|
139
141
|
"terser": "^5.46.0",
|
|
140
142
|
"tw-animate-css": "^1.4.0",
|
|
141
143
|
"typescript": "~5.9.3",
|