@agentforge-io/chat-sdk 2.5.4 → 2.5.5

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.
Files changed (2) hide show
  1. package/dist/react.js +1 -2
  2. package/package.json +1 -1
package/dist/react.js CHANGED
@@ -1384,8 +1384,7 @@ const WIDGET_CSS = `
1384
1384
  * reads as one composite glyph rather than three orphan circles.
1385
1385
  * Active speaker sits at the regular bubble-avatar size; upstream
1386
1386
  * delegators are 14px and overlap tightly behind it. align-items
1387
- * stays on `, center;
1388
- ` so the small avatars share the active one's
1387
+ * stays on center so the small avatars share the active one's
1389
1388
  * vertical midline — that alignment is what lets the typing dots
1390
1389
  * land at the same baseline as the group on the next column. */
1391
1390
  .af-widget-root.af-variant-bare .af-msg-avatar-stack {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge-io/chat-sdk",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Framework-free chat session SDK for AgentForge public chat tokens. Headless — no DOM. Drop into any frontend (React, Vue, Svelte, vanilla) and listen for events.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",