@coinbase/cds-mobile 8.67.0 → 8.68.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 +6 -0
- package/dts/themes/coinbaseDenseTheme.d.ts +2 -2
- package/dts/themes/coinbaseTheme.d.ts +2 -2
- package/dts/themes/defaultTheme.d.ts +2 -2
- package/dts/utils/testHelpers.d.ts +2 -2
- package/esm/themes/coinbaseTheme.js +2 -2
- package/esm/themes/defaultTheme.js +2 -2
- package/package.json +2 -2
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.68.0 (5/1/2026 PST)
|
|
12
|
+
|
|
13
|
+
#### 🚀 Updates
|
|
14
|
+
|
|
15
|
+
- Feat: update bgWarning to orange60. [[#659](https://github.com/coinbase/cds/pull/659)]
|
|
16
|
+
|
|
11
17
|
## 8.67.0 (5/1/2026 PST)
|
|
12
18
|
|
|
13
19
|
#### 🚀 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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "8.68.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.
|
|
199
|
+
"@coinbase/cds-common": "^8.68.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",
|