@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.70 → 0.0.1-alpha.71

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.
@@ -45551,7 +45551,8 @@ const MonacoEditor = ({
45551
45551
  /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$1.CustomCard, { $isVisible: isTerminalVisible, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Styled$1.FullWidthDiv, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
45552
45552
  Ft,
45553
45553
  {
45554
- defaultLanguage: "yaml",
45554
+ defaultLanguage: "plaintext",
45555
+ language: "plaintext",
45555
45556
  width: "100%",
45556
45557
  height: `calc(100vh - ${substractHeight}px`,
45557
45558
  theme: theme === "dark" ? "vs-dark" : theme === void 0 ? "vs-dark" : "vs",