@mapsindoors/map-template 1.83.0 → 1.84.1
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-ee5e3f10.mjs → GoogleMapsMap-c8bff8da.mjs} +2 -2
- package/dist/MapboxMap-eeac02e3.mjs +37817 -0
- package/dist/{combo-box-item.entry-c0caeaf2.mjs → combo-box-item.entry-1ea9084e.mjs} +2 -2
- package/dist/mapsindoors-react.es.js +2 -2
- package/dist/mapsindoors-react.umd.js +764 -292
- package/dist/mapsindoors-webcomponent.es.js +45612 -41242
- package/dist/mapsindoors-webcomponent.umd.js +762 -290
- package/dist/{mi-card_2.entry-f8d5b457.mjs → mi-card_2.entry-42c369c3.mjs} +2 -2
- package/dist/{mi-chip.entry-99891652.mjs → mi-chip.entry-f7009cfd.mjs} +2 -2
- package/dist/{mi-column.entry-2397c056.mjs → mi-column.entry-af6eb0a0.mjs} +2 -2
- package/dist/{mi-combo-box.entry-78eb13ba.mjs → mi-combo-box.entry-ebcbad0a.mjs} +2 -2
- package/dist/{mi-data-table.entry-20edbd50.mjs → mi-data-table.entry-3ff76c86.mjs} +2 -2
- package/dist/{mi-distance_2.entry-f863931c.mjs → mi-distance_2.entry-273556bb.mjs} +2 -2
- package/dist/{mi-dropdown-item.entry-9865b4b2.mjs → mi-dropdown-item.entry-269fd588.mjs} +2 -2
- package/dist/{mi-dropdown.entry-58a3bce3.mjs → mi-dropdown.entry-709914bc.mjs} +2 -2
- package/dist/{mi-floor-selector.entry-2f4e66c9.mjs → mi-floor-selector.entry-b1cb1138.mjs} +2 -2
- package/dist/{mi-keyboard.entry-c72249d2.mjs → mi-keyboard.entry-8b25e4ab.mjs} +2 -2
- package/dist/{mi-list-item-category.entry-810e32d5.mjs → mi-list-item-category.entry-15cea3f1.mjs} +2 -2
- package/dist/{mi-list-item-location.entry-0c7c9982.mjs → mi-list-item-location.entry-69ad460b.mjs} +2 -2
- package/dist/{mi-list.entry-1d3b0ed2.mjs → mi-list.entry-e317e253.mjs} +2 -2
- package/dist/{mi-location-booking.entry-1cd02f85.mjs → mi-location-booking.entry-ffccac8a.mjs} +2 -2
- package/dist/{mi-location-info.entry-1432e808.mjs → mi-location-info.entry-97ed8b2d.mjs} +2 -2
- package/dist/{mi-map-googlemaps.entry-e05a411c.mjs → mi-map-googlemaps.entry-f7e4a9f0.mjs} +2 -2
- package/dist/{mi-map-mapbox.entry-6d491150.mjs → mi-map-mapbox.entry-bc24ac5e.mjs} +2 -2
- package/dist/{mi-metric-card.entry-dd0d16f0.mjs → mi-metric-card.entry-7a66d927.mjs} +2 -2
- package/dist/mi-my-position.entry-dca1620d.mjs +618 -0
- package/dist/{mi-notification.entry-09e31199.mjs → mi-notification.entry-d120ef40.mjs} +2 -2
- package/dist/{mi-route-instructions-heading.entry-41fd76e6.mjs → mi-route-instructions-heading.entry-1c4cd946.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver-legacy.entry-d51a5018.mjs → mi-route-instructions-maneuver-legacy.entry-9ed5b338.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver.entry-7abc8c5d.mjs → mi-route-instructions-maneuver.entry-df62d445.mjs} +2 -2
- package/dist/{mi-route-instructions-step-legacy.entry-b9c74d0f.mjs → mi-route-instructions-step-legacy.entry-d5d2a202.mjs} +2 -2
- package/dist/{mi-route-instructions-step.entry-529df872.mjs → mi-route-instructions-step.entry-26a299cf.mjs} +2 -2
- package/dist/{mi-route-instructions.entry-a7a5fda5.mjs → mi-route-instructions.entry-73fd708b.mjs} +2 -2
- package/dist/{mi-scroll-buttons.entry-6f79c270.mjs → mi-scroll-buttons.entry-b8fd1d88.mjs} +2 -2
- package/dist/{mi-search.entry-bfea09cb.mjs → mi-search.entry-73e0a559.mjs} +2 -2
- package/dist/{mi-share-sms.entry-5e673d75.mjs → mi-share-sms.entry-cfae3304.mjs} +2 -2
- package/dist/{mi-step-switcher.entry-6124bf72.mjs → mi-step-switcher.entry-eba8d384.mjs} +2 -2
- package/dist/{mi-tab-panel.entry-f5d2aecd.mjs → mi-tab-panel.entry-63bb2bf8.mjs} +2 -2
- package/dist/{mi-tab.entry-65b7addd.mjs → mi-tab.entry-0aab505c.mjs} +2 -2
- package/dist/{mi-tabs.entry-fb7a483a.mjs → mi-tabs.entry-06970416.mjs} +2 -2
- package/dist/{mi-time.entry-c44d03ec.mjs → mi-time.entry-3c120b50.mjs} +2 -2
- package/dist/{reactcomponent-26e38434.mjs → reactcomponent-bcc53107.mjs} +5333 -5235
- package/package.json +2 -2
- package/dist/MapboxMap-09b73c3c.mjs +0 -33635
- package/dist/mi-my-position.entry-35b014fb.mjs +0 -528
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as f, u as _, i as d, j as A } from "./reactcomponent-
|
|
1
|
+
import { P as f, u as _, i as d, j as A } from "./reactcomponent-bcc53107.mjs";
|
|
2
2
|
import { useState as j, useEffect as C } from "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
function D(o, e, t, r) {
|
|
@@ -287,4 +287,4 @@ function U({ apiKey: o, onInitialized: e, center: t, zoom: r, bounds: s, heading
|
|
|
287
287
|
export {
|
|
288
288
|
U as default
|
|
289
289
|
};
|
|
290
|
-
//# sourceMappingURL=GoogleMapsMap-
|
|
290
|
+
//# sourceMappingURL=GoogleMapsMap-c8bff8da.mjs.map
|