@runtypelabs/persona 3.1.1 → 3.2.1

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
@@ -1745,6 +1745,7 @@ Controls the floating launcher button and panel.
1745
1745
  | `clearChat` | `AgentWidgetClearChatConfig?` | Clear chat button configuration (enabled, placement, icon, styling). |
1746
1746
  | `border` | `string?` | Border style for the launcher button. Default: `'1px solid #e5e7eb'`. |
1747
1747
  | `shadow` | `string?` | Box shadow for the launcher button. |
1748
+ | `collapsedMaxWidth` | `string?` | CSS `max-width` for the floating launcher pill when the panel is closed (title/subtitle truncate with ellipsis; full text in `title` tooltip). Does not affect the open panel (`width`). |
1748
1749
 
1749
1750
  In docked mode, `position`, `fullHeight`, and `sidebarMode` are ignored because the widget fills the dock slot created around the target container.
1750
1751