@assistant-ui/react 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
    
        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.4",
         | 
| 33 33 | 
             
              "license": "MIT",
         | 
| 34 34 | 
             
              "exports": {
         | 
| 35 35 | 
             
                ".": {
         | 
| @@ -90,7 +90,7 @@ | |
| 90 90 | 
             
                "class-variance-authority": "^0.7.0",
         | 
| 91 91 | 
             
                "classnames": "^2.5.1",
         | 
| 92 92 | 
             
                "json-schema": "^0.4.0",
         | 
| 93 | 
            -
                "lucide-react": "^0. | 
| 93 | 
            +
                "lucide-react": "^0.412.0",
         | 
| 94 94 | 
             
                "nanoid": "^5.0.7",
         | 
| 95 95 | 
             
                "react-textarea-autosize": "^8.5.3",
         | 
| 96 96 | 
             
                "secure-json-parse": "^2.7.0",
         | 
| @@ -123,10 +123,10 @@ | |
| 123 123 | 
             
                "eslint": "^8",
         | 
| 124 124 | 
             
                "eslint-config-next": "14.2.5",
         | 
| 125 125 | 
             
                "postcss": "^8.4.39",
         | 
| 126 | 
            -
                "postcss-nested": "^6.0 | 
| 126 | 
            +
                "postcss-nested": "^6.2.0",
         | 
| 127 127 | 
             
                "tailwindcss": "^3.4.6",
         | 
| 128 128 | 
             
                "tailwindcss-animate": "^1.0.7",
         | 
| 129 | 
            -
                "tsup": "8.1 | 
| 129 | 
            +
                "tsup": "8.2.1",
         | 
| 130 130 | 
             
                "tsx": "^4.16.2",
         | 
| 131 131 | 
             
                "@assistant-ui/tailwindcss-transformer": "0.1.0",
         | 
| 132 132 | 
             
                "@assistant-ui/tsconfig": "0.0.0"
         |