fcs-core-viewer 0.13.4 → 0.13.6

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.
@@ -46,7 +46,7 @@ export declare namespace CloudViewer {
46
46
  /**
47
47
  * Constructor to instantiate viewer.
48
48
  */
49
- constructor(container: HTMLDivElement, initSettings: ViewerSettings, licenseToken?: string, disallowSocketCallbacks?: boolean);
49
+ constructor(container: HTMLDivElement, initSettings: ViewerSettings, licenseToken?: string, disallowSocketCallbacks?: boolean, disableStylesheet?: boolean);
50
50
  /**
51
51
  * Generates a unique id in the viewer
52
52
  */
@@ -2,4 +2,4 @@ import '../Assets/styles/style.css';
2
2
  /**
3
3
  * Initializes and configures the 3D viewer.
4
4
  */
5
- export declare function initializeViewerElements(): void;
5
+ export declare function initializeViewerElements(disableStylesheet: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fcs-core-viewer",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "3D Viewer in the Cloud",
5
5
  "author": {
6
6
  "name": "Femsolve Kft."