@mindexec/cli 0.2.452 → 0.2.453
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/package.json
CHANGED
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
themeGroup.userData.lightweightAdaptiveGrid = true;
|
|
301
301
|
themeGroup.userData.localSnapGrid = true;
|
|
302
302
|
themeGroup.userData.localSnapGridStyle = options.localSnapGridStyle || 'line';
|
|
303
|
-
themeGroup.userData.localSnapGridRadiusPx =
|
|
303
|
+
themeGroup.userData.localSnapGridRadiusPx = 250;
|
|
304
304
|
themeGroup.userData.themeAlias = options.themeAlias || 'LocalSnapGrid';
|
|
305
305
|
themeGroup.userData.localSnapGridBackgroundColor = options.backgroundColor;
|
|
306
306
|
themeGroup.animate = () => { };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
const DEBUG = false;
|
|
6
6
|
const FPS_DEBUG = false;
|
|
7
7
|
const FRAME_PERF_DEBUG = false;
|
|
8
|
-
const MINDMAP_CORE_BUILD_ID = '
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260728-world-grid-spotlight-v860';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
const CAMERA_MOTION_GRID_OVERSCAN_PX = 512;
|
|
104
104
|
const CAMERA_MOTION_GRID_Z_BUCKET_WORLD = 80;
|
|
105
105
|
const CAMERA_MOTION_GRID_FALLBACK_ENABLED = false;
|
|
106
|
-
const LOCAL_SNAP_GRID_RADIUS_PX =
|
|
106
|
+
const LOCAL_SNAP_GRID_RADIUS_PX = 250;
|
|
107
107
|
const LOCAL_SNAP_GRID_DIAMETER_PX = LOCAL_SNAP_GRID_RADIUS_PX * 2;
|
|
108
108
|
const LOCAL_SNAP_GRID_FADE_PX = 100;
|
|
109
109
|
const LOCAL_SNAP_GRID_SOLID_RADIUS_PX = LOCAL_SNAP_GRID_RADIUS_PX - LOCAL_SNAP_GRID_FADE_PX;
|
package/wwwroot/index.html
CHANGED
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '
|
|
582
|
+
const scriptVersion = '20260728-world-grid-spotlight-v954';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "WDLLroI8",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"url": "_content/MindExecution.Shared/js/agent-visualization.js"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"hash": "sha256-
|
|
61
|
+
"hash": "sha256-BKeo9VOndhs0Hype7AnU8eI5UyAL7tFyxUcz9WPxzUQ=",
|
|
62
62
|
"url": "_content/MindExecution.Shared/js/background-themes.js"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"url": "_content/MindExecution.Shared/js/marked.min.js"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"hash": "sha256-
|
|
81
|
+
"hash": "sha256-aQ8GdhmZaf1TXuW4hf60u5faUZt20bpK64uKI9AS8d8=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
"url": "icon-512.png"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
-
"hash": "sha256-
|
|
849
|
+
"hash": "sha256-O0OldFZ8zOOWXQLQFCJn3bE77Rsgdccus3oWnURLlbI=",
|
|
850
850
|
"url": "index.html"
|
|
851
851
|
},
|
|
852
852
|
{
|