@trackunit/react-core-contexts-api 0.2.160 → 0.2.161

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "0.2.160",
3
+ "version": "0.2.161",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,10 +11,7 @@ export type Coordinate = {
11
11
  };
12
12
  export type BoundingBox = {
13
13
  nw: Coordinate;
14
- /** The coordinates for the South/East values of the bounding box. */
15
14
  se: Coordinate;
16
- /** The zoom level from which the bound box spans. */
17
- zoom?: number | null;
18
15
  };
19
16
  export type MinMaxFilterValue = {
20
17
  min?: number;