Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'latest' into UpdateStories
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Blaut authored May 9, 2019
2 parents 9c1c63d + 60256e2 commit f655548
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/utilities/psammead-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 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 |
| 0.3.2 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.3.1 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
Expand Down
1 change: 1 addition & 0 deletions packages/utilities/psammead-styles/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const coloursExpectedExports = {
C_CLOUD_LIGHT: 'string',
C_LUNAR: 'string',
C_GHOST: 'string',
C_METAL: 'string',
C_CONSENT_BACKGROUND: 'string',
C_CONSENT_ACTION: 'string',
C_CONSENT_CONTENT: 'string',
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/utilities/psammead-styles/src/colours.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const C_WHITE = '#FFFFFF';
export const C_BLUEJAY = '#0F556C';
export const C_BLUEJAY_LHT = '#C3DEE7';
export const C_OAT_LHT = '#F5F3F1';
export const C_PEBBLE = '#5C5752';
export const C_PEBBLE = '#AEAEB5';
export const C_RHINO = '#5A5A5A';
export const C_STONE = '#D5D0CD';
export const C_CHALK = '#ECEAE7';
Expand All @@ -15,6 +15,7 @@ export const C_CLOUD_DARK = '#757575';
export const C_CLOUD_LIGHT = '#BABABA';
export const C_LUNAR = '#F2F2F2';
export const C_GHOST = '#FDFDFD';
export const C_METAL = '#6E6E73';

// Colours from other BBC services
export const C_CONSENT_BACKGROUND = '#323232';
Expand Down

0 comments on commit f655548

Please sign in to comment.