myoperator-mcp 0.2.289 → 0.2.290
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
|
@@ -5736,7 +5736,7 @@ import { cn } from "@/lib/utils";
|
|
|
5736
5736
|
* SelectTrigger variants matching TextField styling
|
|
5737
5737
|
*/
|
|
5738
5738
|
const selectTriggerVariants = cva(
|
|
5739
|
-
"flex h-[42px] w-full items-center justify-between rounded bg-semantic-bg-primary px-4 py-2 text-base text-semantic-text-primary outline-none transition-all disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-[var(--color-neutral-50)] [&>span]:line-clamp-1",
|
|
5739
|
+
"flex h-[42px] w-full items-center justify-between rounded bg-semantic-bg-primary px-4 py-2 text-left text-base text-semantic-text-primary outline-none transition-all disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-[var(--color-neutral-50)] [&>span]:line-clamp-1",
|
|
5740
5740
|
{
|
|
5741
5741
|
variants: {
|
|
5742
5742
|
state: {
|
package/package.json
CHANGED