@coinbase/cds-mobile 8.67.0 → 8.69.0

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,16 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.69.0 ((5/5/2026, 02:27 PM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
15
+ ## 8.68.0 (5/1/2026 PST)
16
+
17
+ #### 🚀 Updates
18
+
19
+ - Feat: update bgWarning to orange60. [[#659](https://github.com/coinbase/cds/pull/659)]
20
+
11
21
  ## 8.67.0 (5/1/2026 PST)
12
22
 
13
23
  #### 🚀 Updates
@@ -430,7 +430,7 @@ export declare const coinbaseDenseTheme: {
430
430
  readonly bgNegativeWash: 'rgb(255,245,246)';
431
431
  readonly bgPositive: 'rgb(9,133,81)';
432
432
  readonly bgPositiveWash: 'rgb(245,255,251)';
433
- readonly bgWarning: 'rgb(237,112,47)';
433
+ readonly bgWarning: 'rgb(207,71,14)';
434
434
  readonly bgWarningWash: 'rgb(255,250,245)';
435
435
  readonly currentColor: 'currentColor';
436
436
  readonly bgLine: 'rgba(91,97,110,0.2)';
@@ -475,7 +475,7 @@ export declare const coinbaseDenseTheme: {
475
475
  readonly bgNegativeWash: 'rgb(51,0,4)';
476
476
  readonly bgPositive: 'rgb(39,173,117)';
477
477
  readonly bgPositiveWash: 'rgb(0,31,18)';
478
- readonly bgWarning: 'rgb(199,158,0)';
478
+ readonly bgWarning: 'rgb(240,120,54)';
479
479
  readonly bgWarningWash: 'rgb(51,13,0)';
480
480
  readonly currentColor: 'currentColor';
481
481
  readonly bgLine: 'rgba(138,145,158,0.2)';
@@ -312,7 +312,7 @@ export declare const coinbaseTheme: {
312
312
  readonly bgNegativeWash: 'rgb(255,245,246)';
313
313
  readonly bgPositive: 'rgb(9,133,81)';
314
314
  readonly bgPositiveWash: 'rgb(245,255,251)';
315
- readonly bgWarning: 'rgb(237,112,47)';
315
+ readonly bgWarning: 'rgb(207,71,14)';
316
316
  readonly bgWarningWash: 'rgb(255,250,245)';
317
317
  readonly currentColor: 'currentColor';
318
318
  readonly bgLine: 'rgba(91,97,110,0.2)';
@@ -357,7 +357,7 @@ export declare const coinbaseTheme: {
357
357
  readonly bgNegativeWash: 'rgb(51,0,4)';
358
358
  readonly bgPositive: 'rgb(39,173,117)';
359
359
  readonly bgPositiveWash: 'rgb(0,31,18)';
360
- readonly bgWarning: 'rgb(199,158,0)';
360
+ readonly bgWarning: 'rgb(240,120,54)';
361
361
  readonly bgWarningWash: 'rgb(51,13,0)';
362
362
  readonly currentColor: 'currentColor';
363
363
  readonly bgLine: 'rgba(138,145,158,0.2)';
@@ -312,7 +312,7 @@ export declare const defaultTheme: {
312
312
  readonly bgNegativeWash: 'rgb(255,245,246)';
313
313
  readonly bgPositive: 'rgb(9,133,81)';
314
314
  readonly bgPositiveWash: 'rgb(245,255,251)';
315
- readonly bgWarning: 'rgb(237,112,47)';
315
+ readonly bgWarning: 'rgb(207,71,14)';
316
316
  readonly bgWarningWash: 'rgb(255,250,245)';
317
317
  readonly currentColor: 'currentColor';
318
318
  readonly bgLine: 'rgba(91,97,110,0.2)';
@@ -357,7 +357,7 @@ export declare const defaultTheme: {
357
357
  readonly bgNegativeWash: 'rgb(51,0,4)';
358
358
  readonly bgPositive: 'rgb(39,173,117)';
359
359
  readonly bgPositiveWash: 'rgb(0,31,18)';
360
- readonly bgWarning: 'rgb(199,158,0)';
360
+ readonly bgWarning: 'rgb(240,120,54)';
361
361
  readonly bgWarningWash: 'rgb(51,13,0)';
362
362
  readonly currentColor: 'currentColor';
363
363
  readonly bgLine: 'rgba(138,145,158,0.2)';
@@ -333,7 +333,7 @@ export declare const theme: {
333
333
  readonly bgNegativeWash: 'rgb(255,245,246)';
334
334
  readonly bgPositive: 'rgb(9,133,81)';
335
335
  readonly bgPositiveWash: 'rgb(245,255,251)';
336
- readonly bgWarning: 'rgb(237,112,47)';
336
+ readonly bgWarning: 'rgb(207,71,14)';
337
337
  readonly bgWarningWash: 'rgb(255,250,245)';
338
338
  readonly currentColor: 'currentColor';
339
339
  readonly bgLine: 'rgba(91,97,110,0.2)';
@@ -378,7 +378,7 @@ export declare const theme: {
378
378
  readonly bgNegativeWash: 'rgb(51,0,4)';
379
379
  readonly bgPositive: 'rgb(39,173,117)';
380
380
  readonly bgPositiveWash: 'rgb(0,31,18)';
381
- readonly bgWarning: 'rgb(199,158,0)';
381
+ readonly bgWarning: 'rgb(240,120,54)';
382
382
  readonly bgWarningWash: 'rgb(51,13,0)';
383
383
  readonly currentColor: 'currentColor';
384
384
  readonly bgLine: 'rgba(138,145,158,0.2)';
@@ -316,7 +316,7 @@ export const coinbaseTheme = {
316
316
  bgNegativeWash: "rgb(" + lightSpectrum.red0 + ")",
317
317
  bgPositive: "rgb(" + lightSpectrum.green60 + ")",
318
318
  bgPositiveWash: "rgb(" + lightSpectrum.green0 + ")",
319
- bgWarning: "rgb(" + lightSpectrum.orange40 + ")",
319
+ bgWarning: "rgb(" + lightSpectrum.orange60 + ")",
320
320
  bgWarningWash: "rgb(" + lightSpectrum.orange0 + ")",
321
321
  currentColor: 'currentColor',
322
322
  // Line
@@ -367,7 +367,7 @@ export const coinbaseTheme = {
367
367
  bgNegativeWash: "rgb(" + darkSpectrum.red0 + ")",
368
368
  bgPositive: "rgb(" + darkSpectrum.green60 + ")",
369
369
  bgPositiveWash: "rgb(" + darkSpectrum.green0 + ")",
370
- bgWarning: "rgb(" + darkSpectrum.yellow50 + ")",
370
+ bgWarning: "rgb(" + darkSpectrum.orange60 + ")",
371
371
  bgWarningWash: "rgb(" + darkSpectrum.orange0 + ")",
372
372
  currentColor: 'currentColor',
373
373
  // Line
@@ -316,7 +316,7 @@ export const defaultTheme = {
316
316
  bgNegativeWash: "rgb(" + lightSpectrum.red0 + ")",
317
317
  bgPositive: "rgb(" + lightSpectrum.green60 + ")",
318
318
  bgPositiveWash: "rgb(" + lightSpectrum.green0 + ")",
319
- bgWarning: "rgb(" + lightSpectrum.orange40 + ")",
319
+ bgWarning: "rgb(" + lightSpectrum.orange60 + ")",
320
320
  bgWarningWash: "rgb(" + lightSpectrum.orange0 + ")",
321
321
  currentColor: 'currentColor',
322
322
  // Line
@@ -367,7 +367,7 @@ export const defaultTheme = {
367
367
  bgNegativeWash: "rgb(" + darkSpectrum.red0 + ")",
368
368
  bgPositive: "rgb(" + darkSpectrum.green60 + ")",
369
369
  bgPositiveWash: "rgb(" + darkSpectrum.green0 + ")",
370
- bgWarning: "rgb(" + darkSpectrum.yellow50 + ")",
370
+ bgWarning: "rgb(" + darkSpectrum.orange60 + ")",
371
371
  bgWarningWash: "rgb(" + darkSpectrum.orange0 + ")",
372
372
  currentColor: 'currentColor',
373
373
  // Line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.67.0",
3
+ "version": "8.69.0",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -196,7 +196,7 @@
196
196
  "react-native-svg": "^14.1.0"
197
197
  },
198
198
  "dependencies": {
199
- "@coinbase/cds-common": "^8.67.0",
199
+ "@coinbase/cds-common": "^8.69.0",
200
200
  "@coinbase/cds-icons": "^5.16.0",
201
201
  "@coinbase/cds-illustrations": "^4.38.0",
202
202
  "@coinbase/cds-lottie-files": "^3.3.4",