@coinbase/cds-web 8.75.0 → 8.75.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.
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.75.1 (5/19/2026 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: android web tray footer cut off. [[#694](https://github.com/coinbase/cds/pull/694)]
16
+
11
17
  ## 8.75.0 (5/15/2026 PST)
12
18
 
13
19
  #### 🚀 Updates
@@ -285,7 +285,7 @@ export const Tray = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Tray(_pro
285
285
  children: /*#__PURE__*/_jsxs(Box, {
286
286
  ref: trayRef,
287
287
  className: cx(trayClassNames.root, classNames === null || classNames === void 0 ? void 0 : classNames.root),
288
- height: "100vh",
288
+ height: "100dvh",
289
289
  pin: "all",
290
290
  position: "fixed",
291
291
  style: styles === null || styles === void 0 ? void 0 : styles.root,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.75.0",
3
+ "version": "8.75.1",
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.75.0",
210
+ "@coinbase/cds-common": "^8.75.1",
211
211
  "@coinbase/cds-icons": "^5.16.0",
212
212
  "@coinbase/cds-illustrations": "^4.40.1",
213
213
  "@coinbase/cds-lottie-files": "^3.3.4",