shop-components 0.0.13 → 0.0.14

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;
@@ -54408,6 +54408,7 @@ export {
54408
54408
  to as DeviceLines,
54409
54409
  KX as Line,
54410
54410
  gx as SGLBLoader,
54411
+ Ln as SLOT_EVENTS,
54411
54412
  OX as Scene3D,
54412
54413
  a0 as Slot,
54413
54414
  T5 as SlotState,