@docyrus/ui-pro-ai-assistant 0.6.0 → 0.6.1
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/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docyrus/ui-pro-ai-assistant",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Docyrus AI Assistant component — full-featured chat UI with canvas, projects, and i18n support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,18 +28,12 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "tsup && (tsc -p tsconfig.dts.json || true) && tailwindcss -i src/styles.css -o dist/styles.css",
|
|
33
|
-
"dev": "tsup --watch",
|
|
34
|
-
"typecheck": "tsc --noEmit",
|
|
35
|
-
"lint": "eslint src/"
|
|
36
|
-
},
|
|
37
31
|
"dependencies": {
|
|
38
32
|
"@ai-sdk/react": "^3.0.161",
|
|
39
33
|
"@ariakit/react": "0.4.21",
|
|
40
|
-
"@codesandbox/sandpack-react": "
|
|
34
|
+
"@codesandbox/sandpack-react": "2.20.0",
|
|
41
35
|
"@emoji-mart/data": "1.2.1",
|
|
42
|
-
"@lottiefiles/dotlottie-react": "
|
|
36
|
+
"@lottiefiles/dotlottie-react": "0.18.3",
|
|
43
37
|
"@platejs/ai": "52.3.1",
|
|
44
38
|
"@platejs/autoformat": "52.0.11",
|
|
45
39
|
"@platejs/basic-nodes": "52.0.11",
|
|
@@ -108,9 +102,9 @@
|
|
|
108
102
|
"@univerjs/thread-comment-ui": "0.16.1",
|
|
109
103
|
"@univerjs/ui": "0.16.1",
|
|
110
104
|
"@univerjs/watermark": "0.16.1",
|
|
111
|
-
"@visactor/vchart": "
|
|
112
|
-
"@visactor/vtable": "
|
|
113
|
-
"@visactor/vtable-plugins": "
|
|
105
|
+
"@visactor/vchart": "2.0.17",
|
|
106
|
+
"@visactor/vtable": "1.23.2",
|
|
107
|
+
"@visactor/vtable-plugins": "1.23.2",
|
|
114
108
|
"ai": "^6.0.158",
|
|
115
109
|
"class-variance-authority": "0.7.1",
|
|
116
110
|
"cmdk": "1.1.1",
|
|
@@ -118,8 +112,8 @@
|
|
|
118
112
|
"html2canvas-pro": "1.6.7",
|
|
119
113
|
"jotai-x": "2.3.3",
|
|
120
114
|
"lowlight": "3.3.0",
|
|
121
|
-
"lucide-react": "
|
|
122
|
-
"mermaid": "
|
|
115
|
+
"lucide-react": "0.576.0",
|
|
116
|
+
"mermaid": "11.12.3",
|
|
123
117
|
"pdf-lib": "1.17.1",
|
|
124
118
|
"platejs": "^52.3.2",
|
|
125
119
|
"radix-ui": "1.4.3",
|
|
@@ -128,31 +122,31 @@
|
|
|
128
122
|
"react-dnd-html5-backend": "16.0.1",
|
|
129
123
|
"react-lite-youtube-embed": "3.5.1",
|
|
130
124
|
"react-player": "3.4.0",
|
|
131
|
-
"recharts": "
|
|
125
|
+
"recharts": "2.15.4",
|
|
132
126
|
"remark-gfm": "4.0.1",
|
|
133
127
|
"remark-math": "6.0.0",
|
|
134
128
|
"scroll-into-view-if-needed": "3.1.0",
|
|
135
|
-
"sonner": "
|
|
129
|
+
"sonner": "2.0.7",
|
|
136
130
|
"use-file-picker": "2.1.4",
|
|
137
131
|
"use-stick-to-bottom": "1.1.3",
|
|
138
132
|
"vaul": "1.1.2",
|
|
139
133
|
"xlsx": "0.18.5"
|
|
140
134
|
},
|
|
141
135
|
"devDependencies": {
|
|
142
|
-
"@docyrus/ui-pro-shared": "workspace:*",
|
|
143
136
|
"@tailwindcss/cli": "^4.2.1",
|
|
144
137
|
"@types/node": "25.3.3",
|
|
145
|
-
"@types/react": "
|
|
146
|
-
"@types/react-dom": "
|
|
147
|
-
"tailwindcss": "
|
|
148
|
-
"tsup": "
|
|
149
|
-
"typescript": "
|
|
138
|
+
"@types/react": "19.2.14",
|
|
139
|
+
"@types/react-dom": "19.2.3",
|
|
140
|
+
"tailwindcss": "4.2.1",
|
|
141
|
+
"tsup": "8.5.1",
|
|
142
|
+
"typescript": "5.9.3",
|
|
143
|
+
"@docyrus/ui-pro-shared": "0.0.5"
|
|
150
144
|
},
|
|
151
145
|
"peerDependencies": {
|
|
152
146
|
"@docyrus/api-client": ">=0.1.0",
|
|
153
147
|
"@docyrus/ui-pro-shared": ">=0.0.5",
|
|
154
|
-
"react": "
|
|
155
|
-
"react-dom": "
|
|
148
|
+
"react": "19.2.4",
|
|
149
|
+
"react-dom": "19.2.4",
|
|
156
150
|
"vite": ">=5.0.0"
|
|
157
151
|
},
|
|
158
152
|
"peerDependenciesMeta": {
|
|
@@ -163,5 +157,11 @@
|
|
|
163
157
|
"publishConfig": {
|
|
164
158
|
"access": "public"
|
|
165
159
|
},
|
|
166
|
-
"license": "MIT"
|
|
167
|
-
|
|
160
|
+
"license": "MIT",
|
|
161
|
+
"scripts": {
|
|
162
|
+
"build": "tsup && (tsc -p tsconfig.dts.json || true) && tailwindcss -i src/styles.css -o dist/styles.css",
|
|
163
|
+
"dev": "tsup --watch",
|
|
164
|
+
"typecheck": "tsc --noEmit",
|
|
165
|
+
"lint": "eslint src/"
|
|
166
|
+
}
|
|
167
|
+
}
|