@canyonjs/report-component 0.0.1-beta.6 → 0.0.1-beta.7
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1058,10 +1058,10 @@ function CanyonReport$1({ fileContent, fileCoverage, fileCodeChange }) {
|
|
|
1058
1058
|
if (window.monaco?.editor && dom) window.monaco.editor.create(dom, options);
|
|
1059
1059
|
}
|
|
1060
1060
|
}, []);
|
|
1061
|
-
return /* @__PURE__ */
|
|
1061
|
+
return /* @__PURE__ */ jsxs("div", { children: [JSON.stringify(fileCodeChange || []), /* @__PURE__ */ jsx("div", {
|
|
1062
1062
|
ref,
|
|
1063
1063
|
style: { height: "calc(100vh - 150px)" }
|
|
1064
|
-
}) });
|
|
1064
|
+
})] });
|
|
1065
1065
|
}
|
|
1066
1066
|
var CoverageDetail_default = CanyonReport$1;
|
|
1067
1067
|
|
package/package.json
CHANGED