sad-mcp 2.2.4 → 2.2.5

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": "sad-mcp",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "MCP server for Software Analysis and Design course materials at BGU",
5
5
  "type": "module",
6
6
  "bin": {
@@ -789,6 +789,9 @@ Available wireframe classes (for §WF): `wf-screen`, `wf-heading`, `wf-row`, `wf
789
789
  <title>[System] — Use Case Diagram</title>
790
790
  <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;600&family=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet">
791
791
  <link href="https://themathbible.com/sad-mcp/uc-diagram-common.css" rel="stylesheet">
792
+ <!-- REQUIRED: uc-diagram-common.css sets display:flex on .diagram-part, which overrides
793
+ the browser's [hidden]{display:none}. This one-liner restores correct tab switching. -->
794
+ <style>[hidden] { display: none !important; }</style>
792
795
  </head>
793
796
  <body>
794
797
  <!-- Tab bar (only when split) -->