@docyrus/ui-pro-ai-assistant 0.1.4 → 0.1.6
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 +2 -0
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -208,6 +208,8 @@ The main chat interface component.
|
|
|
208
208
|
| `enableNavDropdown` | `boolean` | `false` | Show navigation dropdown |
|
|
209
209
|
| `defaultFullscreen` | `boolean` | `false` | Start in fullscreen |
|
|
210
210
|
| `hideExpand` | `boolean` | `false` | Hide the fullscreen toggle |
|
|
211
|
+
| `hideCloseButton` | `boolean` | `false` | Hide the close (X) button in the header |
|
|
212
|
+
| `hideAgentSelector` | `boolean` | `false` | Hide the agent selector dropdown; shows agent name as static text instead |
|
|
211
213
|
| `maxMessages` | `number` | — | Max messages to keep in context |
|
|
212
214
|
|
|
213
215
|
#### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docyrus/ui-pro-ai-assistant",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
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",
|
|
@@ -26,18 +26,12 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"build": "tsup && (tsc -p tsconfig.dts.json || true) && tailwindcss -i src/styles.css -o dist/styles.css",
|
|
31
|
-
"dev": "tsup --watch",
|
|
32
|
-
"typecheck": "tsc --noEmit",
|
|
33
|
-
"lint": "eslint src/"
|
|
34
|
-
},
|
|
35
29
|
"dependencies": {
|
|
36
|
-
"@ai-sdk/react": "
|
|
30
|
+
"@ai-sdk/react": "3.0.110",
|
|
37
31
|
"@ariakit/react": "0.4.21",
|
|
38
|
-
"@codesandbox/sandpack-react": "
|
|
32
|
+
"@codesandbox/sandpack-react": "2.20.0",
|
|
39
33
|
"@emoji-mart/data": "1.2.1",
|
|
40
|
-
"@lottiefiles/dotlottie-react": "
|
|
34
|
+
"@lottiefiles/dotlottie-react": "0.18.3",
|
|
41
35
|
"@platejs/ai": "52.3.1",
|
|
42
36
|
"@platejs/autoformat": "52.0.11",
|
|
43
37
|
"@platejs/basic-nodes": "52.0.11",
|
|
@@ -105,18 +99,18 @@
|
|
|
105
99
|
"@univerjs/thread-comment-ui": "0.16.1",
|
|
106
100
|
"@univerjs/ui": "0.16.1",
|
|
107
101
|
"@univerjs/watermark": "0.16.1",
|
|
108
|
-
"@visactor/vchart": "
|
|
109
|
-
"@visactor/vtable": "
|
|
110
|
-
"@visactor/vtable-plugins": "
|
|
111
|
-
"ai": "
|
|
102
|
+
"@visactor/vchart": "2.0.17",
|
|
103
|
+
"@visactor/vtable": "1.23.2",
|
|
104
|
+
"@visactor/vtable-plugins": "1.23.2",
|
|
105
|
+
"ai": "6.0.108",
|
|
112
106
|
"class-variance-authority": "0.7.1",
|
|
113
107
|
"cmdk": "1.1.1",
|
|
114
108
|
"date-fns": "4.1.0",
|
|
115
109
|
"html2canvas-pro": "1.6.7",
|
|
116
110
|
"jotai-x": "2.3.3",
|
|
117
111
|
"lowlight": "3.3.0",
|
|
118
|
-
"lucide-react": "
|
|
119
|
-
"mermaid": "
|
|
112
|
+
"lucide-react": "0.576.0",
|
|
113
|
+
"mermaid": "11.12.3",
|
|
120
114
|
"pdf-lib": "1.17.1",
|
|
121
115
|
"platejs": "^52.3.2",
|
|
122
116
|
"radix-ui": "1.4.3",
|
|
@@ -125,31 +119,31 @@
|
|
|
125
119
|
"react-dnd-html5-backend": "16.0.1",
|
|
126
120
|
"react-lite-youtube-embed": "3.5.1",
|
|
127
121
|
"react-player": "3.4.0",
|
|
128
|
-
"recharts": "
|
|
122
|
+
"recharts": "2.15.4",
|
|
129
123
|
"remark-gfm": "4.0.1",
|
|
130
124
|
"remark-math": "6.0.0",
|
|
131
125
|
"scroll-into-view-if-needed": "3.1.0",
|
|
132
|
-
"sonner": "
|
|
126
|
+
"sonner": "2.0.7",
|
|
133
127
|
"use-file-picker": "2.1.4",
|
|
134
128
|
"use-stick-to-bottom": "1.1.3",
|
|
135
129
|
"vaul": "1.1.2",
|
|
136
130
|
"xlsx": "0.18.5"
|
|
137
131
|
},
|
|
138
132
|
"devDependencies": {
|
|
139
|
-
"@docyrus/ui-pro-shared": "workspace:*",
|
|
140
133
|
"@tailwindcss/cli": "^4.2.1",
|
|
141
134
|
"@types/node": "25.3.3",
|
|
142
|
-
"@types/react": "
|
|
143
|
-
"@types/react-dom": "
|
|
144
|
-
"tailwindcss": "
|
|
145
|
-
"tsup": "
|
|
146
|
-
"typescript": "
|
|
135
|
+
"@types/react": "19.2.14",
|
|
136
|
+
"@types/react-dom": "19.2.3",
|
|
137
|
+
"tailwindcss": "4.2.1",
|
|
138
|
+
"tsup": "8.5.1",
|
|
139
|
+
"typescript": "5.9.3",
|
|
140
|
+
"@docyrus/ui-pro-shared": "0.0.1"
|
|
147
141
|
},
|
|
148
142
|
"peerDependencies": {
|
|
149
143
|
"@docyrus/api-client": ">=0.1.0",
|
|
150
144
|
"@docyrus/ui-pro-shared": ">=0.0.1",
|
|
151
|
-
"react": "
|
|
152
|
-
"react-dom": "
|
|
145
|
+
"react": "19.2.4",
|
|
146
|
+
"react-dom": "19.2.4",
|
|
153
147
|
"vite": ">=5.0.0"
|
|
154
148
|
},
|
|
155
149
|
"peerDependenciesMeta": {
|
|
@@ -160,5 +154,11 @@
|
|
|
160
154
|
"publishConfig": {
|
|
161
155
|
"access": "public"
|
|
162
156
|
},
|
|
163
|
-
"license": "MIT"
|
|
164
|
-
|
|
157
|
+
"license": "MIT",
|
|
158
|
+
"scripts": {
|
|
159
|
+
"build": "tsup && (tsc -p tsconfig.dts.json || true) && tailwindcss -i src/styles.css -o dist/styles.css",
|
|
160
|
+
"dev": "tsup --watch",
|
|
161
|
+
"typecheck": "tsc --noEmit",
|
|
162
|
+
"lint": "eslint src/"
|
|
163
|
+
}
|
|
164
|
+
}
|