@mcp-b/react-components 0.26.0 → 0.26.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.
@@ -54,7 +54,10 @@
54
54
  .message-scroller__virtual-content {
55
55
  position: relative;
56
56
  box-sizing: content-box;
57
- width: 100%;
57
+ /* No explicit width: block-level auto keeps the padding box exactly on the
58
+ containing block however hosts override the inline gutters. A physical
59
+ `width: 100%` here also cascade-beats host `inline-size` declarations
60
+ (the agent-chat gutter-aware cap), re-overflowing padded wrappers. */
58
61
  }
59
62
 
60
63
  /* Absolutely positioned rows resolve against the wrapper's padding box, so
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/react-components",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "MCP-B React components built on Base UI and shared design tokens, including Cloudflare Think chat primitives.",
5
5
  "homepage": "https://design-system.sigvelo.com",
6
6
  "bugs": {
@@ -58,7 +58,7 @@
58
58
  "streamdown": "^2.5.0",
59
59
  "unist-util-visit": "^5.1.0",
60
60
  "yet-another-react-lightbox": "^3.32.1",
61
- "@mcp-b/design-tokens": "0.26.0"
61
+ "@mcp-b/design-tokens": "0.26.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@ai-sdk/react": "^3.0.222",