@mypatientspace/chatbot-widget 1.0.29 → 1.0.30
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.
|
@@ -12400,7 +12400,11 @@ const yv = [
|
|
|
12400
12400
|
/* @__PURE__ */ W.jsxs(bv, { children: [
|
|
12401
12401
|
/* @__PURE__ */ W.jsx(Sv, { fontFamily: o.fontFamily, children: y }),
|
|
12402
12402
|
f.headerSubtitle && /* @__PURE__ */ W.jsx(Tv, { fontFamily: o.fontFamily, children: f.headerSubtitle }),
|
|
12403
|
-
f.brandingText && /* @__PURE__ */ W.
|
|
12403
|
+
f.brandingText && /* @__PURE__ */ W.jsxs(zv, { fontFamily: o.fontFamily, children: [
|
|
12404
|
+
f.brandingText,
|
|
12405
|
+
" v",
|
|
12406
|
+
"1.0.30"
|
|
12407
|
+
] })
|
|
12404
12408
|
] })
|
|
12405
12409
|
] }),
|
|
12406
12410
|
!f.embedMode && /* @__PURE__ */ W.jsx(Ev, { theme: o, onClick: i, "aria-label": "Minimize chat", children: /* @__PURE__ */ W.jsx(I1, { size: 20 }) })
|
|
@@ -78,7 +78,7 @@ Error generating stack: `+a.message+`
|
|
|
78
78
|
&:active {
|
|
79
79
|
background-color: rgba(255, 255, 255, 0.4);
|
|
80
80
|
}
|
|
81
|
-
`,Vm=()=>{const{close:i,config:f,theme:o,assistant:r}=ca(),y=r?.chatUiConfig?.avatarTitle||f.headerTitle||"Chat",p=r?.chatUiConfig?.avatarImage?.iconURL||r?.chatUiConfig?.avatarImage?.thumbnailURL||f.brandingLogo;return W.jsxs(qm,{theme:o,children:[W.jsxs(Bm,{children:[p&&W.jsx(Ym,{theme:o,hasCustomIcon:!0,children:W.jsx(Gm,{src:p,alt:""})}),W.jsxs(Xm,{children:[W.jsx(Qm,{fontFamily:o.fontFamily,children:y}),f.headerSubtitle&&W.jsx(Lm,{fontFamily:o.fontFamily,children:f.headerSubtitle}),f.brandingText&&W.
|
|
81
|
+
`,Vm=()=>{const{close:i,config:f,theme:o,assistant:r}=ca(),y=r?.chatUiConfig?.avatarTitle||f.headerTitle||"Chat",p=r?.chatUiConfig?.avatarImage?.iconURL||r?.chatUiConfig?.avatarImage?.thumbnailURL||f.brandingLogo;return W.jsxs(qm,{theme:o,children:[W.jsxs(Bm,{children:[p&&W.jsx(Ym,{theme:o,hasCustomIcon:!0,children:W.jsx(Gm,{src:p,alt:""})}),W.jsxs(Xm,{children:[W.jsx(Qm,{fontFamily:o.fontFamily,children:y}),f.headerSubtitle&&W.jsx(Lm,{fontFamily:o.fontFamily,children:f.headerSubtitle}),f.brandingText&&W.jsxs(Zm,{fontFamily:o.fontFamily,children:[f.brandingText," v","1.0.30"]})]})]}),!f.embedMode&&W.jsx(wm,{theme:o,onClick:i,"aria-label":"Minimize chat",children:W.jsx(Mm,{size:20})})]})},Km=ht.div`
|
|
82
82
|
display: flex;
|
|
83
83
|
gap: 8px;
|
|
84
84
|
padding: 12px 16px;
|
package/package.json
CHANGED