@cognite/reveal 4.31.0 → 4.31.1

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.
@@ -66,6 +66,8 @@ export declare class IconCollection {
66
66
  private _activeCullingSchemeEventHandeler;
67
67
  private _iconCullingScheme;
68
68
  private readonly _floorDiscMesh;
69
+ private _activeFloorDiscCount;
70
+ private readonly _hiddenMatrix;
69
71
  private readonly _floorHoverMesh;
70
72
  private _floorMode;
71
73
  private _preFloorPointsObjectVisible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.31.0",
3
+ "version": "4.31.1",
4
4
  "description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.",
5
5
  "homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",
6
6
  "repository": {