@coinbase/cds-mobile 8.53.0 → 8.53.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.53.1 (3/17/2026 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: update RemoteImageGroup excess bg color. [[#512](https://github.com/coinbase/cds/pull/512)]
16
+
11
17
  ## 8.53.0 (3/16/2026 PST)
12
18
 
13
19
  #### 🚀 Updates
@@ -77,7 +77,7 @@ export const RemoteImageGroup = _ref => {
77
77
  children: clonedChild
78
78
  }, index);
79
79
  }), excess > 0 && /*#__PURE__*/_jsx(Box, {
80
- background: "bgOverlay",
80
+ background: "bgSecondary",
81
81
  borderColor: borderColor,
82
82
  borderWidth: borderWidth,
83
83
  marginStart: overlapSpacing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.53.0",
3
+ "version": "8.53.1",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -198,9 +198,9 @@
198
198
  "react-native-svg": "^14.1.0"
199
199
  },
200
200
  "dependencies": {
201
- "@coinbase/cds-common": "^8.53.0",
201
+ "@coinbase/cds-common": "^8.53.1",
202
202
  "@coinbase/cds-icons": "^5.13.0",
203
- "@coinbase/cds-illustrations": "^4.33.0",
203
+ "@coinbase/cds-illustrations": "^4.34.0",
204
204
  "@coinbase/cds-lottie-files": "^3.3.4",
205
205
  "@coinbase/cds-utils": "^2.3.5",
206
206
  "@floating-ui/react-native": "^0.10.5",