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 0.3.3 to 0.3.4

1

CHANGELOG.md

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

|---------|-------------|
| 0.3.4 | [PR#505](https://github.com/bbc/psammead/pull/505) Add Metal; update Pebble |
| 0.3.3 | [PR#424](https://github.com/bbc/psammead/pull/424) Add Snyk badge to readme |

@@ -7,0 +8,0 @@ | 0.3.2 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |

10

dist/colours.js

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

});
exports.C_ORBIT_GREY = exports.C_CONSENT_CONTENT = exports.C_CONSENT_ACTION = exports.C_CONSENT_BACKGROUND = 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_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;
// BBC News Article colours

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

exports.C_OAT_LHT = C_OAT_LHT;
var C_PEBBLE = '#5C5752';
var C_PEBBLE = '#AEAEB5';
exports.C_PEBBLE = C_PEBBLE;

@@ -40,5 +40,7 @@ var C_RHINO = '#5A5A5A';

exports.C_LUNAR = C_LUNAR;
var C_GHOST = '#FDFDFD'; // Colours from other BBC services
var C_GHOST = '#FDFDFD';
exports.C_GHOST = C_GHOST;
var C_METAL = '#6E6E73'; // Colours from other BBC services
exports.C_GHOST = C_GHOST;
exports.C_METAL = C_METAL;
var C_CONSENT_BACKGROUND = '#323232';

@@ -45,0 +47,0 @@ exports.C_CONSENT_BACKGROUND = C_CONSENT_BACKGROUND;

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

C_GHOST: 'string',
C_METAL: 'string',
C_CONSENT_BACKGROUND: 'string',

@@ -52,0 +53,0 @@ C_CONSENT_ACTION: 'string',

{
"name": "@bbc/psammead-styles",
"version": "0.3.3",
"version": "0.3.4",
"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": {

@@ -9,3 +9,3 @@ // BBC News Article colours

export const C_OAT_LHT = '#F5F3F1';
export const C_PEBBLE = '#5C5752';
export const C_PEBBLE = '#AEAEB5';
export const C_RHINO = '#5A5A5A';

@@ -19,2 +19,3 @@ export const C_STONE = '#D5D0CD';

export const C_GHOST = '#FDFDFD';
export const C_METAL = '#6E6E73';

@@ -21,0 +22,0 @@ // Colours from other BBC services

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