@localstack/appinspector-ui 1.0.154 → 1.0.156
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 +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -15790,7 +15790,7 @@ var SpansDataGrid = ({
|
|
|
15790
15790
|
element.scrollTop = element.scrollHeight;
|
|
15791
15791
|
}, [order2, spans?.length, lastSpanId]);
|
|
15792
15792
|
return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
|
|
15793
|
-
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_material6.Grid, { item: true, xs: 12, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_material6.Box, { sx: { alignItems: "center", display: "flex", gap: "0.5rem", pt: 1, px:
|
|
15793
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_material6.Grid, { item: true, xs: 12, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_material6.Box, { sx: { alignItems: "center", display: "flex", gap: "0.5rem", pt: 1, px: 1 }, children: [
|
|
15794
15794
|
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
15795
15795
|
SpansSearchField,
|
|
15796
15796
|
{
|
|
@@ -15995,12 +15995,13 @@ var SpansDataGrid = ({
|
|
|
15995
15995
|
// src/components/spans-list/spans-list.tsx
|
|
15996
15996
|
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
15997
15997
|
var SpansList = (props) => {
|
|
15998
|
-
return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_material7.Box, { "data-testid": SPANS_DATA_GRID_TEST_ID, sx: { display: "flex", flexDirection: "column", flexGrow: 1, gap:
|
|
15998
|
+
return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_material7.Box, { "data-testid": SPANS_DATA_GRID_TEST_ID, sx: { display: "flex", flexDirection: "column", flexGrow: 1, gap: 1, width: "100%" }, children: [
|
|
15999
15999
|
props.fetchError && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
|
|
16000
16000
|
import_material7.Alert,
|
|
16001
16001
|
{
|
|
16002
16002
|
action: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material7.Button, { onClick: props.onFetchForward, children: "Retry" }),
|
|
16003
16003
|
severity: "error",
|
|
16004
|
+
sx: { mt: 1, mx: 2 },
|
|
16004
16005
|
children: [
|
|
16005
16006
|
"Unexpected error:",
|
|
16006
16007
|
" ",
|
|
@@ -32317,7 +32318,7 @@ var TraceGraphView = ({
|
|
|
32317
32318
|
},
|
|
32318
32319
|
children: [
|
|
32319
32320
|
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(Main, { open, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)(import_material23.Box, { sx: { display: "flex", flexDirection: "column", height: "100%" }, children: [
|
|
32320
|
-
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_material23.Box, { sx: { display: "flex", px:
|
|
32321
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_material23.Box, { sx: { display: "flex", px: 1, py: 1 }, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_material23.Button, { onClick: () => {
|
|
32321
32322
|
navigateToSpansList();
|
|
32322
32323
|
}, startIcon: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_icons_material13.ArrowBack, {}), children: "Go back" }) }),
|
|
32323
32324
|
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_material23.Box, { sx: { flexGrow: 1, overflow: "auto" }, children: traceId !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_react63.ReactFlowProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|