@bbc/psammead-styles
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 8.0.2 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Added Grey 8 colour | | ||
| 8.0.1 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Fixes Tamil font base URL | | ||
@@ -8,0 +9,0 @@ | 8.0.0 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Removes Iskoola Pota, Latha and Shonar Bangla Fonts | |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.C_GREY_6 = exports.C_BLACK = exports.C_SPORT_MIST = exports.C_SPORT_SILVER = 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_GREY_2 = 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_GREY_8 = exports.C_GREY_6 = exports.C_BLACK = exports.C_SPORT_MIST = exports.C_SPORT_SILVER = 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_GREY_2 = 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 | ||
@@ -87,2 +87,4 @@ var C_EBON = '#222222'; | ||
var C_GREY_6 = '#545658'; | ||
exports.C_GREY_6 = C_GREY_6; | ||
exports.C_GREY_6 = C_GREY_6; | ||
var C_GREY_8 = '#202224'; | ||
exports.C_GREY_8 = C_GREY_8; |
@@ -41,2 +41,3 @@ // BBC News Article colours | ||
export var C_BLACK = '#000000'; | ||
export var C_GREY_6 = '#545658'; | ||
export var C_GREY_6 = '#545658'; | ||
export var C_GREY_8 = '#202224'; |
@@ -85,2 +85,3 @@ import { testUtilityPackages } from '@bbc/psammead-test-helpers'; | ||
C_GREY_6: 'string', | ||
C_GREY_8: 'string', | ||
}; | ||
@@ -87,0 +88,0 @@ |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"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": { |
@@ -43,1 +43,2 @@ // BBC News Article colours | ||
export const C_GREY_6 = '#545658'; | ||
export const C_GREY_8 = '#202224'; |
Sorry, the diff of this file is not supported yet
582395
2655