@threatcaptain/tc-reports 0.2.23 → 0.2.24
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -53266,7 +53266,7 @@ const ReportBuilder = ({
|
|
|
53266
53266
|
id: "print-report",
|
|
53267
53267
|
className: "report-wrapper max-w-4xl mx-auto bg-white p-8 space-y-8 print:font-sans",
|
|
53268
53268
|
children: [
|
|
53269
|
-
/* @__PURE__ */ jsxRuntime.jsxs("section", { className: "report-page flex flex-col justify-center
|
|
53269
|
+
/* @__PURE__ */ jsxRuntime.jsxs("section", { className: "report-page flex flex-col justify-center print:mt-8 print:gap-8", children: [
|
|
53270
53270
|
/* @__PURE__ */ jsxRuntime.jsx("figure", { className: "bg-slate-200 max-w-40 print:max-w-40 flex object-contain rounded-lg items-center justify-center mx-auto", children: mspInfo.company_logo ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
53271
53271
|
"img",
|
|
53272
53272
|
{
|