@stackable-labs/cli-app-extension 1.87.0 → 1.88.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -755,7 +755,7 @@ var ManifestReviewPrompt = ({
|
|
|
755
755
|
] })
|
|
756
756
|
] }),
|
|
757
757
|
schemaItems.length > 0 && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
|
|
758
|
-
/* @__PURE__ */ jsx(Text, { dimColor: !cursorInSchema, bold: cursorInSchema, children: "
|
|
758
|
+
/* @__PURE__ */ jsx(Text, { dimColor: !cursorInSchema, bold: cursorInSchema, children: "Instance Configuration".padEnd(14) }),
|
|
759
759
|
/* @__PURE__ */ jsxs(Box, { flexDirection: "column", paddingLeft: 2, children: [
|
|
760
760
|
schemaItems.map((item, i) => renderSchemaItem(item, i)),
|
|
761
761
|
cursorInSchema && /* @__PURE__ */ jsx(Text, { dimColor: true, children: " (space to toggle)" })
|