@akropolys/kiku 1.7.19 → 1.7.20

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/README.md CHANGED
@@ -34,7 +34,6 @@ export default function App() {
34
34
  label="Ask me anything"
35
35
  enableVoice={true}
36
36
  enableVision={true}
37
- enableAudioResponse={true}
38
37
  theme={{
39
38
  borderRadius: "24px",
40
39
  }}
@@ -44,6 +43,8 @@ export default function App() {
44
43
  }
45
44
  ```
46
45
 
46
+ > **Next.js Note**: If running an experimental Next.js 15/16 canary with Tailwind CSS v4 on Windows, run `next dev --webpack` if Turbopack experiences resolver latency on Windows ([tracked upstream](https://github.com/vercel/next.js/issues)).
47
+
47
48
  ---
48
49
 
49
50
  ## Components