cyclecad 0.9.7 → 0.9.8

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 (2) hide show
  1. package/app/index.html +6 -1
  2. package/package.json +1 -1
package/app/index.html CHANGED
@@ -4409,7 +4409,7 @@
4409
4409
  <!-- Tutorials Section -->
4410
4410
  <div style="margin-bottom:20px;">
4411
4411
  <h3 style="font-size:14px;font-weight:600;margin-bottom:12px;color:var(--accent-blue);">Tutorials</h3>
4412
- <div style="display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;">
4412
+ <div style="display:grid;grid-template-columns:1fr 1fr;gap:10px;">
4413
4413
  <a href="./tutorials/basic.html" style="text-decoration:none;display:block;padding:16px;background:linear-gradient(135deg,rgba(63,185,80,0.12),rgba(63,185,80,0.04));border:1px solid rgba(63,185,80,0.3);border-radius:8px;text-align:center;">
4414
4414
  <div style="font-size:28px;margin-bottom:8px;">&#x1F331;</div>
4415
4415
  <div style="font-weight:600;color:#3fb950;font-size:13px;">Basic</div>
@@ -4425,6 +4425,11 @@
4425
4425
  <div style="font-weight:600;color:#d29922;font-size:13px;">Advanced</div>
4426
4426
  <div style="font-size:11px;color:var(--text-secondary);margin-top:4px;">Agent API, MCP, tokens, Docker, plugins</div>
4427
4427
  </a>
4428
+ <a href="./tutorials/explodeview-integration.html" style="text-decoration:none;display:block;padding:16px;background:linear-gradient(135deg,rgba(0,212,170,0.12),rgba(0,212,170,0.04));border:1px solid rgba(0,212,170,0.3);border-radius:8px;text-align:center;">
4429
+ <div style="font-size:28px;margin-bottom:8px;">&#x1F50D;</div>
4430
+ <div style="font-weight:600;color:#00d4aa;font-size:13px;">ExplodeView</div>
4431
+ <div style="font-size:11px;color:var(--text-secondary);margin-top:4px;">Viewer Mode, 57 tools, section cuts, BOM</div>
4432
+ </a>
4428
4433
  </div>
4429
4434
  </div>
4430
4435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyclecad",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "Browser-based parametric 3D CAD modeler with AI-powered tools, native Inventor file parsing, and smart assembly management. No install required.",
5
5
  "main": "index.html",
6
6
  "bin": {