brainsmatics 1.1.35 → 1.1.36

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.
@@ -11,6 +11,12 @@ interface ChildProps {
11
11
  fbxTreeDatas: any;
12
12
  swcRef: React.MutableRefObject<undefined>;
13
13
  childRef: React.MutableRefObject<undefined>;
14
+ onLinkRegionsUpdate?: (regions: string[], title?: string, description?: string) => void;
15
+ loadFunctionLoopFBX?: (name: string) => void;
16
+ setLinkRegions?: (regions: string[]) => void;
17
+ setLinkRegionsTitle?: (title: string) => void;
18
+ setLinkRegionsDescription?: (description: string) => void;
19
+ setTabIndex?: (index: string) => void;
14
20
  }
15
21
  declare const AiViewer: React.FC<ChildProps>;
16
22
  export default AiViewer;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-bb15cba3.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-0f051caf.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
@@ -1,4 +1,4 @@
1
- import { i as r } from "./index-067cb75b.mjs";
1
+ import { i as r } from "./index-04b3fdca.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";