@eka-care/medassist-widget 0.1.92-dev.0 → 0.1.93-dev.0

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.
@@ -9981,20 +9981,27 @@ function Sh() {
9981
9981
  ) : null;
9982
9982
  }
9983
9983
  function wh({ isOpen: e, onClose: t, botName: n }) {
9984
- return e ? /* @__PURE__ */ a("div", { className: "absolute inset-0 z-50 flex items-center justify-center bg-black/40 rounded-3xl", children: /* @__PURE__ */ a("div", { className: "bg-elicitationBg rounded-2xl shadow-xl mx-6 p-6 w-full max-w-[320px] flex flex-col gap-4", children: [
9985
- /* @__PURE__ */ a("div", { className: "flex flex-col gap-2", children: [
9986
- /* @__PURE__ */ a("h2", { className: "text-base font-semibold text-foreground text-left", children: "AI responses are not medical advice" }),
9987
- /* @__PURE__ */ a("p", { className: "text-sm text-muted-foreground text-left leading-5", children: `${n} is an AI assistant here to guide you and connect you with care — its responses offer general health information, not a professional medical diagnosis.` })
9988
- ] }),
9989
- /* @__PURE__ */ a(
9990
- ce,
9991
- {
9992
- onClick: t,
9993
- className: "w-full bg-primary hover:bg-primary/90 text-white",
9994
- children: "Got it"
9995
- }
9996
- )
9997
- ] }) }) : null;
9984
+ return e ? /* @__PURE__ */ a(
9985
+ "div",
9986
+ {
9987
+ className: "absolute inset-0 z-50 flex items-center justify-center rounded-3xl",
9988
+ style: { backgroundColor: "rgba(0, 0, 0, 0.4)" },
9989
+ children: /* @__PURE__ */ a("div", { className: "bg-elicitationBg rounded-2xl shadow-xl mx-6 p-6 w-full max-w-[320px] flex flex-col gap-4", children: [
9990
+ /* @__PURE__ */ a("div", { className: "flex flex-col gap-2", children: [
9991
+ /* @__PURE__ */ a("h2", { className: "text-base font-semibold text-foreground text-left", children: "AI responses are not medical advice" }),
9992
+ /* @__PURE__ */ a("p", { className: "text-sm text-muted-foreground text-left leading-5", children: `${n} is an AI assistant here to guide you and connect you with care — its responses offer general health information, not a professional medical diagnosis.` })
9993
+ ] }),
9994
+ /* @__PURE__ */ a(
9995
+ ce,
9996
+ {
9997
+ onClick: t,
9998
+ className: "w-full bg-primary hover:bg-primary/90 text-white",
9999
+ children: "Got it"
10000
+ }
10001
+ )
10002
+ ] })
10003
+ }
10004
+ ) : null;
9998
10005
  }
9999
10006
  function il({
10000
10007
  isOpen: e,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eka-care/medassist-widget",
3
3
  "description": "MedAssist Widget react application",
4
- "version": "0.1.92-dev.0",
4
+ "version": "0.1.93-dev.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"