brainsmatics 1.0.56 → 1.0.57

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.
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "type": "npm",
6
+ "script": "build",
7
+ "group": "build",
8
+ "problemMatcher": [],
9
+ "label": "npm: build",
10
+ "detail": "vite build"
11
+ }
12
+ ]
13
+ }
@@ -3,6 +3,8 @@ import './index.module.css';
3
3
  interface ChildProps {
4
4
  loadAssign: (name: string) => void;
5
5
  flowObjectsRef: React.MutableRefObject<never[]>;
6
+ tip: string;
7
+ setTip: React.Dispatch<React.SetStateAction<string>>;
6
8
  swcline: any;
7
9
  fbxTreeDatas: any;
8
10
  }
@@ -106,6 +106,8 @@ interface AuxiliaryProps {
106
106
  righttab: string[];
107
107
  atlasData: string;
108
108
  flowObjectsRef: React.MutableRefObject<never[]>;
109
+ tip: string;
110
+ setTip: React.Dispatch<React.SetStateAction<string>>;
109
111
  }
110
112
  declare const Auxiliary: React.FC<AuxiliaryProps>;
111
113
  export default Auxiliary;
@@ -67,6 +67,7 @@ interface SideBarProps {
67
67
  metadata?: boolean;
68
68
  resourceTab?: string[];
69
69
  atlasData?: string;
70
+ setTip?: React.Dispatch<React.SetStateAction<string>>;
70
71
  }
71
72
  export declare let sphereflag: boolean;
72
73
  declare const SideBar: React.FC<SideBarProps>;
@@ -1,4 +1,4 @@
1
- import { i as r } from "./index-003567ac.mjs";
1
+ import { i as r } from "./index-679f02f4.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-a7e377a7.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-8cf326d7.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;