@mapsindoors/map-template 1.97.12 → 1.98.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-BrMEHl4v.mjs → GoogleMapsMap-B2HUhePC.mjs} +1 -1
- package/dist/{MapboxMap-u-JD9UHx.mjs → MapboxMap-BDC8S05z.mjs} +2 -1
- package/dist/mapsindoors-react.es.js +2 -2
- package/dist/mapsindoors-react.umd.js +33 -33
- package/dist/mapsindoors-webcomponent.es.js +4651 -4534
- package/dist/{reactcomponent-DbtyzOsi.mjs → reactcomponent-CFijV4Wv.mjs} +1796 -1680
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as _2, u as g2, i as pa, j as ma, P as Yr } from "./reactcomponent-
|
|
1
|
+
import { g as _2, u as g2, i as pa, j as ma, P as Yr } from "./reactcomponent-CFijV4Wv.mjs";
|
|
2
2
|
import * as Oo from "react";
|
|
3
3
|
import { useState as pb, useEffect as Vm } from "react";
|
|
4
4
|
import { createPortal as y2 } from "react-dom";
|
|
@@ -37436,6 +37436,7 @@ function A2({ accessToken: Ui, onInitialized: nh, center: Yn, zoom: Kn, bounds:
|
|
|
37436
37436
|
bearing: sn ?? 0,
|
|
37437
37437
|
pitch: po ?? 0,
|
|
37438
37438
|
useMapsIndoorsMapboxStyle: !Xt?.mapboxMapStyle,
|
|
37439
|
+
localIdeographFontFamily: "sans-serif",
|
|
37439
37440
|
...Xt
|
|
37440
37441
|
};
|
|
37441
37442
|
Xt?.miTransitionLevel && !isNaN(parseInt(Xt?.miTransitionLevel)) && (Jr.mapsIndoorsTransitionLevel = parseInt(Xt.miTransitionLevel)), pa(Xt?.showRoadNames) || (Jr.showRoadNameLabels = Xt.showRoadNames), pa(Xt?.showMapMarkers) || (Jr.showMapMarkers = Xt.showMapMarkers);
|