@mindexec/cli 0.2.457 → 0.2.459

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.
Files changed (43) hide show
  1. package/desktop-workspace-state.cjs +120 -0
  2. package/electron/main.cjs +17 -6
  3. package/electron/source-smoke.mjs +21 -0
  4. package/electron/windows-package-smoke.mjs +8 -2
  5. package/package.json +6 -5
  6. package/remote-fast/osx-arm64/mindexec-remote-fast.dll +0 -0
  7. package/remote-fast/osx-x64/mindexec-remote-fast.dll +0 -0
  8. package/remote-fast/win-x64/mindexec-remote-fast.dll +0 -0
  9. package/scripts/desktop-workspace-state-smoke.mjs +81 -0
  10. package/scripts/remote-fleet-render-smoke.mjs +29 -186
  11. package/server.js +36 -16
  12. package/wwwroot/_content/MindExecution.Shared/js/mind-map-animated-image-preview.js +270 -0
  13. package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +57 -53
  14. package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +51 -346
  15. package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +30 -26
  16. package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-renderer.js +94 -124
  17. package/wwwroot/_content/MindExecution.Shared/js/mind-map-menu-manager.js +43 -21
  18. package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +45 -13
  19. package/wwwroot/_content/MindExecution.Shared/js/mind-map-render-plan.js +117 -1
  20. package/wwwroot/_content/MindExecution.Shared/js/mind-map-texture-factory.js +4 -1
  21. package/wwwroot/_framework/{MindExecution.Core.speado072l.dll → MindExecution.Core.b973f5f64y.dll} +0 -0
  22. package/wwwroot/_framework/{MindExecution.Kernel.mjy31ssdac.dll → MindExecution.Kernel.k4h9fvi9wb.dll} +0 -0
  23. package/wwwroot/_framework/{MindExecution.Plugins.Admin.vbjjmdaao2.dll → MindExecution.Plugins.Admin.u2emae8cb5.dll} +0 -0
  24. package/wwwroot/_framework/{MindExecution.Plugins.Business.0cr5jc6wqe.dll → MindExecution.Plugins.Business.cysw4qtyke.dll} +0 -0
  25. package/wwwroot/_framework/{MindExecution.Plugins.Concept.m7p666e0jd.dll → MindExecution.Plugins.Concept.8iehgvzjio.dll} +0 -0
  26. package/wwwroot/_framework/{MindExecution.Plugins.Directory.kmdtirnljl.dll → MindExecution.Plugins.Directory.t621fsxq2i.dll} +0 -0
  27. package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.m1pfeozacj.dll → MindExecution.Plugins.PlanMaster.ft631uc7ki.dll} +0 -0
  28. package/wwwroot/_framework/{MindExecution.Plugins.YouTube.nvsc9q4s6b.dll → MindExecution.Plugins.YouTube.arivgu92h1.dll} +0 -0
  29. package/wwwroot/_framework/{MindExecution.Shared.9jaznballd.dll → MindExecution.Shared.wm997st9eb.dll} +0 -0
  30. package/wwwroot/_framework/{MindExecution.Web.k5jxwawryl.dll → MindExecution.Web.osdbdrue4h.dll} +0 -0
  31. package/wwwroot/_framework/blazor.boot.json +21 -21
  32. package/wwwroot/app-icon-1024.png +0 -0
  33. package/wwwroot/apple-touch-icon.png +0 -0
  34. package/wwwroot/appsettings.json +81 -81
  35. package/wwwroot/favicon-32x32.png +0 -0
  36. package/wwwroot/favicon.ico +0 -0
  37. package/wwwroot/icon-192.png +0 -0
  38. package/wwwroot/icon-512.png +0 -0
  39. package/wwwroot/index.html +750 -726
  40. package/wwwroot/manifest.webmanifest +4 -4
  41. package/wwwroot/mindexec-favicon-v3.png +0 -0
  42. package/wwwroot/service-worker-assets.js +888 -880
  43. package/wwwroot/service-worker.js +1 -1
@@ -4,18 +4,18 @@
4
4
  "id": "./",
5
5
  "start_url": "./",
6
6
  "display": "standalone",
7
- "background_color": "#071a36",
8
- "theme_color": "#071a36",
7
+ "background_color": "#f8fafc",
8
+ "theme_color": "#f8fafc",
9
9
  "prefer_related_applications": false,
10
10
  "icons": [
11
11
  {
12
- "src": "icon-512.png?v=20260728-app-icon-v1",
12
+ "src": "icon-512.png?v=20260815-app-icon-v2",
13
13
  "type": "image/png",
14
14
  "sizes": "512x512",
15
15
  "purpose": "any maskable"
16
16
  },
17
17
  {
18
- "src": "icon-192.png?v=20260728-app-icon-v1",
18
+ "src": "icon-192.png?v=20260815-app-icon-v2",
19
19
  "type": "image/png",
20
20
  "sizes": "192x192",
21
21
  "purpose": "any maskable"
Binary file