@meetelise/chat 1.20.86 → 1.20.87

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.20.86",
3
+ "version": "1.20.87",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -126,6 +126,10 @@
126
126
  // organization: "test-company",
127
127
  // building: "e2e-test-yardi-building",
128
128
 
129
+ // Cambridge House
130
+ // organization: "elise-ai",
131
+ // building: "the-cambridge-house-3",
132
+
129
133
  // brandColor: "#a44ef5",
130
134
  });
131
135
  </script>
@@ -3074,7 +3074,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
3074
3074
  >
3075
3075
  <div
3076
3076
  id="header"
3077
- style=${jn({background:this.brandColor!==mi?o(this.brandColor,.6):this.brandColor})}
3077
+ style=${jn({background:this.brandColor!==mi?o(this.brandColor,.6):void 0})}
3078
3078
  >
3079
3079
  <div id="header-text">${this.building.name}</div>
3080
3080
  <button id="exit-chat-bttn" @click=${this.onClickExit}>
@@ -92,7 +92,7 @@ export class PubnubChat extends LitElement {
92
92
  background:
93
93
  this.brandColor !== defaultBrandColor
94
94
  ? hexToAlmostWhite(this.brandColor, 0.6)
95
- : this.brandColor,
95
+ : undefined,
96
96
  })}
97
97
  >
98
98
  <div id="header-text">${this.building.name}</div>