@assistant-ui/react 0.5.7 → 0.5.8

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.5.7",
32
+ "version": "0.5.8",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -73,6 +73,7 @@
73
73
  "files": [
74
74
  "dist",
75
75
  "edge",
76
+ "tailwindcss",
76
77
  "README.md"
77
78
  ],
78
79
  "sideEffects": false,
@@ -0,0 +1 @@
1
+ This directory exists to support subpath imports for TypeScript projects using --moduleResolution node.
@@ -0,0 +1,5 @@
1
+ {
2
+ "main": "../dist/tailwindcss/index.js",
3
+ "module": "../dist/tailwindcss/index.mjs",
4
+ "types": "../dist/tailwindcss/index.d.ts"
5
+ }