@iloveagents/foundry-web-ui 0.32.2 → 0.32.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.
@@ -127,6 +127,7 @@ export function WorkbenchStyles() {
127
127
  top: 0;
128
128
  bottom: 0;
129
129
  width: 1px;
130
+ z-index: 20;
130
131
  pointer-events: none;
131
132
  background: color-mix(in srgb, var(--border) 55%, transparent);
132
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iloveagents/foundry-web-ui",
3
- "version": "0.32.2",
3
+ "version": "0.32.3",
4
4
  "license": "MIT",
5
5
  "description": "React agent UI core for Foundry UI — chat, composer, AG-UI adapter for assistant-ui, tool cards, panels, sidebar, theme runtime, and UI stores.",
6
6
  "keywords": [
@@ -80,8 +80,8 @@
80
80
  "recharts": "^3.10.1",
81
81
  "remark-gfm": "^4.0.0",
82
82
  "tailwind-merge": "^3.5.0",
83
- "@iloveagents/foundry-agent": "^0.32.2",
84
- "@iloveagents/foundry-web-primitives": "^0.32.2"
83
+ "@iloveagents/foundry-agent": "^0.32.3",
84
+ "@iloveagents/foundry-web-primitives": "^0.32.3"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@ag-ui/client": "^0.0.52",