@opengeoweb/time-series 19.5.1 → 19.6.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/index.esm.js CHANGED
@@ -6575,6 +6575,7 @@ var LocationInfo = function LocationInfo(_ref) {
6575
6575
  }, [location, mapPinLocation]);
6576
6576
  return jsx(ToolContainerDraggable, {
6577
6577
  "data-testid": "LocationInfo",
6578
+ fixTopPosition: true,
6578
6579
  initialMaxHeight: 800,
6579
6580
  isOpen: isOpen,
6580
6581
  minHeight: 200,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/time-series",
3
- "version": "19.5.1",
3
+ "version": "19.6.0",
4
4
  "description": "GeoWeb time-series library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {