@mindexec/cli 0.2.422 → 0.2.423
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 +16 -5
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +0 -1
- package/wwwroot/index.html +2 -2
- package/wwwroot/service-worker-assets.js +4 -4
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -2611,8 +2611,6 @@ html body .css3d-resolution-wrapper.lod-low.node-type-csv-table .csv-table td {
|
|
|
2611
2611
|
|
|
2612
2612
|
.css3d-resolution-wrapper.node-type-templatelauncher:has(> .map-node-template-card.map-node-remote-fleet) {
|
|
2613
2613
|
outline: none !important;
|
|
2614
|
-
-webkit-box-shadow: none !important;
|
|
2615
|
-
box-shadow: none !important;
|
|
2616
2614
|
-webkit-filter: none !important;
|
|
2617
2615
|
filter: none !important;
|
|
2618
2616
|
}
|
|
@@ -2621,9 +2619,9 @@ html body .css3d-resolution-wrapper.lod-low.node-type-csv-table .csv-table td {
|
|
|
2621
2619
|
border: 2px solid var(--node-selection-edge, #2563eb) !important;
|
|
2622
2620
|
}
|
|
2623
2621
|
|
|
2624
|
-
/* Template launcher
|
|
2625
|
-
|
|
2626
|
-
|
|
2622
|
+
/* Template launcher cards own their internal border chrome. The Multi Desktop
|
|
2623
|
+
Monitor still keeps the canonical CSS3D wrapper depth shadow so it reads like
|
|
2624
|
+
a normal canvas node while its screen-wall body stays flat. */
|
|
2627
2625
|
.css3d-resolution-wrapper.node-type-templatelauncher.selected {
|
|
2628
2626
|
outline: none !important;
|
|
2629
2627
|
-webkit-box-shadow: none !important;
|
|
@@ -2636,6 +2634,19 @@ html body .css3d-resolution-wrapper.lod-low.node-type-csv-table .csv-table td {
|
|
|
2636
2634
|
box-shadow: none !important;
|
|
2637
2635
|
}
|
|
2638
2636
|
|
|
2637
|
+
html body .css3d-resolution-wrapper.node-type-templatelauncher:not(.lod-low):has(> .map-node-template-card.map-node-remote-fleet) {
|
|
2638
|
+
-webkit-box-shadow:
|
|
2639
|
+
0 0 6px rgba(15, 23, 42, 0.25),
|
|
2640
|
+
0 0 16px rgba(15, 23, 42, 0.18),
|
|
2641
|
+
0 0 30px rgba(15, 23, 42, 0.12),
|
|
2642
|
+
0 0 50px rgba(15, 23, 42, 0.08) !important;
|
|
2643
|
+
box-shadow:
|
|
2644
|
+
0 0 6px rgba(15, 23, 42, 0.25),
|
|
2645
|
+
0 0 16px rgba(15, 23, 42, 0.18),
|
|
2646
|
+
0 0 30px rgba(15, 23, 42, 0.12),
|
|
2647
|
+
0 0 50px rgba(15, 23, 42, 0.08) !important;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2639
2650
|
.map-node-template-card,
|
|
2640
2651
|
.map-node-template-card * {
|
|
2641
2652
|
box-sizing: border-box;
|
|
@@ -418,7 +418,6 @@
|
|
|
418
418
|
}
|
|
419
419
|
.css3d-resolution-wrapper.node-type-templatelauncher:has(> .map-node-template-card.map-node-remote-fleet) {
|
|
420
420
|
outline: none !important;
|
|
421
|
-
box-shadow: none !important;
|
|
422
421
|
filter: none !important;
|
|
423
422
|
}
|
|
424
423
|
.css3d-resolution-wrapper.node-type-templatelauncher.selected > .map-node-template-card.map-node-remote-fleet {
|
package/wwwroot/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
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
10
|
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260628-local-oauth-v838" />
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260629-mdm-shadow-v856" />
|
|
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 = '20260629-
|
|
582
|
+
const scriptVersion = '20260629-mdm-shadow-v856';
|
|
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": "fA2W79ZH",
|
|
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-uoZWP9rvAR8US7KYwnM+F7X/1sozQpAiyOlyUr0cWeU=",
|
|
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-UFpa7SNYN+/9N9usMa7jWfvlI/mji1W6A27p4c2nQUs=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"url": "icon-512.png"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
-
"hash": "sha256-
|
|
829
|
+
"hash": "sha256-0Gf0h8/sXPcC9sq1+w9IbEs2NZdf16v+cuObSCOWns8=",
|
|
830
830
|
"url": "index.html"
|
|
831
831
|
},
|
|
832
832
|
{
|