@mapsindoors/map-template 1.96.23 → 1.97.0

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.
@@ -16429,7 +16429,7 @@ function lM({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
16429
16429
  const pj = f3(lM), Ct = {
16430
16430
  Google: "google",
16431
16431
  Mapbox: "mapbox"
16432
- }, mj = g3(() => import("./MapboxMap-B6KoqPhx.mjs")), yj = g3(() => import("./GoogleMapsMap-DIB7OV-Y.mjs"));
16432
+ }, mj = g3(() => import("./MapboxMap-D5o1PKeQ.mjs")), yj = g3(() => import("./GoogleMapsMap-CKHgBxzg.mjs"));
16433
16433
  cM.propTypes = {
16434
16434
  apiKey: ee.string.isRequired,
16435
16435
  mapType: ee.string.isRequired,
@@ -27684,7 +27684,7 @@ function T1({ isOpen: e, onBack: t, onSetSize: n, onRouteFinished: i }) {
27684
27684
  /* @__PURE__ */ _.jsxs("div", { className: "directions__kiosk", children: [
27685
27685
  /* @__PURE__ */ _.jsx(j1, { onAccessibilityChanged: () => A() }),
27686
27686
  K?.appSettings?.includeTransitSelection === "true" && /* @__PURE__ */ _.jsx(db, {}),
27687
- /* @__PURE__ */ _.jsxs("button", { className: "directions__qr-code", onClick: () => Q(), "aria-label": r("Scan QR code to view route on phone"), children: [
27687
+ (K?.appSettings?.enableKioskQrCode === "true" || K?.appSettings?.enableKioskQrCode === void 0) && /* @__PURE__ */ _.jsxs("button", { className: "directions__qr-code", onClick: () => Q(), "aria-label": r("Scan QR code to view route on phone"), children: [
27688
27688
  /* @__PURE__ */ _.jsx(sb, {}),
27689
27689
  r("Scan QR code")
27690
27690
  ] })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mapsindoors/map-template",
3
3
  "description": "Get a MapsIndoors map up and running in less than 10 mins.",
4
- "version": "1.96.23",
4
+ "version": "1.97.0",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/**"