@meetelise/chat 1.22.74 → 1.22.75

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.74",
3
+ "version": "1.22.75",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -172,61 +172,14 @@
172
172
  console.log(`Chat widget loaded`);
173
173
  };
174
174
 
175
- MEChat.start({
176
- organization: "a55b5275-cfe6-44a3-ac17-b10f6fe85cce",
177
- building: "ce4ab608-2e7c-11ef-910a-873d6fb25892",
175
+ // MEChat.start({
176
+ // organization: "a55b5275-cfe6-44a3-ac17-b10f6fe85cce",
177
+ // building: "ce4ab608-2e7c-11ef-910a-873d6fb25892",
178
+ // });
178
179
 
179
- // organization: "Pacific Urban Residential",
180
- // building: "c06117dc-7a80-11ed-bc9a-c3e28c7281ff",
181
-
182
- // organization: "conam",
183
- // building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
184
-
185
- // organization: "e357e665-8152-494b-8059-5243cf7c4d7b",
186
- // building: "c4d23fee-17c3-11ef-a8f9-2793b21baae2",
187
-
188
- // organization: "lincoln",
189
- // building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
190
-
191
- // organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
192
- // building: "2c75381a-2286-11ee-a434-7bc2192a0c0e",
193
-
194
- // organization: "ff17ce03-4528-4d75-b603-1f188e44559c",
195
- // building: '03d354cc-9626-11ef-80ab-bf00a330bb81'
196
-
197
- // organization: "conam",
198
- // building: "b912c9ee-61f8-11ed-bbed-07208d4c2146"
199
- // organization: "radco",
200
- // building: "7eba79d2-22f5-11ed-9af3-4b3e8b1acfb4",
201
-
202
- // organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
203
- // building: "22ea2d7e-5df4-11ee-a665-63eeb20a5762",
204
- // onSstClose: () => {
205
- // const meetEliseChats = document.getElementsByTagName("me-chat");
206
- // if (!meetEliseChats || meetEliseChats.length === 0) {
207
- // return;
208
- // }
209
- // const meetEliseChat = meetEliseChats[0];
210
- // meetEliseChat.setAttribute("style", "display: none;");
211
- // },
212
- // onWidgetLoaded: onWidgetLoaded,
213
-
214
- // organization: "4c78cac8-017a-4497-8b71-3df15779a83c",
215
-
216
- // building: "43e3b1bc-d1b2-11ee-acb9-d77ba815aaac",
217
-
218
- // organization: "cardinal-group",
219
- // widgetType: "utilities",
220
-
221
- // organization: "test-company",
222
- // building: "e2e-test-yardi-building",
223
- // overrideRentgrata: true,
224
- // onWidgetLoaded: onWidgetLoaded,
225
-
226
- // MEChat.healthcareStart({
227
- // id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
180
+ MEChat.healthcareStart({
181
+ id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
228
182
  });
229
- // MEChat.healthcareStart({ id: "6a9e65e5-9699-4c96-af75-1741d0df79aa", });
230
183
  </script>
231
184
  <main>
232
185
  <h1>Example Page</h1>
@@ -3346,7 +3346,7 @@ xmlns="http://www.w3.org/2000/svg"
3346
3346
  margin: 0 auto;
3347
3347
  }
3348
3348
  .healthcare-disclaimer-message {
3349
- font-size: 8px;
3349
+ font-size: 10px;
3350
3350
  color: #737373;
3351
3351
  line-height: 12px;
3352
3352
  font-weight: 400;
@@ -4191,17 +4191,16 @@ xmlns="http://www.w3.org/2000/svg"
4191
4191
  >
4192
4192
  <li class="healthcare-disclaimer-message">
4193
4193
  <p class="healthcare-disclaimer-inner">
4194
- Hi! I am a third-party bot. Your messages with me are recorded
4195
- by Forefront Dermatology and our vendors. By replying, you
4196
- consent to
4194
+ By interacting with this system, you consent to
4197
4195
  <a
4198
- href="https://www.eliseai.com/privacy/healthcare"
4196
+ href="http://bit.ly/me_privacy_policy"
4199
4197
  target="_blank"
4200
4198
  rel="noopener noreferrer"
4201
4199
  >
4202
4200
  this privacy policy</a
4203
4201
  >
4204
- and to being contacted by a bot.
4202
+ , including being contacted by AI or a human & having your
4203
+ conversation recorded and used by a third party.
4205
4204
  </p>
4206
4205
  </li>
4207
4206
  <li class="message-container ai-message">
@@ -63,7 +63,7 @@ export const healthChatStyles = css`
63
63
  margin: 0 auto;
64
64
  }
65
65
  .healthcare-disclaimer-message {
66
- font-size: 8px;
66
+ font-size: 10px;
67
67
  color: #737373;
68
68
  line-height: 12px;
69
69
  font-weight: 400;
@@ -469,17 +469,16 @@ export class PubnubChat extends LitElement {
469
469
  >
470
470
  <li class="healthcare-disclaimer-message">
471
471
  <p class="healthcare-disclaimer-inner">
472
- Hi! I am a third-party bot. Your messages with me are recorded
473
- by Forefront Dermatology and our vendors. By replying, you
474
- consent to
472
+ By interacting with this system, you consent to
475
473
  <a
476
- href="https://www.eliseai.com/privacy/healthcare"
474
+ href="http://bit.ly/me_privacy_policy"
477
475
  target="_blank"
478
476
  rel="noopener noreferrer"
479
477
  >
480
478
  this privacy policy</a
481
479
  >
482
- and to being contacted by a bot.
480
+ , including being contacted by AI or a human & having your
481
+ conversation recorded and used by a third party.
483
482
  </p>
484
483
  </li>
485
484
  <li class="message-container ai-message">