@bbc/psammead-styles
Advanced tools
Comparing version 4.1.2 to 4.2.0
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 4.2.0 | [PR#2943](https://github.com/bbc/psammead/pull/2943) Add colour C_KINGFISHER | | ||
| 4.1.2 | [PR#2686](https://github.com/bbc/psammead/pull/2686) Add colour C_ARCHIVE_BLUE and set font families to Latin Reith for Archive | | ||
@@ -8,0 +9,0 @@ | 4.1.1 | [PR#2661](https://github.com/bbc/psammead/pull/2661) Remove font 'Noto Sans Devanagari' from Hindi & Nepali font-family and add bold weight for Telugu service's fonts. | |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
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_METAL = exports.C_GHOST = 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_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_KINGFISHER = exports.C_METAL = exports.C_GHOST = 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 | ||
@@ -41,5 +41,7 @@ var C_EBON = '#222222'; | ||
exports.C_GHOST = C_GHOST; | ||
var C_METAL = '#6E6E73'; // Colours from other BBC services | ||
var C_METAL = '#6E6E73'; | ||
exports.C_METAL = C_METAL; | ||
var C_KINGFISHER = '#11708C'; // Colours from other BBC services | ||
exports.C_METAL = C_METAL; | ||
exports.C_KINGFISHER = C_KINGFISHER; | ||
var C_CONSENT_BACKGROUND = '#323232'; | ||
@@ -46,0 +48,0 @@ exports.C_CONSENT_BACKGROUND = C_CONSENT_BACKGROUND; |
@@ -18,3 +18,4 @@ // BBC News Article colours | ||
export var C_GHOST = '#FDFDFD'; | ||
export var C_METAL = '#6E6E73'; // Colours from other BBC services | ||
export var C_METAL = '#6E6E73'; | ||
export var C_KINGFISHER = '#11708C'; // Colours from other BBC services | ||
@@ -21,0 +22,0 @@ export var C_CONSENT_BACKGROUND = '#323232'; |
@@ -76,2 +76,3 @@ import { testUtilityPackages } from '@bbc/psammead-test-helpers'; | ||
C_ARCHIVE_BLUE: 'string', | ||
C_KINGFISHER: 'string', | ||
}; | ||
@@ -78,0 +79,0 @@ |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "4.1.2", | ||
"version": "4.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": { |
@@ -19,2 +19,3 @@ // BBC News Article colours | ||
export const C_METAL = '#6E6E73'; | ||
export const C_KINGFISHER = '#11708C'; | ||
@@ -21,0 +22,0 @@ // Colours from other BBC services |
Sorry, the diff of this file is not supported yet
272846
2532