@surf-kit/agent 0.3.0 → 0.4.0
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/chat/index.cjs +131 -41
- package/dist/chat/index.cjs.map +1 -1
- package/dist/chat/index.d.cts +3 -2
- package/dist/chat/index.d.ts +3 -2
- package/dist/chat/index.js +132 -42
- package/dist/chat/index.js.map +1 -1
- package/dist/{chat-CGamM7Mz.d.cts → chat-BRY3xGg_.d.cts} +1 -1
- package/dist/{chat-BIIDOGrD.d.ts → chat-CcKc6OAR.d.ts} +1 -1
- package/dist/{hooks-CTeEqnBQ.d.ts → hooks-BLeiVk-x.d.ts} +3 -2
- package/dist/{hooks-B1NYoLLs.d.cts → hooks-CSGGLd7j.d.cts} +3 -2
- package/dist/hooks.cjs +41 -11
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.cts +3 -3
- package/dist/hooks.d.ts +3 -3
- package/dist/hooks.js +41 -11
- package/dist/hooks.js.map +1 -1
- package/dist/index.cjs +131 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +136 -46
- package/dist/index.js.map +1 -1
- package/dist/layouts/index.cjs +131 -41
- package/dist/layouts/index.cjs.map +1 -1
- package/dist/layouts/index.d.cts +1 -1
- package/dist/layouts/index.d.ts +1 -1
- package/dist/layouts/index.js +134 -44
- package/dist/layouts/index.js.map +1 -1
- package/dist/response/index.cjs +34 -3
- package/dist/response/index.cjs.map +1 -1
- package/dist/response/index.d.cts +1 -1
- package/dist/response/index.d.ts +1 -1
- package/dist/response/index.js +35 -4
- package/dist/response/index.js.map +1 -1
- package/dist/streaming/index.cjs +14 -3
- package/dist/streaming/index.cjs.map +1 -1
- package/dist/streaming/index.d.cts +2 -2
- package/dist/streaming/index.d.ts +2 -2
- package/dist/streaming/index.js +14 -3
- package/dist/streaming/index.js.map +1 -1
- package/dist/{streaming-x7umFHoP.d.cts → streaming-BHPXnwwo.d.cts} +3 -1
- package/dist/{streaming-Bx-ff2tt.d.ts → streaming-C6mbU7My.d.ts} +3 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surf-kit/agent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "AI agent interface components — chat, streaming, confidence, source attribution",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -102,9 +102,10 @@
|
|
|
102
102
|
"class-variance-authority": "^0.7.0",
|
|
103
103
|
"react-markdown": "^10.1.0",
|
|
104
104
|
"rehype-sanitize": "^6.0.0",
|
|
105
|
+
"remark-gfm": "^4.0.0",
|
|
105
106
|
"react-aria": "^3.46.0",
|
|
106
107
|
"tailwind-merge": "^2.0.0",
|
|
107
|
-
"@surf-kit/core": "0.2.
|
|
108
|
+
"@surf-kit/core": "0.2.1",
|
|
108
109
|
"@surf-kit/hooks": "0.1.2",
|
|
109
110
|
"@surf-kit/icons": "0.1.1",
|
|
110
111
|
"@surf-kit/theme": "0.2.0"
|
|
@@ -122,8 +123,8 @@
|
|
|
122
123
|
"typescript": "^5.9.0",
|
|
123
124
|
"vitest": "^4.0.0",
|
|
124
125
|
"vitest-axe": "^0.1.0",
|
|
125
|
-
"@surf-kit/
|
|
126
|
-
"@surf-kit/
|
|
126
|
+
"@surf-kit/tsconfig": "0.1.0",
|
|
127
|
+
"@surf-kit/test-utils": "0.1.5"
|
|
127
128
|
},
|
|
128
129
|
"peerDependencies": {
|
|
129
130
|
"react": ">=19",
|