@mapsindoors/map-template 1.24.1 → 1.25.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/{combo-box-item.entry-c7174bbb.mjs → combo-box-item.entry-5e3383a6.mjs} +1 -1
- package/dist/mapsindoors-react.es.js +2 -2
- package/dist/mapsindoors-react.umd.js +121 -114
- package/dist/mapsindoors-webcomponent.es.js +21665 -20124
- package/dist/mapsindoors-webcomponent.umd.js +91 -84
- package/dist/{mi-card_2.entry-e27d3d8c.mjs → mi-card_2.entry-ff3f65e3.mjs} +1 -1
- package/dist/{mi-chip.entry-d8f589a5.mjs → mi-chip.entry-38c55b2b.mjs} +1 -1
- package/dist/{mi-column.entry-01f3a884.mjs → mi-column.entry-775126b0.mjs} +1 -1
- package/dist/{mi-combo-box.entry-6aa83ae1.mjs → mi-combo-box.entry-918d1e32.mjs} +1 -1
- package/dist/{mi-data-table.entry-bd1e61db.mjs → mi-data-table.entry-4b619e88.mjs} +1 -1
- package/dist/{mi-distance_2.entry-e441420f.mjs → mi-distance_2.entry-3ddb9f66.mjs} +1 -1
- package/dist/{mi-dropdown-item.entry-59ecb500.mjs → mi-dropdown-item.entry-157a4920.mjs} +1 -1
- package/dist/{mi-dropdown.entry-a5bc11f3.mjs → mi-dropdown.entry-62046db9.mjs} +1 -1
- package/dist/{mi-floor-selector.entry-8005639d.mjs → mi-floor-selector.entry-4e2545d4.mjs} +1 -1
- package/dist/{mi-keyboard.entry-6369623d.mjs → mi-keyboard.entry-03704bb8.mjs} +1 -1
- package/dist/{mi-list-item-category.entry-74715bad.mjs → mi-list-item-category.entry-c9fd922c.mjs} +1 -1
- package/dist/{mi-list-item-location.entry-3c5915fa.mjs → mi-list-item-location.entry-d39d7fbf.mjs} +1 -1
- package/dist/{mi-list.entry-d5d6aa9b.mjs → mi-list.entry-48cb0012.mjs} +1 -1
- package/dist/{mi-location-booking.entry-6844486b.mjs → mi-location-booking.entry-4009eef8.mjs} +1 -1
- package/dist/{mi-location-info.entry-ced48b39.mjs → mi-location-info.entry-82f223e7.mjs} +1 -1
- package/dist/{mi-map-googlemaps.entry-17d78d37.mjs → mi-map-googlemaps.entry-e20b9b55.mjs} +1 -1
- package/dist/{mi-map-mapbox.entry-4d61a6e4.mjs → mi-map-mapbox.entry-92dcb78c.mjs} +1 -1
- package/dist/{mi-metric-card.entry-aeeb55cc.mjs → mi-metric-card.entry-3f08d683.mjs} +1 -1
- package/dist/{mi-my-position.entry-19164b10.mjs → mi-my-position.entry-50774aa8.mjs} +1 -1
- package/dist/{mi-notification.entry-6ecd49d1.mjs → mi-notification.entry-11a00edf.mjs} +1 -1
- package/dist/{mi-route-instructions-heading.entry-56e9ea0b.mjs → mi-route-instructions-heading.entry-09305ba2.mjs} +1 -1
- package/dist/{mi-route-instructions-maneuver-legacy.entry-d09f7a6d.mjs → mi-route-instructions-maneuver-legacy.entry-da54dad6.mjs} +1 -1
- package/dist/{mi-route-instructions-maneuver.entry-aebcb2d2.mjs → mi-route-instructions-maneuver.entry-b188c3d5.mjs} +1 -1
- package/dist/{mi-route-instructions-step-legacy.entry-4307f9c4.mjs → mi-route-instructions-step-legacy.entry-e0f2fd64.mjs} +1 -1
- package/dist/{mi-route-instructions-step.entry-f258ad2f.mjs → mi-route-instructions-step.entry-45762875.mjs} +1 -1
- package/dist/{mi-route-instructions.entry-11306cf4.mjs → mi-route-instructions.entry-4b2bd1b3.mjs} +1 -1
- package/dist/{mi-scroll-buttons.entry-4b39799d.mjs → mi-scroll-buttons.entry-5752ed0c.mjs} +1 -1
- package/dist/{mi-search.entry-0ed572f5.mjs → mi-search.entry-1506aa7e.mjs} +1 -1
- package/dist/{mi-share-sms.entry-57fcde76.mjs → mi-share-sms.entry-ced224d1.mjs} +1 -1
- package/dist/{mi-step-switcher.entry-5759ddc1.mjs → mi-step-switcher.entry-1ec0f03d.mjs} +1 -1
- package/dist/{mi-tab-panel.entry-1faf98f7.mjs → mi-tab-panel.entry-f68bb09f.mjs} +1 -1
- package/dist/{mi-tab.entry-f64cfc14.mjs → mi-tab.entry-44778553.mjs} +1 -1
- package/dist/{mi-tabs.entry-66bcfc5b.mjs → mi-tabs.entry-dfc3807a.mjs} +1 -1
- package/dist/{mi-time.entry-afc48dca.mjs → mi-time.entry-27d912f6.mjs} +1 -1
- package/dist/reactcomponent-e5a33a6c.mjs +33721 -0
- package/package.json +4 -5
- package/dist/reactcomponent-82adadcc.mjs +0 -32180
package/package.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapsindoors/map-template",
|
|
3
3
|
"description": "Get a MapsIndoors map up and running in less than 10 mins.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.25.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/*.js",
|
|
8
8
|
"dist/*.mjs"
|
|
9
9
|
],
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@turf/turf": "^6.5.0"
|
|
12
|
-
},
|
|
13
10
|
"devDependencies": {
|
|
14
11
|
"@googlemaps/js-api-loader": "^1.15.1",
|
|
15
12
|
"@mapsindoors/components": "*",
|
|
@@ -31,13 +28,15 @@
|
|
|
31
28
|
"recoil": "^0.7.7",
|
|
32
29
|
"sass": "^1.57.1",
|
|
33
30
|
"standard-version": "^9.5.0",
|
|
31
|
+
"uuid": "^9.0.1",
|
|
34
32
|
"vite": "^4.3.4",
|
|
35
33
|
"vite-plugin-css-injected-by-js": "^3.1.0",
|
|
36
34
|
"vite-plugin-eslint": "^1.8.1",
|
|
37
35
|
"vite-plugin-favicon2": "^1.1.5",
|
|
38
36
|
"vite-plugin-svgr": "^3.2.0",
|
|
39
37
|
"web-vitals": "^2.1.4",
|
|
40
|
-
"
|
|
38
|
+
"@turf/turf": "^6.5.0",
|
|
39
|
+
"qrcode": "^1.5.3"
|
|
41
40
|
},
|
|
42
41
|
"scripts": {
|
|
43
42
|
"start": "vite",
|