brainsmatics 1.1.31 → 1.1.33

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,7 +8,6 @@ interface ChildProps {
8
8
  loadAssign: (name: string) => void;
9
9
  tip: string;
10
10
  setTip: React.Dispatch<React.SetStateAction<string>>;
11
- swcline: any;
12
11
  fbxTreeDatas: any;
13
12
  swcRef: React.MutableRefObject<undefined>;
14
13
  childRef: React.MutableRefObject<undefined>;
@@ -115,6 +115,7 @@ interface AuxiliaryProps {
115
115
  setAzimuth: React.Dispatch<React.SetStateAction<number>>;
116
116
  azimuth: number;
117
117
  BrainNum: string;
118
+ rsorue?: string;
118
119
  }
119
120
  declare const Auxiliary: React.FC<AuxiliaryProps>;
120
121
  export default Auxiliary;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-8f9d25b4.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-96229e6f.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-8c9217e6.mjs";
1
+ import { i as r } from "./index-0e3698ae.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";