@assistant-ui/react 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/experimental.d.mts +2 -0
- package/dist/experimental.d.ts +2 -0
- package/dist/index.d.mts +113 -99
- package/dist/index.d.ts +113 -99
- package/dist/index.js +850 -728
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +839 -718
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.1.
|
32
|
+
"version": "0.1.12",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -65,6 +65,8 @@
|
|
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",
|