@coinbase/cds-common 8.43.2 → 8.44.0

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,12 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.44.0 (2/9/2026 PST)
12
+
13
+ #### 🚀 Updates
14
+
15
+ - Add new tray design. [[#349](https://github.com/coinbase/cds/pull/349)]
16
+
11
17
  ## 8.43.2 (2/9/2026 PST)
12
18
 
13
19
  #### 🐞 Fixes
@@ -1,8 +1,8 @@
1
1
  /** Upper limit for how much the drawer can be extended in length by panning */
2
2
  export declare const MAX_OVER_DRAG = 40;
3
- /** Dragging a Drawer by more than this percentage of the Drawer will dismiss it */
3
+ /** Maximum drag distance (in pixels) required to dismiss. */
4
4
  export declare const DISMISSAL_DRAG_THRESHOLD = 150;
5
- /** Quick swipes will dismiss the Tray, especially useful for Trays that are very short */
5
+ /** Velocity threshold (px/ms) for quick swipes to dismiss, regardless of distance dragged. */
6
6
  export declare const DISMISSAL_VELOCITY_THRESHOLD = 0.8;
7
7
  /** Minimum panning distance required to capture pan gesture */
8
8
  export declare const MIN_PAN_DISTANCE = 2;
@@ -1 +1 @@
1
- {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../src/animation/drawer.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,eAAO,MAAM,aAAa,KAAK,CAAC;AAChC,mFAAmF;AACnF,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,0FAA0F;AAC1F,eAAO,MAAM,4BAA4B,MAAM,CAAC;AAChD,+DAA+D;AAC/D,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,8BAA8B,cAAc,CAAC;AAC1D,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC;AACF,eAAO,MAAM,sBAAsB;;;;CAIlC,CAAC"}
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../src/animation/drawer.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,eAAO,MAAM,aAAa,KAAK,CAAC;AAChC,6DAA6D;AAC7D,eAAO,MAAM,wBAAwB,MAAM,CAAC;AAC5C,8FAA8F;AAC9F,eAAO,MAAM,4BAA4B,MAAM,CAAC;AAChD,+DAA+D;AAC/D,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,8BAA8B,cAAc,CAAC;AAC1D,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC;AACF,eAAO,MAAM,sBAAsB;;;;CAIlC,CAAC"}
@@ -1,8 +1,8 @@
1
1
  /** Upper limit for how much the drawer can be extended in length by panning */
2
2
  export const MAX_OVER_DRAG = 40;
3
- /** Dragging a Drawer by more than this percentage of the Drawer will dismiss it */
3
+ /** Maximum drag distance (in pixels) required to dismiss. */
4
4
  export const DISMISSAL_DRAG_THRESHOLD = 150;
5
- /** Quick swipes will dismiss the Tray, especially useful for Trays that are very short */
5
+ /** Velocity threshold (px/ms) for quick swipes to dismiss, regardless of distance dragged. */
6
6
  export const DISMISSAL_VELOCITY_THRESHOLD = 0.8;
7
7
  /** Minimum panning distance required to capture pan gesture */
8
8
  export const MIN_PAN_DISTANCE = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-common",
3
- "version": "8.43.2",
3
+ "version": "8.44.0",
4
4
  "description": "Coinbase Design System - Common",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@coinbase/cds-icons": "^5.11.0",
42
42
  "@coinbase/cds-illustrations": "^4.31.0",
43
- "@coinbase/cds-mcp-server": "^8.43.2",
43
+ "@coinbase/cds-mcp-server": "^8.44.0",
44
44
  "@coinbase/cds-utils": "^2.3.5",
45
45
  "@modelcontextprotocol/sdk": "^1.13.1",
46
46
  "d3-array": "^3.2.4",