@mindexec/cli 0.2.202 → 0.2.204
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/css/mind-map-overrides.css +5 -1
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +8 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +1 -1
- package/wwwroot/index.html +4 -3
- package/wwwroot/service-worker-assets.js +5 -5
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -2432,6 +2432,7 @@ body.is-panning .mind-map-text-overlay-v2-card.is-passive .mind-map-text-overlay
|
|
|
2432
2432
|
}
|
|
2433
2433
|
|
|
2434
2434
|
.css3d-resolution-wrapper.node-type-templatelauncher > .map-node-template-card {
|
|
2435
|
+
border: 1px solid #111827 !important;
|
|
2435
2436
|
border-radius: 8px !important;
|
|
2436
2437
|
background: #f8fafc;
|
|
2437
2438
|
box-shadow: none !important;
|
|
@@ -2462,8 +2463,11 @@ body.mindcanvas-is-dense .css3d-resolution-wrapper.node-type-templatelauncher.se
|
|
|
2462
2463
|
}
|
|
2463
2464
|
|
|
2464
2465
|
.map-node-template-card {
|
|
2466
|
+
border: 1px solid #111827 !important;
|
|
2467
|
+
border-radius: 8px;
|
|
2465
2468
|
color: #10212f;
|
|
2466
2469
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
2470
|
+
box-shadow: none !important;
|
|
2467
2471
|
}
|
|
2468
2472
|
|
|
2469
2473
|
.template-card__shell {
|
|
@@ -2473,7 +2477,7 @@ body.mindcanvas-is-dense .css3d-resolution-wrapper.node-type-templatelauncher.se
|
|
|
2473
2477
|
height: 100%;
|
|
2474
2478
|
gap: 12px;
|
|
2475
2479
|
padding: 18px;
|
|
2476
|
-
border:
|
|
2480
|
+
border: 0;
|
|
2477
2481
|
border-radius: 8px;
|
|
2478
2482
|
background: #f8fafc;
|
|
2479
2483
|
overflow: hidden;
|
|
@@ -356,6 +356,14 @@
|
|
|
356
356
|
border: 1px solid #111827;
|
|
357
357
|
box-shadow: none;
|
|
358
358
|
}
|
|
359
|
+
.map-node-template-card {
|
|
360
|
+
border: 1px solid #111827 !important;
|
|
361
|
+
border-radius: 8px;
|
|
362
|
+
box-shadow: none !important;
|
|
363
|
+
}
|
|
364
|
+
.map-node-template-card > .template-card__shell {
|
|
365
|
+
border: 0 !important;
|
|
366
|
+
}
|
|
359
367
|
.csv-table-scroll {
|
|
360
368
|
width: 100%;
|
|
361
369
|
height: 100%;
|
|
@@ -3010,7 +3010,7 @@ window.MindMapInteractions = (function () {
|
|
|
3010
3010
|
}
|
|
3011
3011
|
|
|
3012
3012
|
function onResizeHandleCapture(module, e) {
|
|
3013
|
-
const resizeHandle = e?.target?.closest?.('.remote-fleet-resize-handle') || null;
|
|
3013
|
+
const resizeHandle = e?.target?.closest?.('.css3d-resize-handle, .remote-fleet-resize-handle') || null;
|
|
3014
3014
|
if (!resizeHandle) {
|
|
3015
3015
|
return;
|
|
3016
3016
|
}
|
package/wwwroot/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<title>MindExec | Business Execution OS for solo builders</title>
|
|
8
8
|
<meta name="description" content="MindExec is an AI business execution OS for solo builders who want to turn notes, research, assets, and repeatable execution Skills into revenue-producing work." />
|
|
9
9
|
<base href="/" />
|
|
10
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260618-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260618-template-mdm-border-v621-x1" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-template-mdm-border-v621-x1" />
|
|
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 = '20260618-
|
|
582
|
+
const scriptVersion = '20260618-template-mdm-border-v621-x1';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -731,3 +731,4 @@
|
|
|
731
731
|
|
|
732
732
|
|
|
733
733
|
|
|
734
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "tmpHHqhh",
|
|
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-
|
|
45
|
+
"hash": "sha256-f+donrGuscLwnPmugZP05Oyjwt3PvPbURHzhJVE5rWw=",
|
|
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-
|
|
89
|
+
"hash": "sha256-HoINjuHDnlimFfhJ8p1PbllP8a3TaGJxSbR3wT6cOdY=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"hash": "sha256-
|
|
109
|
+
"hash": "sha256-tQCZARl863sYh2O6QNiQ5N2P33BTw9a57De59s1HA5E=",
|
|
110
110
|
"url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-8SSekv6Rhkb9Q1BEOF3bXHw9yWmR7DN5XdW5wWZZHlA=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|