@coinbase/cds-mobile 8.36.1 → 8.36.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.36.2 (1/7/2026 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Fix: input border color does not match design. [[#290](https://github.com/coinbase/cds/pull/290)]
16
+
11
17
  ## 8.36.1 (1/6/2026 PST)
12
18
 
13
19
  #### 🐞 Fixes
@@ -11,8 +11,8 @@ const variantColorMap = {
11
11
  primary: 'bgPrimary',
12
12
  positive: 'bgPositive',
13
13
  negative: 'bgNegative',
14
- foreground: 'fg',
15
- foregroundMuted: 'fgMuted',
14
+ foreground: 'bgInverse',
15
+ foregroundMuted: 'bgLineHeavy',
16
16
  secondary: 'bgSecondary'
17
17
  };
18
18
  export const useInputBorderAnimation = (fromVariant, toVariant) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.36.1",
3
+ "version": "8.36.2",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -198,7 +198,7 @@
198
198
  "react-native-svg": "^14.1.0"
199
199
  },
200
200
  "dependencies": {
201
- "@coinbase/cds-common": "^8.36.1",
201
+ "@coinbase/cds-common": "^8.36.2",
202
202
  "@coinbase/cds-icons": "^5.9.0",
203
203
  "@coinbase/cds-illustrations": "^4.29.0",
204
204
  "@coinbase/cds-lottie-files": "^3.3.4",