@coinbase/cds-web 8.31.4 → 8.31.5

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.31.5 (12/16/2025 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fixed caption font-size on web dense theme.
16
+
11
17
  ## 8.31.4 (12/16/2025 PST)
12
18
 
13
19
  #### 🐞 Fixes
@@ -68,7 +68,7 @@ export declare const coinbaseDenseTheme: {
68
68
  readonly body: '0.875rem';
69
69
  readonly label1: '0.6875rem';
70
70
  readonly label2: '0.6875rem';
71
- readonly caption: '0.8125rem';
71
+ readonly caption: '0.625rem';
72
72
  readonly legal: '0.625rem';
73
73
  };
74
74
  readonly fontWeight: {
@@ -86,7 +86,7 @@ export const coinbaseDenseTheme = _objectSpread(_objectSpread({}, coinbaseTheme)
86
86
  // 11px
87
87
  label2: '0.6875rem',
88
88
  // 11px
89
- caption: '0.8125rem',
89
+ caption: '0.625rem',
90
90
  // 10px
91
91
  legal: '0.625rem' // 10px
92
92
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.31.4",
3
+ "version": "8.31.5",
4
4
  "description": "Coinbase Design System - Web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -151,7 +151,7 @@
151
151
  "react-dom": "^18.3.1"
152
152
  },
153
153
  "dependencies": {
154
- "@coinbase/cds-common": "^8.31.4",
154
+ "@coinbase/cds-common": "^8.31.5",
155
155
  "@coinbase/cds-icons": "^5.8.0",
156
156
  "@coinbase/cds-illustrations": "^4.29.0",
157
157
  "@coinbase/cds-lottie-files": "^3.3.3",