@mindexec/cli 0.2.191 → 0.2.192

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.191",
3
+ "version": "0.2.192",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -3450,3 +3450,29 @@ body.mindcanvas-is-dense .css3d-resolution-wrapper [id^="css3d-node-"] {
3450
3450
  -webkit-filter: none !important;
3451
3451
  filter: none !important;
3452
3452
  }
3453
+
3454
+ /* Strong tail guard for the temporary lightweight node-visuals phase.
3455
+ This intentionally wins after idle/motion class cleanup and after older
3456
+ note/image/video/agent/remote rules that used selected-state glow. */
3457
+ html body .css3d-resolution-wrapper,
3458
+ html body .css3d-resolution-wrapper::before,
3459
+ html body .css3d-resolution-wrapper::after,
3460
+ html body .css3d-resolution-wrapper *,
3461
+ html body .css3d-resolution-wrapper *::before,
3462
+ html body .css3d-resolution-wrapper *::after,
3463
+ html body .mind-map-text-overlay-v2-card,
3464
+ html body .mind-map-text-overlay-v2-card::before,
3465
+ html body .mind-map-text-overlay-v2-card::after,
3466
+ html body .mind-map-text-overlay-v2-card *,
3467
+ html body .mind-map-text-overlay-v2-card *::before,
3468
+ html body .mind-map-text-overlay-v2-card *::after {
3469
+ -webkit-box-shadow: none !important;
3470
+ box-shadow: none !important;
3471
+ -webkit-filter: none !important;
3472
+ filter: none !important;
3473
+ text-shadow: none !important;
3474
+ }
3475
+
3476
+ html body .css3d-resolution-wrapper {
3477
+ transition-property: transform, opacity, border-color, background-color !important;
3478
+ }
@@ -18530,7 +18530,7 @@
18530
18530
  const preview = createDevicePreview(device, 'tile');
18531
18531
  if (isSelected) {
18532
18532
  preview.style.borderColor = 'rgba(37, 99, 235, 0.86)';
18533
- preview.style.boxShadow = '0 0 0 1px rgba(37, 99, 235, 0.20)';
18533
+ preview.style.boxShadow = 'none';
18534
18534
  }
18535
18535
  card.appendChild(preview);
18536
18536
  grid.appendChild(card);
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "FjcQZVrS",
2
+ "version": "vCApc2EK",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -42,7 +42,7 @@
42
42
  "url": "_content/MindExecution.Shared/css/app.css"
43
43
  },
44
44
  {
45
- "hash": "sha256-ABQ1IiWeCnEPPvlc5kedzlCktUjt9F8ZTZ1/vdpgSnU=",
45
+ "hash": "sha256-Nq3YNKe9uD5ElO+djUBot+fRzoHfnzOpCeo7vedieSo=",
46
46
  "url": "_content/MindExecution.Shared/css/mind-map-overrides.css"
47
47
  },
48
48
  {
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-f5vcy6AIq6e21hjCQlnjZnjQQ3s7wfbK4K6iW5IdBjU=",
89
+ "hash": "sha256-w5El+b/jMkJXV0aHnzCeojwonc+KS91KFFVaQ5Yylzw=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: FjcQZVrS */
1
+ /* Manifest version: vCApc2EK */
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