@mindexec/cli 0.2.201 → 0.2.202
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 +22 -0
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +26 -0
- package/wwwroot/index.html +4 -3
- package/wwwroot/service-worker-assets.js +4 -4
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -1681,6 +1681,28 @@ body.is-panning .mind-map-text-overlay-v2-card.is-passive .mind-map-text-overlay
|
|
|
1681
1681
|
padding-right: var(--mind-map-text-scrollbar-gutter) !important;
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
+
.css3d-resolution-wrapper.node-type-note .map-node-note,
|
|
1685
|
+
.css3d-resolution-wrapper .map-node-note {
|
|
1686
|
+
min-height: 0 !important;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.css3d-resolution-wrapper.node-type-note .note-content,
|
|
1690
|
+
.css3d-resolution-wrapper .map-node-note .note-content,
|
|
1691
|
+
.css3d-resolution-wrapper .map-node-note .node-response.note-content {
|
|
1692
|
+
display: block !important;
|
|
1693
|
+
flex: 1 1 auto !important;
|
|
1694
|
+
min-height: 0 !important;
|
|
1695
|
+
height: 100% !important;
|
|
1696
|
+
max-height: 100% !important;
|
|
1697
|
+
overflow-x: hidden !important;
|
|
1698
|
+
overflow-y: auto !important;
|
|
1699
|
+
scrollbar-gutter: stable !important;
|
|
1700
|
+
scrollbar-width: thin !important;
|
|
1701
|
+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
|
|
1702
|
+
overscroll-behavior: contain !important;
|
|
1703
|
+
pointer-events: auto !important;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1684
1706
|
.css3d-resolution-wrapper .note-textarea,
|
|
1685
1707
|
.mind-map-text-overlay .note-textarea,
|
|
1686
1708
|
.mind-map-text-overlay-v2-card .note-textarea,
|
|
@@ -509,6 +509,28 @@
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
/* 2. Webkit 기반 (Chrome, Edge, Safari) - 고정 폭 스크롤바 */
|
|
512
|
+
.css3d-resolution-wrapper.node-type-note .map-node-note,
|
|
513
|
+
.css3d-resolution-wrapper .map-node-note {
|
|
514
|
+
min-height: 0 !important;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.css3d-resolution-wrapper.node-type-note .note-content,
|
|
518
|
+
.css3d-resolution-wrapper .map-node-note .note-content,
|
|
519
|
+
.css3d-resolution-wrapper .map-node-note .node-response.note-content {
|
|
520
|
+
display: block !important;
|
|
521
|
+
flex: 1 1 auto !important;
|
|
522
|
+
min-height: 0 !important;
|
|
523
|
+
height: 100% !important;
|
|
524
|
+
max-height: 100% !important;
|
|
525
|
+
overflow-x: hidden !important;
|
|
526
|
+
overflow-y: auto !important;
|
|
527
|
+
scrollbar-gutter: stable !important;
|
|
528
|
+
scrollbar-width: thin !important;
|
|
529
|
+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
|
|
530
|
+
overscroll-behavior: contain !important;
|
|
531
|
+
pointer-events: auto !important;
|
|
532
|
+
}
|
|
533
|
+
|
|
512
534
|
.note-textarea::-webkit-scrollbar,
|
|
513
535
|
.note-content::-webkit-scrollbar,
|
|
514
536
|
.markdown-body::-webkit-scrollbar,
|
|
@@ -22141,12 +22163,16 @@
|
|
|
22141
22163
|
height: 100%;
|
|
22142
22164
|
flex: 1 1 auto;
|
|
22143
22165
|
min-height: 0;
|
|
22166
|
+
max-height: 100%;
|
|
22167
|
+
overflow-x: hidden;
|
|
22144
22168
|
overflow-y: auto;
|
|
22169
|
+
overscroll-behavior: contain;
|
|
22145
22170
|
pointer-events: auto;
|
|
22146
22171
|
scrollbar-width: thin;
|
|
22147
22172
|
scrollbar-color: rgba(0,0,0,0.2) transparent;
|
|
22148
22173
|
scrollbar-gutter: stable;
|
|
22149
22174
|
padding-right: 14px;
|
|
22175
|
+
box-sizing: border-box;
|
|
22150
22176
|
`;
|
|
22151
22177
|
|
|
22152
22178
|
// 1. Save Metadata
|
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-note-scroll-v619-x1" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-note-scroll-v619-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-note-scroll-v619-x1';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -730,3 +730,4 @@
|
|
|
730
730
|
|
|
731
731
|
|
|
732
732
|
|
|
733
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "IGJeVzyo",
|
|
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-Xe8BkdKZDxJcD4yLzOA0iY/fQMYRbvoLfpyvOVs3wIk=",
|
|
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-dxx8NBoFxZXUW3mJ9kE/e6SN4fvl/FoBv5ddeIZ9Rq8=",
|
|
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-QBcILyYOwJR8oLsYXJYq2pKgKBdXjJU3g9qGP7P2rFY=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|