You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the playground semantics and accessibility coverage, switch the built-in fallback icon to an ellipsis, and prevent secondary-clicks from activating bubbles.
Co-authored-by: Cursor <cursoragent@cursor.com>
|`id`|`string`| Unique id for this bubble (required). |
80
80
|`label`|`string`| Accessible name for the bubble and its panel, e.g. `"Chat support"`. Without it the bubble announces as a generic button. |
81
-
|`icon`|`HTMLElement`| Content shown inside the collapsed bubble (an avatar, an SVG, anything). Defaults to a chat glyph.|
81
+
|`icon`|`HTMLElement`| Content shown inside the collapsed bubble (an avatar, an SVG, anything). Defaults to an ellipsis glyph. |
82
82
|`content`|`HTMLElement`| Content shown in the expanded panel. Without it the bubble has no panel. |
83
83
|`panelWidth`|`number \| string`| Overrides the manager's `panelWidth` for this bubble's panel (px number, or a `"<n>px"` / `"<n>%"` string). |
84
84
|`panelMaxHeight`|`number \| string`| Overrides the manager's `panelMaxHeight` for this bubble's panel (px number, or a `"<n>px"` / `"<n>%"` string). |
@@ -180,7 +180,7 @@ Every token the library paints with:
0 commit comments