myoperator-mcp 0.2.71 → 0.2.73

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
@@ -696,7 +696,7 @@ const buttonVariants = cva(
696
696
  destructive:
697
697
  "bg-semantic-error-primary text-semantic-text-inverted hover:bg-semantic-error-hover",
698
698
  outline:
699
- "border border-semantic-border-primary bg-transparent text-semantic-text-secondary hover:bg-semantic-primary-surface",
699
+ "border border-semantic-border-layout bg-semantic-bg-primary text-semantic-text-secondary hover:bg-semantic-primary-surface",
700
700
  secondary:
701
701
  "bg-semantic-primary-surface text-semantic-text-secondary hover:bg-semantic-bg-hover",
702
702
  ghost:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.71",
3
+ "version": "0.2.73",
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",