brainsmatics 1.1.21 → 1.1.22

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.
@@ -114,6 +114,7 @@ interface AuxiliaryProps {
114
114
  setFunctionLoopSwcData: React.Dispatch<React.SetStateAction<SwcTreeItem[]>>;
115
115
  setAzimuth: React.Dispatch<React.SetStateAction<number>>;
116
116
  azimuth: number;
117
+ BrainNum: string;
117
118
  }
118
119
  declare const Auxiliary: React.FC<AuxiliaryProps>;
119
120
  export default Auxiliary;
@@ -75,6 +75,7 @@ interface SideBarProps {
75
75
  atlasData?: string;
76
76
  setTip?: React.Dispatch<React.SetStateAction<string>>;
77
77
  points2?: React.MutableRefObject<any[]>;
78
+ BrainNum?: string;
78
79
  }
79
80
  export declare let sphereflag: boolean;
80
81
  declare const SideBar: React.FC<SideBarProps>;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-70172f1d.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-35301dfa.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-b387092a.mjs";
1
+ import { i as r } from "./index-339639dd.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";