myoperator-mcp 0.2.20 → 0.2.21

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
@@ -454,7 +454,7 @@ const buttonVariants = cva(
454
454
  destructive:
455
455
  "bg-[#F04438] text-white hover:bg-[#D92D20]",
456
456
  outline:
457
- "border border-[#343E55] bg-transparent text-[#343E55] hover:bg-[#343E55] hover:text-white",
457
+ "border border-[#343E55] bg-transparent text-[#343E55] hover:bg-[#EBECEE]",
458
458
  secondary:
459
459
  "bg-[#EBECEE] text-[#343E55] hover:bg-[#D5D7DA]",
460
460
  ghost: "text-[#717680] hover:bg-[#F5F5F5] hover:text-[#181D27]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
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",