@meetelise/chat 1.12.1 → 1.12.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "public/dist/index.js",
@@ -1,5 +1,5 @@
1
1
  /*! For license information please see index.js.LICENSE.txt */
2
- var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(372),s=i(327),a=i(97),l=i(109),d=i(985),h=i(874),c=i(648),u=i(644),p=i(205);e.exports=function(e){return new Promise((function(t,i){var f,m=e.data,g=e.headers,v=e.responseType;function w(){e.cancelToken&&e.cancelToken.unsubscribe(f),e.signal&&e.signal.removeEventListener("abort",f)}o.isFormData(m)&&o.isStandardBrowserEnv()&&delete g["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var b=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(b+":"+x)}var C=a(e.baseURL,e.url);function _(){if(y){var o="getAllResponseHeaders"in y?l(y.getAllResponseHeaders()):null,r={data:v&&"text"!==v&&"json"!==v?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:o,config:e,request:y};n((function(e){t(e),w()}),(function(e){i(e),w()}),r),y=null}}if(y.open(e.method.toUpperCase(),s(C,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=_:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(_)},y.onabort=function(){y&&(i(new c("Request aborted",c.ECONNABORTED,e,y)),y=null)},y.onerror=function(){i(new c("Network Error",c.ERR_NETWORK,e,y,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",o=e.transitional||h;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),i(new c(t,o.clarifyTimeoutError?c.ETIMEDOUT:c.ECONNABORTED,e,y)),y=null},o.isStandardBrowserEnv()){var $=(e.withCredentials||d(C))&&e.xsrfCookieName?r.read(e.xsrfCookieName):void 0;$&&(g[e.xsrfHeaderName]=$)}"setRequestHeader"in y&&o.forEach(g,(function(e,t){void 0===m&&"content-type"===t.toLowerCase()?delete g[t]:y.setRequestHeader(t,e)})),o.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),v&&"json"!==v&&(y.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(f=function(e){y&&(i(!e||e&&e.type?new u:e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(f),e.signal&&(e.signal.aborted?f():e.signal.addEventListener("abort",f))),m||(m=null);var E=p(C);E&&-1===["http","https","file"].indexOf(E)?i(new c("Unsupported protocol "+E+":",c.ERR_BAD_REQUEST,e)):y.send(m)}))}},609:(e,t,i)=>{var o=i(867),n=i(849),r=i(321),s=i(185),a=function e(t){var i=new r(t),a=n(r.prototype.request,i);return o.extend(a,r.prototype,i),o.extend(a,i),a.create=function(i){return e(s(t,i))},a}(i(546));a.Axios=r,a.CanceledError=i(644),a.CancelToken=i(972),a.isCancel=i(502),a.VERSION=i(288).version,a.toFormData=i(675),a.AxiosError=i(648),a.Cancel=a.CanceledError,a.all=function(e){return Promise.all(e)},a.spread=i(713),a.isAxiosError=i(268),e.exports=a,e.exports.default=a},972:(e,t,i)=>{var o=i(644);function n(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var i=this;this.promise.then((function(e){if(i._listeners){var t,o=i._listeners.length;for(t=0;t<o;t++)i._listeners[t](e);i._listeners=null}})),this.promise.then=function(e){var t,o=new Promise((function(e){i.subscribe(e),t=e})).then(e);return o.cancel=function(){i.unsubscribe(t)},o},e((function(e){i.reason||(i.reason=new o(e),t(i.reason))}))}n.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},n.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},n.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},n.source=function(){var e;return{token:new n((function(t){e=t})),cancel:e}},e.exports=n},644:(e,t,i)=>{var o=i(648);function n(e){o.call(this,null==e?"canceled":e,o.ERR_CANCELED),this.name="CanceledError"}i(867).inherits(n,o,{__CANCEL__:!0}),e.exports=n},502:e=>{e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:(e,t,i)=>{var o=i(867),n=i(327),r=i(782),s=i(572),a=i(185),l=i(97),d=i(875),h=d.validators;function c(e){this.defaults=e,this.interceptors={request:new r,response:new r}}c.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=a(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var i=t.transitional;void 0!==i&&d.assertOptions(i,{silentJSONParsing:h.transitional(h.boolean),forcedJSONParsing:h.transitional(h.boolean),clarifyTimeoutError:h.transitional(h.boolean)},!1);var o=[],n=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(n=n&&e.synchronous,o.unshift(e.fulfilled,e.rejected))}));var r,l=[];if(this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)})),!n){var c=[s,void 0];for(Array.prototype.unshift.apply(c,o),c=c.concat(l),r=Promise.resolve(t);c.length;)r=r.then(c.shift(),c.shift());return r}for(var u=t;o.length;){var p=o.shift(),f=o.shift();try{u=p(u)}catch(e){f(e);break}}try{r=s(u)}catch(e){return Promise.reject(e)}for(;l.length;)r=r.then(l.shift(),l.shift());return r},c.prototype.getUri=function(e){e=a(this.defaults,e);var t=l(e.baseURL,e.url);return n(t,e.params,e.paramsSerializer)},o.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,i){return this.request(a(i||{},{method:e,url:t,data:(i||{}).data}))}})),o.forEach(["post","put","patch"],(function(e){function t(t){return function(i,o,n){return this.request(a(n||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:i,data:o}))}}c.prototype[e]=t(),c.prototype[e+"Form"]=t(!0)})),e.exports=c},648:(e,t,i)=>{var o=i(867);function n(e,t,i,o,n){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),i&&(this.config=i),o&&(this.request=o),n&&(this.response=n)}o.inherits(n,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var r=n.prototype,s={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){s[e]={value:e}})),Object.defineProperties(n,s),Object.defineProperty(r,"isAxiosError",{value:!0}),n.from=function(e,t,i,s,a,l){var d=Object.create(r);return o.toFlatObject(e,d,(function(e){return e!==Error.prototype})),n.call(d,e.message,t,i,s,a),d.name=e.name,l&&Object.assign(d,l),d},e.exports=n},782:(e,t,i)=>{var o=i(867);function n(){this.handlers=[]}n.prototype.use=function(e,t,i){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!i&&i.synchronous,runWhen:i?i.runWhen:null}),this.handlers.length-1},n.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},n.prototype.forEach=function(e){o.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=n},97:(e,t,i)=>{var o=i(793),n=i(303);e.exports=function(e,t){return e&&!o(t)?n(e,t):t}},572:(e,t,i)=>{var o=i(867),n=i(527),r=i(502),s=i(546),a=i(644);function l(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new a}e.exports=function(e){return l(e),e.headers=e.headers||{},e.data=n.call(e,e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||s.adapter)(e).then((function(t){return l(e),t.data=n.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return r(t)||(l(e),t&&t.response&&(t.response.data=n.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},185:(e,t,i)=>{var o=i(867);e.exports=function(e,t){t=t||{};var i={};function n(e,t){return o.isPlainObject(e)&&o.isPlainObject(t)?o.merge(e,t):o.isPlainObject(t)?o.merge({},t):o.isArray(t)?t.slice():t}function r(i){return o.isUndefined(t[i])?o.isUndefined(e[i])?void 0:n(void 0,e[i]):n(e[i],t[i])}function s(e){if(!o.isUndefined(t[e]))return n(void 0,t[e])}function a(i){return o.isUndefined(t[i])?o.isUndefined(e[i])?void 0:n(void 0,e[i]):n(void 0,t[i])}function l(i){return i in t?n(e[i],t[i]):i in e?n(void 0,e[i]):void 0}var d={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:l};return o.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=d[e]||r,n=t(e);o.isUndefined(n)&&t!==l||(i[e]=n)})),i}},26:(e,t,i)=>{var o=i(648);e.exports=function(e,t,i){var n=i.config.validateStatus;i.status&&n&&!n(i.status)?t(new o("Request failed with status code "+i.status,[o.ERR_BAD_REQUEST,o.ERR_BAD_RESPONSE][Math.floor(i.status/100)-4],i.config,i.request,i)):e(i)}},527:(e,t,i)=>{var o=i(867),n=i(546);e.exports=function(e,t,i){var r=this||n;return o.forEach(i,(function(i){e=i.call(r,e,t)})),e}},546:(e,t,i)=>{var o=i(867),n=i(16),r=i(648),s=i(874),a=i(675),l={"Content-Type":"application/x-www-form-urlencoded"};function d(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var h,c={transitional:s,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(h=i(448)),h),transformRequest:[function(e,t){if(n(t,"Accept"),n(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e))return e;if(o.isArrayBufferView(e))return e.buffer;if(o.isURLSearchParams(e))return d(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var i,r=o.isObject(e),s=t&&t["Content-Type"];if((i=o.isFileList(e))||r&&"multipart/form-data"===s){var l=this.env&&this.env.FormData;return a(i?{"files[]":e}:e,l&&new l)}return r||"application/json"===s?(d(t,"application/json"),function(e,t,i){if(o.isString(e))try{return(0,JSON.parse)(e),o.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||c.transitional,i=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,s=!i&&"json"===this.responseType;if(s||n&&o.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(s){if("SyntaxError"===e.name)throw r.from(e,r.ERR_BAD_RESPONSE,this,null,this.response);throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:i(623)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};o.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),o.forEach(["post","put","patch"],(function(e){c.headers[e]=o.merge(l)})),e.exports=c},874:e=>{e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},288:e=>{e.exports={version:"0.27.2"}},849:e=>{e.exports=function(e,t){return function(){for(var i=new Array(arguments.length),o=0;o<i.length;o++)i[o]=arguments[o];return e.apply(t,i)}}},327:(e,t,i)=>{var o=i(867);function n(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,i){if(!t)return e;var r;if(i)r=i(t);else if(o.isURLSearchParams(t))r=t.toString();else{var s=[];o.forEach(t,(function(e,t){null!=e&&(o.isArray(e)?t+="[]":e=[e],o.forEach(e,(function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),s.push(n(t)+"="+n(e))})))})),r=s.join("&")}if(r){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}},303:e=>{e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},372:(e,t,i)=>{var o=i(867);e.exports=o.isStandardBrowserEnv()?{write:function(e,t,i,n,r,s){var a=[];a.push(e+"="+encodeURIComponent(t)),o.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),o.isString(n)&&a.push("path="+n),o.isString(r)&&a.push("domain="+r),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},793:e=>{e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},268:(e,t,i)=>{var o=i(867);e.exports=function(e){return o.isObject(e)&&!0===e.isAxiosError}},985:(e,t,i)=>{var o=i(867);e.exports=o.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");function n(e){var o=e;return t&&(i.setAttribute("href",o),o=i.href),i.setAttribute("href",o),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}return e=n(window.location.href),function(t){var i=o.isString(t)?n(t):t;return i.protocol===e.protocol&&i.host===e.host}}():function(){return!0}},16:(e,t,i)=>{var o=i(867);e.exports=function(e,t){o.forEach(e,(function(i,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=i,delete e[o])}))}},623:e=>{e.exports=null},109:(e,t,i)=>{var o=i(867),n=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,i,r,s={};return e?(o.forEach(e.split("\n"),(function(e){if(r=e.indexOf(":"),t=o.trim(e.substr(0,r)).toLowerCase(),i=o.trim(e.substr(r+1)),t){if(s[t]&&n.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([i]):s[t]?s[t]+", "+i:i}})),s):s}},205:e=>{e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},713:e=>{e.exports=function(e){return function(t){return e.apply(null,t)}}},675:(e,t,i)=>{var o=i(867);e.exports=function(e,t){t=t||new FormData;var i=[];function n(e){return null===e?"":o.isDate(e)?e.toISOString():o.isArrayBuffer(e)||o.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(r,s){if(o.isPlainObject(r)||o.isArray(r)){if(-1!==i.indexOf(r))throw Error("Circular reference detected in "+s);i.push(r),o.forEach(r,(function(i,r){if(!o.isUndefined(i)){var a,l=s?s+"."+r:r;if(i&&!s&&"object"==typeof i)if(o.endsWith(r,"{}"))i=JSON.stringify(i);else if(o.endsWith(r,"[]")&&(a=o.toArray(i)))return void a.forEach((function(e){!o.isUndefined(e)&&t.append(l,n(e))}));e(i,l)}})),i.pop()}else t.append(s,n(r))}(e),t}},875:(e,t,i)=>{var o=i(288).version,n=i(648),r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(i){return typeof i===e||"a"+(t<1?"n ":" ")+e}}));var s={};r.transitional=function(e,t,i){function r(e,t){return"[Axios v"+o+"] Transitional option '"+e+"'"+t+(i?". "+i:"")}return function(i,o,a){if(!1===e)throw new n(r(o," has been removed"+(t?" in "+t:"")),n.ERR_DEPRECATED);return t&&!s[o]&&(s[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(i,o,a)}},e.exports={assertOptions:function(e,t,i){if("object"!=typeof e)throw new n("options must be an object",n.ERR_BAD_OPTION_VALUE);for(var o=Object.keys(e),r=o.length;r-- >0;){var s=o[r],a=t[s];if(a){var l=e[s],d=void 0===l||a(l,s,e);if(!0!==d)throw new n("option "+s+" must be "+d,n.ERR_BAD_OPTION_VALUE)}else if(!0!==i)throw new n("Unknown option "+s,n.ERR_BAD_OPTION)}},validators:r}},867:(e,t,i)=>{var o,n=i(849),r=Object.prototype.toString,s=(o=Object.create(null),function(e){var t=r.call(e);return o[t]||(o[t]=t.slice(8,-1).toLowerCase())});function a(e){return e=e.toLowerCase(),function(t){return s(t)===e}}function l(e){return Array.isArray(e)}function d(e){return void 0===e}var h=a("ArrayBuffer");function c(e){return null!==e&&"object"==typeof e}function u(e){if("object"!==s(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var p=a("Date"),f=a("File"),m=a("Blob"),g=a("FileList");function v(e){return"[object Function]"===r.call(e)}var w=a("URLSearchParams");function y(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),l(e))for(var i=0,o=e.length;i<o;i++)t.call(null,e[i],i,e);else for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.call(null,e[n],n,e)}var b,x=(b="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(e){return b&&e instanceof b});e.exports={isArray:l,isArrayBuffer:h,isBuffer:function(e){return null!==e&&!d(e)&&null!==e.constructor&&!d(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"==typeof FormData&&e instanceof FormData||r.call(e)===t||v(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&h(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:c,isPlainObject:u,isUndefined:d,isDate:p,isFile:f,isBlob:m,isFunction:v,isStream:function(e){return c(e)&&v(e.pipe)},isURLSearchParams:w,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:y,merge:function e(){var t={};function i(i,o){u(t[o])&&u(i)?t[o]=e(t[o],i):u(i)?t[o]=e({},i):l(i)?t[o]=i.slice():t[o]=i}for(var o=0,n=arguments.length;o<n;o++)y(arguments[o],i);return t},extend:function(e,t,i){return y(t,(function(t,o){e[o]=i&&"function"==typeof t?n(t,i):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,i,o){e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,i&&Object.assign(e.prototype,i)},toFlatObject:function(e,t,i){var o,n,r,s={};t=t||{};do{for(n=(o=Object.getOwnPropertyNames(e)).length;n-- >0;)s[r=o[n]]||(t[r]=e[r],s[r]=!0);e=Object.getPrototypeOf(e)}while(e&&(!i||i(e,t))&&e!==Object.prototype);return t},kindOf:s,kindOfTest:a,endsWith:function(e,t,i){e=String(e),(void 0===i||i>e.length)&&(i=e.length),i-=t.length;var o=e.indexOf(t,i);return-1!==o&&o===i},toArray:function(e){if(!e)return null;var t=e.length;if(d(t))return null;for(var i=new Array(t);t-- >0;)i[t]=e[t];return i},isTypedArray:x,isFileList:g}},184:(e,t)=>{var i;!function(){var o={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var i=arguments[t];if(i){var r=typeof i;if("string"===r||"number"===r)e.push(i);else if(Array.isArray(i)){if(i.length){var s=n.apply(null,i);s&&e.push(s)}}else if("object"===r)if(i.toString===Object.prototype.toString)for(var a in i)o.call(i,a)&&i[a]&&e.push(a);else e.push(i.toString())}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(i=function(){return n}.apply(t,[]))||(e.exports=i)}()},631:(e,t,i)=>{i.d(t,{Z:()=>a});var o=i(81),n=i.n(o),r=i(645),s=i.n(r)()(n());s.push([e.id,"@media screen and (min-width: 767px) {\n .meetelise-chat.pane.in-house-launcher__desktop {\n right: -32px;\n }\n}\n",""]);const a=s},645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i="",o=void 0!==t[5];return t[4]&&(i+="@supports (".concat(t[4],") {")),t[2]&&(i+="@media ".concat(t[2]," {")),o&&(i+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),i+=e(t),o&&(i+="}"),t[2]&&(i+="}"),t[4]&&(i+="}"),i})).join("")},t.i=function(e,i,o,n,r){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(o)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(s[l]=!0)}for(var d=0;d<e.length;d++){var h=[].concat(e[d]);o&&s[h[0]]||(void 0!==r&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=r),i&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=i):h[2]=i),n&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=n):h[4]="".concat(n)),t.push(h))}},t}},81:e=>{e.exports=function(e){return e[1]}},418:e=>{var t=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},i=0;i<10;i++)t["_"+String.fromCharCode(i)]=i;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,r){for(var s,a,l=n(e),d=1;d<arguments.length;d++){for(var h in s=Object(arguments[d]))i.call(s,h)&&(l[h]=s[h]);if(t){a=t(s);for(var c=0;c<a.length;c++)o.call(s,a[c])&&(l[a[c]]=s[a[c]])}}return l}},408:(e,t,i)=>{var o=i(418);if("function"==typeof Symbol&&Symbol.for){var n=Symbol.for;n("react.element"),n("react.portal"),n("react.fragment"),n("react.strict_mode"),n("react.profiler"),n("react.provider"),n("react.context"),n("react.forward_ref"),n("react.suspense"),n("react.memo"),n("react.lazy")}"function"==typeof Symbol&&Symbol.iterator;function r(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i<arguments.length;i++)t+="&args[]="+encodeURIComponent(arguments[i]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var s={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},a={};function l(e,t,i){this.props=e,this.context=t,this.refs=a,this.updater=i||s}function d(){}function h(e,t,i){this.props=e,this.context=t,this.refs=a,this.updater=i||s}l.prototype.isReactComponent={},l.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(r(85));this.updater.enqueueSetState(this,e,t,"setState")},l.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},d.prototype=l.prototype;var c=h.prototype=new d;c.constructor=h,o(c,l.prototype),c.isPureReactComponent=!0;Object.prototype.hasOwnProperty},294:(e,t,i)=>{i(408)},379:e=>{var t=[];function i(e){for(var i=-1,o=0;o<t.length;o++)if(t[o].identifier===e){i=o;break}return i}function o(e,o){for(var r={},s=[],a=0;a<e.length;a++){var l=e[a],d=o.base?l[0]+o.base:l[0],h=r[d]||0,c="".concat(d," ").concat(h);r[d]=h+1;var u=i(c),p={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==u)t[u].references++,t[u].updater(p);else{var f=n(p,o);o.byIndex=a,t.splice(a,0,{identifier:c,updater:f,references:1})}s.push(c)}return s}function n(e,t){var i=t.domAPI(t);return i.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;i.update(e=t)}else i.remove()}}e.exports=function(e,n){var r=o(e=e||[],n=n||{});return function(e){e=e||[];for(var s=0;s<r.length;s++){var a=i(r[s]);t[a].references--}for(var l=o(e,n),d=0;d<r.length;d++){var h=i(r[d]);0===t[h].references&&(t[h].updater(),t.splice(h,1))}r=l}}},569:e=>{var t={};e.exports=function(e,i){var o=function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}t[e]=i}return t[e]}(e);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(i)}},216:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,i)=>{e.exports=function(e){var t=i.nc;t&&e.setAttribute("nonce",t)}},795:e=>{e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(i){!function(e,t,i){var o="";i.supports&&(o+="@supports (".concat(i.supports,") {")),i.media&&(o+="@media ".concat(i.media," {"));var n=void 0!==i.layer;n&&(o+="@layer".concat(i.layer.length>0?" ".concat(i.layer):""," {")),o+=i.css,n&&(o+="}"),i.media&&(o+="}"),i.supports&&(o+="}");var r=i.sourceMap;r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleTagTransform(o,e,t.options)}(t,e,i)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},t={};function i(o){var n=t[o];if(void 0!==n)return n.exports;var r=t[o]={id:o,exports:{}};return e[o](r,r.exports,i),r.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var o in t)i.o(t,o)&&!i.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var o={};(()=>{i.d(o,{Z:()=>Gt});const e=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,t=Symbol(),n=new Map;class r{constructor(e,i){if(this._$cssResult$=!0,i!==t)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}get styleSheet(){let t=n.get(this.cssText);return e&&void 0===t&&(n.set(this.cssText,t=new CSSStyleSheet),t.replaceSync(this.cssText)),t}toString(){return this.cssText}}const s=(e,...i)=>{const o=1===e.length?e[0]:i.reduce(((t,i,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw Error("Value passed to 'css' function must be a 'css' function result: "+e+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+e[o+1]),e[0]);return new r(o,t)},a=e?e=>e:e=>e instanceof CSSStyleSheet?(e=>{let i="";for(const t of e.cssRules)i+=t.cssText;return(e=>new r("string"==typeof e?e:e+"",t))(i)})(e):e;var l;const d=window.trustedTypes,h=d?d.emptyScript:"",c=window.reactiveElementPolyfillSupport,u={toAttribute(e,t){switch(t){case Boolean:e=e?h:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let i=e;switch(t){case Boolean:i=null!==e;break;case Number:i=null===e?null:Number(e);break;case Object:case Array:try{i=JSON.parse(e)}catch(e){i=null}}return i}},p=(e,t)=>t!==e&&(t==t||e==e),f={attribute:!0,type:String,converter:u,reflect:!1,hasChanged:p};class m extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(e){var t;null!==(t=this.l)&&void 0!==t||(this.l=[]),this.l.push(e)}static get observedAttributes(){this.finalize();const e=[];return this.elementProperties.forEach(((t,i)=>{const o=this._$Eh(i,t);void 0!==o&&(this._$Eu.set(o,i),e.push(o))})),e}static createProperty(e,t=f){if(t.state&&(t.attribute=!1),this.finalize(),this.elementProperties.set(e,t),!t.noAccessor&&!this.prototype.hasOwnProperty(e)){const i="symbol"==typeof e?Symbol():"__"+e,o=this.getPropertyDescriptor(e,i,t);void 0!==o&&Object.defineProperty(this.prototype,e,o)}}static getPropertyDescriptor(e,t,i){return{get(){return this[t]},set(o){const n=this[e];this[t]=o,this.requestUpdate(e,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)||f}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const e=Object.getPrototypeOf(this);if(e.finalize(),this.elementProperties=new Map(e.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const e=this.properties,t=[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)];for(const i of t)this.createProperty(i,e[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const i=new Set(e.flat(1/0).reverse());for(const e of i)t.unshift(a(e))}else void 0!==e&&t.push(a(e));return t}static _$Eh(e,t){const i=t.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof e?e.toLowerCase():void 0}o(){var e;this._$Ep=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(e=this.constructor.l)||void 0===e||e.forEach((e=>e(this)))}addController(e){var t,i;(null!==(t=this._$Eg)&&void 0!==t?t:this._$Eg=[]).push(e),void 0!==this.renderRoot&&this.isConnected&&(null===(i=e.hostConnected)||void 0===i||i.call(e))}removeController(e){var t;null===(t=this._$Eg)||void 0===t||t.splice(this._$Eg.indexOf(e)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((e,t)=>{this.hasOwnProperty(t)&&(this._$Et.set(t,this[t]),delete this[t])}))}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,i)=>{e?t.adoptedStyleSheets=i.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet)):i.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))})(i,this.constructor.elementStyles),i}connectedCallback(){var e;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostConnected)||void 0===t?void 0:t.call(e)}))}enableUpdating(e){}disconnectedCallback(){var e;null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostDisconnected)||void 0===t?void 0:t.call(e)}))}attributeChangedCallback(e,t,i){this._$AK(e,i)}_$ES(e,t,i=f){var o,n;const r=this.constructor._$Eh(e,i);if(void 0!==r&&!0===i.reflect){const s=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:u.toAttribute)(t,i.type);this._$Ei=e,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$Ei=null}}_$AK(e,t){var i,o,n;const r=this.constructor,s=r._$Eu.get(e);if(void 0!==s&&this._$Ei!==s){const e=r.getPropertyOptions(s),a=e.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:u.fromAttribute;this._$Ei=s,this[s]=l(t,e.type),this._$Ei=null}}requestUpdate(e,t,i){let o=!0;void 0!==e&&(((i=i||this.constructor.getPropertyOptions(e)).hasChanged||p)(this[e],t)?(this._$AL.has(e)||this._$AL.set(e,t),!0===i.reflect&&this._$Ei!==e&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(e,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((e,t)=>this[t]=e)),this._$Et=void 0);let t=!1;const i=this._$AL;try{t=this.shouldUpdate(i),t?(this.willUpdate(i),null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostUpdate)||void 0===t?void 0:t.call(e)})),this.update(i)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(i)}willUpdate(e){}_$AE(e){var t;null===(t=this._$Eg)||void 0===t||t.forEach((e=>{var t;return null===(t=e.hostUpdated)||void 0===t?void 0:t.call(e)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(e){return!0}update(e){void 0!==this._$EC&&(this._$EC.forEach(((e,t)=>this._$ES(t,this[t],e))),this._$EC=void 0),this._$EU()}updated(e){}firstUpdated(e){}}var g;m.finalized=!0,m.elementProperties=new Map,m.elementStyles=[],m.shadowRootOptions={mode:"open"},null==c||c({ReactiveElement:m}),(null!==(l=globalThis.reactiveElementVersions)&&void 0!==l?l:globalThis.reactiveElementVersions=[]).push("1.3.1");const v=globalThis.trustedTypes,w=v?v.createPolicy("lit-html",{createHTML:e=>e}):void 0,y=`lit$${(Math.random()+"").slice(9)}$`,b="?"+y,x=`<${b}>`,C=document,_=(e="")=>C.createComment(e),$=e=>null===e||"object"!=typeof e&&"function"!=typeof e,E=Array.isArray,S=e=>{var t;return E(e)||"function"==typeof(null===(t=e)||void 0===t?void 0:t[Symbol.iterator])},O=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,k=/-->/g,A=/>/g,T=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,P=/'/g,N=/"/g,M=/^(?:script|style|textarea|title)$/i,R=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),U=R(1),L=(R(2),Symbol.for("lit-noChange")),j=Symbol.for("lit-nothing"),H=new WeakMap,I=C.createTreeWalker(C,129,null,!1),D=(e,t)=>{const i=e.length-1,o=[];let n,r=2===t?"<svg>":"",s=O;for(let t=0;t<i;t++){const i=e[t];let a,l,d=-1,h=0;for(;h<i.length&&(s.lastIndex=h,l=s.exec(i),null!==l);)h=s.lastIndex,s===O?"!--"===l[1]?s=k:void 0!==l[1]?s=A:void 0!==l[2]?(M.test(l[2])&&(n=RegExp("</"+l[2],"g")),s=T):void 0!==l[3]&&(s=T):s===T?">"===l[0]?(s=null!=n?n:O,d=-1):void 0===l[1]?d=-2:(d=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?T:'"'===l[3]?N:P):s===N||s===P?s=T:s===k||s===A?s=O:(s=T,n=void 0);const c=s===T&&e[t+1].startsWith("/>")?" ":"";r+=s===O?i+x:d>=0?(o.push(a),i.slice(0,d)+"$lit$"+i.slice(d)+y+c):i+y+(-2===d?(o.push(void 0),t):c)}const a=r+(e[i]||"<?>")+(2===t?"</svg>":"");if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==w?w.createHTML(a):a,o]};class B{constructor({strings:e,_$litType$:t},i){let o;this.parts=[];let n=0,r=0;const s=e.length-1,a=this.parts,[l,d]=D(e,t);if(this.el=B.createElement(l,i),I.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(o=I.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes()){const e=[];for(const t of o.getAttributeNames())if(t.endsWith("$lit$")||t.startsWith(y)){const i=d[r++];if(e.push(t),void 0!==i){const e=o.getAttribute(i.toLowerCase()+"$lit$").split(y),t=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:t[2],strings:e,ctor:"."===t[1]?Z:"?"===t[1]?J:"@"===t[1]?K:F})}else a.push({type:6,index:n})}for(const t of e)o.removeAttribute(t)}if(M.test(o.tagName)){const e=o.textContent.split(y),t=e.length-1;if(t>0){o.textContent=v?v.emptyScript:"";for(let i=0;i<t;i++)o.append(e[i],_()),I.nextNode(),a.push({type:2,index:++n});o.append(e[t],_())}}}else if(8===o.nodeType)if(o.data===b)a.push({type:2,index:n});else{let e=-1;for(;-1!==(e=o.data.indexOf(y,e+1));)a.push({type:7,index:n}),e+=y.length-1}n++}}static createElement(e,t){const i=C.createElement("template");return i.innerHTML=e,i}}function z(e,t,i=e,o){var n,r,s,a;if(t===L)return t;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const d=$(t)?void 0:t._$litDirective$;return(null==l?void 0:l.constructor)!==d&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===d?l=void 0:(l=new d(e),l._$AT(e,i,o)),void 0!==o?(null!==(s=(a=i)._$Cl)&&void 0!==s?s:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(t=z(e,l._$AS(e,t.values),l,o)),t}class W{constructor(e,t){this.v=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(e){var t;const{el:{content:i},parts:o}=this._$AD,n=(null!==(t=null==e?void 0:e.creationScope)&&void 0!==t?t:C).importNode(i,!0);I.currentNode=n;let r=I.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let t;2===l.type?t=new V(r,r.nextSibling,this,e):1===l.type?t=new l.ctor(r,l.name,l.strings,this,e):6===l.type&&(t=new G(r,this,e)),this.v.push(t),l=o[++a]}s!==(null==l?void 0:l.index)&&(r=I.nextNode(),s++)}return n}m(e){let t=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(e,i,t),t+=i.strings.length-2):i._$AI(e[t])),t++}}class V{constructor(e,t,i,o){var n;this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var e,t;return null!==(t=null===(e=this._$AM)||void 0===e?void 0:e._$AU)&&void 0!==t?t:this._$Cg}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=z(this,e,t),$(e)?e===j||null==e||""===e?(this._$AH!==j&&this._$AR(),this._$AH=j):e!==this._$AH&&e!==L&&this.$(e):void 0!==e._$litType$?this.T(e):void 0!==e.nodeType?this.k(e):S(e)?this.S(e):this.$(e)}M(e,t=this._$AB){return this._$AA.parentNode.insertBefore(e,t)}k(e){this._$AH!==e&&(this._$AR(),this._$AH=this.M(e))}$(e){this._$AH!==j&&$(this._$AH)?this._$AA.nextSibling.data=e:this.k(C.createTextNode(e)),this._$AH=e}T(e){var t;const{values:i,_$litType$:o}=e,n="number"==typeof o?this._$AC(e):(void 0===o.el&&(o.el=B.createElement(o.h,this.options)),o);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===n)this._$AH.m(i);else{const e=new W(n,this),t=e.p(this.options);e.m(i),this.k(t),this._$AH=e}}_$AC(e){let t=H.get(e.strings);return void 0===t&&H.set(e.strings,t=new B(e)),t}S(e){E(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let i,o=0;for(const n of e)o===t.length?t.push(i=new V(this.M(_()),this.M(_()),this,this.options)):i=t[o],i._$AI(n),o++;o<t.length&&(this._$AR(i&&i._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){var t;void 0===this._$AM&&(this._$Cg=e,null===(t=this._$AP)||void 0===t||t.call(this,e))}}class F{constructor(e,t,i,o,n){this.type=1,this._$AH=j,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=j}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,i,o){const n=this.strings;let r=!1;if(void 0===n)e=z(this,e,t,0),r=!$(e)||e!==this._$AH&&e!==L,r&&(this._$AH=e);else{const o=e;let s,a;for(e=n[0],s=0;s<n.length-1;s++)a=z(this,o[i+s],t,s),a===L&&(a=this._$AH[s]),r||(r=!$(a)||a!==this._$AH[s]),a===j?e=j:e!==j&&(e+=(null!=a?a:"")+n[s+1]),this._$AH[s]=a}r&&!o&&this.C(e)}C(e){e===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=e?e:"")}}class Z extends F{constructor(){super(...arguments),this.type=3}C(e){this.element[this.name]=e===j?void 0:e}}const q=v?v.emptyScript:"";class J extends F{constructor(){super(...arguments),this.type=4}C(e){e&&e!==j?this.element.setAttribute(this.name,q):this.element.removeAttribute(this.name)}}class K extends F{constructor(e,t,i,o,n){super(e,t,i,o,n),this.type=5}_$AI(e,t=this){var i;if((e=null!==(i=z(this,e,t,0))&&void 0!==i?i:j)===L)return;const o=this._$AH,n=e===j&&o!==j||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,r=e!==j&&(o===j||n);n&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var t,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(t=this.options)||void 0===t?void 0:t.host)&&void 0!==i?i:this.element,e):this._$AH.handleEvent(e)}}class G{constructor(e,t,i){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(e){z(this,e)}}const Y={L:"$lit$",P:y,V:b,I:1,N:D,R:W,j:S,D:z,H:V,F,O:J,W:K,B:Z,Z:G},X=window.litHtmlPolyfillSupport;var Q,ee;null==X||X(B,V),(null!==(g=globalThis.litHtmlVersions)&&void 0!==g?g:globalThis.litHtmlVersions=[]).push("2.2.2");class te extends m{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var e,t;const i=super.createRenderRoot();return null!==(e=(t=this.renderOptions).renderBefore)&&void 0!==e||(t.renderBefore=i.firstChild),i}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Dt=((e,t,i)=>{var o,n;const r=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:t;let s=r._$litPart$;if(void 0===s){const e=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;r._$litPart$=s=new V(t.insertBefore(_(),e),e,void 0,null!=i?i:{})}return s._$AI(e),s})(t,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),null===(e=this._$Dt)||void 0===e||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),null===(e=this._$Dt)||void 0===e||e.setConnected(!1)}render(){return L}}te.finalized=!0,te._$litElement$=!0,null===(Q=globalThis.litElementHydrateSupport)||void 0===Q||Q.call(globalThis,{LitElement:te});const ie=globalThis.litElementPolyfillSupport;null==ie||ie({LitElement:te}),(null!==(ee=globalThis.litElementVersions)&&void 0!==ee?ee:globalThis.litElementVersions=[]).push("3.2.0");const oe=e=>t=>"function"==typeof t?((e,t)=>(window.customElements.define(e,t),t))(e,t):((e,t)=>{const{kind:i,elements:o}=t;return{kind:i,elements:o,finisher(t){window.customElements.define(e,t)}}})(e,t),ne=(e,t)=>"method"===t.kind&&t.descriptor&&!("value"in t.descriptor)?{...t,finisher(i){i.createProperty(t.key,e)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:t.key,initializer(){"function"==typeof t.initializer&&(this[t.key]=t.initializer.call(this))},finisher(i){i.createProperty(t.key,e)}};function re(e){return(t,i)=>void 0!==i?((e,t,i)=>{t.constructor.createProperty(i,e)})(e,t,i):ne(e,t)}function se(e){return re({...e,state:!0})}var ae;null===(ae=window.HTMLSlotElement)||void 0===ae||ae.prototype.assignedElements;const le=e=>(...t)=>({_$litDirective$:e,values:t});class de{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,i){this._$Ct=e,this._$AM=t,this._$Ci=i}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const he=le(class extends de{constructor(e){var t;if(super(e),1!==e.type||"class"!==e.name||(null===(t=e.strings)||void 0===t?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((t=>e[t])).join(" ")+" "}update(e,[t]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==e.strings&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter((e=>""!==e))));for(const e in t)t[e]&&!(null===(i=this.st)||void 0===i?void 0:i.has(e))&&this.et.add(e);return this.render(t)}const n=e.element.classList;this.et.forEach((e=>{e in t||(n.remove(e),this.et.delete(e))}));for(const e in t){const i=!!t[e];i===this.et.has(e)||(null===(o=this.st)||void 0===o?void 0:o.has(e))||(i?(n.add(e),this.et.add(e)):(n.remove(e),this.et.delete(e)))}return L}}),{H:ce}=Y,ue=(e,t)=>{var i,o;const n=e._$AN;if(void 0===n)return!1;for(const e of n)null===(o=(i=e)._$AO)||void 0===o||o.call(i,t,!1),ue(e,t);return!0},pe=e=>{let t,i;do{if(void 0===(t=e._$AM))break;i=t._$AN,i.delete(e),e=t}while(0===(null==i?void 0:i.size))},fe=e=>{for(let t;t=e._$AM;e=t){let i=t._$AN;if(void 0===i)t._$AN=i=new Set;else if(i.has(e))break;i.add(e),ve(t)}};function me(e){void 0!==this._$AN?(pe(this),this._$AM=e,fe(this)):this._$AM=e}function ge(e,t=!1,i=0){const o=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(o))for(let e=i;e<o.length;e++)ue(o[e],!1),pe(o[e]);else null!=o&&(ue(o,!1),pe(o));else ue(this,e)}const ve=e=>{var t,i,o,n;2==e.type&&(null!==(t=(o=e)._$AP)&&void 0!==t||(o._$AP=ge),null!==(i=(n=e)._$AQ)&&void 0!==i||(n._$AQ=me))};class we extends de{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,i){super._$AT(e,t,i),fe(this),this.isConnected=e._$AU}_$AO(e,t=!0){var i,o;e!==this.isConnected&&(this.isConnected=e,e?null===(i=this.reconnected)||void 0===i||i.call(this):null===(o=this.disconnected)||void 0===o||o.call(this)),t&&(ue(this,e),pe(this))}setValue(e){if((e=>void 0===this._$Ct.strings)())this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}const ye=()=>new be;class be{}const xe=new WeakMap,Ce=le(class extends we{render(e){return j}update(e,[t]){var i;const o=t!==this.U;return o&&void 0!==this.U&&this.ot(void 0),(o||this.rt!==this.lt)&&(this.U=t,this.ht=null===(i=e.options)||void 0===i?void 0:i.host,this.ot(this.lt=e.element)),j}ot(e){var t;if("function"==typeof this.U){const i=null!==(t=this.ht)&&void 0!==t?t:globalThis;let o=xe.get(i);void 0===o&&(o=new WeakMap,xe.set(i,o)),void 0!==o.get(this.U)&&this.U.call(this.ht,void 0),o.set(this.U,e),void 0!==e&&this.U.call(this.ht,e)}else this.U.value=e}get rt(){var e,t,i;return"function"==typeof this.U?null===(t=xe.get(null!==(e=this.ht)&&void 0!==e?e:globalThis))||void 0===t?void 0:t.get(this.U):null===(i=this.U)||void 0===i?void 0:i.value}disconnected(){this.rt===this.lt&&this.ot(void 0)}reconnected(){this.ot(this.lt)}});if("undefined"==typeof window)throw new Error("[TalkJS] The TalkJS JavaScript SDK only works in browsers (and not, for example, in Node.js)");!function(e,t,i,o,n,r){(r=t.createElement("script")).async=1,r.src="https://cdn.talkjs.com/talk.js",t.head.appendChild(r),o=e.Promise,e.Talk={v:3,ready:{then:function(e){if(o)return new o((function(t,o){i.push([e,t,o])}));i.push([e])},catch:function(){return o&&new o},c:i}}}(window,document,[]);const _e=window.Talk;var $e=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Ee=class extends te{constructor(){super(...arguments),this.tourtype="",this.heading="",this.subtitle="",this.selected=!1}render(){return U`
2
+ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(372),s=i(327),a=i(97),l=i(109),d=i(985),h=i(874),c=i(648),u=i(644),p=i(205);e.exports=function(e){return new Promise((function(t,i){var f,m=e.data,g=e.headers,v=e.responseType;function w(){e.cancelToken&&e.cancelToken.unsubscribe(f),e.signal&&e.signal.removeEventListener("abort",f)}o.isFormData(m)&&o.isStandardBrowserEnv()&&delete g["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var b=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(b+":"+x)}var C=a(e.baseURL,e.url);function _(){if(y){var o="getAllResponseHeaders"in y?l(y.getAllResponseHeaders()):null,r={data:v&&"text"!==v&&"json"!==v?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:o,config:e,request:y};n((function(e){t(e),w()}),(function(e){i(e),w()}),r),y=null}}if(y.open(e.method.toUpperCase(),s(C,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=_:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(_)},y.onabort=function(){y&&(i(new c("Request aborted",c.ECONNABORTED,e,y)),y=null)},y.onerror=function(){i(new c("Network Error",c.ERR_NETWORK,e,y,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",o=e.transitional||h;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),i(new c(t,o.clarifyTimeoutError?c.ETIMEDOUT:c.ECONNABORTED,e,y)),y=null},o.isStandardBrowserEnv()){var $=(e.withCredentials||d(C))&&e.xsrfCookieName?r.read(e.xsrfCookieName):void 0;$&&(g[e.xsrfHeaderName]=$)}"setRequestHeader"in y&&o.forEach(g,(function(e,t){void 0===m&&"content-type"===t.toLowerCase()?delete g[t]:y.setRequestHeader(t,e)})),o.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),v&&"json"!==v&&(y.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(f=function(e){y&&(i(!e||e&&e.type?new u:e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(f),e.signal&&(e.signal.aborted?f():e.signal.addEventListener("abort",f))),m||(m=null);var E=p(C);E&&-1===["http","https","file"].indexOf(E)?i(new c("Unsupported protocol "+E+":",c.ERR_BAD_REQUEST,e)):y.send(m)}))}},609:(e,t,i)=>{var o=i(867),n=i(849),r=i(321),s=i(185),a=function e(t){var i=new r(t),a=n(r.prototype.request,i);return o.extend(a,r.prototype,i),o.extend(a,i),a.create=function(i){return e(s(t,i))},a}(i(546));a.Axios=r,a.CanceledError=i(644),a.CancelToken=i(972),a.isCancel=i(502),a.VERSION=i(288).version,a.toFormData=i(675),a.AxiosError=i(648),a.Cancel=a.CanceledError,a.all=function(e){return Promise.all(e)},a.spread=i(713),a.isAxiosError=i(268),e.exports=a,e.exports.default=a},972:(e,t,i)=>{var o=i(644);function n(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var i=this;this.promise.then((function(e){if(i._listeners){var t,o=i._listeners.length;for(t=0;t<o;t++)i._listeners[t](e);i._listeners=null}})),this.promise.then=function(e){var t,o=new Promise((function(e){i.subscribe(e),t=e})).then(e);return o.cancel=function(){i.unsubscribe(t)},o},e((function(e){i.reason||(i.reason=new o(e),t(i.reason))}))}n.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},n.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},n.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},n.source=function(){var e;return{token:new n((function(t){e=t})),cancel:e}},e.exports=n},644:(e,t,i)=>{var o=i(648);function n(e){o.call(this,null==e?"canceled":e,o.ERR_CANCELED),this.name="CanceledError"}i(867).inherits(n,o,{__CANCEL__:!0}),e.exports=n},502:e=>{e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:(e,t,i)=>{var o=i(867),n=i(327),r=i(782),s=i(572),a=i(185),l=i(97),d=i(875),h=d.validators;function c(e){this.defaults=e,this.interceptors={request:new r,response:new r}}c.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=a(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var i=t.transitional;void 0!==i&&d.assertOptions(i,{silentJSONParsing:h.transitional(h.boolean),forcedJSONParsing:h.transitional(h.boolean),clarifyTimeoutError:h.transitional(h.boolean)},!1);var o=[],n=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(n=n&&e.synchronous,o.unshift(e.fulfilled,e.rejected))}));var r,l=[];if(this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)})),!n){var c=[s,void 0];for(Array.prototype.unshift.apply(c,o),c=c.concat(l),r=Promise.resolve(t);c.length;)r=r.then(c.shift(),c.shift());return r}for(var u=t;o.length;){var p=o.shift(),f=o.shift();try{u=p(u)}catch(e){f(e);break}}try{r=s(u)}catch(e){return Promise.reject(e)}for(;l.length;)r=r.then(l.shift(),l.shift());return r},c.prototype.getUri=function(e){e=a(this.defaults,e);var t=l(e.baseURL,e.url);return n(t,e.params,e.paramsSerializer)},o.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,i){return this.request(a(i||{},{method:e,url:t,data:(i||{}).data}))}})),o.forEach(["post","put","patch"],(function(e){function t(t){return function(i,o,n){return this.request(a(n||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:i,data:o}))}}c.prototype[e]=t(),c.prototype[e+"Form"]=t(!0)})),e.exports=c},648:(e,t,i)=>{var o=i(867);function n(e,t,i,o,n){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),i&&(this.config=i),o&&(this.request=o),n&&(this.response=n)}o.inherits(n,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var r=n.prototype,s={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){s[e]={value:e}})),Object.defineProperties(n,s),Object.defineProperty(r,"isAxiosError",{value:!0}),n.from=function(e,t,i,s,a,l){var d=Object.create(r);return o.toFlatObject(e,d,(function(e){return e!==Error.prototype})),n.call(d,e.message,t,i,s,a),d.name=e.name,l&&Object.assign(d,l),d},e.exports=n},782:(e,t,i)=>{var o=i(867);function n(){this.handlers=[]}n.prototype.use=function(e,t,i){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!i&&i.synchronous,runWhen:i?i.runWhen:null}),this.handlers.length-1},n.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},n.prototype.forEach=function(e){o.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=n},97:(e,t,i)=>{var o=i(793),n=i(303);e.exports=function(e,t){return e&&!o(t)?n(e,t):t}},572:(e,t,i)=>{var o=i(867),n=i(527),r=i(502),s=i(546),a=i(644);function l(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new a}e.exports=function(e){return l(e),e.headers=e.headers||{},e.data=n.call(e,e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),o.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||s.adapter)(e).then((function(t){return l(e),t.data=n.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return r(t)||(l(e),t&&t.response&&(t.response.data=n.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},185:(e,t,i)=>{var o=i(867);e.exports=function(e,t){t=t||{};var i={};function n(e,t){return o.isPlainObject(e)&&o.isPlainObject(t)?o.merge(e,t):o.isPlainObject(t)?o.merge({},t):o.isArray(t)?t.slice():t}function r(i){return o.isUndefined(t[i])?o.isUndefined(e[i])?void 0:n(void 0,e[i]):n(e[i],t[i])}function s(e){if(!o.isUndefined(t[e]))return n(void 0,t[e])}function a(i){return o.isUndefined(t[i])?o.isUndefined(e[i])?void 0:n(void 0,e[i]):n(void 0,t[i])}function l(i){return i in t?n(e[i],t[i]):i in e?n(void 0,e[i]):void 0}var d={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:l};return o.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=d[e]||r,n=t(e);o.isUndefined(n)&&t!==l||(i[e]=n)})),i}},26:(e,t,i)=>{var o=i(648);e.exports=function(e,t,i){var n=i.config.validateStatus;i.status&&n&&!n(i.status)?t(new o("Request failed with status code "+i.status,[o.ERR_BAD_REQUEST,o.ERR_BAD_RESPONSE][Math.floor(i.status/100)-4],i.config,i.request,i)):e(i)}},527:(e,t,i)=>{var o=i(867),n=i(546);e.exports=function(e,t,i){var r=this||n;return o.forEach(i,(function(i){e=i.call(r,e,t)})),e}},546:(e,t,i)=>{var o=i(867),n=i(16),r=i(648),s=i(874),a=i(675),l={"Content-Type":"application/x-www-form-urlencoded"};function d(e,t){!o.isUndefined(e)&&o.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var h,c={transitional:s,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(h=i(448)),h),transformRequest:[function(e,t){if(n(t,"Accept"),n(t,"Content-Type"),o.isFormData(e)||o.isArrayBuffer(e)||o.isBuffer(e)||o.isStream(e)||o.isFile(e)||o.isBlob(e))return e;if(o.isArrayBufferView(e))return e.buffer;if(o.isURLSearchParams(e))return d(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var i,r=o.isObject(e),s=t&&t["Content-Type"];if((i=o.isFileList(e))||r&&"multipart/form-data"===s){var l=this.env&&this.env.FormData;return a(i?{"files[]":e}:e,l&&new l)}return r||"application/json"===s?(d(t,"application/json"),function(e,t,i){if(o.isString(e))try{return(0,JSON.parse)(e),o.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||c.transitional,i=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,s=!i&&"json"===this.responseType;if(s||n&&o.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(s){if("SyntaxError"===e.name)throw r.from(e,r.ERR_BAD_RESPONSE,this,null,this.response);throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:i(623)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};o.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),o.forEach(["post","put","patch"],(function(e){c.headers[e]=o.merge(l)})),e.exports=c},874:e=>{e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},288:e=>{e.exports={version:"0.27.2"}},849:e=>{e.exports=function(e,t){return function(){for(var i=new Array(arguments.length),o=0;o<i.length;o++)i[o]=arguments[o];return e.apply(t,i)}}},327:(e,t,i)=>{var o=i(867);function n(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,i){if(!t)return e;var r;if(i)r=i(t);else if(o.isURLSearchParams(t))r=t.toString();else{var s=[];o.forEach(t,(function(e,t){null!=e&&(o.isArray(e)?t+="[]":e=[e],o.forEach(e,(function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),s.push(n(t)+"="+n(e))})))})),r=s.join("&")}if(r){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}},303:e=>{e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},372:(e,t,i)=>{var o=i(867);e.exports=o.isStandardBrowserEnv()?{write:function(e,t,i,n,r,s){var a=[];a.push(e+"="+encodeURIComponent(t)),o.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),o.isString(n)&&a.push("path="+n),o.isString(r)&&a.push("domain="+r),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},793:e=>{e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},268:(e,t,i)=>{var o=i(867);e.exports=function(e){return o.isObject(e)&&!0===e.isAxiosError}},985:(e,t,i)=>{var o=i(867);e.exports=o.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");function n(e){var o=e;return t&&(i.setAttribute("href",o),o=i.href),i.setAttribute("href",o),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}return e=n(window.location.href),function(t){var i=o.isString(t)?n(t):t;return i.protocol===e.protocol&&i.host===e.host}}():function(){return!0}},16:(e,t,i)=>{var o=i(867);e.exports=function(e,t){o.forEach(e,(function(i,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=i,delete e[o])}))}},623:e=>{e.exports=null},109:(e,t,i)=>{var o=i(867),n=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,i,r,s={};return e?(o.forEach(e.split("\n"),(function(e){if(r=e.indexOf(":"),t=o.trim(e.substr(0,r)).toLowerCase(),i=o.trim(e.substr(r+1)),t){if(s[t]&&n.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([i]):s[t]?s[t]+", "+i:i}})),s):s}},205:e=>{e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},713:e=>{e.exports=function(e){return function(t){return e.apply(null,t)}}},675:(e,t,i)=>{var o=i(867);e.exports=function(e,t){t=t||new FormData;var i=[];function n(e){return null===e?"":o.isDate(e)?e.toISOString():o.isArrayBuffer(e)||o.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(r,s){if(o.isPlainObject(r)||o.isArray(r)){if(-1!==i.indexOf(r))throw Error("Circular reference detected in "+s);i.push(r),o.forEach(r,(function(i,r){if(!o.isUndefined(i)){var a,l=s?s+"."+r:r;if(i&&!s&&"object"==typeof i)if(o.endsWith(r,"{}"))i=JSON.stringify(i);else if(o.endsWith(r,"[]")&&(a=o.toArray(i)))return void a.forEach((function(e){!o.isUndefined(e)&&t.append(l,n(e))}));e(i,l)}})),i.pop()}else t.append(s,n(r))}(e),t}},875:(e,t,i)=>{var o=i(288).version,n=i(648),r={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){r[e]=function(i){return typeof i===e||"a"+(t<1?"n ":" ")+e}}));var s={};r.transitional=function(e,t,i){function r(e,t){return"[Axios v"+o+"] Transitional option '"+e+"'"+t+(i?". "+i:"")}return function(i,o,a){if(!1===e)throw new n(r(o," has been removed"+(t?" in "+t:"")),n.ERR_DEPRECATED);return t&&!s[o]&&(s[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(i,o,a)}},e.exports={assertOptions:function(e,t,i){if("object"!=typeof e)throw new n("options must be an object",n.ERR_BAD_OPTION_VALUE);for(var o=Object.keys(e),r=o.length;r-- >0;){var s=o[r],a=t[s];if(a){var l=e[s],d=void 0===l||a(l,s,e);if(!0!==d)throw new n("option "+s+" must be "+d,n.ERR_BAD_OPTION_VALUE)}else if(!0!==i)throw new n("Unknown option "+s,n.ERR_BAD_OPTION)}},validators:r}},867:(e,t,i)=>{var o,n=i(849),r=Object.prototype.toString,s=(o=Object.create(null),function(e){var t=r.call(e);return o[t]||(o[t]=t.slice(8,-1).toLowerCase())});function a(e){return e=e.toLowerCase(),function(t){return s(t)===e}}function l(e){return Array.isArray(e)}function d(e){return void 0===e}var h=a("ArrayBuffer");function c(e){return null!==e&&"object"==typeof e}function u(e){if("object"!==s(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var p=a("Date"),f=a("File"),m=a("Blob"),g=a("FileList");function v(e){return"[object Function]"===r.call(e)}var w=a("URLSearchParams");function y(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),l(e))for(var i=0,o=e.length;i<o;i++)t.call(null,e[i],i,e);else for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.call(null,e[n],n,e)}var b,x=(b="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(e){return b&&e instanceof b});e.exports={isArray:l,isArrayBuffer:h,isBuffer:function(e){return null!==e&&!d(e)&&null!==e.constructor&&!d(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"==typeof FormData&&e instanceof FormData||r.call(e)===t||v(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&h(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:c,isPlainObject:u,isUndefined:d,isDate:p,isFile:f,isBlob:m,isFunction:v,isStream:function(e){return c(e)&&v(e.pipe)},isURLSearchParams:w,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:y,merge:function e(){var t={};function i(i,o){u(t[o])&&u(i)?t[o]=e(t[o],i):u(i)?t[o]=e({},i):l(i)?t[o]=i.slice():t[o]=i}for(var o=0,n=arguments.length;o<n;o++)y(arguments[o],i);return t},extend:function(e,t,i){return y(t,(function(t,o){e[o]=i&&"function"==typeof t?n(t,i):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,i,o){e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,i&&Object.assign(e.prototype,i)},toFlatObject:function(e,t,i){var o,n,r,s={};t=t||{};do{for(n=(o=Object.getOwnPropertyNames(e)).length;n-- >0;)s[r=o[n]]||(t[r]=e[r],s[r]=!0);e=Object.getPrototypeOf(e)}while(e&&(!i||i(e,t))&&e!==Object.prototype);return t},kindOf:s,kindOfTest:a,endsWith:function(e,t,i){e=String(e),(void 0===i||i>e.length)&&(i=e.length),i-=t.length;var o=e.indexOf(t,i);return-1!==o&&o===i},toArray:function(e){if(!e)return null;var t=e.length;if(d(t))return null;for(var i=new Array(t);t-- >0;)i[t]=e[t];return i},isTypedArray:x,isFileList:g}},184:(e,t)=>{var i;!function(){var o={}.hasOwnProperty;function n(){for(var e=[],t=0;t<arguments.length;t++){var i=arguments[t];if(i){var r=typeof i;if("string"===r||"number"===r)e.push(i);else if(Array.isArray(i)){if(i.length){var s=n.apply(null,i);s&&e.push(s)}}else if("object"===r)if(i.toString===Object.prototype.toString)for(var a in i)o.call(i,a)&&i[a]&&e.push(a);else e.push(i.toString())}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):void 0===(i=function(){return n}.apply(t,[]))||(e.exports=i)}()},631:(e,t,i)=>{i.d(t,{Z:()=>a});var o=i(81),n=i.n(o),r=i(645),s=i.n(r)()(n());s.push([e.id,"@media screen and (min-width: 767px) {\n .meetelise-chat.pane.in-house-launcher__desktop {\n right: -32px;\n }\n}\n",""]);const a=s},645:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i="",o=void 0!==t[5];return t[4]&&(i+="@supports (".concat(t[4],") {")),t[2]&&(i+="@media ".concat(t[2]," {")),o&&(i+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),i+=e(t),o&&(i+="}"),t[2]&&(i+="}"),t[4]&&(i+="}"),i})).join("")},t.i=function(e,i,o,n,r){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(o)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(s[l]=!0)}for(var d=0;d<e.length;d++){var h=[].concat(e[d]);o&&s[h[0]]||(void 0!==r&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=r),i&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=i):h[2]=i),n&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=n):h[4]="".concat(n)),t.push(h))}},t}},81:e=>{e.exports=function(e){return e[1]}},418:e=>{var t=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function n(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},i=0;i<10;i++)t["_"+String.fromCharCode(i)]=i;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,r){for(var s,a,l=n(e),d=1;d<arguments.length;d++){for(var h in s=Object(arguments[d]))i.call(s,h)&&(l[h]=s[h]);if(t){a=t(s);for(var c=0;c<a.length;c++)o.call(s,a[c])&&(l[a[c]]=s[a[c]])}}return l}},408:(e,t,i)=>{var o=i(418);if("function"==typeof Symbol&&Symbol.for){var n=Symbol.for;n("react.element"),n("react.portal"),n("react.fragment"),n("react.strict_mode"),n("react.profiler"),n("react.provider"),n("react.context"),n("react.forward_ref"),n("react.suspense"),n("react.memo"),n("react.lazy")}"function"==typeof Symbol&&Symbol.iterator;function r(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,i=1;i<arguments.length;i++)t+="&args[]="+encodeURIComponent(arguments[i]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var s={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},a={};function l(e,t,i){this.props=e,this.context=t,this.refs=a,this.updater=i||s}function d(){}function h(e,t,i){this.props=e,this.context=t,this.refs=a,this.updater=i||s}l.prototype.isReactComponent={},l.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(r(85));this.updater.enqueueSetState(this,e,t,"setState")},l.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},d.prototype=l.prototype;var c=h.prototype=new d;c.constructor=h,o(c,l.prototype),c.isPureReactComponent=!0;Object.prototype.hasOwnProperty},294:(e,t,i)=>{i(408)},379:e=>{var t=[];function i(e){for(var i=-1,o=0;o<t.length;o++)if(t[o].identifier===e){i=o;break}return i}function o(e,o){for(var r={},s=[],a=0;a<e.length;a++){var l=e[a],d=o.base?l[0]+o.base:l[0],h=r[d]||0,c="".concat(d," ").concat(h);r[d]=h+1;var u=i(c),p={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==u)t[u].references++,t[u].updater(p);else{var f=n(p,o);o.byIndex=a,t.splice(a,0,{identifier:c,updater:f,references:1})}s.push(c)}return s}function n(e,t){var i=t.domAPI(t);return i.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;i.update(e=t)}else i.remove()}}e.exports=function(e,n){var r=o(e=e||[],n=n||{});return function(e){e=e||[];for(var s=0;s<r.length;s++){var a=i(r[s]);t[a].references--}for(var l=o(e,n),d=0;d<r.length;d++){var h=i(r[d]);0===t[h].references&&(t[h].updater(),t.splice(h,1))}r=l}}},569:e=>{var t={};e.exports=function(e,i){var o=function(e){if(void 0===t[e]){var i=document.querySelector(e);if(window.HTMLIFrameElement&&i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}t[e]=i}return t[e]}(e);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(i)}},216:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,i)=>{e.exports=function(e){var t=i.nc;t&&e.setAttribute("nonce",t)}},795:e=>{e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(i){!function(e,t,i){var o="";i.supports&&(o+="@supports (".concat(i.supports,") {")),i.media&&(o+="@media ".concat(i.media," {"));var n=void 0!==i.layer;n&&(o+="@layer".concat(i.layer.length>0?" ".concat(i.layer):""," {")),o+=i.css,n&&(o+="}"),i.media&&(o+="}"),i.supports&&(o+="}");var r=i.sourceMap;r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleTagTransform(o,e,t.options)}(t,e,i)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}}},t={};function i(o){var n=t[o];if(void 0!==n)return n.exports;var r=t[o]={id:o,exports:{}};return e[o](r,r.exports,i),r.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var o in t)i.o(t,o)&&!i.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var o={};(()=>{i.d(o,{Z:()=>Yt});const e=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,t=Symbol(),n=new Map;class r{constructor(e,i){if(this._$cssResult$=!0,i!==t)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}get styleSheet(){let t=n.get(this.cssText);return e&&void 0===t&&(n.set(this.cssText,t=new CSSStyleSheet),t.replaceSync(this.cssText)),t}toString(){return this.cssText}}const s=(e,...i)=>{const o=1===e.length?e[0]:i.reduce(((t,i,o)=>t+(e=>{if(!0===e._$cssResult$)return e.cssText;if("number"==typeof e)return e;throw Error("Value passed to 'css' function must be a 'css' function result: "+e+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+e[o+1]),e[0]);return new r(o,t)},a=e?e=>e:e=>e instanceof CSSStyleSheet?(e=>{let i="";for(const t of e.cssRules)i+=t.cssText;return(e=>new r("string"==typeof e?e:e+"",t))(i)})(e):e;var l;const d=window.trustedTypes,h=d?d.emptyScript:"",c=window.reactiveElementPolyfillSupport,u={toAttribute(e,t){switch(t){case Boolean:e=e?h:null;break;case Object:case Array:e=null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){let i=e;switch(t){case Boolean:i=null!==e;break;case Number:i=null===e?null:Number(e);break;case Object:case Array:try{i=JSON.parse(e)}catch(e){i=null}}return i}},p=(e,t)=>t!==e&&(t==t||e==e),f={attribute:!0,type:String,converter:u,reflect:!1,hasChanged:p};class m extends HTMLElement{constructor(){super(),this._$Et=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Ei=null,this.o()}static addInitializer(e){var t;null!==(t=this.l)&&void 0!==t||(this.l=[]),this.l.push(e)}static get observedAttributes(){this.finalize();const e=[];return this.elementProperties.forEach(((t,i)=>{const o=this._$Eh(i,t);void 0!==o&&(this._$Eu.set(o,i),e.push(o))})),e}static createProperty(e,t=f){if(t.state&&(t.attribute=!1),this.finalize(),this.elementProperties.set(e,t),!t.noAccessor&&!this.prototype.hasOwnProperty(e)){const i="symbol"==typeof e?Symbol():"__"+e,o=this.getPropertyDescriptor(e,i,t);void 0!==o&&Object.defineProperty(this.prototype,e,o)}}static getPropertyDescriptor(e,t,i){return{get(){return this[t]},set(o){const n=this[e];this[t]=o,this.requestUpdate(e,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)||f}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const e=Object.getPrototypeOf(this);if(e.finalize(),this.elementProperties=new Map(e.elementProperties),this._$Eu=new Map,this.hasOwnProperty("properties")){const e=this.properties,t=[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)];for(const i of t)this.createProperty(i,e[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const i=new Set(e.flat(1/0).reverse());for(const e of i)t.unshift(a(e))}else void 0!==e&&t.push(a(e));return t}static _$Eh(e,t){const i=t.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof e?e.toLowerCase():void 0}o(){var e;this._$Ep=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$Em(),this.requestUpdate(),null===(e=this.constructor.l)||void 0===e||e.forEach((e=>e(this)))}addController(e){var t,i;(null!==(t=this._$Eg)&&void 0!==t?t:this._$Eg=[]).push(e),void 0!==this.renderRoot&&this.isConnected&&(null===(i=e.hostConnected)||void 0===i||i.call(e))}removeController(e){var t;null===(t=this._$Eg)||void 0===t||t.splice(this._$Eg.indexOf(e)>>>0,1)}_$Em(){this.constructor.elementProperties.forEach(((e,t)=>{this.hasOwnProperty(t)&&(this._$Et.set(t,this[t]),delete this[t])}))}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,i)=>{e?t.adoptedStyleSheets=i.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet)):i.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))})(i,this.constructor.elementStyles),i}connectedCallback(){var e;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostConnected)||void 0===t?void 0:t.call(e)}))}enableUpdating(e){}disconnectedCallback(){var e;null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostDisconnected)||void 0===t?void 0:t.call(e)}))}attributeChangedCallback(e,t,i){this._$AK(e,i)}_$ES(e,t,i=f){var o,n;const r=this.constructor._$Eh(e,i);if(void 0!==r&&!0===i.reflect){const s=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:u.toAttribute)(t,i.type);this._$Ei=e,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$Ei=null}}_$AK(e,t){var i,o,n;const r=this.constructor,s=r._$Eu.get(e);if(void 0!==s&&this._$Ei!==s){const e=r.getPropertyOptions(s),a=e.converter,l=null!==(n=null!==(o=null===(i=a)||void 0===i?void 0:i.fromAttribute)&&void 0!==o?o:"function"==typeof a?a:null)&&void 0!==n?n:u.fromAttribute;this._$Ei=s,this[s]=l(t,e.type),this._$Ei=null}}requestUpdate(e,t,i){let o=!0;void 0!==e&&(((i=i||this.constructor.getPropertyOptions(e)).hasChanged||p)(this[e],t)?(this._$AL.has(e)||this._$AL.set(e,t),!0===i.reflect&&this._$Ei!==e&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(e,i))):o=!1),!this.isUpdatePending&&o&&(this._$Ep=this._$E_())}async _$E_(){this.isUpdatePending=!0;try{await this._$Ep}catch(e){Promise.reject(e)}const e=this.scheduleUpdate();return null!=e&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var e;if(!this.isUpdatePending)return;this.hasUpdated,this._$Et&&(this._$Et.forEach(((e,t)=>this[t]=e)),this._$Et=void 0);let t=!1;const i=this._$AL;try{t=this.shouldUpdate(i),t?(this.willUpdate(i),null===(e=this._$Eg)||void 0===e||e.forEach((e=>{var t;return null===(t=e.hostUpdate)||void 0===t?void 0:t.call(e)})),this.update(i)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(i)}willUpdate(e){}_$AE(e){var t;null===(t=this._$Eg)||void 0===t||t.forEach((e=>{var t;return null===(t=e.hostUpdated)||void 0===t?void 0:t.call(e)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Ep}shouldUpdate(e){return!0}update(e){void 0!==this._$EC&&(this._$EC.forEach(((e,t)=>this._$ES(t,this[t],e))),this._$EC=void 0),this._$EU()}updated(e){}firstUpdated(e){}}var g;m.finalized=!0,m.elementProperties=new Map,m.elementStyles=[],m.shadowRootOptions={mode:"open"},null==c||c({ReactiveElement:m}),(null!==(l=globalThis.reactiveElementVersions)&&void 0!==l?l:globalThis.reactiveElementVersions=[]).push("1.3.1");const v=globalThis.trustedTypes,w=v?v.createPolicy("lit-html",{createHTML:e=>e}):void 0,y=`lit$${(Math.random()+"").slice(9)}$`,b="?"+y,x=`<${b}>`,C=document,_=(e="")=>C.createComment(e),$=e=>null===e||"object"!=typeof e&&"function"!=typeof e,E=Array.isArray,S=e=>{var t;return E(e)||"function"==typeof(null===(t=e)||void 0===t?void 0:t[Symbol.iterator])},O=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,k=/-->/g,A=/>/g,T=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,P=/'/g,N=/"/g,M=/^(?:script|style|textarea|title)$/i,R=e=>(t,...i)=>({_$litType$:e,strings:t,values:i}),U=R(1),L=(R(2),Symbol.for("lit-noChange")),j=Symbol.for("lit-nothing"),I=new WeakMap,H=C.createTreeWalker(C,129,null,!1),D=(e,t)=>{const i=e.length-1,o=[];let n,r=2===t?"<svg>":"",s=O;for(let t=0;t<i;t++){const i=e[t];let a,l,d=-1,h=0;for(;h<i.length&&(s.lastIndex=h,l=s.exec(i),null!==l);)h=s.lastIndex,s===O?"!--"===l[1]?s=k:void 0!==l[1]?s=A:void 0!==l[2]?(M.test(l[2])&&(n=RegExp("</"+l[2],"g")),s=T):void 0!==l[3]&&(s=T):s===T?">"===l[0]?(s=null!=n?n:O,d=-1):void 0===l[1]?d=-2:(d=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?T:'"'===l[3]?N:P):s===N||s===P?s=T:s===k||s===A?s=O:(s=T,n=void 0);const c=s===T&&e[t+1].startsWith("/>")?" ":"";r+=s===O?i+x:d>=0?(o.push(a),i.slice(0,d)+"$lit$"+i.slice(d)+y+c):i+y+(-2===d?(o.push(void 0),t):c)}const a=r+(e[i]||"<?>")+(2===t?"</svg>":"");if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==w?w.createHTML(a):a,o]};class B{constructor({strings:e,_$litType$:t},i){let o;this.parts=[];let n=0,r=0;const s=e.length-1,a=this.parts,[l,d]=D(e,t);if(this.el=B.createElement(l,i),H.currentNode=this.el.content,2===t){const e=this.el.content,t=e.firstChild;t.remove(),e.append(...t.childNodes)}for(;null!==(o=H.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes()){const e=[];for(const t of o.getAttributeNames())if(t.endsWith("$lit$")||t.startsWith(y)){const i=d[r++];if(e.push(t),void 0!==i){const e=o.getAttribute(i.toLowerCase()+"$lit$").split(y),t=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:t[2],strings:e,ctor:"."===t[1]?Z:"?"===t[1]?J:"@"===t[1]?K:F})}else a.push({type:6,index:n})}for(const t of e)o.removeAttribute(t)}if(M.test(o.tagName)){const e=o.textContent.split(y),t=e.length-1;if(t>0){o.textContent=v?v.emptyScript:"";for(let i=0;i<t;i++)o.append(e[i],_()),H.nextNode(),a.push({type:2,index:++n});o.append(e[t],_())}}}else if(8===o.nodeType)if(o.data===b)a.push({type:2,index:n});else{let e=-1;for(;-1!==(e=o.data.indexOf(y,e+1));)a.push({type:7,index:n}),e+=y.length-1}n++}}static createElement(e,t){const i=C.createElement("template");return i.innerHTML=e,i}}function z(e,t,i=e,o){var n,r,s,a;if(t===L)return t;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const d=$(t)?void 0:t._$litDirective$;return(null==l?void 0:l.constructor)!==d&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===d?l=void 0:(l=new d(e),l._$AT(e,i,o)),void 0!==o?(null!==(s=(a=i)._$Cl)&&void 0!==s?s:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(t=z(e,l._$AS(e,t.values),l,o)),t}class W{constructor(e,t){this.v=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(e){var t;const{el:{content:i},parts:o}=this._$AD,n=(null!==(t=null==e?void 0:e.creationScope)&&void 0!==t?t:C).importNode(i,!0);H.currentNode=n;let r=H.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let t;2===l.type?t=new V(r,r.nextSibling,this,e):1===l.type?t=new l.ctor(r,l.name,l.strings,this,e):6===l.type&&(t=new G(r,this,e)),this.v.push(t),l=o[++a]}s!==(null==l?void 0:l.index)&&(r=H.nextNode(),s++)}return n}m(e){let t=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(e,i,t),t+=i.strings.length-2):i._$AI(e[t])),t++}}class V{constructor(e,t,i,o){var n;this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=i,this.options=o,this._$Cg=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var e,t;return null!==(t=null===(e=this._$AM)||void 0===e?void 0:e._$AU)&&void 0!==t?t:this._$Cg}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return void 0!==t&&11===e.nodeType&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=z(this,e,t),$(e)?e===j||null==e||""===e?(this._$AH!==j&&this._$AR(),this._$AH=j):e!==this._$AH&&e!==L&&this.$(e):void 0!==e._$litType$?this.T(e):void 0!==e.nodeType?this.k(e):S(e)?this.S(e):this.$(e)}M(e,t=this._$AB){return this._$AA.parentNode.insertBefore(e,t)}k(e){this._$AH!==e&&(this._$AR(),this._$AH=this.M(e))}$(e){this._$AH!==j&&$(this._$AH)?this._$AA.nextSibling.data=e:this.k(C.createTextNode(e)),this._$AH=e}T(e){var t;const{values:i,_$litType$:o}=e,n="number"==typeof o?this._$AC(e):(void 0===o.el&&(o.el=B.createElement(o.h,this.options)),o);if((null===(t=this._$AH)||void 0===t?void 0:t._$AD)===n)this._$AH.m(i);else{const e=new W(n,this),t=e.p(this.options);e.m(i),this.k(t),this._$AH=e}}_$AC(e){let t=I.get(e.strings);return void 0===t&&I.set(e.strings,t=new B(e)),t}S(e){E(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let i,o=0;for(const n of e)o===t.length?t.push(i=new V(this.M(_()),this.M(_()),this,this.options)):i=t[o],i._$AI(n),o++;o<t.length&&(this._$AR(i&&i._$AB.nextSibling,o),t.length=o)}_$AR(e=this._$AA.nextSibling,t){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,t);e&&e!==this._$AB;){const t=e.nextSibling;e.remove(),e=t}}setConnected(e){var t;void 0===this._$AM&&(this._$Cg=e,null===(t=this._$AP)||void 0===t||t.call(this,e))}}class F{constructor(e,t,i,o,n){this.type=1,this._$AH=j,this._$AN=void 0,this.element=e,this.name=t,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=j}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(e,t=this,i,o){const n=this.strings;let r=!1;if(void 0===n)e=z(this,e,t,0),r=!$(e)||e!==this._$AH&&e!==L,r&&(this._$AH=e);else{const o=e;let s,a;for(e=n[0],s=0;s<n.length-1;s++)a=z(this,o[i+s],t,s),a===L&&(a=this._$AH[s]),r||(r=!$(a)||a!==this._$AH[s]),a===j?e=j:e!==j&&(e+=(null!=a?a:"")+n[s+1]),this._$AH[s]=a}r&&!o&&this.C(e)}C(e){e===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=e?e:"")}}class Z extends F{constructor(){super(...arguments),this.type=3}C(e){this.element[this.name]=e===j?void 0:e}}const q=v?v.emptyScript:"";class J extends F{constructor(){super(...arguments),this.type=4}C(e){e&&e!==j?this.element.setAttribute(this.name,q):this.element.removeAttribute(this.name)}}class K extends F{constructor(e,t,i,o,n){super(e,t,i,o,n),this.type=5}_$AI(e,t=this){var i;if((e=null!==(i=z(this,e,t,0))&&void 0!==i?i:j)===L)return;const o=this._$AH,n=e===j&&o!==j||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,r=e!==j&&(o===j||n);n&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var t,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(t=this.options)||void 0===t?void 0:t.host)&&void 0!==i?i:this.element,e):this._$AH.handleEvent(e)}}class G{constructor(e,t,i){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(e){z(this,e)}}const Y={L:"$lit$",P:y,V:b,I:1,N:D,R:W,j:S,D:z,H:V,F,O:J,W:K,B:Z,Z:G},X=window.litHtmlPolyfillSupport;var Q,ee;null==X||X(B,V),(null!==(g=globalThis.litHtmlVersions)&&void 0!==g?g:globalThis.litHtmlVersions=[]).push("2.2.2");class te extends m{constructor(){super(...arguments),this.renderOptions={host:this},this._$Dt=void 0}createRenderRoot(){var e,t;const i=super.createRenderRoot();return null!==(e=(t=this.renderOptions).renderBefore)&&void 0!==e||(t.renderBefore=i.firstChild),i}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Dt=((e,t,i)=>{var o,n;const r=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:t;let s=r._$litPart$;if(void 0===s){const e=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;r._$litPart$=s=new V(t.insertBefore(_(),e),e,void 0,null!=i?i:{})}return s._$AI(e),s})(t,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),null===(e=this._$Dt)||void 0===e||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),null===(e=this._$Dt)||void 0===e||e.setConnected(!1)}render(){return L}}te.finalized=!0,te._$litElement$=!0,null===(Q=globalThis.litElementHydrateSupport)||void 0===Q||Q.call(globalThis,{LitElement:te});const ie=globalThis.litElementPolyfillSupport;null==ie||ie({LitElement:te}),(null!==(ee=globalThis.litElementVersions)&&void 0!==ee?ee:globalThis.litElementVersions=[]).push("3.2.0");const oe=e=>t=>"function"==typeof t?((e,t)=>(window.customElements.define(e,t),t))(e,t):((e,t)=>{const{kind:i,elements:o}=t;return{kind:i,elements:o,finisher(t){window.customElements.define(e,t)}}})(e,t),ne=(e,t)=>"method"===t.kind&&t.descriptor&&!("value"in t.descriptor)?{...t,finisher(i){i.createProperty(t.key,e)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:t.key,initializer(){"function"==typeof t.initializer&&(this[t.key]=t.initializer.call(this))},finisher(i){i.createProperty(t.key,e)}};function re(e){return(t,i)=>void 0!==i?((e,t,i)=>{t.constructor.createProperty(i,e)})(e,t,i):ne(e,t)}function se(e){return re({...e,state:!0})}var ae;null===(ae=window.HTMLSlotElement)||void 0===ae||ae.prototype.assignedElements;const le=e=>(...t)=>({_$litDirective$:e,values:t});class de{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,i){this._$Ct=e,this._$AM=t,this._$Ci=i}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}}const he=le(class extends de{constructor(e){var t;if(super(e),1!==e.type||"class"!==e.name||(null===(t=e.strings)||void 0===t?void 0:t.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter((t=>e[t])).join(" ")+" "}update(e,[t]){var i,o;if(void 0===this.et){this.et=new Set,void 0!==e.strings&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter((e=>""!==e))));for(const e in t)t[e]&&!(null===(i=this.st)||void 0===i?void 0:i.has(e))&&this.et.add(e);return this.render(t)}const n=e.element.classList;this.et.forEach((e=>{e in t||(n.remove(e),this.et.delete(e))}));for(const e in t){const i=!!t[e];i===this.et.has(e)||(null===(o=this.st)||void 0===o?void 0:o.has(e))||(i?(n.add(e),this.et.add(e)):(n.remove(e),this.et.delete(e)))}return L}}),{H:ce}=Y,ue=(e,t)=>{var i,o;const n=e._$AN;if(void 0===n)return!1;for(const e of n)null===(o=(i=e)._$AO)||void 0===o||o.call(i,t,!1),ue(e,t);return!0},pe=e=>{let t,i;do{if(void 0===(t=e._$AM))break;i=t._$AN,i.delete(e),e=t}while(0===(null==i?void 0:i.size))},fe=e=>{for(let t;t=e._$AM;e=t){let i=t._$AN;if(void 0===i)t._$AN=i=new Set;else if(i.has(e))break;i.add(e),ve(t)}};function me(e){void 0!==this._$AN?(pe(this),this._$AM=e,fe(this)):this._$AM=e}function ge(e,t=!1,i=0){const o=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(o))for(let e=i;e<o.length;e++)ue(o[e],!1),pe(o[e]);else null!=o&&(ue(o,!1),pe(o));else ue(this,e)}const ve=e=>{var t,i,o,n;2==e.type&&(null!==(t=(o=e)._$AP)&&void 0!==t||(o._$AP=ge),null!==(i=(n=e)._$AQ)&&void 0!==i||(n._$AQ=me))};class we extends de{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,i){super._$AT(e,t,i),fe(this),this.isConnected=e._$AU}_$AO(e,t=!0){var i,o;e!==this.isConnected&&(this.isConnected=e,e?null===(i=this.reconnected)||void 0===i||i.call(this):null===(o=this.disconnected)||void 0===o||o.call(this)),t&&(ue(this,e),pe(this))}setValue(e){if((e=>void 0===this._$Ct.strings)())this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}const ye=()=>new be;class be{}const xe=new WeakMap,Ce=le(class extends we{render(e){return j}update(e,[t]){var i;const o=t!==this.U;return o&&void 0!==this.U&&this.ot(void 0),(o||this.rt!==this.lt)&&(this.U=t,this.ht=null===(i=e.options)||void 0===i?void 0:i.host,this.ot(this.lt=e.element)),j}ot(e){var t;if("function"==typeof this.U){const i=null!==(t=this.ht)&&void 0!==t?t:globalThis;let o=xe.get(i);void 0===o&&(o=new WeakMap,xe.set(i,o)),void 0!==o.get(this.U)&&this.U.call(this.ht,void 0),o.set(this.U,e),void 0!==e&&this.U.call(this.ht,e)}else this.U.value=e}get rt(){var e,t,i;return"function"==typeof this.U?null===(t=xe.get(null!==(e=this.ht)&&void 0!==e?e:globalThis))||void 0===t?void 0:t.get(this.U):null===(i=this.U)||void 0===i?void 0:i.value}disconnected(){this.rt===this.lt&&this.ot(void 0)}reconnected(){this.ot(this.lt)}});if("undefined"==typeof window)throw new Error("[TalkJS] The TalkJS JavaScript SDK only works in browsers (and not, for example, in Node.js)");!function(e,t,i,o,n,r){(r=t.createElement("script")).async=1,r.src="https://cdn.talkjs.com/talk.js",t.head.appendChild(r),o=e.Promise,e.Talk={v:3,ready:{then:function(e){if(o)return new o((function(t,o){i.push([e,t,o])}));i.push([e])},catch:function(){return o&&new o},c:i}}}(window,document,[]);const _e=window.Talk;var $e=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Ee=class extends te{constructor(){super(...arguments),this.tourtype="",this.heading="",this.subtitle="",this.selected=!1}render(){return U`
3
3
  <div class="tour-type-option" tabindex="0">
4
4
  <div class="content">
5
5
  <slot name="icon"></slot>
@@ -391,7 +391,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
391
391
  .option.active {
392
392
  background-color: var(--active-option-color);
393
393
  }
394
- `,Le([re({attribute:!1})],je.prototype,"options",void 0),Le([re({type:String})],je.prototype,"placeholder",void 0),Le([re({type:String})],je.prototype,"defaultOption",void 0),Le([se()],je.prototype,"selected",void 0),Le([se()],je.prototype,"activeOption",void 0),Le([se()],je.prototype,"isOpen",void 0),Le([(Ue="#select",(({finisher:e,descriptor:t})=>(i,o)=>{var n;if(void 0===o){const o=null!==(n=i.originalKey)&&void 0!==n?n:i.key,r=null!=t?{kind:"method",placement:"prototype",key:o,descriptor:t(i.key)}:{...i,key:o};return null!=e&&(r.finisher=function(t){e(t,o)}),r}{const n=i.constructor;void 0!==t&&Object.defineProperty(i,o,t(o)),null==e||e(n,o)}})({descriptor:e=>{const t={get(){var e,t;return null!==(t=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(Ue))&&void 0!==t?t:null},enumerable:!0,configurable:!0};return t}}))],je.prototype,"meSelect",void 0),customElements.define("me-select",je);var He=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Ie=class extends te{constructor(){super(...arguments),this.tourType=De.Guided}render(){return U`
394
+ `,Le([re({attribute:!1})],je.prototype,"options",void 0),Le([re({type:String})],je.prototype,"placeholder",void 0),Le([re({type:String})],je.prototype,"defaultOption",void 0),Le([se()],je.prototype,"selected",void 0),Le([se()],je.prototype,"activeOption",void 0),Le([se()],je.prototype,"isOpen",void 0),Le([(Ue="#select",(({finisher:e,descriptor:t})=>(i,o)=>{var n;if(void 0===o){const o=null!==(n=i.originalKey)&&void 0!==n?n:i.key,r=null!=t?{kind:"method",placement:"prototype",key:o,descriptor:t(i.key)}:{...i,key:o};return null!=e&&(r.finisher=function(t){e(t,o)}),r}{const n=i.constructor;void 0!==t&&Object.defineProperty(i,o,t(o)),null==e||e(n,o)}})({descriptor:e=>{const t={get(){var e,t;return null!==(t=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(Ue))&&void 0!==t?t:null},enumerable:!0,configurable:!0};return t}}))],je.prototype,"meSelect",void 0),customElements.define("me-select",je);var Ie=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let He=class extends te{constructor(){super(...arguments),this.tourType=De.Guided}render(){return U`
395
395
  <div class="tour-scheduler">
396
396
  <h1 id="scheduleATour">Schedule a tour</h1>
397
397
  <button id="closeButton">
@@ -527,7 +527,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
527
527
  </p>
528
528
  <button id="schedule">Schedule tour</button>
529
529
  </div>
530
- `}};var De,Be;Ie.styles=s`
530
+ `}};var De,Be;He.styles=s`
531
531
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap");
532
532
 
533
533
  * {
@@ -704,7 +704,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
704
704
  font-size: 14px;
705
705
  color: #ffffff;
706
706
  }
707
- `,He([re({attribute:!1})],Ie.prototype,"availability",void 0),He([re({attribute:!1})],Ie.prototype,"onSchedule",void 0),He([se()],Ie.prototype,"tourType",void 0),Ie=He([oe("tour-scheduler")],Ie),function(e){e[e.Guided=0]="Guided",e[e.Self=1]="Self",e[e.Virtual=2]="Virtual"}(De||(De={}));var ze=new Uint8Array(16);function We(){if(!Be&&!(Be="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Be(ze)}const Ve=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Fe=function(e){return"string"==typeof e&&Ve.test(e)};for(var Ze=[],qe=0;qe<256;++qe)Ze.push((qe+256).toString(16).substr(1));const Je=function(e,t,i){var o=(e=e||{}).random||(e.rng||We)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){i=i||0;for(var n=0;n<16;++n)t[i+n]=o[n];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=(Ze[e[t+0]]+Ze[e[t+1]]+Ze[e[t+2]]+Ze[e[t+3]]+"-"+Ze[e[t+4]]+Ze[e[t+5]]+"-"+Ze[e[t+6]]+Ze[e[t+7]]+"-"+Ze[e[t+8]]+Ze[e[t+9]]+"-"+Ze[e[t+10]]+Ze[e[t+11]]+Ze[e[t+12]]+Ze[e[t+13]]+Ze[e[t+14]]+Ze[e[t+15]]).toLowerCase();if(!Fe(i))throw TypeError("Stringified UUID is invalid");return i}(o)};function Ke(e,t){const i=Ye(e,t),o=(new Date).toISOString();return localStorage.setItem(i,o),o}function Ge(e,t){return`com.meetelise.chatID-${e}-${t}`}function Ye(e,t){return`com.meetelise.chatIDIssueTime-${e}-${t}`}const Xe="#FFFFFF",Qe="#202020",et={user:{textColor:Xe,backgroundColor:"#1990FF"},agent:{textColor:Xe,backgroundColor:"#1E1E1E"}},tt={user:{textColor:Xe,backgroundColor:"#83818E"},agent:{textColor:Xe,backgroundColor:Qe}},it={Light:{chatHeader:{backgroundColor:Xe,textColor:Qe},chatPaneBackgroundColor:"rgba(255, 255, 255, 0.9)",message:et},Dark:{chatHeader:{backgroundColor:Qe,textColor:Xe},chatPaneBackgroundColor:"rgba(32, 32, 32, 0.9)",message:et},Purple:{chatHeader:{backgroundColor:"#550098",textColor:Xe},chatPaneBackgroundColor:"rgba(85, 0, 152, 0.6)",message:et},Blue:{chatHeader:{backgroundColor:"#0814E5",textColor:Xe},chatPaneBackgroundColor:"rgba(4, 17, 245, 0.6)",message:et},Teal:{chatHeader:{backgroundColor:"#6EE7ED",textColor:Qe},chatPaneBackgroundColor:"rgba(115, 247, 253, 0.8)",message:tt},Green:{chatHeader:{backgroundColor:"#147B0E",textColor:Xe},chatPaneBackgroundColor:"rgba(13, 141, 5, 0.6)",message:et},Yellow:{chatHeader:{backgroundColor:"#F1E54F",textColor:Qe},chatPaneBackgroundColor:"rgba(251, 239, 80, 0.9)",message:tt},Orange:{chatHeader:{backgroundColor:"#C06C31",textColor:Xe},chatPaneBackgroundColor:"rgba(238, 126, 49, 0.7)",message:et},Pink:{chatHeader:{backgroundColor:"#A24599",textColor:Xe},chatPaneBackgroundColor:"rgba(167, 70, 157, 0.8)",message:et}},ot=e=>it[e&&Object.keys(it).includes(e)?e:"Light"];i(294);const nt=()=>window.matchMedia("(max-width: 767px)").matches;var rt=i(184),st=i.n(rt);const at=s`
707
+ `,Ie([re({attribute:!1})],He.prototype,"availability",void 0),Ie([re({attribute:!1})],He.prototype,"onSchedule",void 0),Ie([se()],He.prototype,"tourType",void 0),He=Ie([oe("tour-scheduler")],He),function(e){e[e.Guided=0]="Guided",e[e.Self=1]="Self",e[e.Virtual=2]="Virtual"}(De||(De={}));var ze=new Uint8Array(16);function We(){if(!Be&&!(Be="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Be(ze)}const Ve=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Fe=function(e){return"string"==typeof e&&Ve.test(e)};for(var Ze=[],qe=0;qe<256;++qe)Ze.push((qe+256).toString(16).substr(1));const Je=function(e,t,i){var o=(e=e||{}).random||(e.rng||We)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){i=i||0;for(var n=0;n<16;++n)t[i+n]=o[n];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=(Ze[e[t+0]]+Ze[e[t+1]]+Ze[e[t+2]]+Ze[e[t+3]]+"-"+Ze[e[t+4]]+Ze[e[t+5]]+"-"+Ze[e[t+6]]+Ze[e[t+7]]+"-"+Ze[e[t+8]]+Ze[e[t+9]]+"-"+Ze[e[t+10]]+Ze[e[t+11]]+Ze[e[t+12]]+Ze[e[t+13]]+Ze[e[t+14]]+Ze[e[t+15]]).toLowerCase();if(!Fe(i))throw TypeError("Stringified UUID is invalid");return i}(o)};function Ke(e,t){const i=Ye(e,t),o=(new Date).toISOString();return localStorage.setItem(i,o),o}function Ge(e,t){return`com.meetelise.chatID-${e}-${t}`}function Ye(e,t){return`com.meetelise.chatIDIssueTime-${e}-${t}`}const Xe="#FFFFFF",Qe="#202020",et={user:{textColor:Xe,backgroundColor:"#1990FF"},agent:{textColor:Xe,backgroundColor:"#1E1E1E"}},tt={user:{textColor:Xe,backgroundColor:"#83818E"},agent:{textColor:Xe,backgroundColor:Qe}},it={Light:{chatHeader:{backgroundColor:Xe,textColor:Qe},chatPaneBackgroundColor:"rgba(255, 255, 255, 0.9)",message:et},Dark:{chatHeader:{backgroundColor:Qe,textColor:Xe},chatPaneBackgroundColor:"rgba(32, 32, 32, 0.9)",message:et},Purple:{chatHeader:{backgroundColor:"#550098",textColor:Xe},chatPaneBackgroundColor:"rgba(85, 0, 152, 0.6)",message:et},Blue:{chatHeader:{backgroundColor:"#0814E5",textColor:Xe},chatPaneBackgroundColor:"rgba(4, 17, 245, 0.6)",message:et},Teal:{chatHeader:{backgroundColor:"#6EE7ED",textColor:Qe},chatPaneBackgroundColor:"rgba(115, 247, 253, 0.8)",message:tt},Green:{chatHeader:{backgroundColor:"#147B0E",textColor:Xe},chatPaneBackgroundColor:"rgba(13, 141, 5, 0.6)",message:et},Yellow:{chatHeader:{backgroundColor:"#F1E54F",textColor:Qe},chatPaneBackgroundColor:"rgba(251, 239, 80, 0.9)",message:tt},Orange:{chatHeader:{backgroundColor:"#C06C31",textColor:Xe},chatPaneBackgroundColor:"rgba(238, 126, 49, 0.7)",message:et},Pink:{chatHeader:{backgroundColor:"#A24599",textColor:Xe},chatPaneBackgroundColor:"rgba(167, 70, 157, 0.8)",message:et}},ot=e=>it[e&&Object.keys(it).includes(e)?e:"Light"];i(294);const nt=()=>window.matchMedia("(max-width: 767px)").matches;var rt=i(184),st=i.n(rt);const at=s`
708
708
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap");
709
709
  :host {
710
710
  --glowBarHeight: 11.2px;
@@ -1493,7 +1493,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
1493
1493
  .call-us-window__open-times {
1494
1494
  text-transform: lowercase;
1495
1495
  }
1496
- `],At([re({attribute:!1})],Tt.prototype,"onCloseClicked",void 0),At([re()],Tt.prototype,"phoneNumber",void 0),At([re({attribute:!1})],Tt.prototype,"buildingId",void 0),At([re({attribute:!1})],Tt.prototype,"officeHoursTextInfo",void 0),Tt=At([oe("call-us-window")],Tt);var Pt=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Nt=class extends te{constructor(){super(...arguments),this.isMobile=!1,this.isFirstMount=!1,this.backgroundColor="rgba(255, 255, 255, 0.75)",this.textColor="#202020",this.isMini=!0,this.phoneNumber="",this.buildingId=0,this.hasEmailEnabled=!0,this.hasSSTEnabled=!1,this.hasTextUsEnabled=!0,this.onChatTapped=()=>{},this.isEmailWindowOpen=!1,this.isCallUsWindowOpen=!1,this.isSSTWindowOpen=!1,this.isTextUsWindowOpen=!1,this.getNumCallToActions=()=>[this.hasEmailEnabled,!!this.phoneNumber,this.hasSSTEnabled,this.hasTextUsEnabled].filter((e=>e)).length,this.emailUsWindowRef=ye(),this.textUsWindowRef=ye(),this.updated=()=>{this.attachOnClickToEmailUsWindow(),this.attachOnClickToTextUsWindow()},this.attachOnClickToEmailUsWindow=()=>{const e=this.emailUsWindowRef.value;e&&(e.onCloseClicked=this.onCloseEmailWindow)},this.attachOnClickToTextUsWindow=()=>{const e=this.textUsWindowRef.value;e&&(e.onCloseClicked=this.onCloseTextUsWindow)},this.onClickEmailOption=e=>{e.preventDefault(),e.stopPropagation(),this.isEmailWindowOpen=!0},this.onCloseEmailWindow=()=>{this.isEmailWindowOpen=!1},this.renderEmailOption=()=>{const e=this.getNumCallToActions()>2?"Email":"Email us";return U`
1496
+ `],At([re({attribute:!1})],Tt.prototype,"onCloseClicked",void 0),At([re()],Tt.prototype,"phoneNumber",void 0),At([re({attribute:!1})],Tt.prototype,"buildingId",void 0),At([re({attribute:!1})],Tt.prototype,"officeHoursTextInfo",void 0),Tt=At([oe("call-us-window")],Tt);const Pt={};var Nt=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Mt=class extends te{constructor(){super(...arguments),this.isMobile=!1,this.isFirstMount=!1,this.backgroundColor="rgba(255, 255, 255, 0.75)",this.textColor="#202020",this.isMini=!0,this.phoneNumber="",this.buildingId=0,this.hasEmailEnabled=!0,this.hasSSTEnabled=!1,this.hasTextUsEnabled=!1,this.onChatTapped=()=>{},this.isEmailWindowOpen=!1,this.isCallUsWindowOpen=!1,this.isSSTWindowOpen=!1,this.isTextUsWindowOpen=!1,this.getNumCallToActions=()=>[this.hasEmailEnabled,!!this.phoneNumber,this.hasSSTEnabled,this.hasTextUsEnabled].filter((e=>e)).length,this.emailUsWindowRef=ye(),this.textUsWindowRef=ye(),this.updated=async()=>{if(this.attachOnClickToEmailUsWindow(),this.attachOnClickToTextUsWindow(),this.buildingId){const e=await(async e=>{if(Pt[e])return Pt[e];const t=`http://ivr.internal-meetelise.com/sms_management_numbers/webchat/building/${e}/numbers`,i=await bt().get(t);return Pt[e]=i.data,i.data})(this.buildingId);this.hasTextUsEnabled=e.length>0&&4895!==this.buildingId}},this.attachOnClickToEmailUsWindow=()=>{const e=this.emailUsWindowRef.value;e&&(e.onCloseClicked=this.onCloseEmailWindow)},this.attachOnClickToTextUsWindow=()=>{const e=this.textUsWindowRef.value;e&&(e.onCloseClicked=this.onCloseTextUsWindow)},this.onClickEmailOption=e=>{e.preventDefault(),e.stopPropagation(),this.isEmailWindowOpen=!0},this.onCloseEmailWindow=()=>{this.isEmailWindowOpen=!1},this.renderEmailOption=()=>{const e=this.getNumCallToActions()>2?"Email":"Email us";return U`
1497
1497
  <div
1498
1498
  @click=${this.onClickEmailOption}
1499
1499
  class="in-house-launcher__call-to-action-option"
@@ -1685,7 +1685,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
1685
1685
  </div>
1686
1686
  `}
1687
1687
  </div>
1688
- `}};Nt.styles=at,Pt([re({type:Boolean})],Nt.prototype,"isMobile",void 0),Pt([re({type:Boolean})],Nt.prototype,"isFirstMount",void 0),Pt([re()],Nt.prototype,"backgroundColor",void 0),Pt([re()],Nt.prototype,"textColor",void 0),Pt([re({type:Boolean})],Nt.prototype,"isMini",void 0),Pt([re()],Nt.prototype,"phoneNumber",void 0),Pt([re({attribute:!1})],Nt.prototype,"buildingId",void 0),Pt([re({type:Boolean})],Nt.prototype,"hasEmailEnabled",void 0),Pt([re({type:Boolean})],Nt.prototype,"hasSSTEnabled",void 0),Pt([re({type:Boolean})],Nt.prototype,"hasTextUsEnabled",void 0),Pt([re({attribute:!1})],Nt.prototype,"onChatTapped",void 0),Pt([se()],Nt.prototype,"isEmailWindowOpen",void 0),Pt([se()],Nt.prototype,"isCallUsWindowOpen",void 0),Pt([se()],Nt.prototype,"isSSTWindowOpen",void 0),Pt([se()],Nt.prototype,"isTextUsWindowOpen",void 0),Nt=Pt([oe("in-house-launcher")],Nt);var Mt=i(379),Rt=i.n(Mt),Ut=i(795),Lt=i.n(Ut),jt=i(569),Ht=i.n(jt),It=i(565),Dt=i.n(It),Bt=i(216),zt=i.n(Bt),Wt=i(589),Vt=i.n(Wt),Ft=i(631),Zt={};Zt.styleTagTransform=Vt(),Zt.setAttributes=Dt(),Zt.insert=Ht().bind(null,"head"),Zt.domAPI=Lt(),Zt.insertStyleElement=zt(),Rt()(Ft.Z,Zt),Ft.Z&&Ft.Z.locals&&Ft.Z.locals;var qt,Jt=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Kt=qt=class extends te{constructor(){super(...arguments),this.buildingSlug="",this.orgSlug="",this.useMiniWidget=!0,this.popup=null,this.theme=ot(),this.chatId="",this.analytics=null,this.isMobile=nt(),this.launcher=null,this.building=null,this.hasMounted=!1,this.hideLauncher=!1,this.yardiDNIScriptInterval=null,this.inHouseLauncherRef=ye(),this.initializeInstanceVariables=async()=>{await this.setBuildingDerivedInfo(),await this.initializeLaunchJS(),this.attachOnClickToInHouseLauncher()},this.setBuildingDerivedInfo=async()=>{var e;this.buildingSlug&&this.orgSlug&&(this.building=await async function(e,t){const i=`https://app.meetelise.com/api/pub/v1/organization/${e}/building/${t}`,o=await fetch(i);return await o.json()}(this.orgSlug,this.buildingSlug),this.chatId=function(e,t){const i=Ge(e,t),o=localStorage.getItem(i);return o&&!function(e,t){const i=Ye(e,t),o=localStorage.getItem(i)||Ke(e,t),n=new Date(new Date(o).getTime()+864e5);return new Date>n}(e,t)?o:function(e,t){const i=Ge(e,t),o=Je();return localStorage.setItem(i,o),Ke(e,t),o}(e,t)}(this.orgSlug,this.buildingSlug),this.avatarSrc=this.avatarSrc||this.building.avatarSrc,this.theme=ot(null!==(e=this.themeId)&&void 0!==e?e:this.building.themeId))},this.initializeLaunchJS=async()=>{if(!this.building||!this.theme)return;if(this.popup&&this.launcher)return;const[e,t,i,o]=await Promise.all([this.building,this.theme,this.avatarSrc,qt.session]);if(e.conversationMaintenanceMode)return new Promise((()=>{console.warn("MeetElise Chat is in maintenance mode. Chat icon will not appear.")}));await this.configureTalkJSPopup(e,t,o,i),this.configureLauncherElement(),this.yardiDNIScriptInterval=setInterval((()=>this.pollForYardiCampaignSource()),1e3),setTimeout(clearInterval,15e3,this.yardiDNIScriptInterval)},this.configureLauncherElement=()=>{this.popup&&this.inHouseLauncherRef.value&&(this.launcher=this.inHouseLauncherRef.value)},this.configureTalkJSPopup=async(e,t,i,o)=>{const n=i.createPopup(function(e,t,i,o,n,r){var s;const a=new _e.User({id:`building_${t.id}`,name:t.userFirstName,email:null,role:"Default",welcomeMessage:t.welcomeMessage}),l=e.getOrCreateConversation(n);return l.setParticipant(e.me),l.setParticipant(a),l.subject=null!==(s=t.chatTitle)&&void 0!==s?s:t.userFirstName,l.custom={buildingId:t.id.toString(),userId:t.userId.toString(),orgId:t.orgId.toString(),subtitle:t.chatSubtitle,url:location.href,buildingName:t.name,isMobile:r.toString(),chatHeaderBackgroundColor:i.chatHeader.backgroundColor,chatHeaderTextColor:i.chatHeader.textColor,chatPaneBackgroundColor:i.chatPaneBackgroundColor,userMessageTextColor:i.message.user.textColor,userMessageBackgroundColor:i.message.user.backgroundColor,agentMessageTextColor:i.message.agent.textColor,agentMessageBackgroundColor:i.message.agent.backgroundColor,isLightTheme:(i.message===tt).toString(),avatarUrl:"image"===t.avatarType&&t.avatarSrc?o:"https://s3.us-west-2.amazonaws.com/meetelise.com/looping-gradient.gif"},l}(i,e,t,o||e.avatarSrc,this.chatId,this.isMobile),{launcher:"never",showCloseInHeader:!0,messageField:{placeholder:"Ask a question..."}});await n.mount({show:!1}),n.on("close",(()=>{this.hideLauncher=!1}));const r=document.querySelector(".__talkjs_popup");if(!r)throw new Error("Failed to find chat window");r.classList.add("meetelise-chat","pane"),this.isMobile||r.classList.add("in-house-launcher__desktop"),r.style.zIndex="99999999999",this.popup=n},this.firstUpdated=()=>{this.initializeInstanceVariables()},this.attachOnClickToInHouseLauncher=()=>{const e=this.inHouseLauncherRef.value;e&&(e.onChatTapped=async()=>{var e;this.popup&&(this.popup.show(),null===(e=this.analytics)||void 0===e||e.ping("open"),this.hideLauncher=!0,this.hasMounted=!0)})}}pollForYardiCampaignSource(){var e,t,i;(null===(t=null===(e=window.RCTPCampaign)||void 0===e?void 0:e.CampaignDetails)||void 0===t?void 0:t.Source)&&(null===(i=this.analytics)||void 0===i||i.ping("yardi-DNI-init"),this.yardiDNIScriptInterval&&clearInterval(this.yardiDNIScriptInterval))}remove(){var e;null===(e=this.popup)||void 0===e||e.destroy()}open(){var e;null===(e=this.popup)||void 0===e||e.show()}close(){var e;null===(e=this.popup)||void 0===e||e.hide()}show(){this.launcher&&(this.launcher.style.display="")}hide(){this.launcher&&(this.launcher.style.display="none")}render(){var e,t,i,o;return window.customElements.get("in-house-launcher")||window.customElements.define("in-house-launcher",Nt),U`
1688
+ `}};Mt.styles=at,Nt([re({type:Boolean})],Mt.prototype,"isMobile",void 0),Nt([re({type:Boolean})],Mt.prototype,"isFirstMount",void 0),Nt([re()],Mt.prototype,"backgroundColor",void 0),Nt([re()],Mt.prototype,"textColor",void 0),Nt([re({type:Boolean})],Mt.prototype,"isMini",void 0),Nt([re()],Mt.prototype,"phoneNumber",void 0),Nt([re({attribute:!1})],Mt.prototype,"buildingId",void 0),Nt([re({type:Boolean})],Mt.prototype,"hasEmailEnabled",void 0),Nt([re({type:Boolean})],Mt.prototype,"hasSSTEnabled",void 0),Nt([re({type:Boolean})],Mt.prototype,"hasTextUsEnabled",void 0),Nt([re({attribute:!1})],Mt.prototype,"onChatTapped",void 0),Nt([se()],Mt.prototype,"isEmailWindowOpen",void 0),Nt([se()],Mt.prototype,"isCallUsWindowOpen",void 0),Nt([se()],Mt.prototype,"isSSTWindowOpen",void 0),Nt([se()],Mt.prototype,"isTextUsWindowOpen",void 0),Mt=Nt([oe("in-house-launcher")],Mt);var Rt=i(379),Ut=i.n(Rt),Lt=i(795),jt=i.n(Lt),It=i(569),Ht=i.n(It),Dt=i(565),Bt=i.n(Dt),zt=i(216),Wt=i.n(zt),Vt=i(589),Ft=i.n(Vt),Zt=i(631),qt={};qt.styleTagTransform=Ft(),qt.setAttributes=Bt(),qt.insert=Ht().bind(null,"head"),qt.domAPI=jt(),qt.insertStyleElement=Wt(),Ut()(Zt.Z,qt),Zt.Z&&Zt.Z.locals&&Zt.Z.locals;var Jt,Kt=function(e,t,i,o){var n,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(s=(r<3?n(s):r>3?n(t,i,s):n(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};let Gt=Jt=class extends te{constructor(){super(...arguments),this.buildingSlug="",this.orgSlug="",this.useMiniWidget=!0,this.popup=null,this.theme=ot(),this.chatId="",this.analytics=null,this.isMobile=nt(),this.launcher=null,this.building=null,this.hasMounted=!1,this.hideLauncher=!1,this.yardiDNIScriptInterval=null,this.inHouseLauncherRef=ye(),this.initializeInstanceVariables=async()=>{await this.setBuildingDerivedInfo(),await this.initializeLaunchJS(),this.attachOnClickToInHouseLauncher()},this.setBuildingDerivedInfo=async()=>{var e;this.buildingSlug&&this.orgSlug&&(this.building=await async function(e,t){const i=`https://app.meetelise.com/api/pub/v1/organization/${e}/building/${t}`,o=await fetch(i);return await o.json()}(this.orgSlug,this.buildingSlug),this.chatId=function(e,t){const i=Ge(e,t),o=localStorage.getItem(i);return o&&!function(e,t){const i=Ye(e,t),o=localStorage.getItem(i)||Ke(e,t),n=new Date(new Date(o).getTime()+864e5);return new Date>n}(e,t)?o:function(e,t){const i=Ge(e,t),o=Je();return localStorage.setItem(i,o),Ke(e,t),o}(e,t)}(this.orgSlug,this.buildingSlug),this.avatarSrc=this.avatarSrc||this.building.avatarSrc,this.theme=ot(null!==(e=this.themeId)&&void 0!==e?e:this.building.themeId))},this.initializeLaunchJS=async()=>{if(!this.building||!this.theme)return;if(this.popup&&this.launcher)return;const[e,t,i,o]=await Promise.all([this.building,this.theme,this.avatarSrc,Jt.session]);if(e.conversationMaintenanceMode)return new Promise((()=>{console.warn("MeetElise Chat is in maintenance mode. Chat icon will not appear.")}));await this.configureTalkJSPopup(e,t,o,i),this.configureLauncherElement(),this.yardiDNIScriptInterval=setInterval((()=>this.pollForYardiCampaignSource()),1e3),setTimeout(clearInterval,15e3,this.yardiDNIScriptInterval)},this.configureLauncherElement=()=>{this.popup&&this.inHouseLauncherRef.value&&(this.launcher=this.inHouseLauncherRef.value)},this.configureTalkJSPopup=async(e,t,i,o)=>{const n=i.createPopup(function(e,t,i,o,n,r){var s;const a=new _e.User({id:`building_${t.id}`,name:t.userFirstName,email:null,role:"Default",welcomeMessage:t.welcomeMessage}),l=e.getOrCreateConversation(n);return l.setParticipant(e.me),l.setParticipant(a),l.subject=null!==(s=t.chatTitle)&&void 0!==s?s:t.userFirstName,l.custom={buildingId:t.id.toString(),userId:t.userId.toString(),orgId:t.orgId.toString(),subtitle:t.chatSubtitle,url:location.href,buildingName:t.name,isMobile:r.toString(),chatHeaderBackgroundColor:i.chatHeader.backgroundColor,chatHeaderTextColor:i.chatHeader.textColor,chatPaneBackgroundColor:i.chatPaneBackgroundColor,userMessageTextColor:i.message.user.textColor,userMessageBackgroundColor:i.message.user.backgroundColor,agentMessageTextColor:i.message.agent.textColor,agentMessageBackgroundColor:i.message.agent.backgroundColor,isLightTheme:(i.message===tt).toString(),avatarUrl:"image"===t.avatarType&&t.avatarSrc?o:"https://s3.us-west-2.amazonaws.com/meetelise.com/looping-gradient.gif"},l}(i,e,t,o||e.avatarSrc,this.chatId,this.isMobile),{launcher:"never",showCloseInHeader:!0,messageField:{placeholder:"Ask a question..."}});await n.mount({show:!1}),n.on("close",(()=>{this.hideLauncher=!1}));const r=document.querySelector(".__talkjs_popup");if(!r)throw new Error("Failed to find chat window");r.classList.add("meetelise-chat","pane"),this.isMobile||r.classList.add("in-house-launcher__desktop"),r.style.zIndex="99999999999",this.popup=n},this.firstUpdated=()=>{this.initializeInstanceVariables()},this.attachOnClickToInHouseLauncher=()=>{const e=this.inHouseLauncherRef.value;e&&(e.onChatTapped=async()=>{var e;this.popup&&(this.popup.show(),null===(e=this.analytics)||void 0===e||e.ping("open"),this.hideLauncher=!0,this.hasMounted=!0)})}}pollForYardiCampaignSource(){var e,t,i;(null===(t=null===(e=window.RCTPCampaign)||void 0===e?void 0:e.CampaignDetails)||void 0===t?void 0:t.Source)&&(null===(i=this.analytics)||void 0===i||i.ping("yardi-DNI-init"),this.yardiDNIScriptInterval&&clearInterval(this.yardiDNIScriptInterval))}remove(){var e;null===(e=this.popup)||void 0===e||e.destroy()}open(){var e;null===(e=this.popup)||void 0===e||e.show()}close(){var e;null===(e=this.popup)||void 0===e||e.hide()}show(){this.launcher&&(this.launcher.style.display="")}hide(){this.launcher&&(this.launcher.style.display="none")}render(){var e,t,i,o;return window.customElements.get("in-house-launcher")||window.customElements.define("in-house-launcher",Mt),U`
1689
1689
  <div
1690
1690
  class=${he({inHouseLauncherContainer:!0,"in-house-launcher__mobile":this.isMobile,"in-house-launcher__desktop":!this.isMobile,"meetelise-chat":!0,launcher:!0,shouldBeVisible:!0})}
1691
1691
  >
@@ -1702,7 +1702,7 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
1702
1702
  >
1703
1703
  </in-house-launcher>
1704
1704
  </div>
1705
- `}};Kt.styles=s`
1705
+ `}};Gt.styles=s`
1706
1706
  #__talkjs_launcher:not(.shouldBeVisible) {
1707
1707
  display: none;
1708
1708
  }
@@ -1711,4 +1711,4 @@ var e={669:(e,t,i)=>{e.exports=i(609)},448:(e,t,i)=>{var o=i(867),n=i(26),r=i(37
1711
1711
  width: 100%;
1712
1712
  height: 100px;
1713
1713
  }
1714
- `,Kt.session=_e.ready.then((()=>{const e=new _e.User({id:"anonymous",name:"Me",email:null,role:"Default"});return new _e.Session({appId:"ogKIvCor",me:e})})),Jt([re({type:String})],Kt.prototype,"buildingSlug",void 0),Jt([re({type:String})],Kt.prototype,"orgSlug",void 0),Jt([re({type:String})],Kt.prototype,"themeId",void 0),Jt([re({attribute:!1})],Kt.prototype,"avatarSrc",void 0),Jt([re({type:Boolean})],Kt.prototype,"useMiniWidget",void 0),Jt([se()],Kt.prototype,"popup",void 0),Jt([se()],Kt.prototype,"theme",void 0),Jt([se()],Kt.prototype,"chatId",void 0),Jt([se()],Kt.prototype,"analytics",void 0),Jt([se()],Kt.prototype,"isMobile",void 0),Jt([se()],Kt.prototype,"launcher",void 0),Jt([se()],Kt.prototype,"building",void 0),Jt([se()],Kt.prototype,"hasMounted",void 0),Jt([se()],Kt.prototype,"hideLauncher",void 0),Kt=qt=Jt([oe("me-chat")],Kt);class Gt{static start(e){Yt();const t=document.createElement("me-chat");t.setAttribute("orgSlug",e.organization),t.setAttribute("buildingSlug",e.building),e.themeId&&t.setAttribute("themeId",e.themeId),e.avatarSrc&&t.setAttribute("avatarSrc",e.avatarSrc),void 0!==e.mini&&(t.useMiniWidget=e.mini),document.body.appendChild(t)}}const Yt=()=>{const e=document.createElement("link");e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("href","https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap"),document.head.appendChild(e)}})();var n=o.Z;export{n as default};
1714
+ `,Gt.session=_e.ready.then((()=>{const e=new _e.User({id:"anonymous",name:"Me",email:null,role:"Default"});return new _e.Session({appId:"ogKIvCor",me:e})})),Kt([re({type:String})],Gt.prototype,"buildingSlug",void 0),Kt([re({type:String})],Gt.prototype,"orgSlug",void 0),Kt([re({type:String})],Gt.prototype,"themeId",void 0),Kt([re({attribute:!1})],Gt.prototype,"avatarSrc",void 0),Kt([re({type:Boolean})],Gt.prototype,"useMiniWidget",void 0),Kt([se()],Gt.prototype,"popup",void 0),Kt([se()],Gt.prototype,"theme",void 0),Kt([se()],Gt.prototype,"chatId",void 0),Kt([se()],Gt.prototype,"analytics",void 0),Kt([se()],Gt.prototype,"isMobile",void 0),Kt([se()],Gt.prototype,"launcher",void 0),Kt([se()],Gt.prototype,"building",void 0),Kt([se()],Gt.prototype,"hasMounted",void 0),Kt([se()],Gt.prototype,"hideLauncher",void 0),Gt=Jt=Kt([oe("me-chat")],Gt);class Yt{static start(e){Xt();const t=document.createElement("me-chat");t.setAttribute("orgSlug",e.organization),t.setAttribute("buildingSlug",e.building),e.themeId&&t.setAttribute("themeId",e.themeId),e.avatarSrc&&t.setAttribute("avatarSrc",e.avatarSrc),void 0!==e.mini&&(t.useMiniWidget=e.mini),document.body.appendChild(t)}}const Xt=()=>{const e=document.createElement("link");e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("href","https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap"),document.head.appendChild(e)}})();var n=o.Z;export{n as default};
@@ -9,6 +9,7 @@ import { installTextUsWindow, TextUsWindow } from "./actions/TextUsWindow";
9
9
  import { styleMap } from "lit/directives/style-map.js";
10
10
  import { classMap } from "lit/directives/class-map.js";
11
11
  import { installCallUsWindow } from "./actions/CallUsWindow";
12
+ import { getRegisteredPhoneNumbers } from "../getRegisteredPhoneNumbers";
12
13
 
13
14
  @customElement("in-house-launcher")
14
15
  export class InHouseLauncher extends LitElement {
@@ -38,7 +39,7 @@ export class InHouseLauncher extends LitElement {
38
39
  @property({ type: Boolean })
39
40
  hasSSTEnabled = false;
40
41
  @property({ type: Boolean })
41
- hasTextUsEnabled = true;
42
+ hasTextUsEnabled = false;
42
43
  @property({ attribute: false })
43
44
  onChatTapped: () => void = () => {
44
45
  return;
@@ -65,9 +66,16 @@ export class InHouseLauncher extends LitElement {
65
66
  emailUsWindowRef: Ref<EmailUsWindow> = createRef();
66
67
  textUsWindowRef: Ref<TextUsWindow> = createRef();
67
68
 
68
- updated = (): void => {
69
+ updated = async (): Promise<void> => {
69
70
  this.attachOnClickToEmailUsWindow();
70
71
  this.attachOnClickToTextUsWindow();
72
+ if (this.buildingId) {
73
+ const registeredPhoneNumbers = await getRegisteredPhoneNumbers(
74
+ this.buildingId
75
+ );
76
+ this.hasTextUsEnabled =
77
+ registeredPhoneNumbers.length > 0 && this.buildingId !== 4895;
78
+ }
71
79
  };
72
80
 
73
81
  attachOnClickToEmailUsWindow = (): void => {
@@ -0,0 +1,56 @@
1
+ import axios from "axios";
2
+
3
+ export interface ManagementSmsNumber {
4
+ id: number;
5
+ userId: number;
6
+ timeCreated: string;
7
+ active: number;
8
+ phoneNumber: string;
9
+ phoneNumberType: string;
10
+ description: string;
11
+ api: string;
12
+ buildingIds: number[];
13
+ source: string;
14
+ deleted: number;
15
+ buildingGroupId: number;
16
+ ivrRecordLink: number;
17
+ ivrFlowType: number;
18
+ numberToForwardTo: string | null;
19
+ customTimeout: number;
20
+ customOptionsRecording: string | null;
21
+ customOptionsUrl: string | null;
22
+ voiceMailRecipient: string | null;
23
+ callCenterNumber: string | null;
24
+ initialPauseInSeconds: number;
25
+ voiceUrl: string;
26
+ alternativeBuildingId: string | null;
27
+ timezone: string | null;
28
+ buildingId: number;
29
+ ivrFlowConfiguration: {
30
+ flowName: string;
31
+ callCenterNumber: string;
32
+ leasingOfficeNumber: string;
33
+ marketingSourceCallCenterNumber: string | null;
34
+ globalCallCenterNumber: string | null;
35
+ buildingIntroMp3Url: string | null;
36
+ buildingOptionsMp3Url: string | null;
37
+ textYouShortlyMp3Url: string | null;
38
+ };
39
+ v2Number: boolean;
40
+ }
41
+
42
+ const registeredPhoneNumbersCache: {
43
+ [buildingId: number]: ManagementSmsNumber[];
44
+ } = {};
45
+
46
+ export const getRegisteredPhoneNumbers = async (
47
+ buildingId: number
48
+ ): Promise<ManagementSmsNumber[]> => {
49
+ if (registeredPhoneNumbersCache[buildingId]) {
50
+ return registeredPhoneNumbersCache[buildingId];
51
+ }
52
+ const url = `http://ivr.internal-meetelise.com/sms_management_numbers/webchat/building/${buildingId}/numbers`;
53
+ const result = await axios.get<ManagementSmsNumber[]>(url);
54
+ registeredPhoneNumbersCache[buildingId] = result.data;
55
+ return result.data;
56
+ };