@mapsindoors/map-template 1.82.1 → 1.83.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-bd0926e3.mjs → GoogleMapsMap-ee5e3f10.mjs} +2 -2
- package/dist/{MapboxMap-301e877e.mjs → MapboxMap-09b73c3c.mjs} +1245 -1244
- package/dist/{combo-box-item.entry-e0d8d05e.mjs → combo-box-item.entry-c0caeaf2.mjs} +2 -2
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.umd.js +55 -55
- package/dist/mapsindoors-webcomponent.es.js +9912 -9906
- package/dist/mapsindoors-webcomponent.umd.js +100 -100
- package/dist/{mi-card_2.entry-2922ef9a.mjs → mi-card_2.entry-f8d5b457.mjs} +2 -2
- package/dist/{mi-chip.entry-98d45c35.mjs → mi-chip.entry-99891652.mjs} +2 -2
- package/dist/{mi-column.entry-aaa5c9bc.mjs → mi-column.entry-2397c056.mjs} +2 -2
- package/dist/{mi-combo-box.entry-5eab6c4c.mjs → mi-combo-box.entry-78eb13ba.mjs} +2 -2
- package/dist/{mi-data-table.entry-469fec85.mjs → mi-data-table.entry-20edbd50.mjs} +2 -2
- package/dist/{mi-distance_2.entry-9ef6210f.mjs → mi-distance_2.entry-f863931c.mjs} +2 -2
- package/dist/{mi-dropdown-item.entry-3347c647.mjs → mi-dropdown-item.entry-9865b4b2.mjs} +2 -2
- package/dist/{mi-dropdown.entry-31078355.mjs → mi-dropdown.entry-58a3bce3.mjs} +2 -2
- package/dist/{mi-floor-selector.entry-636d1775.mjs → mi-floor-selector.entry-2f4e66c9.mjs} +2 -2
- package/dist/{mi-keyboard.entry-f8e06eac.mjs → mi-keyboard.entry-c72249d2.mjs} +2 -2
- package/dist/{mi-list-item-category.entry-d1c88b71.mjs → mi-list-item-category.entry-810e32d5.mjs} +2 -2
- package/dist/{mi-list-item-location.entry-026ba8f9.mjs → mi-list-item-location.entry-0c7c9982.mjs} +2 -2
- package/dist/{mi-list.entry-bb71a4c8.mjs → mi-list.entry-1d3b0ed2.mjs} +2 -2
- package/dist/{mi-location-booking.entry-88a2a8d5.mjs → mi-location-booking.entry-1cd02f85.mjs} +2 -2
- package/dist/{mi-location-info.entry-45182141.mjs → mi-location-info.entry-1432e808.mjs} +2 -2
- package/dist/{mi-map-googlemaps.entry-53c4891c.mjs → mi-map-googlemaps.entry-e05a411c.mjs} +2 -2
- package/dist/{mi-map-mapbox.entry-e3d8170e.mjs → mi-map-mapbox.entry-6d491150.mjs} +2 -2
- package/dist/{mi-metric-card.entry-a01c1e26.mjs → mi-metric-card.entry-dd0d16f0.mjs} +2 -2
- package/dist/{mi-my-position.entry-ae9f2375.mjs → mi-my-position.entry-35b014fb.mjs} +2 -2
- package/dist/{mi-notification.entry-be61e0ec.mjs → mi-notification.entry-09e31199.mjs} +2 -2
- package/dist/{mi-route-instructions-heading.entry-78f07235.mjs → mi-route-instructions-heading.entry-41fd76e6.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver-legacy.entry-90510954.mjs → mi-route-instructions-maneuver-legacy.entry-d51a5018.mjs} +2 -2
- package/dist/{mi-route-instructions-maneuver.entry-ff65f781.mjs → mi-route-instructions-maneuver.entry-7abc8c5d.mjs} +2 -2
- package/dist/{mi-route-instructions-step-legacy.entry-cf17eafa.mjs → mi-route-instructions-step-legacy.entry-b9c74d0f.mjs} +2 -2
- package/dist/{mi-route-instructions-step.entry-12e0014a.mjs → mi-route-instructions-step.entry-529df872.mjs} +2 -2
- package/dist/{mi-route-instructions.entry-ecb11774.mjs → mi-route-instructions.entry-a7a5fda5.mjs} +2 -2
- package/dist/{mi-scroll-buttons.entry-076521e8.mjs → mi-scroll-buttons.entry-6f79c270.mjs} +2 -2
- package/dist/{mi-search.entry-7243cff0.mjs → mi-search.entry-bfea09cb.mjs} +2 -2
- package/dist/{mi-share-sms.entry-7ddfcbd4.mjs → mi-share-sms.entry-5e673d75.mjs} +2 -2
- package/dist/{mi-step-switcher.entry-22f3c1ca.mjs → mi-step-switcher.entry-6124bf72.mjs} +2 -2
- package/dist/{mi-tab-panel.entry-a5c0adb7.mjs → mi-tab-panel.entry-f5d2aecd.mjs} +2 -2
- package/dist/{mi-tab.entry-14fdc4cb.mjs → mi-tab.entry-65b7addd.mjs} +2 -2
- package/dist/{mi-tabs.entry-c6a88ed3.mjs → mi-tabs.entry-fb7a483a.mjs} +2 -2
- package/dist/{mi-time.entry-379ce304.mjs → mi-time.entry-c44d03ec.mjs} +2 -2
- package/dist/{reactcomponent-ce886291.mjs → reactcomponent-26e38434.mjs} +3647 -3643
- package/package.json +1 -1
|
@@ -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-26e38434.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-ee5e3f10.mjs.map
|