@tmlmobilidade/ui 20250820.2316.42 → 20250820.2318.32

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.
@@ -62,8 +62,8 @@ function MapOverlayMultipleStops({ data, onClick, presentBeforeId }) {
62
62
  // Skip if no map collection is available
63
63
  if (!mapViewContext.ref.map.current)
64
64
  return;
65
- // Attach a click event listener to each map
66
- // so that when a feature is clicked, we can handle it.
65
+ // Attach a click event listener to the map
66
+ // so that when a feature is clicked, we can handle it here.
67
67
  mapViewContext.ref.map.current.on('click', handleClickEvent);
68
68
  mapViewContext.ref.map.current.on('mousemove', handleMouseOverEvent);
69
69
  }, [mapViewContext.ref.map.current]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
3
  "description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
4
- "version": "20250820.2316.42",
4
+ "version": "20250820.2318.32",
5
5
  "author": "João de Vasconcelos & Jusi Monteiro",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "publishConfig": {