@docyrus/ui-pro-ai-assistant 0.7.8 → 0.7.9
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 +45 -4
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +98 -13069
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docyrus/ui-pro-ai-assistant",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
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",
|
|
@@ -141,11 +141,9 @@
|
|
|
141
141
|
"xlsx": "0.18.5"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
|
-
"@tailwindcss/cli": "^4.2.1",
|
|
145
144
|
"@types/node": "25.3.3",
|
|
146
145
|
"@types/react": "19.2.14",
|
|
147
146
|
"@types/react-dom": "19.2.3",
|
|
148
|
-
"tailwindcss": "4.2.1",
|
|
149
147
|
"tsup": "8.5.1",
|
|
150
148
|
"typescript": "5.9.3",
|
|
151
149
|
"@docyrus/ui-pro-shared": "0.0.5"
|
|
@@ -167,7 +165,7 @@
|
|
|
167
165
|
},
|
|
168
166
|
"license": "MIT",
|
|
169
167
|
"scripts": {
|
|
170
|
-
"build": "tsup && (tsc -p tsconfig.dts.json || true) &&
|
|
168
|
+
"build": "tsup && (tsc -p tsconfig.dts.json || true) && cp src/styles.css dist/styles.css",
|
|
171
169
|
"dev": "tsup --watch",
|
|
172
170
|
"typecheck": "tsc --noEmit",
|
|
173
171
|
"lint": "eslint src/"
|