@mindexec/cli 0.2.398 → 0.2.400

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.398",
3
+ "version": "0.2.400",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -19353,7 +19353,7 @@
19353
19353
  overflow: hidden;
19354
19354
  border-radius: 0;
19355
19355
  background: ${hasPreviewSource ? 'linear-gradient(135deg, #0f172a 0%, #1e293b 100%)' : '#ffffff'};
19356
- border: 0;
19356
+ border: 1px solid rgba(203, 213, 225, 0.66);
19357
19357
  outline: 0;
19358
19358
  outline-offset: 0;
19359
19359
  box-shadow: none;
@@ -19973,7 +19973,7 @@
19973
19973
  if (preview?.style) {
19974
19974
  preview.style.border = isSelected
19975
19975
  ? '2px solid rgba(37, 99, 235, 0.86)'
19976
- : '0';
19976
+ : '1px solid rgba(203, 213, 225, 0.66)';
19977
19977
  preview.style.outline = '0';
19978
19978
  preview.style.outlineOffset = '0';
19979
19979
  preview.style.boxShadow = 'none';
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "FbVowZRL",
2
+ "version": "c7XVOGSh",
3
3
  "assets": [
4
4
  {
5
5
  "hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
@@ -86,7 +86,7 @@
86
86
  "url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
87
87
  },
88
88
  {
89
- "hash": "sha256-a8da/gCQmnmyAg7a/c9n5VHeQccZcXwCjHd50TfNoKw=",
89
+ "hash": "sha256-dRYLpssQrmZ563S7AA01FTez4s1wShbXXGHzyEMgyZU=",
90
90
  "url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
91
91
  },
92
92
  {
@@ -153,10 +153,6 @@
153
153
  "hash": "sha256-v+uBBIrgde8GhLr8xKvC2nK4UhfzBBP69RFZW1kDkhs=",
154
154
  "url": "_content/MindExecution.Shared/js/mind-map-text-lod-system.js"
155
155
  },
156
- {
157
- "hash": "sha256-sMoq5F1prdHR/OxsWbJOv2J8183GFUMImBV+/rm4xkQ=",
158
- "url": "_content/MindExecution.Shared/js/mind-map-text-overlay-v2.js"
159
- },
160
156
  {
161
157
  "hash": "sha256-RchuTERHSQ4CHfVYqLHwNiy1Lck+c4FjjlWm8y2MnPA=",
162
158
  "url": "_content/MindExecution.Shared/js/mind-map-texture-factory.js"
@@ -1,4 +1,4 @@
1
- /* Manifest version: FbVowZRL */
1
+ /* Manifest version: c7XVOGSh */
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