@agentforge-io/chat-sdk 2.5.2 → 2.5.3

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 +6 -11
  2. package/package.json +1 -1
package/dist/react.js CHANGED
@@ -1368,14 +1368,11 @@ const WIDGET_CSS = `
1368
1368
  }
1369
1369
  /* Delegation-chain avatar stack. Override the default 26x26 size so
1370
1370
  * the row can host multiple overlapping items without clipping.
1371
- * `, align;
1372
- -items;
1373
- center ` is critical: with `;
1374
- flex - end ` the smaller
1375
- * items glue to the bottom of the row and the column they sit in
1376
- * looks unbalanced — circles read as ovals because the bounding box
1377
- * isn't square anymore. Centering keeps every item axis-aligned and
1378
- * the ring + size cap together force a 1:1 aspect ratio. */
1371
+ * align-items:center is critical: with flex-end the smaller items
1372
+ * glue to the bottom of the row and the column they sit in looks
1373
+ * unbalanced circles read as ovals because the bounding box isn't
1374
+ * square anymore. Centering keeps every item axis-aligned and the
1375
+ * ring + size cap together force a 1:1 aspect ratio. */
1379
1376
  .af-widget-root.af-variant-bare .af-msg-avatar-stack {
1380
1377
  width: auto;
1381
1378
  height: 26px;
@@ -1391,9 +1388,7 @@ flex - end ` the smaller
1391
1388
  }
1392
1389
  .af-widget-root.af-variant-bare .af-msg-avatar-stack-item {
1393
1390
  /* Hard-pin the aspect ratio so the box never deforms into an
1394
- * ellipse when the parent flexes — `;
1395
- aspect - ratio;
1396
- 1 ` plus explicit
1391
+ * ellipse when the parent flexes — aspect-ratio:1 plus explicit
1397
1392
  * width AND min-width guarantees a square box on every flex child. */
1398
1393
  width: 18px;
1399
1394
  min-width: 18px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge-io/chat-sdk",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
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",