@blade-hq/agent-react 1.2.1-beta.13 → 1.2.1-beta.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blade-hq/agent-react",
3
- "version": "1.2.1-beta.13",
3
+ "version": "1.2.1-beta.15",
4
4
  "description": "Blade Agent React 绑定:BladeProvider、useAgentSession、开箱即用的 ChatView 聊天界面。",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,8 @@
14
14
  "types": "./dist/index.d.ts",
15
15
  "import": "./dist/index.js"
16
16
  },
17
- "./style.css": "./dist/style.css"
17
+ "./style.css": "./dist/style.css",
18
+ "./style.full.css": "./dist/style.full.css"
18
19
  },
19
20
  "files": [
20
21
  "dist",
@@ -28,7 +29,7 @@
28
29
  "access": "public"
29
30
  },
30
31
  "dependencies": {
31
- "@blade-hq/agent-client": "1.2.1-beta.13"
32
+ "@blade-hq/agent-client": "1.2.1-beta.15"
32
33
  },
33
34
  "bundledDependencies": [],
34
35
  "peerDependencies": {
package/public-api.md CHANGED
@@ -306,6 +306,7 @@ placeholder: string | undefined
306
306
  renderers: ChatViewRenderers | undefined
307
307
  sessionId: string | undefined
308
308
  slots: ChatViewSlots | undefined
309
+ theme: "light" | "dark" | undefined
309
310
  ```
310
311
 
311
312
  ## `ChatViewRenderers` (interface)