vim-web 0.3.44-dev.20 → 0.3.44-dev.21

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,3 +8,6 @@ export * as Icons from './panels/icons';
8
8
  export type { ActionRef, ArgActionRef, ArgFuncRef, AsyncFuncRef, FuncRef, StateRef } from './helpers/reactUtils';
9
9
  export type { MessageBoxProps } from './panels/messageBox';
10
10
  export * from './container';
11
+ export { type CameraRef } from './state/cameraState';
12
+ export { type SectionBoxRef } from './state/sectionBoxState';
13
+ export * as ControlBar from './controlbar/controlBar';
@@ -1,3 +1,2 @@
1
1
  export * from './ultraComponent';
2
2
  export * from './ultraComponentRef';
3
- export * as ControlBar from '../controlbar/controlBar';
@@ -1,2 +1,2 @@
1
1
  import { UltraViewer } from "../..";
2
- export declare function useUltraCamera(viewer: UltraViewer.Viewer): import("../state/cameraState").CameraRef;
2
+ export declare function useUltraCamera(viewer: UltraViewer.Viewer): import("../..").CameraRef;
@@ -1,2 +1,2 @@
1
1
  import { WebglViewer } from "../..";
2
- export declare function useWebglCamera(viewer: WebglViewer.Viewer): import("../state/cameraState").CameraRef;
2
+ export declare function useWebglCamera(viewer: WebglViewer.Viewer): import("../..").CameraRef;
@@ -76688,10 +76688,10 @@ Averrage Date/Second ${avgDataRatePS} kb
76688
76688
  }
76689
76689
  const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76690
76690
  __proto__: null,
76691
- ControlBar: controlBar,
76692
76691
  UltraComponent,
76693
76692
  createUltraComponent
76694
76693
  }, Symbol.toStringTag, { value: "Module" }));
76694
+ exports.ControlBar = controlBar;
76695
76695
  exports.ErrorStyle = errorStyle;
76696
76696
  exports.Errors = errors;
76697
76697
  exports.Icons = icons;
package/dist/vim-web.js CHANGED
@@ -76672,11 +76672,11 @@ function patchLoad(viewer, modal) {
76672
76672
  }
76673
76673
  const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76674
76674
  __proto__: null,
76675
- ControlBar: controlBar,
76676
76675
  UltraComponent,
76677
76676
  createUltraComponent
76678
76677
  }, Symbol.toStringTag, { value: "Module" }));
76679
76678
  export {
76679
+ controlBar as ControlBar,
76680
76680
  errorStyle as ErrorStyle,
76681
76681
  errors as Errors,
76682
76682
  icons as Icons,