@meetelise/chat 1.22.64 → 1.22.65

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.64",
3
+ "version": "1.22.65",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -256,7 +256,9 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
256
256
  </div>`}))}
257
257
  </div>
258
258
  <p class="timezone-display-text">
259
- *All times displayed in ${(()=>{const e=new Date,t=Intl.DateTimeFormat().resolvedOptions().timeZone,n=(e=>{const t=new Date(e.getFullYear(),0,1),n=new Date(e.getFullYear(),6,1),i=Math.max(t.getTimezoneOffset(),n.getTimezoneOffset());return e.getTimezoneOffset()<i})(e);switch(t){case"America/New_York":case"America/Indiana/Indianapolis":return n?"EDT":"EST";case"America/Chicago":case"America/Indiana/Knox":return n?"CDT":"CST";case"America/Denver":return n?"MDT":"MST";case"America/Los_Angeles":return n?"PDT":"PST";case"America/Anchorage":return n?"AKDT":"AKST";case"America/Honolulu":return"HST";case"America/Phoenix":return"MST";default:return"Unknown"}})()}
259
+ *All times displayed are your browser's time zone
260
+ (${(()=>{const e=new Date,t=Intl.DateTimeFormat().resolvedOptions().timeZone,n=(e=>{const t=new Date(e.getFullYear(),0,1),n=new Date(e.getFullYear(),6,1),i=Math.max(t.getTimezoneOffset(),n.getTimezoneOffset());return e.getTimezoneOffset()<i})(e);switch(t){case"America/New_York":case"America/Indiana/Indianapolis":return n?"EDT":"EST";case"America/Chicago":case"America/Indiana/Knox":return n?"CDT":"CST";case"America/Denver":return n?"MDT":"MST";case"America/Los_Angeles":return n?"PDT":"PST";case"America/Anchorage":return n?"AKDT":"AKST";case"America/Honolulu":return"HST";case"America/Phoenix":return"MST";default:return"Unknown"}})()}). Your email confirmation will
261
+ reflect the converted local time for the community.
260
262
  </p>
261
263
  </div>
262
264
  `:U` <div id="noAvailabilityText">
@@ -274,7 +276,7 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
274
276
  }
275
277
 
276
278
  .timezone-display-text {
277
- font-size: 11px;
279
+ font-size: 12px;
278
280
  opacity: 0.5;
279
281
  }
280
282
  .select-tour-type-instructions {
@@ -793,7 +795,7 @@ otherwise there's some empty space at the bottom of the button, which interferes
793
795
 
794
796
  .explanation {
795
797
  font-weight: 400;
796
- font-size: 12px;
798
+ font-size: 14px;
797
799
  padding-right: 24px;
798
800
  }
799
801
  #schedule {
@@ -1336,7 +1338,8 @@ xmlns="http://www.w3.org/2000/svg"
1336
1338
  <div id="tour-scheduler-footer">
1337
1339
  <p class="explanation">
1338
1340
  We'll send a confirmation and any follow-ups to your email
1339
- address.
1341
+ address, please reply to the email to make any appointment
1342
+ changes.
1340
1343
  ${oi({buildingName:this.buildingName,phoneNumberInput:null===(e=this.phoneInput)||void 0===e?void 0:e.value,emailInput:null===(t=this.emailInput)||void 0===t?void 0:t.value,orgLegalName:this.orgLegalName})}
1341
1344
  </p>
1342
1345
 
@@ -1379,7 +1382,8 @@ xmlns="http://www.w3.org/2000/svg"
1379
1382
  <div id="tour-scheduler-footer">
1380
1383
  <p class="explanation">
1381
1384
  We'll send a confirmation and any follow-ups to your email
1382
- address.
1385
+ address, please reply to the email to make any appointment
1386
+ changes.
1383
1387
  ${oi({buildingName:this.buildingName,phoneNumberInput:null===(n=this.phoneInput)||void 0===n?void 0:n.value,emailInput:null===(i=this.emailInput)||void 0===i?void 0:i.value,orgLegalName:this.orgLegalName})}
1384
1388
  </p>
1385
1389
 
@@ -46,7 +46,7 @@ export class TimePicker extends LitElement {
46
46
  }
47
47
 
48
48
  .timezone-display-text {
49
- font-size: 11px;
49
+ font-size: 12px;
50
50
  opacity: 0.5;
51
51
  }
52
52
  .select-tour-type-instructions {
@@ -173,7 +173,9 @@ export class TimePicker extends LitElement {
173
173
  )}
174
174
  </div>
175
175
  <p class="timezone-display-text">
176
- *All times displayed in ${getTimezoneAbbreviation()}
176
+ *All times displayed are your browser's time zone
177
+ (${getTimezoneAbbreviation()}). Your email confirmation will
178
+ reflect the converted local time for the community.
177
179
  </p>
178
180
  </div>
179
181
  `
@@ -1132,7 +1132,8 @@ export class TourScheduler extends LitElement {
1132
1132
  <div id="tour-scheduler-footer">
1133
1133
  <p class="explanation">
1134
1134
  We'll send a confirmation and any follow-ups to your email
1135
- address.
1135
+ address, please reply to the email to make any appointment
1136
+ changes.
1136
1137
  ${disclaimer({
1137
1138
  buildingName: this.buildingName,
1138
1139
  phoneNumberInput: this.phoneInput?.value,
@@ -1183,7 +1184,8 @@ export class TourScheduler extends LitElement {
1183
1184
  <div id="tour-scheduler-footer">
1184
1185
  <p class="explanation">
1185
1186
  We'll send a confirmation and any follow-ups to your email
1186
- address.
1187
+ address, please reply to the email to make any appointment
1188
+ changes.
1187
1189
  ${disclaimer({
1188
1190
  buildingName: this.buildingName,
1189
1191
  phoneNumberInput: this.phoneInput?.value,
@@ -260,7 +260,7 @@ otherwise there's some empty space at the bottom of the button, which interferes
260
260
 
261
261
  .explanation {
262
262
  font-weight: 400;
263
- font-size: 12px;
263
+ font-size: 14px;
264
264
  padding-right: 24px;
265
265
  }
266
266
  #schedule {