@coinbase/cds-mcp-server 8.19.1 → 8.20.1

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 (38) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/AvatarButton.txt +1 -1
  3. package/mcp-docs/mobile/components/Button.txt +1 -1
  4. package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
  5. package/mcp-docs/mobile/components/Chip.txt +2 -1
  6. package/mcp-docs/mobile/components/ContentCell.txt +1 -0
  7. package/mcp-docs/mobile/components/IconButton.txt +1 -1
  8. package/mcp-docs/mobile/components/InputChip.txt +7 -3
  9. package/mcp-docs/mobile/components/Interactable.txt +1 -1
  10. package/mcp-docs/mobile/components/ListCell.txt +1 -0
  11. package/mcp-docs/mobile/components/MediaChip.txt +2 -1
  12. package/mcp-docs/mobile/components/Pressable.txt +1 -1
  13. package/mcp-docs/mobile/components/RadioCell.txt +1 -1
  14. package/mcp-docs/mobile/components/Select.txt +12 -12
  15. package/mcp-docs/mobile/components/SelectAlpha.txt +1211 -0
  16. package/mcp-docs/mobile/components/SelectChip.txt +2 -1
  17. package/mcp-docs/mobile/components/SelectOption.txt +3 -2
  18. package/mcp-docs/mobile/components/SlideButton.txt +1 -1
  19. package/mcp-docs/mobile/routes.txt +1 -0
  20. package/mcp-docs/web/components/AvatarButton.txt +1 -1
  21. package/mcp-docs/web/components/Button.txt +1 -1
  22. package/mcp-docs/web/components/CheckboxCell.txt +1 -1
  23. package/mcp-docs/web/components/Chip.txt +2 -2
  24. package/mcp-docs/web/components/IconButton.txt +1 -1
  25. package/mcp-docs/web/components/InputChip.txt +7 -2
  26. package/mcp-docs/web/components/Interactable.txt +1 -1
  27. package/mcp-docs/web/components/Link.txt +1 -1
  28. package/mcp-docs/web/components/MediaChip.txt +2 -2
  29. package/mcp-docs/web/components/Pressable.txt +1 -1
  30. package/mcp-docs/web/components/RadioCell.txt +1 -1
  31. package/mcp-docs/web/components/Select.txt +16 -16
  32. package/mcp-docs/web/components/SelectAlpha.txt +1115 -0
  33. package/mcp-docs/web/components/SelectChip.txt +3 -2
  34. package/mcp-docs/web/components/SelectOption.txt +2 -2
  35. package/mcp-docs/web/components/SidebarItem.txt +1 -1
  36. package/mcp-docs/web/components/TileButton.txt +1 -1
  37. package/mcp-docs/web/routes.txt +1 -0
  38. package/package.json +1 -1
