@uraiagent/react 0.0.3 → 0.0.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/README.md CHANGED
@@ -70,7 +70,8 @@ export default function Agent() {
70
70
  | `AgentMessage`, `AgentMessageWrapper` | Building blocks for custom message components. |
71
71
  | `WidgetConfig` | TypeScript type for the `config` prop. |
72
72
 
73
- Peer dependencies: `react`, `react-dom`, `framer-motion`, `postcss`.
73
+ Peer dependencies: `react` and `react-dom` (>=18). Everything else, including
74
+ `framer-motion`, is bundled — no extra installs or stylesheet imports.
74
75
 
75
76
  ---
76
77