myoperator-mcp 0.2.154 → 0.2.155

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3667,7 +3667,7 @@ const PageHeader = React.forwardRef(
3667
3667
  {/* Content Section: Title + Description */}
3668
3668
  <div className="flex-1 min-w-0">
3669
3669
  <div className="flex h-auto items-center gap-2 sm:min-h-10">
3670
- <h1 className="m-0 text-lg font-semibold leading-tight text-semantic-text-primary truncate">
3670
+ <h1 className="m-0 text-lg font-semibold leading-normal text-semantic-text-primary truncate">
3671
3671
  {title}
3672
3672
  </h1>
3673
3673
  {badge && (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.154",
3
+ "version": "0.2.155",
4
4
  "description": "MCP server for myOperator UI components - enables AI assistants to access component metadata, examples, and design tokens",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",