@mapsindoors/map-template 1.84.0 → 1.84.2
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-b963bffd.mjs → GoogleMapsMap-8cb302eb.mjs} +2 -2
- package/dist/MapboxMap-2c7d6e0f.mjs +37817 -0
- package/dist/{combo-box-item.entry-752d1f2b.mjs → combo-box-item.entry-270a9b03.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 +45343 -41110
- package/dist/mapsindoors-webcomponent.umd.js +762 -290
- package/dist/{mi-card_2.entry-8b8670ab.mjs → mi-card_2.entry-faab8d94.mjs} +2 -2
- package/dist/{mi-chip.entry-61030a2e.mjs → mi-chip.entry-c999fff5.mjs} +2 -2
- package/dist/{mi-column.entry-d5f9431e.mjs → mi-column.entry-f7aa39e2.mjs} +2 -2
- package/dist/{mi-combo-box.entry-2b3b87e4.mjs → mi-combo-box.entry-e946f736.mjs} +2 -2
- package/dist/{mi-data-table.entry-a034cf9c.mjs → mi-data-table.entry-aa5eb20f.mjs} +2 -2
- package/dist/{mi-distance_2.entry-2da89a61.mjs → mi-distance_2.entry-af88e509.mjs} +2 -2
- package/dist/{mi-dropdown-item.entry-a81f6354.mjs → mi-dropdown-item.entry-4f8031ff.mjs} +2 -2
- package/dist/{mi-dropdown.entry-0cacb643.mjs → mi-dropdown.entry-d007b592.mjs} +2 -2
- package/dist/{mi-floor-selector.entry-2b979f5e.mjs → mi-floor-selector.entry-d02f5856.mjs} +2 -2
- package/dist/{mi-keyboard.entry-c875dfd1.mjs → mi-keyboard.entry-e19a9817.mjs} +2 -2
- package/dist/{mi-list-item-category.entry-156cd317.mjs → mi-list-item-category.entry-7f2b747a.mjs} +2 -2
- package/dist/{mi-list-item-location.entry-e8931920.mjs → mi-list-item-location.entry-2294975d.mjs} +2 -2
- package/dist/{mi-list.entry-aac219c6.mjs → mi-list.entry-6a438f83.mjs} +2 -2
- package/dist/{mi-location-booking.entry-3b717ee2.mjs → mi-location-booking.entry-e4415944.mjs} +2 -2
- package/dist/{mi-location-info.entry-67b7f979.mjs → mi-location-info.entry-11773c46.mjs} +2 -2
- package/dist/{mi-map-googlemaps.entry-12b31487.mjs → mi-map-googlemaps.entry-667dd39d.mjs} +2 -2
- package/dist/{mi-map-mapbox.entry-bba4f5fc.mjs → mi-map-mapbox.entry-af15982f.mjs} +2 -2
- package/dist/{mi-metric-card.entry-7e923480.mjs → mi-metric-card.entry-4d74ac46.mjs} +2 -2
- package/dist/{mi-my-position.entry-d5119514.mjs → mi-my-position.entry-94d1bfc6.mjs} +2 -2
- package/dist/{mi-notification.entry-d8a5f20c.mjs → mi-notification.entry-eb90842c.mjs} +2 -2
- package/dist/{mi-route-instructions-heading.entry-e44673f5.mjs → mi-route-instructions-heading.entry-ba81b7a6.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver-legacy.entry-3a1dc279.mjs → mi-route-instructions-maneuver-legacy.entry-1c4fc1ee.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver.entry-1f8244cd.mjs → mi-route-instructions-maneuver.entry-d1043a83.mjs} +2 -2
- package/dist/{mi-route-instructions-step-legacy.entry-5bd53932.mjs → mi-route-instructions-step-legacy.entry-37533c20.mjs} +2 -2
- package/dist/{mi-route-instructions-step.entry-91bc3839.mjs → mi-route-instructions-step.entry-e5468ff0.mjs} +2 -2
- package/dist/{mi-route-instructions.entry-9a7fc147.mjs → mi-route-instructions.entry-bef864f3.mjs} +2 -2
- package/dist/{mi-scroll-buttons.entry-7d263e3e.mjs → mi-scroll-buttons.entry-4f8b3b0a.mjs} +2 -2
- package/dist/{mi-search.entry-502ffa15.mjs → mi-search.entry-9081531b.mjs} +2 -2
- package/dist/{mi-share-sms.entry-f35d051b.mjs → mi-share-sms.entry-7be180ee.mjs} +2 -2
- package/dist/{mi-step-switcher.entry-8cb93ec5.mjs → mi-step-switcher.entry-d27e9c4a.mjs} +2 -2
- package/dist/{mi-tab-panel.entry-d488f08e.mjs → mi-tab-panel.entry-46d5a4db.mjs} +2 -2
- package/dist/{mi-tab.entry-fc242854.mjs → mi-tab.entry-9891830b.mjs} +2 -2
- package/dist/{mi-tabs.entry-c1223844.mjs → mi-tabs.entry-8490aa62.mjs} +2 -2
- package/dist/{mi-time.entry-3a1fd57c.mjs → mi-time.entry-33f9f8d2.mjs} +2 -2
- package/dist/{reactcomponent-323414a7.mjs → reactcomponent-3532c7fb.mjs} +4510 -4459
- package/package.json +2 -2
- package/dist/MapboxMap-6090677c.mjs +0 -33635
|
@@ -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-3532c7fb.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-8cb302eb.mjs.map
|