@cognite/reveal 4.14.3-dev.20240521 → 4.14.3-dev.20240523

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.
@@ -4,7 +4,7 @@
4
4
  import * as THREE from 'three';
5
5
  export type Corner = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
6
6
  export declare class Spinner {
7
- private static readonly stylesId;
7
+ private readonly stylesId;
8
8
  private static readonly classnames;
9
9
  private static readonly titles;
10
10
  private _loading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.14.3-dev.20240521",
3
+ "version": "4.14.3-dev.20240523",
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": {