ai-ebm-assistant-v4 0.2.1 → 0.2.2
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.es.js +1 -21
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -51653,20 +51653,6 @@ const ExpandMoreIcon = /* @__PURE__ */ getDefaultExportFromCjs$1(ExpandMoreExpor
|
|
|
51653
51653
|
sx: { mb: 2 }
|
|
51654
51654
|
}
|
|
51655
51655
|
),
|
|
51656
|
-
un.evidence && /* @__PURE__ */ jsx$3(
|
|
51657
|
-
Typography,
|
|
51658
|
-
{
|
|
51659
|
-
variant: "body2",
|
|
51660
|
-
sx: {
|
|
51661
|
-
mb: 1,
|
|
51662
|
-
display: "-webkit-box",
|
|
51663
|
-
WebkitLineClamp: tn === un.id ? "unset" : 3,
|
|
51664
|
-
WebkitBoxOrient: "vertical",
|
|
51665
|
-
overflow: "hidden"
|
|
51666
|
-
},
|
|
51667
|
-
children: un.evidence
|
|
51668
|
-
}
|
|
51669
|
-
),
|
|
51670
51656
|
/* @__PURE__ */ jsxs(
|
|
51671
51657
|
Accordion,
|
|
51672
51658
|
{
|
|
@@ -51702,13 +51688,7 @@ const ExpandMoreIcon = /* @__PURE__ */ getDefaultExportFromCjs$1(ExpandMoreExpor
|
|
|
51702
51688
|
),
|
|
51703
51689
|
/* @__PURE__ */ jsxs(AccordionDetails, { sx: { p: 0, pt: 1 }, children: [
|
|
51704
51690
|
/* @__PURE__ */ jsx$3(Divider, { sx: { mb: 2 } }),
|
|
51705
|
-
/* @__PURE__ */
|
|
51706
|
-
/* @__PURE__ */ jsx$3(Grid, { item: !0, children: sn(un.details) }),
|
|
51707
|
-
/* @__PURE__ */ jsx$3(Grid, { item: !0, children: un.reference && /* @__PURE__ */ jsx$3(Box, { sx: { mt: 2 }, children: /* @__PURE__ */ jsxs(Typography, { variant: "caption", color: "textSecondary", children: [
|
|
51708
|
-
"Reference: ",
|
|
51709
|
-
un.reference
|
|
51710
|
-
] }) }) })
|
|
51711
|
-
] })
|
|
51691
|
+
/* @__PURE__ */ jsx$3(Grid, { container: !0, children: /* @__PURE__ */ jsx$3(Grid, { item: !0, children: sn(un.details) }) })
|
|
51712
51692
|
] })
|
|
51713
51693
|
]
|
|
51714
51694
|
}
|