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.
- package/dist/index.js +1 -1
- 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-
|
|
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