@lukeashford/aurelius 3.7.0 → 3.8.0

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/llms.md CHANGED
@@ -260,7 +260,7 @@ navigate for groups).
260
260
  - **MessageActionsConfig.onRetry**: * Called when user retries an assistant message (creates a branch)
261
261
  - **MessageActionsConfig.showCopy**: * Whether to show the copy button @default true
262
262
  - **variant**: * Whether the message is from the user or the assistant
263
- - **content**: * The message content (supports Markdown)
263
+ - **content**: * The message content (supports Markdown if string)
264
264
  - **isStreaming**: * Whether the message is currently being streamed (shows cursor)
265
265
  - **branchInfo**: * Branch navigation info (shows branch indicator if provided and total > 1)
266
266
  - **actions**: * Actions configuration (shows action bar if provided)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukeashford/aurelius",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Design system for Aurelius applications — A cohesive visual language for creative technologists",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",