@@ -190,7 +190,7 @@ function SelectChipExample() {
190
190
  | `as` | `button` | No | `-` | - |
191
191
  | `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
192
192
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Background color of the overlay (element being interacted with). |
193
- | `blendStyles` | `{ background?: string; pressedBackground?: string \| undefined; disabledBackground?: string \| undefined; hoveredBackground?: string \| undefined; borderColor?: string \| undefined; pressedBorderColor?: string \| undefined; disabledBorderColor?: string \| undefined; hoveredBorderColor?: string \| undefined; } \| undefined` | No | `-` | Custom color overrides for different interaction states. Base colors (background, borderColor) are used directly, while interaction state colors (hovered, pressed, disabled) are used as alternative base colors for blending calculations with blend strength and color scheme considerations. |
193
+ | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
194
194
  | `block` | `boolean` | No | `false` | Set element to block and expand to 100% width. Makes the Popover Subject fill the width of the parent container |
195
195
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
196
196
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -255,6 +255,7 @@ function SelectChipExample() {
255
255
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
256
256
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
257
257
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
258
+ | `invertColorScheme` | `boolean` | No | `false` | Invert the foreground and background colors to emphasize the Chip. Depending on your theme, it may be dangerous to use this prop in conjunction with transparentWhileInactive. |
258
259
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
259
260
  | `key` | `Key \| null` | No | `-` | - |
260
261
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
@@ -307,7 +308,7 @@ function SelectChipExample() {
307
308
  | `transparentWhilePressed` | `boolean` | No | `-` | Mark the background and border as transparent even while element is interacted with (elevation underlay issue). Must be used in conjunction with the pressed prop |
308
309
  | `type` | `button \| submit \| reset` | No | `-` | - |
309
310
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
310
- | `value` | `string \| (readonly string[] & string)` | No | `-` | Pass a value that will prepopulate the select input. This will replace the placeholder text. Default selected value, or preselected value |
311
+ | `value` | `string` | No | `-` | Pass a value that will prepopulate the select input. This will replace the placeholder text. Default selected value, or preselected value |
311
312
  | `valueLabel` | `string` | No | `-` | Optional label for selected value when using a value/label object model |
312
313
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
313
314
  | `width` | `((Width<string \| number> \| { base?: Width<string \| number>; phone?: Width<string \| number> \| undefined; tablet?: Width<string \| number> \| undefined; desktop?: Width<string \| number> \| undefined; }) & Width<string \| number>) \| undefined` | No | `100%` | Width of input as a percentage string or number converted to pixels. |
@@ -22,7 +22,7 @@ function DefaultSelect() {
22
22
  const options = ['Option 1', 'Option 2', 'Option 3', 'Option 4', 'Option 5', 'Option 6'];
23
23
  return (
24
24
  <VStack paddding={2}>
25
- <Select value={value} placeholder="Choose something..." onChange={setValue}>
25
+ <OldSelect value={value} placeholder="Choose something..." onChange={setValue}>
26
26
  {options.map((option) => (
27
27
  <SelectOption
28
28
  value={option}
@@ -32,7 +32,7 @@ function DefaultSelect() {
32
32
  media={<CellMedia type="icon" name="upload" />}
33
33
  />
34
34
  ))}
35
- </Select>
35
+ </OldSelect>
36
36
  </VStack>
37
37
  );
38
38
  }
@@ -24,7 +24,7 @@ Check [Sidebar](/components/navigation/Sidebar) for usage examples
24
24
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
25
25
  | `as` | `button` | No | `-` | - |
26
26
  | `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
27
- | `blendStyles` | `{ background?: string; pressedBackground?: string \| undefined; disabledBackground?: string \| undefined; hoveredBackground?: string \| undefined; borderColor?: string \| undefined; pressedBorderColor?: string \| undefined; disabledBorderColor?: string \| undefined; hoveredBorderColor?: string \| undefined; } \| undefined` | No | `-` | Custom color overrides for different interaction states. Base colors (background, borderColor) are used directly, while interaction state colors (hovered, pressed, disabled) are used as alternative base colors for blending calculations with blend strength and color scheme considerations. |
27
+ | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
28
28
  | `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
29
29
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
30
30
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -54,7 +54,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
54
54
  | `as` | `symbol \| object \| style \| svg \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| div \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `-` | - |
55
55
  | `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
56
56
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Background color of the overlay (element being interacted with). |
57
- | `blendStyles` | `{ background?: string; pressedBackground?: string \| undefined; disabledBackground?: string \| undefined; hoveredBackground?: string \| undefined; borderColor?: string \| undefined; pressedBorderColor?: string \| undefined; disabledBorderColor?: string \| undefined; hoveredBorderColor?: string \| undefined; } \| undefined` | No | `-` | Custom color overrides for different interaction states. Base colors (background, borderColor) are used directly, while interaction state colors (hovered, pressed, disabled) are used as alternative base colors for blending calculations with blend strength and color scheme considerations. |
57
+ | `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
58
58
  | `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
59
59
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
60
60
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -89,6 +89,7 @@
89
89
  - [Switch](web/components/Switch.txt): A control for toggling between on and off.
90
90
  - [SelectOption](web/components/SelectOption.txt): A single option of a Select component.
91
91
  - [SelectChip](web/components/SelectChip.txt): A Chip and Select control for selecting from a list of options.
92
+ - [SelectAlpha](web/components/SelectAlpha.txt): A flexible select component for both single and multi-selection, built for web applications with comprehensive accessibility support.
92
93
  - [Select](web/components/Select.txt): A Dropdown control for selecting from a list of options.
93
94
  - [SearchInput](web/components/SearchInput.txt): A control for searching a dataset.
94
95
  - [RadioGroup](web/components/RadioGroup.txt): Radio is a control component that allows users to select one option from a set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mcp-server",
3
- "version": "8.19.1",
3
+ "version": "8.20.1",
4
4
  "description": "Coinbase Design System - MCP Server",
5
5
  "repository": {
6
6
  "type": "git",