@mindexec/cli 0.2.35 → 0.2.36

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -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 = '20260613-stable-template-shadow-v208';
8
+ const MINDMAP_CORE_BUILD_ID = '20260613-remote-tile-gap-v209';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -12482,8 +12482,10 @@
12482
12482
  overflow: hidden;
12483
12483
  display: grid;
12484
12484
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
12485
+ grid-auto-rows: minmax(72px, auto);
12485
12486
  align-content: start;
12486
- gap: 8px;
12487
+ column-gap: 8px;
12488
+ row-gap: 8px;
12487
12489
  box-sizing: border-box;
12488
12490
  padding: 2px 4px 6px 4px;
12489
12491
  `;
@@ -12495,6 +12497,7 @@
12495
12497
  screen.style.cssText = `
12496
12498
  aspect-ratio: 16 / 9;
12497
12499
  min-height: 72px;
12500
+ box-sizing: border-box;
12498
12501
  border-radius: 8px;
12499
12502
  border: 1px solid rgba(203, 213, 225, 0.72);
12500
12503
  background: #ffffff;
@@ -14269,6 +14272,10 @@
14269
14272
  return panel;
14270
14273
  };
14271
14274
 
14275
+ const tileMinWidth = densityState === 'dense' ? 104 : 132;
14276
+ const tileMinHeight = densityState === 'dense' ? 66 : 84;
14277
+ const tileGap = 8;
14278
+
14272
14279
  const monitorWorkspace = document.createElement('div');
14273
14280
  monitorWorkspace.dataset.remoteFleetMonitorWorkspace = 'true';
14274
14281
  monitorWorkspace.style.cssText = `
@@ -14289,9 +14296,12 @@
14289
14296
  overflow-y: auto;
14290
14297
  overflow-x: hidden;
14291
14298
  display: grid;
14292
- grid-template-columns: ${densityState === 'dense' ? 'repeat(auto-fill, minmax(104px, 1fr))' : 'repeat(auto-fill, minmax(132px, 1fr))'};
14299
+ grid-template-columns: repeat(auto-fill, minmax(${tileMinWidth}px, 1fr));
14300
+ grid-auto-rows: minmax(${tileMinHeight}px, auto);
14301
+ grid-auto-flow: row;
14293
14302
  align-content: start;
14294
- gap: 8px;
14303
+ column-gap: ${tileGap}px;
14304
+ row-gap: ${tileGap}px;
14295
14305
  box-sizing: border-box;
14296
14306
  padding: 0 4px;
14297
14307
  `;
@@ -14386,7 +14396,10 @@
14386
14396
  display: flex;
14387
14397
  align-items: stretch;
14388
14398
  min-width: 0;
14389
- min-height: ${densityState === 'dense' ? '66px' : '84px'};
14399
+ min-height: ${tileMinHeight}px;
14400
+ aspect-ratio: 16 / 9;
14401
+ box-sizing: border-box;
14402
+ overflow: hidden;
14390
14403
  padding: 2px;
14391
14404
  border-radius: 8px;
14392
14405
  background: #ffffff;
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  const base = '_content/MindExecution.Shared/js/';
561
- const scriptVersion = '20260613-stable-template-shadow-v502';
561
+ const scriptVersion = '20260613-remote-tile-gap-v503';
562
562
  const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
563
563
  console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
564
564
  const criticalScripts = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "rHaT3I5y",
2
+ "version": "GvUl7d+H",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -78,7 +78,7 @@
78
78
  "url": "_content/MindExecution.Shared/js/marked.min.js"
79
79
  },
80
80
  {
81
- "hash": "sha256-3PQ3Fz0raTsLM+fLl4Ml/vA93OVBSzTVdho133WLfSo=",
81
+ "hash": "sha256-ySu+DBocM6QdebgO4WQTdfUkQGrhzLFgfI5MyWA/dEU=",
82
82
  "url": "_content/MindExecution.Shared/js/mind-map-core.js"
83
83
  },
84
84
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-uW05+LKD52QfWjDs8/3TxdSNGfaNymHcUQCorMqMwQo=",
89
+ "hash": "sha256-jjOKmmfH7b8+KTTJ/VqPg2pE6X1tgAbZV1yOXZe+Wds=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -834,7 +834,7 @@
834
834
  "url": "image-manifest.json"
835
835
  },
836
836
  {
837
- "hash": "sha256-pevQoTjtAZRe3M2D/xd4d/tEZYupvm2qVXeTjyHnal8=",
837
+ "hash": "sha256-cInjltFdS/+vAx9BBhCOy/xG4MjQCCgOXh8jxiMksdw=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: rHaT3I5y */
1
+ /* Manifest version: GvUl7d+H */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4