@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 +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
|
@@ -15779,7 +15779,7 @@ var SpansDataGrid = ({
|
|
|
15779
15779
|
Box5,
|
|
15780
15780
|
{
|
|
15781
15781
|
"data-testid": ERROR_COUNT_TEST_ID,
|
|
15782
|
-
sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "error.main", cursor: "
|
|
15782
|
+
sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "error.main", cursor: "help", display: "flex", gap: 0.5, mb: "-1px" },
|
|
15783
15783
|
children: [
|
|
15784
15784
|
/* @__PURE__ */ jsx127(Typography4, { color: "error", variant: "body2", children: errorCount.toLocaleString() }),
|
|
15785
15785
|
/* @__PURE__ */ jsx127(Typography4, { color: "error", variant: "caption", children: errorCount === 1 ? "error" : "errors" })
|
|
@@ -15793,7 +15793,7 @@ var SpansDataGrid = ({
|
|
|
15793
15793
|
Box5,
|
|
15794
15794
|
{
|
|
15795
15795
|
"data-testid": WARNING_COUNT_TEST_ID,
|
|
15796
|
-
sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "warning.main", cursor: "
|
|
15796
|
+
sx: { alignItems: "center", borderBottom: "1px dotted", borderColor: "warning.main", cursor: "help", display: "flex", gap: 0.5, mb: "-1px" },
|
|
15797
15797
|
children: [
|
|
15798
15798
|
/* @__PURE__ */ jsx127(Typography4, { color: "warning.main", variant: "body2", children: warningCount.toLocaleString() }),
|
|
15799
15799
|
/* @__PURE__ */ jsx127(Typography4, { color: "warning.main", variant: "caption", children: warningCount === 1 ? "warning" : "warnings" })
|
|
@@ -15815,7 +15815,8 @@ var SpansDataGrid = ({
|
|
|
15815
15815
|
}
|
|
15816
15816
|
),
|
|
15817
15817
|
disabled: clearingSpans,
|
|
15818
|
-
label: ""
|
|
15818
|
+
label: "",
|
|
15819
|
+
sx: { marginRight: 0 }
|
|
15819
15820
|
}
|
|
15820
15821
|
)
|
|
15821
15822
|
] }) }),
|