@mindexec/cli 0.2.203 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.203",
3
+ "version": "0.2.204",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -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: 1px solid rgba(15, 23, 42, 0.08);
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%;
@@ -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-note-resize-v620-x1" />
11
- <link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260618-note-resize-v620-x1" />
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-note-resize-v620-x1';
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 = [
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "Sf3cEris",
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-Xe8BkdKZDxJcD4yLzOA0iY/fQMYRbvoLfpyvOVs3wIk=",
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-dxx8NBoFxZXUW3mJ9kE/e6SN4fvl/FoBv5ddeIZ9Rq8=",
89
+ "hash": "sha256-HoINjuHDnlimFfhJ8p1PbllP8a3TaGJxSbR3wT6cOdY=",
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-3Q46gT6qucO1baXOYF+XHeP3NfAzScYrt/qSeQ6F13Y=",
837
+ "hash": "sha256-8SSekv6Rhkb9Q1BEOF3bXHw9yWmR7DN5XdW5wWZZHlA=",
838
838
  "url": "index.html"
839
839
  },
840
840
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: Sf3cEris */
1
+ /* Manifest version: tmpHHqhh */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4