@localstack/appinspector-ui 1.0.170 → 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.js CHANGED
@@ -16357,6 +16357,7 @@ import { ErrorOutline, InfoOutlined as InfoOutlined2 } from "@mui/icons-material
16357
16357
  import { Alert as Alert3, AlertTitle, Box as Box7, Button as Button5, CircularProgress as CircularProgress2, Link, Typography as Typography6 } from "@mui/material";
16358
16358
  import { useState as useState7 } from "react";
16359
16359
  import { Fragment as Fragment6, jsx as jsx129, jsxs as jsxs124 } from "react/jsx-runtime";
16360
+ var START_COMMAND = "LOCALSTACK_APP_INSPECTOR=1 lstk";
16360
16361
  var StatusMessage = ({
16361
16362
  localstackVersion,
16362
16363
  onEnable,
@@ -16476,7 +16477,7 @@ var StatusMessage = ({
16476
16477
  ),
16477
16478
  " is running and accessible."
16478
16479
  ] }),
16479
- /* @__PURE__ */ jsx129(Typography6, { sx: { mb: 1 }, variant: "body2", children: /* @__PURE__ */ jsx129("strong", { children: "Start LocalStack:" }) }),
16480
+ /* @__PURE__ */ jsx129(Typography6, { sx: { mb: 1 }, variant: "body2", children: /* @__PURE__ */ jsx129("strong", { children: "Start LocalStack with App Inspector:" }) }),
16480
16481
  /* @__PURE__ */ jsx129(
16481
16482
  Box7,
16482
16483
  {
@@ -16487,7 +16488,7 @@ var StatusMessage = ({
16487
16488
  fontSize: "0.875rem",
16488
16489
  p: 1
16489
16490
  },
16490
- children: "lstk"
16491
+ children: START_COMMAND
16491
16492
  }
16492
16493
  ),
16493
16494
  onRetry && /* @__PURE__ */ jsx129(Box7, { sx: { display: "flex", justifyContent: "flex-start", mt: 2 }, children: /* @__PURE__ */ jsx129(
@@ -16550,7 +16551,7 @@ var StatusMessage = ({
16550
16551
  fontSize: "0.875rem",
16551
16552
  p: 1
16552
16553
  },
16553
- children: "LOCALSTACK_APP_INSPECTOR=1 lstk"
16554
+ children: START_COMMAND
16554
16555
  }
16555
16556
  ),
16556
16557
  Boolean(enableError) && /* @__PURE__ */ jsx129(Typography6, { color: "error", sx: { mt: 1 }, variant: "body2", children: enableError })