@assistant-ui/react 0.5.40 → 0.5.41
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +74 -16
- package/dist/index.d.ts +74 -16
- package/dist/index.js +291 -86
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +484 -279
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.5.
|
32
|
+
"version": "0.5.41",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"class-variance-authority": "^0.7.0",
|
93
93
|
"classnames": "^2.5.1",
|
94
94
|
"json-schema": "^0.4.0",
|
95
|
-
"lucide-react": "^0.
|
95
|
+
"lucide-react": "^0.438.0",
|
96
96
|
"nanoid": "^5.0.7",
|
97
97
|
"react-textarea-autosize": "^8.5.3",
|
98
98
|
"secure-json-parse": "^2.7.0",
|
@@ -120,16 +120,16 @@
|
|
120
120
|
},
|
121
121
|
"devDependencies": {
|
122
122
|
"@types/json-schema": "^7.0.15",
|
123
|
-
"@types/node": "^22.5.
|
123
|
+
"@types/node": "^22.5.2",
|
124
124
|
"autoprefixer": "^10.4.20",
|
125
125
|
"eslint": "^8",
|
126
|
-
"eslint-config-next": "14.2.
|
127
|
-
"postcss": "^8.4.
|
126
|
+
"eslint-config-next": "14.2.7",
|
127
|
+
"postcss": "^8.4.43",
|
128
128
|
"postcss-nested": "^6.2.0",
|
129
129
|
"tailwindcss": "^3.4.10",
|
130
130
|
"tailwindcss-animate": "^1.0.7",
|
131
131
|
"tsup": "8.2.4",
|
132
|
-
"tsx": "^4.
|
132
|
+
"tsx": "^4.19.0",
|
133
133
|
"@assistant-ui/tailwindcss-transformer": "0.1.0",
|
134
134
|
"@assistant-ui/tsconfig": "0.0.0"
|
135
135
|
},
|