@localstack/appinspector-ui 1.0.158 → 1.0.159
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.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32385,7 +32385,7 @@ var MinimapServiceNode = memo13(({
|
|
|
32385
32385
|
/* @__PURE__ */ jsx144(
|
|
32386
32386
|
"rect",
|
|
32387
32387
|
{
|
|
32388
|
-
fill:
|
|
32388
|
+
fill: theme.palette.background.paper,
|
|
32389
32389
|
height,
|
|
32390
32390
|
rx: 3,
|
|
32391
32391
|
ry: 3,
|
|
@@ -32552,6 +32552,7 @@ var TraceGraph = ({
|
|
|
32552
32552
|
/* @__PURE__ */ jsxs135(
|
|
32553
32553
|
ReactFlow,
|
|
32554
32554
|
{
|
|
32555
|
+
colorMode: theme.palette.mode,
|
|
32555
32556
|
"data-testid": TRACE_GRAPH_TEST_ID,
|
|
32556
32557
|
edges,
|
|
32557
32558
|
fitView: true,
|