@mindexec/cli 0.2.282 → 0.2.283
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
|
@@ -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 = '20260620-css3d-flat-wheel-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260620-css3d-flat-wheel-v731';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -7681,13 +7681,17 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
7681
7681
|
const shouldFreezeContinuousThemeForWheelZoom =
|
|
7682
7682
|
this.isZooming === true &&
|
|
7683
7683
|
isContinuousTheme === true;
|
|
7684
|
+
const shouldBlockContinuousThemeDuringCameraNavigation =
|
|
7685
|
+
isContinuousTheme === true &&
|
|
7686
|
+
isCameraNavigationOnlyInteractiveFrame === true;
|
|
7684
7687
|
const allowContinuousThemeAnimationThisFrame =
|
|
7685
7688
|
shouldFreezeContinuousThemeForWheelZoom === true
|
|
7686
7689
|
? false
|
|
7687
7690
|
: shouldPauseThemeForCameraNavigation === true
|
|
7688
7691
|
? false
|
|
7692
|
+
: shouldBlockContinuousThemeDuringCameraNavigation === true
|
|
7693
|
+
? false
|
|
7689
7694
|
: (isContinuousTheme !== true ||
|
|
7690
|
-
(isContinuousTheme === true && isCameraNavigationOnlyInteractiveFrame === true) ||
|
|
7691
7695
|
(isInteractiveFrame === true && !isCameraNavigationOnlyInteractiveFrame) ||
|
|
7692
7696
|
(shouldUpdate === true && !isCameraNavigationOnlyInteractiveFrame) ||
|
|
7693
7697
|
hasNonCameraNavigationForcedUpdate === true ||
|
|
@@ -7696,7 +7700,8 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
7696
7700
|
shouldUseAnimationLowFpsFrame === true ||
|
|
7697
7701
|
this._forceThemeAnimationFrame === true);
|
|
7698
7702
|
if (shouldFreezeContinuousThemeForWheelZoom === true ||
|
|
7699
|
-
shouldPauseThemeForCameraNavigation === true
|
|
7703
|
+
shouldPauseThemeForCameraNavigation === true ||
|
|
7704
|
+
shouldBlockContinuousThemeDuringCameraNavigation === true) {
|
|
7700
7705
|
deferContinuousThemeForCameraMotion(this);
|
|
7701
7706
|
}
|
|
7702
7707
|
const isMenuOverlayUiEnabled = !isBoardLoading && renderDebugFlags.enableMenuOverlayUi !== false;
|
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=20260620-css3d-flat-wheel-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-css3d-flat-wheel-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260620-css3d-flat-wheel-v731" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260620-css3d-flat-wheel-v731" />
|
|
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 = '20260620-css3d-flat-wheel-
|
|
582
|
+
const scriptVersion = '20260620-css3d-flat-wheel-v731';
|
|
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": "hV5hamHN",
|
|
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-JzXDAj5thGJpvSPDh6Pe3dizqG01fojiDAuaiY+ulmg=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-b2TEM8jlq0aogj2pig/HynB2pXu6FnaqOuL3OwcjSaw=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|