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.
- package/.vscode/tasks.json +13 -0
- package/dist/component/3d/aichat/index.d.ts +2 -0
- package/dist/component/3d/auxiliary/index.d.ts +2 -0
- package/dist/component/3d/sideBar/index.d.ts +1 -0
- package/dist/{deflate-9c483211.mjs → deflate-187c5924.mjs} +1 -1
- package/dist/{deflate-501b2e1b.js → deflate-6d301c14.js} +1 -1
- package/dist/{index-003567ac.mjs → index-679f02f4.mjs} +45401 -46784
- package/dist/index-8cf326d7.js +5086 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-ce5b7d8a.js → lerc-093a38b9.js} +1 -1
- package/dist/{lerc-e1ff90a6.mjs → lerc-8f00051f.mjs} +1 -1
- package/package.json +1 -3
- package/dist/component/2d/js/index.d.ts +0 -3
- package/dist/component/2d/js/index.js +0 -59517
- package/dist/index-a7e377a7.js +0 -5107
|
@@ -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;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
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;
|