@mappedin/viewer 0.56.3-b945267.0 → 0.56.3-e56adbe.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.
@@ -14,6 +14,7 @@ declare class GeometriesController {
14
14
  });
15
15
  private get areaIdsToHighlight();
16
16
  private get placeIdsToHighlight();
17
+ private get areaBorderWidth();
17
18
  private getGeometriesForPlace;
18
19
  private setFocusedFloorStacksFromFacades;
19
20
  private syncGeometryStateWithTheme;
@@ -21,7 +22,8 @@ declare class GeometriesController {
21
22
  private highlightGeometries;
22
23
  private getAreaState;
23
24
  private initializeAreas;
24
- private updateAreas;
25
+ private updateAreaVisibility;
26
+ private updateAreaBorders;
25
27
  private setInteractivityForGeometry;
26
28
  private initInteractiveGeometries;
27
29
  private updateDefaultFloorForFloorStackByElevation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.56.3-b945267.0",
3
+ "version": "0.56.3-e56adbe.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",