@localstack/appinspector-ui 1.0.137 → 1.0.138

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
@@ -15766,7 +15766,7 @@ var SpansDataGrid = ({
15766
15766
  import_material7.Box,
15767
15767
  {
15768
15768
  "data-testid": ERROR_COUNT_TEST_ID,
15769
- sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "error.main", cursor: "default", display: "flex", gap: 0.5, mb: "-1px" },
15769
+ sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "error.main", cursor: "help", display: "flex", gap: 0.5, mb: "-1px" },
15770
15770
  children: [
15771
15771
  /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material7.Typography, { color: "error", variant: "body2", children: errorCount.toLocaleString() }),
15772
15772
  /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material7.Typography, { color: "error", variant: "caption", children: errorCount === 1 ? "error" : "errors" })
@@ -15780,7 +15780,7 @@ var SpansDataGrid = ({
15780
15780
  import_material7.Box,
15781
15781
  {
15782
15782
  "data-testid": WARNING_COUNT_TEST_ID,
15783
- sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "warning.main", cursor: "default", display: "flex", gap: 0.5, mb: "-1px" },
15783
+ sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "warning.main", cursor: "help", display: "flex", gap: 0.5, mb: "-1px" },
15784
15784
  children: [
15785
15785
  /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material7.Typography, { color: "warning.main", variant: "body2", children: warningCount.toLocaleString() }),
15786
15786
  /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material7.Typography, { color: "warning.main", variant: "caption", children: warningCount === 1 ? "warning" : "warnings" })
@@ -15802,7 +15802,8 @@ var SpansDataGrid = ({
15802
15802
  }
15803
15803
  ),
15804
15804
  disabled: clearingSpans,
15805
- label: ""
15805
+ label: "",
15806
+ sx: { marginRight: 0 }
15806
15807
  }
15807
15808
  )
15808
15809
  ] }) }),