@mindexec/cli 0.2.37 → 0.2.38

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.37",
3
+ "version": "0.2.38",
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-template-card-select-v210';
8
+ const MINDMAP_CORE_BUILD_ID = '20260613-remote-monitor-center-v212';
9
9
  const CanvasPhase = Object.freeze({
10
10
  Booting: 'booting',
11
11
  BoardFileLoading: 'board-file-loading',
@@ -3404,6 +3404,7 @@
3404
3404
  const BUSINESS_AUTOMATION_SEMANTIC_TYPE = 'BusinessAutomationNode';
3405
3405
  const REMOTE_FLEET_SEMANTIC_TYPE = 'RemoteFleetMonitor';
3406
3406
  const REMOTE_FLEET_DEVICE_SEMANTIC_TYPE = 'RemoteFleetDevice';
3407
+ const REMOTE_FLEET_CENTER_NUDGE_PX = 4;
3407
3408
  const AUTOMATION_NODE_KIND_METADATA_KEY = 'AutomationNodeKind';
3408
3409
  const AUTOMATION_NODE_LABEL_METADATA_KEY = 'AutomationNodeLabel';
3409
3410
  const AUTOMATION_NODE_DESCRIPTION_METADATA_KEY = 'AutomationNodeDescription';
@@ -12277,13 +12278,15 @@
12277
12278
  rail.dataset.remoteFleetStatusRail = 'true';
12278
12279
  rail.style.cssText = `
12279
12280
  flex: 0 0 auto;
12280
- align-self: stretch;
12281
+ align-self: center;
12281
12282
  display: flex;
12282
12283
  flex-direction: row;
12283
12284
  align-items: center;
12284
- justify-content: flex-end;
12285
+ justify-content: center;
12285
12286
  gap: 6px;
12286
- width: 100%;
12287
+ width: calc(100% - ${REMOTE_FLEET_CENTER_NUDGE_PX * 2}px);
12288
+ max-width: 100%;
12289
+ transform: translateX(${REMOTE_FLEET_CENTER_NUDGE_PX}px);
12287
12290
  min-width: 0;
12288
12291
  min-height: 28px;
12289
12292
  box-sizing: border-box;
@@ -12300,7 +12303,8 @@
12300
12303
  error.textContent = normalizedError;
12301
12304
  error.title = normalizedError;
12302
12305
  error.style.cssText = `
12303
- flex: 1 1 auto;
12306
+ flex: 0 1 300px;
12307
+ max-width: min(300px, 42%);
12304
12308
  min-width: 0;
12305
12309
  display: inline-flex;
12306
12310
  align-items: center;
@@ -12487,6 +12491,12 @@
12487
12491
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
12488
12492
  grid-auto-rows: minmax(72px, auto);
12489
12493
  align-content: start;
12494
+ justify-content: center;
12495
+ justify-items: stretch;
12496
+ align-self: center;
12497
+ width: calc(100% - ${REMOTE_FLEET_CENTER_NUDGE_PX * 2}px);
12498
+ max-width: 100%;
12499
+ transform: translateX(${REMOTE_FLEET_CENTER_NUDGE_PX}px);
12490
12500
  column-gap: 8px;
12491
12501
  row-gap: 8px;
12492
12502
  box-sizing: border-box;
@@ -14303,6 +14313,12 @@
14303
14313
  grid-auto-rows: minmax(${tileMinHeight}px, auto);
14304
14314
  grid-auto-flow: row;
14305
14315
  align-content: start;
14316
+ justify-content: center;
14317
+ justify-items: stretch;
14318
+ justify-self: center;
14319
+ width: calc(100% - ${REMOTE_FLEET_CENTER_NUDGE_PX * 2}px);
14320
+ max-width: 100%;
14321
+ transform: translateX(${REMOTE_FLEET_CENTER_NUDGE_PX}px);
14306
14322
  column-gap: ${tileGap}px;
14307
14323
  row-gap: ${tileGap}px;
14308
14324
  box-sizing: border-box;
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  const base = '_content/MindExecution.Shared/js/';
561
- const scriptVersion = '20260613-template-card-select-v504';
561
+ const scriptVersion = '20260613-remote-monitor-center-v506';
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": "nJ1JVV9b",
2
+ "version": "Fe6dFXov",
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-XX6ObRj8RcMfqfuqQPjxCzBCSaiy4jjG5hom0LYhpkI=",
81
+ "hash": "sha256-0AqwLnDHJqymfcY+L/luW4H5UPm4gPtIXtxoPWmU6Qg=",
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-vdhhMtiB0X0yBte3pR+87T8F2Gc/Awjae+LGyVOa3/A=",
89
+ "hash": "sha256-qup69YZeiW9fSkNG+pViWzQ8eT5NNxuzX7ofwnc0vvI=",
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-dI52EtMGojmcQgZJ8fD7s1bkcsLAiqOGZLskUfwbi4s=",
837
+ "hash": "sha256-PZCFK8Vb7kQ90SGl9J1iqmvk5xgJxn6c66AuySMcsP8=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: nJ1JVV9b */
1
+ /* Manifest version: Fe6dFXov */
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