@meetelise/chat 1.43.3 → 1.43.4
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
package/public/dist/index.js
CHANGED
|
@@ -1373,7 +1373,7 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
1373
1373
|
@change=${()=>{this.requestUpdate()}}
|
|
1374
1374
|
>
|
|
1375
1375
|
</me-select>`:""}
|
|
1376
|
-
</div> `}confirmationMessage(){if(!this.selectedDate||!this.selectedTime||null===this.tourType)return B``;const e=ur(Nn(`${this.selectedTime.datetime}${this.selectedTime.offset}`),this.calendarTimeZone,"h:mmaaa");return this.canceledReschedule?B`
|
|
1376
|
+
</div> `}confirmationMessage(){if(!this.selectedDate||!this.selectedTime||null===this.tourType)return B``;const e=ur(Nn(`${this.selectedTime.datetime}${this.selectedTime.offset}`),this.calendarTimeZone,"MMM d 'at' h:mmaaa");return this.canceledReschedule?B`
|
|
1377
1377
|
<div id="confirmationMessage">
|
|
1378
1378
|
<svg
|
|
1379
1379
|
width="20"
|
|
@@ -1190,7 +1190,7 @@ export class TourScheduler extends LitElement {
|
|
|
1190
1190
|
const readableDateAndTime = formatInTimeZone(
|
|
1191
1191
|
parseISO(`${this.selectedTime.datetime}${this.selectedTime.offset}`),
|
|
1192
1192
|
this.calendarTimeZone,
|
|
1193
|
-
"h:mmaaa"
|
|
1193
|
+
"MMM d 'at' h:mmaaa"
|
|
1194
1194
|
);
|
|
1195
1195
|
|
|
1196
1196
|
if (this.canceledReschedule) {
|