@mapsindoors/map-template 1.31.0 → 1.31.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.
Files changed (42) hide show
  1. package/README.md +1 -1
  2. package/dist/{combo-box-item.entry-b6fecd19.mjs → combo-box-item.entry-ced029f6.mjs} +1 -1
  3. package/dist/mapsindoors-react.es.js +1 -1
  4. package/dist/mapsindoors-react.umd.js +15 -15
  5. package/dist/mapsindoors-webcomponent.es.js +209 -209
  6. package/dist/mapsindoors-webcomponent.umd.js +12 -12
  7. package/dist/{mi-card_2.entry-a2b3db5d.mjs → mi-card_2.entry-9ea619e9.mjs} +1 -1
  8. package/dist/{mi-chip.entry-7b3d5b57.mjs → mi-chip.entry-408ba7f9.mjs} +1 -1
  9. package/dist/{mi-column.entry-243b925e.mjs → mi-column.entry-748998e1.mjs} +1 -1
  10. package/dist/{mi-combo-box.entry-978a9229.mjs → mi-combo-box.entry-a9ffcb48.mjs} +1 -1
  11. package/dist/{mi-data-table.entry-f60e75f9.mjs → mi-data-table.entry-51f3cc08.mjs} +1 -1
  12. package/dist/{mi-distance_2.entry-7e0fa6aa.mjs → mi-distance_2.entry-6161962c.mjs} +1 -1
  13. package/dist/{mi-dropdown-item.entry-8a99bc3d.mjs → mi-dropdown-item.entry-a1d3336a.mjs} +1 -1
  14. package/dist/{mi-dropdown.entry-40bd9459.mjs → mi-dropdown.entry-a4ac60d8.mjs} +1 -1
  15. package/dist/{mi-floor-selector.entry-5687660c.mjs → mi-floor-selector.entry-a642fb7f.mjs} +1 -1
  16. package/dist/{mi-keyboard.entry-e08158df.mjs → mi-keyboard.entry-1c49bf32.mjs} +1 -1
  17. package/dist/{mi-list-item-category.entry-425cf933.mjs → mi-list-item-category.entry-775b5466.mjs} +1 -1
  18. package/dist/{mi-list-item-location.entry-a7027ccb.mjs → mi-list-item-location.entry-c5f94330.mjs} +1 -1
  19. package/dist/{mi-list.entry-c2ccd9f6.mjs → mi-list.entry-d1116b2f.mjs} +1 -1
  20. package/dist/{mi-location-booking.entry-88b92c0c.mjs → mi-location-booking.entry-ed1f1a5b.mjs} +1 -1
  21. package/dist/{mi-location-info.entry-abcc2682.mjs → mi-location-info.entry-d20a7949.mjs} +1 -1
  22. package/dist/{mi-map-googlemaps.entry-2a946c3b.mjs → mi-map-googlemaps.entry-171dd72f.mjs} +1 -1
  23. package/dist/{mi-map-mapbox.entry-286d0d16.mjs → mi-map-mapbox.entry-001feeea.mjs} +1 -1
  24. package/dist/{mi-metric-card.entry-f05c0313.mjs → mi-metric-card.entry-c6c676ef.mjs} +1 -1
  25. package/dist/{mi-my-position.entry-30c5426b.mjs → mi-my-position.entry-4eb327ce.mjs} +1 -1
  26. package/dist/{mi-notification.entry-ff8b7a44.mjs → mi-notification.entry-21fe91f1.mjs} +1 -1
  27. package/dist/{mi-route-instructions-heading.entry-515d5180.mjs → mi-route-instructions-heading.entry-9f2a4e3c.mjs} +1 -1
  28. package/dist/{mi-route-instructions-maneuver-legacy.entry-98525b5d.mjs → mi-route-instructions-maneuver-legacy.entry-9370f60f.mjs} +1 -1
  29. package/dist/{mi-route-instructions-maneuver.entry-16565631.mjs → mi-route-instructions-maneuver.entry-8e68deb2.mjs} +1 -1
  30. package/dist/{mi-route-instructions-step-legacy.entry-aff28e77.mjs → mi-route-instructions-step-legacy.entry-fd5a59a8.mjs} +1 -1
  31. package/dist/{mi-route-instructions-step.entry-4f44881c.mjs → mi-route-instructions-step.entry-74f1da74.mjs} +1 -1
  32. package/dist/{mi-route-instructions.entry-99b51935.mjs → mi-route-instructions.entry-193096a0.mjs} +1 -1
  33. package/dist/{mi-scroll-buttons.entry-cb3e15d8.mjs → mi-scroll-buttons.entry-52af85cd.mjs} +1 -1
  34. package/dist/{mi-search.entry-5b066d7a.mjs → mi-search.entry-0ea1a4c9.mjs} +1 -1
  35. package/dist/{mi-share-sms.entry-27f15601.mjs → mi-share-sms.entry-2fb2f338.mjs} +1 -1
  36. package/dist/{mi-step-switcher.entry-8045cb28.mjs → mi-step-switcher.entry-5c3f76d3.mjs} +1 -1
  37. package/dist/{mi-tab-panel.entry-4674daa7.mjs → mi-tab-panel.entry-bb2b45e2.mjs} +1 -1
  38. package/dist/{mi-tab.entry-57173a21.mjs → mi-tab.entry-d275a098.mjs} +1 -1
  39. package/dist/{mi-tabs.entry-ab07b9fc.mjs → mi-tabs.entry-082c28a2.mjs} +1 -1
  40. package/dist/{mi-time.entry-69604d4e.mjs → mi-time.entry-7e36ba71.mjs} +1 -1
  41. package/dist/{reactcomponent-881c8b75.mjs → reactcomponent-f570a4d8.mjs} +341 -341
  42. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.31.0",
4
+ "version": "1.31.2",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/*.js",