@cryptiklemur/lattice 1.10.1 → 1.10.2

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.
@@ -144,8 +144,10 @@ export function ChartCard(props: ChartCardProps) {
144
144
  </button>
145
145
  </div>
146
146
  </div>
147
- <div className="flex-1 p-6 overflow-auto min-h-0 [&_.recharts-responsive-container]:!h-full [&_.recharts-responsive-container]:!min-h-[350px]">
148
- {props.children}
147
+ <div className="flex-1 p-6 overflow-auto min-h-0 [&_.recharts-wrapper]:!h-full [&_.recharts-responsive-container]:!h-full">
148
+ <div style={{ height: "100%" }}>
149
+ {props.children}
150
+ </div>
149
151
  </div>
150
152
  </div>
151
153
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptiklemur/lattice",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Multi-machine agentic dashboard for Claude Code. Monitor sessions, manage MCP servers and skills, orchestrate across mesh-networked nodes.",
5
5
  "license": "MIT",
6
6
  "author": "Aaron Scherer <me@aaronscherer.me>",