@localstack/appinspector-ui 1.0.83 → 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.cjs CHANGED
@@ -12916,21 +12916,6 @@ var SpansDataGrid = ({
12916
12916
  totalCount
12917
12917
  }) => {
12918
12918
  const columns = (0, import_react42.useMemo)(() => [
12919
- columnHelper.accessor("trace_id", {
12920
- cell: (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
12921
- import_material5.Box,
12922
- {
12923
- sx: {
12924
- overflow: "hidden",
12925
- textOverflow: "ellipsis"
12926
- },
12927
- children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_material5.Tooltip, { arrow: true, title: props.getValue(), children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: props.getValue() }) })
12928
- }
12929
- ),
12930
- header: "Trace",
12931
- id: "traceId",
12932
- maxSize: 120
12933
- }),
12934
12919
  columnHelper.accessor("startTime", {
12935
12920
  cell: (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ResponsiveTimestampCell, { date: props.getValue() }),
12936
12921
  header: () => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(