New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bbc/psammead-styles

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbc/psammead-styles - npm Package Compare versions

Comparing version 8.0.2 to 8.1.0

1

CHANGELOG.md

@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog

|---------|-------------|
| 8.1.0 | [PR#4632](https://github.com/bbc/psammead/pull/4632) adds new colours from chameleon |
| 8.0.2 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Added Grey 8 colour |

@@ -8,0 +9,0 @@ | 8.0.1 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Fixes Tamil font base URL |

13

dist/colours.js

@@ -6,3 +6,3 @@ "use strict";

});
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;
exports.C_PHILIPPINE_GREY = exports.C_GREY_11 = exports.C_DIM_GREY = 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

@@ -88,3 +88,10 @@ var C_EBON = '#222222';

exports.C_GREY_6 = C_GREY_6;
var C_GREY_8 = '#202224';
exports.C_GREY_8 = C_GREY_8;
var C_GREY_8 = '#202224'; // Colours introduced by Chameleon
exports.C_GREY_8 = C_GREY_8;
var C_DIM_GREY = '#696969';
exports.C_DIM_GREY = C_DIM_GREY;
var C_GREY_11 = '#BABABA';
exports.C_GREY_11 = C_GREY_11;
var C_PHILIPPINE_GREY = '#8A8C8E';
exports.C_PHILIPPINE_GREY = C_PHILIPPINE_GREY;

@@ -42,2 +42,6 @@ // BBC News Article colours

export var C_GREY_6 = '#545658';
export var C_GREY_8 = '#202224';
export var C_GREY_8 = '#202224'; // Colours introduced by Chameleon
export var C_DIM_GREY = '#696969';
export var C_GREY_11 = '#BABABA';
export var C_PHILIPPINE_GREY = '#8A8C8E';

@@ -86,2 +86,5 @@ import { testUtilityPackages } from '@bbc/psammead-test-helpers';

C_GREY_8: 'string',
C_DIM_GREY: 'string',
C_GREY_11: 'string',
C_PHILIPPINE_GREY: 'string',
};

@@ -88,0 +91,0 @@

{
"name": "@bbc/psammead-styles",
"version": "8.0.2",
"version": "8.1.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": {

@@ -44,1 +44,6 @@ // BBC News Article colours

export const C_GREY_8 = '#202224';
// Colours introduced by Chameleon
export const C_DIM_GREY = '#696969';
export const C_GREY_11 = '#BABABA';
export const C_PHILIPPINE_GREY = '#8A8C8E';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc