@assistant-ui/react 0.2.3 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +46 -49
- package/dist/index.d.ts +46 -49
- package/dist/index.js +177 -175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +161 -156
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.
|
32
|
+
"version": "0.3.0",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -71,6 +71,7 @@
|
|
71
71
|
"@radix-ui/react-slot": "^1.1.0",
|
72
72
|
"@radix-ui/react-use-callback-ref": "^1.1.0",
|
73
73
|
"@radix-ui/react-use-escape-keydown": "^1.1.0",
|
74
|
+
"@radix-ui/react-use-layout-effect": "^1.1.0",
|
74
75
|
"nanoid": "^5.0.7",
|
75
76
|
"react-textarea-autosize": "^8.5.3",
|
76
77
|
"zod": "^3.23.8",
|