@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.
- package/dist/{GoogleMapsMap-DIB7OV-Y.mjs → GoogleMapsMap-CKHgBxzg.mjs} +1 -1
- package/dist/{MapboxMap-B6KoqPhx.mjs → MapboxMap-D5o1PKeQ.mjs} +1 -1
- package/dist/mapsindoors-react.es.js +2 -2
- package/dist/mapsindoors-react.umd.js +2 -2
- package/dist/mapsindoors-webcomponent.es.js +3 -3
- package/dist/{reactcomponent-ClcNu0Jp.mjs → reactcomponent-DpsXs6T1.mjs} +2 -2
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
] })
|