@splinetool/viewer 0.9.256 → 0.9.258

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.
@@ -1,4 +1,3 @@
1
- import { Application } from '@splinetool/runtime';
2
1
  import { LitElement } from 'lit';
3
2
  export declare type LoadingType = 'auto' | 'lazy' | 'eager';
4
3
  export declare type EventsTargetType = 'local' | 'global';
@@ -44,7 +43,7 @@ export declare class SplineViewer extends LitElement {
44
43
  * When true it displays the spinner preloader
45
44
  */
46
45
  loadingAnim: boolean;
47
- protected _spline: Application;
46
+ private _spline;
48
47
  protected _intersectionObserver: IntersectionObserver | null;
49
48
  protected _isElementInViewport: boolean;
50
49
  protected _loaded: boolean;