@coinbase/cds-web 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,12 @@ 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 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix Tray drag elastic. [[#385](https://github.com/coinbase/cds/pull/385)]
16
+
11
17
  ## 8.44.1 (2/10/2026 PST)
12
18
 
13
19
  #### 🐞 Fixes
@@ -285,7 +285,7 @@ export const Tray = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Tray(_ref
285
285
  },
286
286
  dragControls: dragControls,
287
287
  dragElastic: {
288
- top: 0.5,
288
+ top: 0,
289
289
  bottom: 0.5
290
290
  },
291
291
  dragListener: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.44.1",
3
+ "version": "8.44.2",
4
4
  "description": "Coinbase Design System - Web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -207,7 +207,7 @@
207
207
  "react-dom": "^18.3.1"
208
208
  },
209
209
  "dependencies": {
210
- "@coinbase/cds-common": "^8.44.1",
210
+ "@coinbase/cds-common": "^8.44.2",
211
211
  "@coinbase/cds-icons": "^5.11.0",
212
212
  "@coinbase/cds-illustrations": "^4.31.0",
213
213
  "@coinbase/cds-lottie-files": "^3.3.4",