@mapsindoors/map-template 1.96.24 → 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.
@@ -33249,7 +33249,7 @@ function JT({ isOpen: e, onBack: n, onSetSize: s, onRouteFinished: l }) {
33249
33249
  /* @__PURE__ */ Ve.jsxs("div", { className: "directions__kiosk", children: [
33250
33250
  /* @__PURE__ */ Ve.jsx(KT, { onAccessibilityChanged: () => ge() }),
33251
33251
  yt?.appSettings?.includeTransitSelection === "true" && /* @__PURE__ */ Ve.jsx(Wj, {}),
33252
- /* @__PURE__ */ Ve.jsxs("button", { className: "directions__qr-code", onClick: () => Pe(), "aria-label": h("Scan QR code to view route on phone"), children: [
33252
+ (yt?.appSettings?.enableKioskQrCode === "true" || yt?.appSettings?.enableKioskQrCode === void 0) && /* @__PURE__ */ Ve.jsxs("button", { className: "directions__qr-code", onClick: () => Pe(), "aria-label": h("Scan QR code to view route on phone"), children: [
33253
33253
  /* @__PURE__ */ Ve.jsx(Qj, {}),
33254
33254
  h("Scan QR code")
33255
33255
  ] })
@@ -44906,7 +44906,7 @@ function zfe(e, n = {}) {
44906
44906
  return Efe(e, n, { mount: Nfe, update: kfe, unmount: Lfe });
44907
44907
  }
44908
44908
  function Ofe() {
44909
- return "1.96.23";
44909
+ return "1.96.24";
44910
44910
  }
44911
44911
  const jfe = zfe(xR, {
44912
44912
  props: {
@@ -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.24",
4
+ "version": "1.97.0",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/**"