@meetelise/chat 1.22.17 → 1.22.18

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.22.17",
3
+ "version": "1.22.18",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -205,6 +205,7 @@
205
205
  <a
206
206
  href="javascript:void(0);"
207
207
  onclick="window.eliseAi.onOpenSST(() => {
208
+
208
209
  const meetEliseChats = document.getElementsByTagName('me-chat');
209
210
  if (!meetEliseChats || meetEliseChats.length === 0) {
210
211
  return;
@@ -147,7 +147,7 @@ export default class MEChat {
147
147
 
148
148
  if (opts.brandColor) {
149
149
  this.brandColor = opts.brandColor;
150
- // we must tint the brand color, to ensure it is visible
150
+ // we must tint the brand color, to ensure it is visible.
151
151
  meChatElement.setAttribute("brandColor", tintColor(opts.brandColor, 0.3));
152
152
  }
153
153
  if (opts.backgroundColor) {