myoperator-mcp 0.2.337 → 0.2.338

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4766,7 +4766,7 @@ const DropdownMenuItem = React.forwardRef(({ className, inset, children, descrip
4766
4766
  renderDropdownMenuItemChildren(children)
4767
4767
  )}
4768
4768
  {suffix && (
4769
- <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-2">{suffix}</span>
4769
+ <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-4">{suffix}</span>
4770
4770
  )}
4771
4771
  </DropdownMenuPrimitive.Item>
4772
4772
  ));
@@ -4805,7 +4805,7 @@ const DropdownMenuCheckboxItem = React.forwardRef(({ className, children, checke
4805
4805
  renderDropdownMenuItemChildren(children)
4806
4806
  )}
4807
4807
  {suffix && (
4808
- <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-2">{suffix}</span>
4808
+ <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-4">{suffix}</span>
4809
4809
  )}
4810
4810
  </DropdownMenuPrimitive.CheckboxItem>
4811
4811
  ));
@@ -4844,7 +4844,7 @@ const DropdownMenuRadioItem = React.forwardRef(({ className, children, descripti
4844
4844
  renderDropdownMenuItemChildren(children)
4845
4845
  )}
4846
4846
  {suffix && (
4847
- <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-2">{suffix}</span>
4847
+ <span className="ml-auto text-xs text-semantic-text-muted shrink-0 pl-4">{suffix}</span>
4848
4848
  )}
4849
4849
  </DropdownMenuPrimitive.RadioItem>
4850
4850
  ));
@@ -7527,7 +7527,7 @@ const ReplyQuote = React.forwardRef(
7527
7527
  <div
7528
7528
  ref={ref}
7529
7529
  className={cn(
7530
- "tw-max-w-full tw-min-w-0 tw-bg-[var(--semantic-bg-ui,#F5F5F5)] tw-border-l-[3px] tw-border-solid tw-border-[var(--semantic-border-accent,#27ABB8)] tw-rounded-sm tw-px-4 tw-py-1.5 tw-mb-2 tw-h-[56px] tw-flex tw-flex-col tw-justify-center tw-gap-0 tw-overflow-hidden tw-cursor-pointer hover:tw-bg-[var(--semantic-bg-hover,#D5D7DA)] tw-transition-colors",
7530
+ "tw-max-w-full tw-min-w-0 tw-bg-[var(--semantic-bg-ui,#F5F5F5)] tw-border-l-[3px] tw-border-solid tw-border-[var(--semantic-border-accent,#27ABB8)] tw-rounded-sm tw-px-4 tw-py-1.5 tw-mb-2 tw-h-[56px] tw-flex tw-flex-col tw-justify-start tw-gap-0 tw-overflow-hidden tw-cursor-pointer hover:tw-bg-[var(--semantic-bg-hover,#D5D7DA)] tw-transition-colors",
7531
7531
  isInteractive && "focus-visible:tw-ring-2 focus-visible:tw-ring-[var(--semantic-border-focus,#2BBCCA)] focus-visible:tw-ring-offset-1 focus-visible:tw-outline-none",
7532
7532
  className
7533
7533
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-mcp",
3
- "version": "0.2.337",
3
+ "version": "0.2.338",
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",