brainsmatics 1.0.27 → 1.0.29

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.
Files changed (36) hide show
  1. package/.dockerignore +1 -0
  2. package/Dockerfile +19 -0
  3. package/LICENSE +21 -21
  4. package/dist/component/3d/ai/index.d.ts +4 -1
  5. package/dist/component/3d/auxiliary/index.d.ts +6 -3
  6. package/dist/component/3d/bottomTabs/index.d.ts +1 -1
  7. package/dist/component/3d/sideBar/index.d.ts +1 -1
  8. package/dist/component/util/CommonFunctions.d.ts +1 -1
  9. package/dist/component/util/global.d.ts +1 -1
  10. package/dist/{deflate-8168bb6c.mjs → deflate-bc2f5878.mjs} +1 -1
  11. package/dist/{deflate-6812f4b0.js → deflate-fd030590.js} +1 -1
  12. package/dist/{index-b55d2b55.js → index-4a8df519.js} +420 -336
  13. package/dist/{index-fbd8c1d2.mjs → index-9ffe6cd0.mjs} +37083 -36939
  14. package/dist/index.html +38 -0
  15. package/dist/index.js +1 -1
  16. package/dist/index.mjs +1 -1
  17. package/dist/{lerc-1572fcf4.js → lerc-451551c1.js} +1 -1
  18. package/dist/{lerc-c27dd1d7.mjs → lerc-8f87b457.mjs} +1 -1
  19. package/docker-compose.yml +11 -0
  20. package/index.html +13 -13
  21. package/package.json +3 -3
  22. package/removePublishRules.js +1 -1
  23. package/tsconfig.json +1 -1
  24. package/.vscode/settings.json +0 -3
  25. package/dist/Isocortex.stl +0 -107718
  26. package/dist/component/2d/gridviewer/GridViewer.d.ts +0 -4
  27. package/dist/component/2d/infodiv/InfoDiv.d.ts +0 -3
  28. package/dist/component/2d/js/index.d.ts +0 -3
  29. package/dist/component/2d/js/index.js +0 -59517
  30. package/dist/component/2d/mulifiveiewer/MulfiViewer.d.ts +0 -3
  31. package/dist/component/2d/navigation/NaviGation.d.ts +0 -4
  32. package/dist/component/2d/navtree/NavTree.d.ts +0 -8
  33. package/dist/component/2d/thumbnail/Thumbnail.d.ts +0 -8
  34. package/dist/component/2d/twoveiewer/2DViewer.d.ts +0 -7
  35. package/dist/new2.js +0 -8226
  36. package/dist/vite.svg +0 -1
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import '../App.css';
3
- declare const GridViewer: React.FC;
4
- export default GridViewer;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const InfoDiv: React.FC;
3
- export default InfoDiv;
@@ -1,3 +0,0 @@
1
-
2
- declare const Z: any;
3
- export default Z;