@coinbase/cds-web 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 +6 -0
- package/esm/media/RemoteImageGroup.js +1 -1
- package/package.json +3 -3
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
|
|
@@ -83,7 +83,7 @@ export const RemoteImageGroup = _ref => {
|
|
|
83
83
|
}, index);
|
|
84
84
|
}), excess > 0 && /*#__PURE__*/_jsx(Box, {
|
|
85
85
|
alignItems: "center",
|
|
86
|
-
background: "
|
|
86
|
+
background: "bgSecondary",
|
|
87
87
|
borderColor: borderColor,
|
|
88
88
|
borderWidth: borderWidth,
|
|
89
89
|
className: cx(excessContainerCss, borderRadiusCss[shape]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-web",
|
|
3
|
-
"version": "8.53.
|
|
3
|
+
"version": "8.53.1",
|
|
4
4
|
"description": "Coinbase Design System - Web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -207,9 +207,9 @@
|
|
|
207
207
|
"react-dom": "^18.3.1"
|
|
208
208
|
},
|
|
209
209
|
"dependencies": {
|
|
210
|
-
"@coinbase/cds-common": "^8.53.
|
|
210
|
+
"@coinbase/cds-common": "^8.53.1",
|
|
211
211
|
"@coinbase/cds-icons": "^5.13.0",
|
|
212
|
-
"@coinbase/cds-illustrations": "^4.
|
|
212
|
+
"@coinbase/cds-illustrations": "^4.34.0",
|
|
213
213
|
"@coinbase/cds-lottie-files": "^3.3.4",
|
|
214
214
|
"@coinbase/cds-utils": "^2.3.5",
|
|
215
215
|
"@floating-ui/react-dom": "^2.1.1",
|