@meetelise/chat 1.22.61 → 1.22.62
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/demo/index.html
CHANGED
|
@@ -177,8 +177,8 @@
|
|
|
177
177
|
// organization: "conam",
|
|
178
178
|
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
|
|
179
179
|
|
|
180
|
-
organization: "
|
|
181
|
-
building: "
|
|
180
|
+
organization: "54bdc89a-8014-4df5-a63d-d1affabb732f",
|
|
181
|
+
building: "4b4c96a2-8992-11ee-bfff-8bf239cc6d21",
|
|
182
182
|
|
|
183
183
|
// organization: "lincoln",
|
|
184
184
|
// building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
|
package/public/dist/index.js
CHANGED
|
@@ -1219,22 +1219,33 @@ xmlns="http://www.w3.org/2000/svg"
|
|
|
1219
1219
|
${this.closeButton()}
|
|
1220
1220
|
</div>
|
|
1221
1221
|
<div class="center-tour-not-avail">
|
|
1222
|
-
<
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1222
|
+
${"4b4c96a2-8992-11ee-bfff-8bf239cc6d21"===this.buildingSlug?U` <div>
|
|
1223
|
+
<p>
|
|
1224
|
+
Our self-scheduling feature is currently under maintenance.
|
|
1225
|
+
During this time, please call our office to find out about our
|
|
1226
|
+
availability and to schedule your tour. We apologize for any
|
|
1227
|
+
inconvenience, and we look forward to hearing from you!
|
|
1228
|
+
</p>
|
|
1229
|
+
</div>`:U`
|
|
1230
|
+
<div>
|
|
1231
|
+
<p>Sorry, there are currently no tour availabilities!</p>
|
|
1232
|
+
<p>
|
|
1233
|
+
We apologize, but there are currently no tours available.
|
|
1234
|
+
This could be due to all slots being filled, off-season
|
|
1235
|
+
periods, or maintenance.
|
|
1236
|
+
</p>
|
|
1237
|
+
<p>
|
|
1238
|
+
We understand that this may be disappointing and we
|
|
1239
|
+
apologize for any inconvenience. We recommend checking back
|
|
1240
|
+
soon as our schedule frequently updates.
|
|
1241
|
+
</p>
|
|
1242
|
+
<p>
|
|
1243
|
+
In the meantime, feel free to explore our website for other
|
|
1244
|
+
information and attractions. Thank you for your
|
|
1245
|
+
understanding and patience!
|
|
1246
|
+
</p>
|
|
1247
|
+
</div>
|
|
1248
|
+
`}
|
|
1238
1249
|
</div>
|
|
1239
1250
|
</div>`;if(pn()){const e=this.mobilePages[this.mobilePageIndex];return U`
|
|
1240
1251
|
<div
|
|
@@ -1073,22 +1073,35 @@ export class TourScheduler extends LitElement {
|
|
|
1073
1073
|
${this.closeButton()}
|
|
1074
1074
|
</div>
|
|
1075
1075
|
<div class="center-tour-not-avail">
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1076
|
+
${this.buildingSlug === "4b4c96a2-8992-11ee-bfff-8bf239cc6d21" // https://meetelise.slack.com/archives/C06CQF99XPX/p1736368354045929
|
|
1077
|
+
? html` <div>
|
|
1078
|
+
<p>
|
|
1079
|
+
Our self-scheduling feature is currently under maintenance.
|
|
1080
|
+
During this time, please call our office to find out about our
|
|
1081
|
+
availability and to schedule your tour. We apologize for any
|
|
1082
|
+
inconvenience, and we look forward to hearing from you!
|
|
1083
|
+
</p>
|
|
1084
|
+
</div>`
|
|
1085
|
+
: html`
|
|
1086
|
+
<div>
|
|
1087
|
+
<p>Sorry, there are currently no tour availabilities!</p>
|
|
1088
|
+
<p>
|
|
1089
|
+
We apologize, but there are currently no tours available.
|
|
1090
|
+
This could be due to all slots being filled, off-season
|
|
1091
|
+
periods, or maintenance.
|
|
1092
|
+
</p>
|
|
1093
|
+
<p>
|
|
1094
|
+
We understand that this may be disappointing and we
|
|
1095
|
+
apologize for any inconvenience. We recommend checking back
|
|
1096
|
+
soon as our schedule frequently updates.
|
|
1097
|
+
</p>
|
|
1098
|
+
<p>
|
|
1099
|
+
In the meantime, feel free to explore our website for other
|
|
1100
|
+
information and attractions. Thank you for your
|
|
1101
|
+
understanding and patience!
|
|
1102
|
+
</p>
|
|
1103
|
+
</div>
|
|
1104
|
+
`}
|
|
1092
1105
|
</div>
|
|
1093
1106
|
</div>`;
|
|
1094
1107
|
}
|