@localstack/appinspector-ui 1.0.171 → 1.0.172
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.cjs
CHANGED
|
@@ -16333,6 +16333,7 @@ var import_icons_material5 = require("@mui/icons-material");
|
|
|
16333
16333
|
var import_material9 = require("@mui/material");
|
|
16334
16334
|
var import_react39 = require("react");
|
|
16335
16335
|
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
16336
|
+
var START_COMMAND = "LOCALSTACK_APP_INSPECTOR=1 lstk";
|
|
16336
16337
|
var StatusMessage = ({
|
|
16337
16338
|
localstackVersion,
|
|
16338
16339
|
onEnable,
|
|
@@ -16452,7 +16453,7 @@ var StatusMessage = ({
|
|
|
16452
16453
|
),
|
|
16453
16454
|
" is running and accessible."
|
|
16454
16455
|
] }),
|
|
16455
|
-
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_material9.Typography, { sx: { mb: 1 }, variant: "body2", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("strong", { children: "Start LocalStack:" }) }),
|
|
16456
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_material9.Typography, { sx: { mb: 1 }, variant: "body2", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("strong", { children: "Start LocalStack with App Inspector:" }) }),
|
|
16456
16457
|
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
16457
16458
|
import_material9.Box,
|
|
16458
16459
|
{
|
|
@@ -16463,7 +16464,7 @@ var StatusMessage = ({
|
|
|
16463
16464
|
fontSize: "0.875rem",
|
|
16464
16465
|
p: 1
|
|
16465
16466
|
},
|
|
16466
|
-
children:
|
|
16467
|
+
children: START_COMMAND
|
|
16467
16468
|
}
|
|
16468
16469
|
),
|
|
16469
16470
|
onRetry && /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_material9.Box, { sx: { display: "flex", justifyContent: "flex-start", mt: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
@@ -16526,7 +16527,7 @@ var StatusMessage = ({
|
|
|
16526
16527
|
fontSize: "0.875rem",
|
|
16527
16528
|
p: 1
|
|
16528
16529
|
},
|
|
16529
|
-
children:
|
|
16530
|
+
children: START_COMMAND
|
|
16530
16531
|
}
|
|
16531
16532
|
),
|
|
16532
16533
|
Boolean(enableError) && /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_material9.Typography, { color: "error", sx: { mt: 1 }, variant: "body2", children: enableError })
|