@threatcaptain/tc-reports 0.2.10 → 0.2.12
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 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -0
- package/package.json +5 -3
package/dist/index.cjs
CHANGED
|
@@ -28658,6 +28658,7 @@ const ToggleGroupItem = React__namespace.forwardRef(({ className, children, vari
|
|
|
28658
28658
|
});
|
|
28659
28659
|
ToggleGroupItem.displayName = Item2.displayName;
|
|
28660
28660
|
const Dashboard = ({
|
|
28661
|
+
children,
|
|
28661
28662
|
clientId,
|
|
28662
28663
|
assessmentData,
|
|
28663
28664
|
simulationData
|
|
@@ -28705,6 +28706,7 @@ const Dashboard = ({
|
|
|
28705
28706
|
];
|
|
28706
28707
|
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "bg-white rounded-xl border border-slate-200 shadow-sm p-6 mb-8", children: [
|
|
28707
28708
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-xl font-semibold text-slate-900 mb-6", children: "Choose Your Report Template" }),
|
|
28709
|
+
children,
|
|
28708
28710
|
false,
|
|
28709
28711
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-6 ", children: templates.map((template) => {
|
|
28710
28712
|
const getTemplateIcon = (id) => {
|