@expofp/floorplan
Version:
Interactive floor plan library for expos and events
2 lines (1 loc) • 1.18 kB
JavaScript
import{jsx as r,jsxs as c}from"react/jsx-runtime";import"./IntercomLauncher.scss";import{observer as i}from"mobx-react-lite";import{intercomStore as t,uiState as s}from"../store";import{t as o}from"../utils/i18n";const l=i(function(){if(!t.enabled||s.kiosk)return null;const a=()=>{const n=window;typeof n.Intercom=="function"&&n.Intercom("show")},e=t.unreadCount;return c("button",{className:"efp-intercom-launcher",type:"button","aria-label":o("Open chat"),onClick:a,children:[r("svg",{width:"24",height:"24",viewBox:"0 0 28 32",fill:"currentColor","aria-hidden":"true",focusable:"false",children:r("path",{d:"M28 32s-4.714-1.855-8.527-3.34H3.437C1.54 28.66 0 27.026 0 25.013V3.644C0 1.633 1.54 0 3.437 0h21.125c1.898 0 3.437 1.632 3.437 3.645v18.404H28V32zm-4.139-11.982a.88.88 0 00-1.292-.105c-.03.026-3.015 2.681-8.57 2.681-5.486 0-8.517-2.636-8.571-2.684a.88.88 0 00-1.29.107 1.01 1.01 0 00-.219.708.992.992 0 00.318.664c.142.128 3.537 3.15 9.762 3.15 6.226 0 9.621-3.022 9.763-3.15a.992.992 0 00.317-.664 1.01 1.01 0 00-.218-.707z"})}),e>0&&r("span",{className:"efp-intercom-launcher__badge","aria-label":o("Unread messages"),children:e>99?"99+":e})]})});export default l;