myoperator-mcp 0.2.21 → 0.2.22

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1653,7 +1653,7 @@ const PageHeader = React.forwardRef<HTMLDivElement, PageHeaderProps>(
1653
1653
  {/* Content Section: Title + Description */}
1654
1654
  <div className="flex-1 min-w-0">
1655
1655
  <div className="flex items-center gap-2">
1656
- <h1 className="text-base font-semibold text-[#181D27] truncate">
1656
+ <h1 className="m-0 text-base font-semibold text-[#181D27] truncate">
1657
1657
  {title}
1658
1658
  </h1>
1659
1659
  {infoIcon && (
@@ -1663,7 +1663,7 @@ const PageHeader = React.forwardRef<HTMLDivElement, PageHeaderProps>(
1663
1663
  )}
1664
1664
  </div>
1665
1665
  {description && (
1666
- <p className="text-sm text-[#181D27] font-normal mt-1 truncate">
1666
+ <p className="m-0 text-sm text-[#181D27] font-normal mt-1 truncate">
1667
1667
  {description}
1668
1668
  </p>
1669
1669
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
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",