@workerdeck/ui 0.6.0 → 0.7.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workerdeck/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Styled agent-control component library for WorkerDeck: session panel, transcript with streaming, tool-call cards, permission prompts, session list, composer. Tailwind v4 + Base UI + cva. Pairs with the headless @workerdeck/react layer.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"streamdown": "^2.5.0",
|
|
28
28
|
"tailwind-merge": "^3.6.0",
|
|
29
29
|
"use-stick-to-bottom": "^1.1.6",
|
|
30
|
-
"@workerdeck/
|
|
31
|
-
"@workerdeck/
|
|
32
|
-
"@workerdeck/
|
|
30
|
+
"@workerdeck/client": "0.7.0",
|
|
31
|
+
"@workerdeck/react": "0.7.0",
|
|
32
|
+
"@workerdeck/protocol": "0.7.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^18.0.0 || ^19.0.0",
|