@bbc/psammead-styles
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 7.2.0 | [PR#4245](https://github.com/bbc/psammead/pull/4245) Add consent focus colour required for the consent banner | | ||
| 7.1.0 | [PR#4253](https://github.com/bbc/psammead/pull/4231) Corrects fonts constant name from newsbeat to newsround | | ||
@@ -8,0 +9,0 @@ | 7.0.4 | [PR#4231](https://github.com/bbc/psammead/pull/4231) Upgrade psammead styles to Emotion v11 & remove Emotion 10 packages from root dependencies | |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.C_BLACK = exports.C_SPORT_YELLOW_30 = exports.C_SPORT_YELLOW = exports.C_NEWSROUND_PURPLE_30 = exports.C_NEWSROUND_PURPLE = exports.C_LE_TEAL = exports.C_ARCHIVE_BLUE = exports.C_WEATHER_BLUE = exports.C_DARK_SALTIRE = exports.C_ORBIT_GREY = exports.C_CONSENT_CONTENT = exports.C_CONSENT_ACTION = exports.C_CONSENT_BACKGROUND = exports.C_POSTBOX_30 = exports.C_MIDNIGHT_BLACK = exports.C_KINGFISHER = exports.C_METAL = exports.C_GHOST = exports.C_LUNAR_LIGHT = exports.C_LUNAR = exports.C_CLOUD_LIGHT = exports.C_CLOUD_DARK = exports.C_SHADOW = exports.C_CHALK = exports.C_STONE = exports.C_RHINO = exports.C_PEBBLE = exports.C_OAT_LHT = exports.C_BLUEJAY_LHT = exports.C_BLUEJAY = exports.C_WHITE = exports.C_STORM = exports.C_POSTBOX = exports.C_EBON = void 0; | ||
exports.C_BLACK = exports.C_SPORT_YELLOW_30 = exports.C_SPORT_YELLOW = exports.C_NEWSROUND_PURPLE_30 = exports.C_NEWSROUND_PURPLE = exports.C_LE_TEAL = exports.C_ARCHIVE_BLUE = exports.C_WEATHER_BLUE = exports.C_DARK_SALTIRE = exports.C_ORBIT_GREY = exports.C_CONSENT_FOCUS = exports.C_CONSENT_CONTENT = exports.C_CONSENT_ACTION = exports.C_CONSENT_BACKGROUND = exports.C_POSTBOX_30 = exports.C_MIDNIGHT_BLACK = exports.C_KINGFISHER = exports.C_METAL = exports.C_GHOST = exports.C_LUNAR_LIGHT = exports.C_LUNAR = exports.C_CLOUD_LIGHT = exports.C_CLOUD_DARK = exports.C_SHADOW = exports.C_CHALK = exports.C_STONE = exports.C_RHINO = exports.C_PEBBLE = exports.C_OAT_LHT = exports.C_BLUEJAY_LHT = exports.C_BLUEJAY = exports.C_WHITE = exports.C_STORM = exports.C_POSTBOX = exports.C_EBON = void 0; | ||
// BBC News Article colours | ||
@@ -58,2 +58,4 @@ var C_EBON = '#222222'; | ||
exports.C_CONSENT_CONTENT = C_CONSENT_CONTENT; | ||
var C_CONSENT_FOCUS = '#68A1F8'; | ||
exports.C_CONSENT_FOCUS = C_CONSENT_FOCUS; | ||
var C_ORBIT_GREY = '#4C4C4C'; | ||
@@ -60,0 +62,0 @@ exports.C_ORBIT_GREY = C_ORBIT_GREY; |
@@ -27,2 +27,3 @@ // BBC News Article colours | ||
export var C_CONSENT_CONTENT = '#BEBEBE'; | ||
export var C_CONSENT_FOCUS = '#68A1F8'; | ||
export var C_ORBIT_GREY = '#4C4C4C'; | ||
@@ -29,0 +30,0 @@ export var C_DARK_SALTIRE = '#23104C'; |
@@ -68,2 +68,3 @@ import { testUtilityPackages } from '@bbc/psammead-test-helpers'; | ||
C_CONSENT_CONTENT: 'string', | ||
C_CONSENT_FOCUS: 'string', | ||
C_DARK_SALTIRE: 'string', | ||
@@ -70,0 +71,0 @@ C_WEATHER_BLUE: 'string', |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -28,2 +28,3 @@ // BBC News Article colours | ||
export const C_CONSENT_CONTENT = '#BEBEBE'; | ||
export const C_CONSENT_FOCUS = '#68A1F8'; | ||
export const C_ORBIT_GREY = '#4C4C4C'; | ||
@@ -30,0 +31,0 @@ export const C_DARK_SALTIRE = '#23104C'; |
Sorry, the diff of this file is not supported yet
316952
2582