ai-ebm-assistant-v4 0.2.10 → 0.2.11
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 +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -52200,7 +52200,7 @@ const ExpandMoreIcon = /* @__PURE__ */ getDefaultExportFromCjs$1(ExpandMoreExpor
|
|
|
52200
52200
|
] }),
|
|
52201
52201
|
sn(mn, dn + 1)
|
|
52202
52202
|
] }, pn)) }) : /* @__PURE__ */ jsx$3(Typography, { variant: "body2", children: un }) : null, An = Object.entries(en || {}).filter(([un]) => !an.includes(un)).map(([un, dn]) => {
|
|
52203
|
-
const pn = dn?.stage || dn?.status || dn?.level || dn?.type || dn?.class || dn?.category || dn?.score || dn?.medicationName || "";
|
|
52203
|
+
const pn = dn?.value || dn?.stage || dn?.status || dn?.level || dn?.type || dn?.class || dn?.category || dn?.score || dn?.medicationName || "";
|
|
52204
52204
|
return {
|
|
52205
52205
|
id: un,
|
|
52206
52206
|
title: rn(un),
|
|
@@ -52244,7 +52244,7 @@ const ExpandMoreIcon = /* @__PURE__ */ getDefaultExportFromCjs$1(ExpandMoreExpor
|
|
|
52244
52244
|
Chip,
|
|
52245
52245
|
{
|
|
52246
52246
|
label: un.mainValue,
|
|
52247
|
-
color: typeof un.mainValue == "string" && un.mainValue.includes("Permanent") || typeof un.mainValue == "string" && un.mainValue.includes("High") ? "error" : typeof un.mainValue == "string" && un.mainValue.includes("Stage 2") || typeof un.mainValue == "string" && un.mainValue.includes("Moderate") ? "warning" : "
|
|
52247
|
+
color: typeof un.mainValue == "string" && un.mainValue.includes("Permanent") || typeof un.mainValue == "string" && un.mainValue.includes("High") ? "error" : typeof un.mainValue == "string" && un.mainValue.includes("Stage 2") || typeof un.mainValue == "string" && un.mainValue.includes("Moderate") ? "warning" : "secondary",
|
|
52248
52248
|
size: "small",
|
|
52249
52249
|
sx: { mb: 2 }
|
|
52250
52250
|
}
|