@coinbase/cds-mcp-server 8.44.1 → 8.44.2

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/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.44.2 ((2/10/2026, 08:38 AM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
11
15
  ## 8.44.1 ((2/10/2026, 12:05 PM PST))
12
16
 
13
17
  This is an artificial version bump with no new change.
@@ -836,3 +836,18 @@ function Example() {
836
836
  | `visible` | `boolean` | No | `-` | The visible prop determines whether your modal is visible. |
837
837
 
838
838
 
839
+ ## Styles
840
+
841
+ | Selector | Static class name | Description |
842
+ | --- | --- | --- |
843
+ | `root` | `-` | Root container element |
844
+ | `overlay` | `-` | Overlay backdrop element |
845
+ | `container` | `-` | Animated sliding container element |
846
+ | `handleBar` | `-` | Handle bar container element |
847
+ | `handleBarHandle` | `-` | Handle bar indicator element |
848
+ | `drawer` | `-` | Drawer content wrapper element |
849
+ | `content` | `-` | Content area element |
850
+ | `header` | `-` | Header section element |
851
+ | `title` | `-` | Title text element |
852
+
853
+
@@ -1164,3 +1164,18 @@ function ResponsiveTrayExample() {
1164
1164
  | `zIndex` | `number` | No | `-` | z-index for the tray overlay |
1165
1165
 
1166
1166
 
1167
+ ## Styles
1168
+
1169
+ | Selector | Static class name | Description |
1170
+ | --- | --- | --- |
1171
+ | `root` | `cds-Tray` | Root container element |
1172
+ | `overlay` | `cds-Tray-overlay` | Overlay backdrop element |
1173
+ | `container` | `cds-Tray-container` | Animated sliding container element |
1174
+ | `header` | `cds-Tray-header` | Header section element |
1175
+ | `title` | `cds-Tray-title` | Title text element |
1176
+ | `content` | `cds-Tray-content` | Content area element |
1177
+ | `handleBar` | `cds-Tray-handleBar` | Handle bar container element, only rendered when showHandleBar is true and pin is bottom |
1178
+ | `handleBarHandle` | `cds-Tray-handleBarHandle` | Handle bar indicator element, only rendered when showHandleBar is true and pin is bottom |
1179
+ | `closeButton` | `cds-Tray-closeButton` | Close button element |
1180
+
1181
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mcp-server",
3
- "version": "8.44.1",
3
+ "version": "8.44.2",
4
4
  "description": "Coinbase Design System - MCP Server",
5
5
  "repository": {
6
6
  "type": "git",