@lukeashford/aurelius 3.9.0 → 4.0.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
@@ -127,7 +127,7 @@ Import from `@lukeashford/aurelius`:
127
127
  | List | variant, ordered, leading, trailing, interactive, selected, disabled, primary, secondary |
128
128
  | MarkdownContent | content, isMarkdown, sanitizeConfig, isStreaming, cursorClassName |
129
129
  | Menu | children, open, onOpenChange, asChild, align, side, icon, destructive |
130
- | Message | variant (user, assistant), content, isStreaming, branchInfo, actions, hideActions |
130
+ | Message | variant (user, assistant), content, isStreaming, branchInfo, actions, hideActions, onClick, label, children, disabled |
131
131
  | Modal | isOpen, onClose, title, children, className |
132
132
  | Navbar | fixed, bordered, position, active, active |
133
133
  | Pagination | page, totalPages, onPageChange, siblingCount, showEdges |
@@ -159,7 +159,7 @@ Import from `@lukeashford/aurelius`:
159
159
  | ChatInterface | messages, conversationTree, onTreeChange, conversations, onMessageSubmit, onEditMessage, onRetryMessage, onStop, onSelectConversation, onNewChat, onRenameConversation, isStreaming, isThinking, placeholder, emptyStateHelper, emptyState, showAttachmentButton, enableMessageActions, attachments, onAttachmentsChange, onAttachmentRemove, artifactNodes, isArtifactsPanelOpen, onArtifactsPanelOpenChange, tasks, tasksTitle, onStopAllTasks |
160
160
  | ChatView | messages, latestUserMessageIndex, isStreaming, isThinking, onScroll |
161
161
  | HistoryPanel | conversations, onSelectConversation, onNewChat, onRenameConversation |
162
- | MessageActions | variant (user, assistant), content, onEdit, onRetry, isEditing, onEditingChange, editValue |
162
+ | MessageActions | variant, content, onEdit, onRetry, isEditing, onEditingChange, editValue |
163
163
  | ThinkingIndicator | isVisible, phraseInterval, phrases |
164
164
  | TodosList | tasks, title, onStopAllTasks |
165
165
  | ToolPanelContainer | topContent, bottomContent, width, initialTopPercent, onResizeStart, side |
@@ -235,6 +235,9 @@ navigate for groups).
235
235
  - **removable**: * Whether attachments are removable
236
236
  - **maxVisible**: * Maximum number of attachments to show before collapsing Set to 0 or undefined to show all
237
237
 
238
+ **AudioCard**
239
+ - **playerProps**: Forwarded to the underlying ReactPlayer.
240
+
238
241
  **FileChip**
239
242
  - **name**: * File name to display
240
243
  - **size**: * File size in bytes (optional, will be formatted)
@@ -336,6 +339,9 @@ A card for displaying text content, supporting Markdown and HTML formatting.
336
339
  - **maxHeight**: * Maximum height of the content area before scrolling @default '16rem'
337
340
  - **contentClassName**: * Optional class name for the content container
338
341
 
342
+ **VideoCard**
343
+ - **playerProps**: Forwarded to the underlying ReactPlayer.
344
+
339
345
  **ArtifactsPanel**
340
346
  ArtifactsPanel displays artifacts in a navigable tree panel.
341
347
 
@@ -534,10 +540,6 @@ side of the chat interface. It follows the IntelliJ pattern:
534
540
  - **ToolDefinition.icon**: * Icon element shown in the sidebar button
535
541
  - **ToolDefinition.label**: * Accessible label for the button
536
542
  - **ToolDefinition.group**: * Which group the tool belongs to — tools in the same group are mutually exclusive (opening one closes the other).
537
- - **ExternalToolDefinition.id**: * Unique identifier for this tool
538
- - **ExternalToolDefinition.icon**: * Icon element shown in the sidebar button
539
- - **ExternalToolDefinition.label**: * Accessible label for the button
540
- - **ExternalToolDefinition.group**: * Which group the tool belongs to
541
543
  - **ExternalToolDefinition.content**: * Content to render when the tool is open
542
544
  - **tools**: * Available tool definitions
543
545
  - **activeTools**: * Current state — which tool is open per group
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukeashford/aurelius",
3
- "version": "3.9.0",
3
+ "version": "4.0.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",