@localstack/appinspector-ui 1.0.101 → 1.0.102
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 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -14868,9 +14868,9 @@ var newSpanBackgroundColor = {
|
|
|
14868
14868
|
};
|
|
14869
14869
|
var LABEL_BEGINNING_OF_STREAM = "This is the beginning of the stream";
|
|
14870
14870
|
var LABEL_END_OF_STREAM = "This is the end of the stream";
|
|
14871
|
-
var LABEL_NO_SPANS = "There are no
|
|
14872
|
-
var LABEL_LOAD_OLDER = "Load older
|
|
14873
|
-
var LABEL_LOAD_NEWER = "Load newer
|
|
14871
|
+
var LABEL_NO_SPANS = "There are no operations";
|
|
14872
|
+
var LABEL_LOAD_OLDER = "Load older operations";
|
|
14873
|
+
var LABEL_LOAD_NEWER = "Load newer operations";
|
|
14874
14874
|
var StreamBoundaryRow = ({ colSpan, label }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material6.TableRow, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material6.TableCell, { colSpan, sx: { fontStyle: "italic", textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: label }) }) });
|
|
14875
14875
|
var LoadSpansRow = ({ colSpan, fetching, label, onFetch }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material6.TableRow, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_material6.TableCell, { colSpan, sx: { textAlign: "center" }, children: [
|
|
14876
14876
|
!fetching && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_material6.Button, { onClick: onFetch, sx: { my: 1 }, children: label }),
|
|
@@ -15075,7 +15075,7 @@ var SpansDataGrid = ({
|
|
|
15075
15075
|
"data-testid": CLEAR_SPANS_TEST_ID,
|
|
15076
15076
|
onClick: onClearSpans,
|
|
15077
15077
|
startIcon: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_icons_material2.DeleteForeverOutlined, {}),
|
|
15078
|
-
children: "Clear
|
|
15078
|
+
children: "Clear Operations"
|
|
15079
15079
|
}
|
|
15080
15080
|
),
|
|
15081
15081
|
disabled: clearingSpans,
|