@mindexec/cli 0.2.106 → 0.2.107
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 +1 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +1 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +15 -8
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +4 -4
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -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 = '20260616-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260616-mdm-simple-monitor-border-v567';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -13336,9 +13336,9 @@
|
|
|
13336
13336
|
min-height: ${metrics.emptyMinHeight}px;
|
|
13337
13337
|
box-sizing: border-box;
|
|
13338
13338
|
border-radius: 8px;
|
|
13339
|
-
border: 1px solid rgba(203, 213, 225, 0.
|
|
13339
|
+
border: 1px solid rgba(203, 213, 225, 0.66);
|
|
13340
13340
|
background: #ffffff;
|
|
13341
|
-
box-shadow:
|
|
13341
|
+
box-shadow: none;
|
|
13342
13342
|
`;
|
|
13343
13343
|
shell.appendChild(screen);
|
|
13344
13344
|
}
|
|
@@ -16084,7 +16084,8 @@
|
|
|
16084
16084
|
overflow: hidden;
|
|
16085
16085
|
border-radius: ${isDetail ? '8px' : '6px'};
|
|
16086
16086
|
background: ${(hasLiveFrame || hasThumbnail) ? 'linear-gradient(135deg, #0f172a 0%, #1e293b 100%)' : '#ffffff'};
|
|
16087
|
-
border: 1px solid rgba(
|
|
16087
|
+
border: 1px solid rgba(148, 163, 184, ${isDetail ? '0.34' : '0.24'});
|
|
16088
|
+
box-shadow: none;
|
|
16088
16089
|
`;
|
|
16089
16090
|
|
|
16090
16091
|
if (hasLiveFrame || hasThumbnail) {
|
|
@@ -16254,16 +16255,22 @@
|
|
|
16254
16255
|
aspect-ratio: 16 / 9;
|
|
16255
16256
|
box-sizing: border-box;
|
|
16256
16257
|
overflow: hidden;
|
|
16257
|
-
padding:
|
|
16258
|
+
padding: 0;
|
|
16258
16259
|
border-radius: 8px;
|
|
16259
|
-
background:
|
|
16260
|
-
border:
|
|
16261
|
-
box-shadow:
|
|
16260
|
+
background: transparent;
|
|
16261
|
+
border: 0;
|
|
16262
|
+
box-shadow: none;
|
|
16263
|
+
outline: 0;
|
|
16262
16264
|
cursor: pointer;
|
|
16263
16265
|
pointer-events: auto;
|
|
16264
16266
|
user-select: none;
|
|
16265
16267
|
`;
|
|
16266
|
-
|
|
16268
|
+
const preview = createDevicePreview(device, 'tile');
|
|
16269
|
+
if (isSelected) {
|
|
16270
|
+
preview.style.borderColor = 'rgba(37, 99, 235, 0.86)';
|
|
16271
|
+
preview.style.boxShadow = '0 0 0 1px rgba(37, 99, 235, 0.20)';
|
|
16272
|
+
}
|
|
16273
|
+
card.appendChild(preview);
|
|
16267
16274
|
grid.appendChild(card);
|
|
16268
16275
|
});
|
|
16269
16276
|
|
package/wwwroot/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<title>MindExec | Run your ideas as AI task graphs</title>
|
|
8
8
|
<meta name="description" content="MindExec is an AI execution canvas for solo builders, researchers, developers, and creators. Start with free browser tools, then move serious work into saved MindCanvas projects." />
|
|
9
9
|
<base href="/" />
|
|
10
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260616-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260616-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260616-mdm-simple-monitor-border-v567" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260616-mdm-simple-monitor-border-v567" />
|
|
12
12
|
<!-- ?쇄뼹??Font Awesome (local) ?쇄뼹??-->
|
|
13
13
|
<link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
|
|
14
14
|
<!-- ?꿎뼯??-->
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '20260616-
|
|
582
|
+
const scriptVersion = '20260616-mdm-simple-monitor-border-v567';
|
|
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": "lm4IaYy/",
|
|
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-
|
|
81
|
+
"hash": "sha256-xoC/V6bym09C2/PSsXrMNa7JA6xWQTFq5RNRA+nojVs=",
|
|
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
|
|
89
|
+
"hash": "sha256-3PsDD8j+YZE2SU7MQscT9DHl+zbP9r2NCCW6p8DzvOA=",
|
|
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-
|
|
837
|
+
"hash": "sha256-dsplZ/RaSr9+idAqCQA85yTQKyHFVw9MkMndOJpXrAQ=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|