@localstack/appinspector-ui 1.0.165 → 1.0.166
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -16461,7 +16461,7 @@ var StatusMessage = ({
|
|
|
16461
16461
|
fontSize: "0.875rem",
|
|
16462
16462
|
p: 1
|
|
16463
16463
|
},
|
|
16464
|
-
children: "
|
|
16464
|
+
children: "lstk"
|
|
16465
16465
|
}
|
|
16466
16466
|
),
|
|
16467
16467
|
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)(
|
|
@@ -16524,7 +16524,7 @@ var StatusMessage = ({
|
|
|
16524
16524
|
fontSize: "0.875rem",
|
|
16525
16525
|
p: 1
|
|
16526
16526
|
},
|
|
16527
|
-
children: "LOCALSTACK_APP_INSPECTOR=1
|
|
16527
|
+
children: "LOCALSTACK_APP_INSPECTOR=1 lstk"
|
|
16528
16528
|
}
|
|
16529
16529
|
),
|
|
16530
16530
|
Boolean(enableError) && /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_material9.Typography, { color: "error", sx: { mt: 1 }, variant: "body2", children: enableError })
|