@tomorrowevening/hermes 0.0.118 → 0.0.119

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "module": "./dist/hermes.esm.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "type": "module",
10
- "version": "0.0.118",
10
+ "version": "0.0.119",
11
11
  "homepage": "https://github.com/tomorrowevening/hermes#readme",
12
12
  "bugs": {
13
13
  "url": "https://github.com/tomorrowevening/hermes/issues"
package/types/index.d.ts CHANGED
@@ -1,30 +1,30 @@
1
- export * from './core/types';
2
- export * from './editor/utils';
3
- export * from './utils/detectSettings';
4
- export * from './utils/math';
5
- export * from './utils/three';
6
- export { default as Application } from './core/Application';
7
- export { debugDispatcher, ToolEvents } from './editor/global';
8
- export { default as BaseRemote } from './core/remote/BaseRemote';
9
- export { default as RemoteComponents } from './core/remote/RemoteComponents';
10
- export * from './editor/theatreUtils';
11
- export { default as RemoteTheatre } from './core/remote/RemoteTheatre';
12
- export { default as RemoteThree } from './core/remote/RemoteThree';
13
- export { default as NavButton } from './editor/components/NavButton';
14
- export { default as DraggableItem } from './editor/components/DraggableItem';
15
- export { default as Draggable } from './editor/components/Draggable';
16
- export { default as DropdownItem } from './editor/components/DropdownItem';
17
- export { default as Dropdown } from './editor/components/Dropdown';
18
- export { default as RemoteController } from './core/RemoteController';
19
- export { default as SidePanel } from './editor/sidePanel/SidePanel';
20
- export { default as Accordion } from './editor/sidePanel/Accordion';
21
- export { default as ChildObject } from './editor/sidePanel/ChildObject';
22
- export { default as ContainerObject } from './editor/sidePanel/ContainerObject';
23
- export { default as Inspector } from './editor/sidePanel/inspector/Inspector';
24
- export { default as SceneInspector } from './editor/sidePanel/inspector/SceneInspector';
25
- export { default as MultiView } from './editor/multiView/MultiView';
26
- export { default as Editor } from './editor/Editor';
27
- export { default as ThreeEditor } from './editor/ThreeEditor';
28
- export { default as Transform } from './editor/tools/Transform';
29
- export { default as Spline } from './editor/tools/splineEditor/Spline';
30
- export { default as SplineEditor } from './editor/tools/splineEditor/index';
1
+ export * from './core/types';
2
+ export * from './editor/utils';
3
+ export * from './utils/detectSettings';
4
+ export * from './utils/math';
5
+ export * from './utils/three';
6
+ export { default as Application } from './core/Application';
7
+ export { debugDispatcher, ToolEvents } from './editor/global';
8
+ export { default as BaseRemote } from './core/remote/BaseRemote';
9
+ export { default as RemoteComponents } from './core/remote/RemoteComponents';
10
+ export * from './editor/theatreUtils';
11
+ export { default as RemoteTheatre } from './core/remote/RemoteTheatre';
12
+ export { default as RemoteThree } from './core/remote/RemoteThree';
13
+ export { default as NavButton } from './editor/components/NavButton';
14
+ export { default as DraggableItem } from './editor/components/DraggableItem';
15
+ export { default as Draggable } from './editor/components/Draggable';
16
+ export { default as DropdownItem } from './editor/components/DropdownItem';
17
+ export { default as Dropdown } from './editor/components/Dropdown';
18
+ export { default as RemoteController } from './core/RemoteController';
19
+ export { default as SidePanel } from './editor/sidePanel/SidePanel';
20
+ export { default as Accordion } from './editor/sidePanel/Accordion';
21
+ export { default as ChildObject } from './editor/sidePanel/ChildObject';
22
+ export { default as ContainerObject } from './editor/sidePanel/ContainerObject';
23
+ export { default as Inspector } from './editor/sidePanel/inspector/Inspector';
24
+ export { default as SceneInspector } from './editor/sidePanel/inspector/SceneInspector';
25
+ export { default as MultiView } from './editor/multiView/MultiView';
26
+ export { default as Editor } from './editor/Editor';
27
+ export { default as ThreeEditor } from './editor/ThreeEditor';
28
+ export { default as Transform } from './editor/tools/Transform';
29
+ export { default as Spline } from './editor/tools/splineEditor/Spline';
30
+ export { default as SplineEditor } from './editor/tools/splineEditor/index';