@mapsindoors/map-template 1.33.1 → 1.33.3

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 (41) hide show
  1. package/dist/{combo-box-item.entry-248d165c.mjs → combo-box-item.entry-ca95e152.mjs} +1 -1
  2. package/dist/mapsindoors-react.es.js +1 -1
  3. package/dist/mapsindoors-react.umd.js +29 -29
  4. package/dist/mapsindoors-webcomponent.es.js +2445 -2445
  5. package/dist/mapsindoors-webcomponent.umd.js +28 -28
  6. package/dist/{mi-card_2.entry-bcbd78b6.mjs → mi-card_2.entry-bbde091d.mjs} +1 -1
  7. package/dist/{mi-chip.entry-32f67fee.mjs → mi-chip.entry-83bf9bbf.mjs} +1 -1
  8. package/dist/{mi-column.entry-90f87399.mjs → mi-column.entry-0e3a1d47.mjs} +1 -1
  9. package/dist/{mi-combo-box.entry-a24b0507.mjs → mi-combo-box.entry-e478d59f.mjs} +1 -1
  10. package/dist/{mi-data-table.entry-a03cb0d3.mjs → mi-data-table.entry-2a44fadc.mjs} +1 -1
  11. package/dist/{mi-distance_2.entry-fa88f2c8.mjs → mi-distance_2.entry-40c02829.mjs} +1 -1
  12. package/dist/{mi-dropdown-item.entry-ff9ca764.mjs → mi-dropdown-item.entry-c10b10e8.mjs} +1 -1
  13. package/dist/{mi-dropdown.entry-1e6704db.mjs → mi-dropdown.entry-cd7eefee.mjs} +1 -1
  14. package/dist/{mi-floor-selector.entry-e8727e19.mjs → mi-floor-selector.entry-202466ee.mjs} +1 -1
  15. package/dist/{mi-keyboard.entry-c55ac38f.mjs → mi-keyboard.entry-4b8812c0.mjs} +1 -1
  16. package/dist/{mi-list-item-category.entry-1cc6a4b4.mjs → mi-list-item-category.entry-710fcffa.mjs} +1 -1
  17. package/dist/{mi-list-item-location.entry-bdaf15a8.mjs → mi-list-item-location.entry-22b8bd4c.mjs} +1 -1
  18. package/dist/{mi-list.entry-0592fc00.mjs → mi-list.entry-4e0b2cbe.mjs} +1 -1
  19. package/dist/{mi-location-booking.entry-214b3c84.mjs → mi-location-booking.entry-441e3eca.mjs} +1 -1
  20. package/dist/{mi-location-info.entry-07769707.mjs → mi-location-info.entry-c3fbfc2e.mjs} +1 -1
  21. package/dist/{mi-map-googlemaps.entry-284577f1.mjs → mi-map-googlemaps.entry-ab6fe759.mjs} +1 -1
  22. package/dist/{mi-map-mapbox.entry-7a05958b.mjs → mi-map-mapbox.entry-9f7f0f95.mjs} +1 -1
  23. package/dist/{mi-metric-card.entry-5d3d682d.mjs → mi-metric-card.entry-ad76d2c4.mjs} +1 -1
  24. package/dist/{mi-my-position.entry-8fced94d.mjs → mi-my-position.entry-777f78e3.mjs} +11 -11
  25. package/dist/{mi-notification.entry-5ab3b4a3.mjs → mi-notification.entry-bc21eafa.mjs} +1 -1
  26. package/dist/{mi-route-instructions-heading.entry-d2eca267.mjs → mi-route-instructions-heading.entry-ee09f146.mjs} +1 -1
  27. package/dist/{mi-route-instructions-maneuver-legacy.entry-7f44d573.mjs → mi-route-instructions-maneuver-legacy.entry-a5cab853.mjs} +1 -1
  28. package/dist/{mi-route-instructions-maneuver.entry-88d49db6.mjs → mi-route-instructions-maneuver.entry-dd8237a7.mjs} +1 -1
  29. package/dist/{mi-route-instructions-step-legacy.entry-0a7b3ae9.mjs → mi-route-instructions-step-legacy.entry-97c43482.mjs} +1 -1
  30. package/dist/{mi-route-instructions-step.entry-6475ca82.mjs → mi-route-instructions-step.entry-7e34d176.mjs} +1 -1
  31. package/dist/{mi-route-instructions.entry-b04ee6b0.mjs → mi-route-instructions.entry-4c32aaba.mjs} +1 -1
  32. package/dist/{mi-scroll-buttons.entry-5a8caa29.mjs → mi-scroll-buttons.entry-8828bfda.mjs} +1 -1
  33. package/dist/{mi-search.entry-bf3cbdf9.mjs → mi-search.entry-04715c47.mjs} +1 -1
  34. package/dist/{mi-share-sms.entry-055eea55.mjs → mi-share-sms.entry-4d4d9bae.mjs} +1 -1
  35. package/dist/{mi-step-switcher.entry-3c6080dd.mjs → mi-step-switcher.entry-29ea1c13.mjs} +1 -1
  36. package/dist/{mi-tab-panel.entry-2b7a702d.mjs → mi-tab-panel.entry-7acd7f64.mjs} +1 -1
  37. package/dist/{mi-tab.entry-5d85c9f4.mjs → mi-tab.entry-ccdf890e.mjs} +1 -1
  38. package/dist/{mi-tabs.entry-fd02de0f.mjs → mi-tabs.entry-41727f9c.mjs} +1 -1
  39. package/dist/{mi-time.entry-e45f1211.mjs → mi-time.entry-196ebb1b.mjs} +1 -1
  40. package/dist/{reactcomponent-e2fcb10d.mjs → reactcomponent-d0302977.mjs} +1784 -1784
  41. 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.33.1",
4
+ "version": "1.33.3",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/*.js",