@mypatientspace/chatbot-widget 1.0.48 → 1.0.49

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.
@@ -12401,7 +12401,7 @@ const ug = [
12401
12401
  D && /* @__PURE__ */ K.jsxs(mg, { fontFamily: s.fontFamily, children: [
12402
12402
  D,
12403
12403
  " v",
12404
- "1.0.48"
12404
+ "1.0.49"
12405
12405
  ] })
12406
12406
  ] })
12407
12407
  ] }),
@@ -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
- `,Qm=()=>{const{close:i,config:f,theme:s,assistant:r}=ca(),y=f.headerTitle||r?.chatUiConfig?.avatarTitle||"Chat",v=f.headerIcon||r?.chatUiConfig?.avatarImage?.iconURL||r?.chatUiConfig?.avatarImage?.thumbnailURL,A=f.headerSubtitle||r?.chatUiConfig?.headerSubtitle,D=f.brandingText||r?.chatUiConfig?.brandingText;return K.jsxs(Rm,{theme:s,children:[K.jsxs(Nm,{children:[v&&K.jsx(Hm,{theme:s,hasCustomIcon:!0,children:K.jsx(jm,{src:v,alt:""})}),K.jsxs(qm,{children:[K.jsx(Bm,{fontFamily:s.fontFamily,children:y}),A&&K.jsx(Ym,{fontFamily:s.fontFamily,children:A}),D&&K.jsxs(Gm,{fontFamily:s.fontFamily,children:[D," v","1.0.48"]})]})]}),f.floatingMode&&K.jsx(Xm,{theme:s,onClick:i,"aria-label":"Minimize chat",children:K.jsx(_m,{size:20})})]})},Lm=yt.div`
81
+ `,Qm=()=>{const{close:i,config:f,theme:s,assistant:r}=ca(),y=f.headerTitle||r?.chatUiConfig?.avatarTitle||"Chat",v=f.headerIcon||r?.chatUiConfig?.avatarImage?.iconURL||r?.chatUiConfig?.avatarImage?.thumbnailURL,A=f.headerSubtitle||r?.chatUiConfig?.headerSubtitle,D=f.brandingText||r?.chatUiConfig?.brandingText;return K.jsxs(Rm,{theme:s,children:[K.jsxs(Nm,{children:[v&&K.jsx(Hm,{theme:s,hasCustomIcon:!0,children:K.jsx(jm,{src:v,alt:""})}),K.jsxs(qm,{children:[K.jsx(Bm,{fontFamily:s.fontFamily,children:y}),A&&K.jsx(Ym,{fontFamily:s.fontFamily,children:A}),D&&K.jsxs(Gm,{fontFamily:s.fontFamily,children:[D," v","1.0.49"]})]})]}),f.floatingMode&&K.jsx(Xm,{theme:s,onClick:i,"aria-label":"Minimize chat",children:K.jsx(_m,{size:20})})]})},Lm=yt.div`
82
82
  display: flex;
83
83
  gap: 8px;
84
84
  padding: 12px 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mypatientspace/chatbot-widget",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Embeddable healthcare chatbot widget for websites and mobile apps",
5
5
  "type": "module",
6
6
  "main": "dist/mypatientspace-widget.umd.js",