@assistant-ui/react 0.1.10 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.1.10",
32
+ "version": "0.1.12",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -65,9 +65,12 @@
65
65
  "dependencies": {
66
66
  "@radix-ui/primitive": "^1.1.0",
67
67
  "@radix-ui/react-compose-refs": "^1.1.0",
68
+ "@radix-ui/react-context": "^1.1.0",
69
+ "@radix-ui/react-popover": "^1.1.1",
68
70
  "@radix-ui/react-primitive": "^2.0.0",
69
71
  "@radix-ui/react-slot": "^1.1.0",
70
72
  "@radix-ui/react-use-callback-ref": "^1.1.0",
73
+ "@radix-ui/react-use-escape-keydown": "^1.1.0",
71
74
  "nanoid": "^5.0.7",
72
75
  "react-textarea-autosize": "^8.5.3",
73
76
  "zod": "^3.23.8",