@localstack/appinspector-ui 1.0.84 → 1.0.85

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.js CHANGED
@@ -520,7 +520,6 @@ import {
520
520
  TableHead,
521
521
  TableRow,
522
522
  TableSortLabel,
523
- Tooltip as Tooltip3,
524
523
  Typography as Typography3,
525
524
  useTheme as useTheme2
526
525
  } from "@mui/material";
@@ -12929,21 +12928,6 @@ var SpansDataGrid = ({
12929
12928
  totalCount
12930
12929
  }) => {
12931
12930
  const columns = useMemo5(() => [
12932
- columnHelper.accessor("trace_id", {
12933
- cell: (props) => /* @__PURE__ */ jsx126(
12934
- Box4,
12935
- {
12936
- sx: {
12937
- overflow: "hidden",
12938
- textOverflow: "ellipsis"
12939
- },
12940
- children: /* @__PURE__ */ jsx126(Tooltip3, { arrow: true, title: props.getValue(), children: /* @__PURE__ */ jsx126("span", { children: props.getValue() }) })
12941
- }
12942
- ),
12943
- header: "Trace",
12944
- id: "traceId",
12945
- maxSize: 120
12946
- }),
12947
12931
  columnHelper.accessor("startTime", {
12948
12932
  cell: (props) => /* @__PURE__ */ jsx126(ResponsiveTimestampCell, { date: props.getValue() }),
12949
12933
  header: () => /* @__PURE__ */ jsx126(
@@ -26725,7 +26709,7 @@ import { memo as memo11 } from "react";
26725
26709
 
26726
26710
  // src/components/trace-graph/problem-indicator.tsx
26727
26711
  import { Error as ErrorIcon2, Info as Info2, Warning as Warning2 } from "@mui/icons-material";
26728
- import { Box as Box15, Tooltip as Tooltip4 } from "@mui/material";
26712
+ import { Box as Box15, Tooltip as Tooltip3 } from "@mui/material";
26729
26713
  import { useMemo as useMemo12 } from "react";
26730
26714
  import { jsx as jsx138 } from "react/jsx-runtime";
26731
26715
  var ProblemIndicator = ({ error }) => {
@@ -26755,7 +26739,7 @@ var ProblemIndicator = ({ error }) => {
26755
26739
  }
26756
26740
  }
26757
26741
  }, [error.level]);
26758
- return /* @__PURE__ */ jsx138(Tooltip4, { arrow: true, title: error.message ?? "Issue detected", children: /* @__PURE__ */ jsx138(
26742
+ return /* @__PURE__ */ jsx138(Tooltip3, { arrow: true, title: error.message ?? "Issue detected", children: /* @__PURE__ */ jsx138(
26759
26743
  Box15,
26760
26744
  {
26761
26745
  sx: {