myoperator-mcp 0.2.161 → 0.2.163
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4195,7 +4195,7 @@ const PhoneInput = React.forwardRef(
|
|
|
4195
4195
|
return (
|
|
4196
4196
|
<div
|
|
4197
4197
|
className={cn(
|
|
4198
|
-
"flex items-center border border-solid border-semantic-border-
|
|
4198
|
+
"flex items-center border border-solid border-semantic-border-input rounded focus-within:outline-none focus-within:border-semantic-border-input-focus focus-within:shadow-[0_0_0_1px_rgba(43,188,202,0.15)] transition-all",
|
|
4199
4199
|
disabled && "opacity-60 bg-semantic-bg-ui cursor-not-allowed",
|
|
4200
4200
|
wrapperClassName
|
|
4201
4201
|
)}
|
|
@@ -4868,7 +4868,7 @@ const selectTriggerVariants = cva(
|
|
|
4868
4868
|
variants: {
|
|
4869
4869
|
state: {
|
|
4870
4870
|
default:
|
|
4871
|
-
"border border-solid border-semantic-border-input focus:outline-none focus:border-semantic-border-input-focus
|
|
4871
|
+
"border border-solid border-semantic-border-input focus:outline-none focus:border-semantic-border-input-focus focus:shadow-[0_0_0_1px_rgba(43,188,202,0.15)]",
|
|
4872
4872
|
error:
|
|
4873
4873
|
"border border-solid border-semantic-error-primary/40 focus:outline-none focus:border-semantic-error-primary/60 focus:shadow-[0_0_0_1px_rgba(240,68,56,0.1)]",
|
|
4874
4874
|
},
|
package/package.json
CHANGED