@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.61",
3
+ "version": "1.22.62",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -177,8 +177,8 @@
177
177
  // organization: "conam",
178
178
  // building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
179
179
 
180
- organization: "lincoln",
181
- building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
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",
@@ -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
- <h1>Sorry, there are currently no tour availabilities!</h1>
1223
- <p>
1224
- We apologize, but there are currently no tours available. This could
1225
- be due to all slots being filled, off-season periods, or
1226
- maintenance.
1227
- </p>
1228
- <p>
1229
- We understand that this may be disappointing and we apologize for
1230
- any inconvenience. We recommend checking back soon as our schedule
1231
- frequently updates.
1232
- </p>
1233
- <p>
1234
- In the meantime, feel free to explore our website for other
1235
- information and attractions. Thank you for your understanding and
1236
- patience!
1237
- </p>
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
- <h1>Sorry, there are currently no tour availabilities!</h1>
1077
- <p>
1078
- We apologize, but there are currently no tours available. This could
1079
- be due to all slots being filled, off-season periods, or
1080
- maintenance.
1081
- </p>
1082
- <p>
1083
- We understand that this may be disappointing and we apologize for
1084
- any inconvenience. We recommend checking back soon as our schedule
1085
- frequently updates.
1086
- </p>
1087
- <p>
1088
- In the meantime, feel free to explore our website for other
1089
- information and attractions. Thank you for your understanding and
1090
- patience!
1091
- </p>
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
  }