@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.js
CHANGED
|
@@ -15805,7 +15805,7 @@ var SpansDataGrid = ({
|
|
|
15805
15805
|
element.scrollTop = element.scrollHeight;
|
|
15806
15806
|
}, [order2, spans?.length, lastSpanId]);
|
|
15807
15807
|
return /* @__PURE__ */ jsxs121(Fragment4, { children: [
|
|
15808
|
-
/* @__PURE__ */ jsx126(Grid, { item: true, xs: 12, children: /* @__PURE__ */ jsxs121(Box4, { sx: { alignItems: "center", display: "flex", gap: "0.5rem", pt: 1, px:
|
|
15808
|
+
/* @__PURE__ */ jsx126(Grid, { item: true, xs: 12, children: /* @__PURE__ */ jsxs121(Box4, { sx: { alignItems: "center", display: "flex", gap: "0.5rem", pt: 1, px: 1 }, children: [
|
|
15809
15809
|
/* @__PURE__ */ jsx126(
|
|
15810
15810
|
SpansSearchField,
|
|
15811
15811
|
{
|
|
@@ -16010,12 +16010,13 @@ var SpansDataGrid = ({
|
|
|
16010
16010
|
// src/components/spans-list/spans-list.tsx
|
|
16011
16011
|
import { jsx as jsx127, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
16012
16012
|
var SpansList = (props) => {
|
|
16013
|
-
return /* @__PURE__ */ jsxs122(Box5, { "data-testid": SPANS_DATA_GRID_TEST_ID, sx: { display: "flex", flexDirection: "column", flexGrow: 1, gap:
|
|
16013
|
+
return /* @__PURE__ */ jsxs122(Box5, { "data-testid": SPANS_DATA_GRID_TEST_ID, sx: { display: "flex", flexDirection: "column", flexGrow: 1, gap: 1, width: "100%" }, children: [
|
|
16014
16014
|
props.fetchError && /* @__PURE__ */ jsxs122(
|
|
16015
16015
|
Alert2,
|
|
16016
16016
|
{
|
|
16017
16017
|
action: /* @__PURE__ */ jsx127(Button3, { onClick: props.onFetchForward, children: "Retry" }),
|
|
16018
16018
|
severity: "error",
|
|
16019
|
+
sx: { mt: 1, mx: 2 },
|
|
16019
16020
|
children: [
|
|
16020
16021
|
"Unexpected error:",
|
|
16021
16022
|
" ",
|
|
@@ -32332,7 +32333,7 @@ var TraceGraphView = ({
|
|
|
32332
32333
|
},
|
|
32333
32334
|
children: [
|
|
32334
32335
|
/* @__PURE__ */ jsx145(Main, { open, children: /* @__PURE__ */ jsxs135(Box18, { sx: { display: "flex", flexDirection: "column", height: "100%" }, children: [
|
|
32335
|
-
/* @__PURE__ */ jsx145(Box18, { sx: { display: "flex", px:
|
|
32336
|
+
/* @__PURE__ */ jsx145(Box18, { sx: { display: "flex", px: 1, py: 1 }, children: /* @__PURE__ */ jsx145(Button6, { onClick: () => {
|
|
32336
32337
|
navigateToSpansList();
|
|
32337
32338
|
}, startIcon: /* @__PURE__ */ jsx145(ArrowBack, {}), children: "Go back" }) }),
|
|
32338
32339
|
/* @__PURE__ */ jsx145(Box18, { sx: { flexGrow: 1, overflow: "auto" }, children: traceId !== void 0 && /* @__PURE__ */ jsx145(ReactFlowProvider, { children: /* @__PURE__ */ jsx145(
|