shop-components 0.0.13 → 0.0.15

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.
@@ -8,10 +8,10 @@ import { EffectComposer } from 'three/examples/jsm/postprocessing/EffectComposer
8
8
  import EventEmitter from 'eventemitter3';
9
9
  import Stats from 'stats-fps.js';
10
10
  import { Pane } from 'tweakpane';
11
- import { Slot } from './slot';
11
+ import { Slot, SLOT_EVENTS } from './slot';
12
12
  import { DeviceLines, Line } from './lines';
13
13
  import './style.styl';
14
- export { Slot, DeviceLines, Line };
14
+ export { Slot, DeviceLines, Line, SLOT_EVENTS };
15
15
  export interface Logo {
16
16
  name: string;
17
17
  target: Mesh;
@@ -90,6 +90,7 @@ export declare class Scene3D {
90
90
  private _loadEnv;
91
91
  private _pointermove;
92
92
  private _pointerdown;
93
+ private _detectTrackpad;
93
94
  private _initEvents;
94
95
  changeLogo(logo: Logo, url: string): void;
95
96
  generateBVH(): Promise<void>;