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

Commit

Permalink
Merge pull request #4633 from bbc/chameleon-colour-update
Browse files Browse the repository at this point in the history
Add C_GREY_10 to colours
  • Loading branch information
nicola-d-bbc authored Mar 30, 2022
2 parents 594cd5f + 75ea93c commit 94652f4
Show file tree
Hide file tree
Showing 64 changed files with 139 additions and 105 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 7.3.18 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 7.3.17 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 7.3.16 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 7.3.15 | [PR#4598](https://github.com/bbc/psammead/pull/4598) Fix missing ID to fix lighthouse failure in Simorgh |
Expand Down
6 changes: 3 additions & 3 deletions packages/components/psammead-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-brand",
"version": "7.3.17",
"version": "7.3.18",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -23,8 +23,8 @@
"@bbc/psammead-visually-hidden-text": "2.0.7"
},
"devDependencies": {
"@bbc/psammead-script-link": "3.0.31",
"@bbc/psammead-styles": "8.1.0",
"@bbc/psammead-script-link": "3.0.32",
"@bbc/psammead-styles": "8.1.1",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/components/psammead-bulleted-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

| Version | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- |
| 3.1.11 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.1.12 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.1.11 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.1.10 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.1.9 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
| 3.1.8 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-bulleted-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-bulleted-list",
"version": "3.1.11",
"version": "3.1.12",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulleted-list/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-bulletin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.0.58 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 5.0.57 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 5.0.56 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 5.0.55 | [PR#4608](https://github.com/bbc/psammead/pull/4608) Bump dependencies |
Expand Down
6 changes: 3 additions & 3 deletions packages/components/psammead-bulletin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-bulletin",
"version": "5.0.57",
"version": "5.0.58",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-live-label": "2.0.34",
"@bbc/psammead-live-label": "2.0.35",
"@bbc/psammead-story-promo": "8.0.38",
"@bbc/psammead-styles": "8.1.0",
"@bbc/psammead-styles": "8.1.1",
"@bbc/psammead-visually-hidden-text": "2.0.7"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/components/psammead-byline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

| Version | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- |
| 3.0.31 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.32 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.0.31 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.30 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.0.29 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
| 3.0.28 | [PR#4569](https://github.com/bbc/psammead/pull/4569) fixing line-height not being in line with specification |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-byline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-byline",
"version": "3.0.31",
"version": "3.0.32",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-byline/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-caption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 4.1.27 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 4.1.26 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 4.1.25| [PR#4630](https://github.com/bbc/psammead/pull/4630) Update text colour to C_GREY_6 |
| 4.1.24| [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-caption",
"version": "4.1.26",
"version": "4.1.27",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-caption/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.5.15 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 5.5.14 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 5.5.13 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 5.5.12 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-consent-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-consent-banner",
"version": "5.5.14",
"version": "5.5.15",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-consent-banner/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-content-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.0.0-alpha.30 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 2.0.0-alpha.31 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 2.0.0-alpha.30 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 2.0.0-alpha.30 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-content-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-content-anchor",
"version": "2.0.0-alpha.31",
"version": "2.0.0-alpha.30",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -28,7 +28,7 @@
"react": ">=16.9.0"
},
"devDependencies": {
"@bbc/psammead-headings": "5.0.29",
"@bbc/psammead-headings": "5.0.30",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.0.31 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.0.30 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.29 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.0.28 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-copyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-copyright",
"version": "3.0.30",
"version": "3.0.31",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-copyright/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/components/psammead-embed-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

| Version | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3.0.34 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.35 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.0.34 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.33 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.0.32 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
| 3.0.31 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-embed-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-embed-error",
"version": "3.0.34",
"version": "3.0.35",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.1.16 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.1.15 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.1.14 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.1.13 | [PR#4608](https://github.com/bbc/psammead/pull/4608) Bump dependencies |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-grid",
"version": "3.1.15",
"version": "3.1.16",
"description": "Grid component",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-heading-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.0.30 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.0.29 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.28 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.0.27 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-heading-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-heading-index",
"version": "3.0.29",
"version": "3.0.30",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-heading-index/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-headings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 5.0.30 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 5.0.29 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 5.0.28 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 5.0.27 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-headings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-headings",
"version": "5.0.29",
"version": "5.0.30",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-headings/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.4.13 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.4.12 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.4.11 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.4.10 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-image-placeholder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-image-placeholder",
"version": "3.4.12",
"version": "3.4.13",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-image-placeholder/README.md",
"dependencies": {
"@bbc/psammead-assets": "3.1.10",
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-inline-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.0.28 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 3.0.27 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 3.0.26 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 3.0.25 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles |
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-inline-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-inline-link",
"version": "3.0.27",
"version": "3.0.28",
"description": "React component for an Inline Link",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-inline-link/README.md",
"dependencies": {
"@bbc/psammead-styles": "8.1.0"
"@bbc/psammead-styles": "8.1.1"
},
"peerDependencies": {
"@emotion/styled": "^11.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-live-label/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.0.35 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 2.0.34 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 2.0.33 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 2.0.32 | [PR#4597](https://github.com/bbc/psammead/pull/4597) Bump to solve deploying issue|
Expand Down
4 changes: 2 additions & 2 deletions packages/components/psammead-live-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-live-label",
"version": "2.0.34",
"version": "2.0.35",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-live-label/README.md",
"dependencies": {
"@bbc/gel-foundations": "7.0.0",
"@bbc/psammead-styles": "8.1.0",
"@bbc/psammead-styles": "8.1.1",
"@bbc/psammead-visually-hidden-text": "2.0.7"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-media-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 6.1.16 | [PR#4633](https://github.com/bbc/psammead/pull/4633) bump psammead-styles |
| 6.1.15 | [PR#4632](https://github.com/bbc/psammead/pull/4632) psammead-styles bump |
| 6.1.13 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles |
| 6.1.12 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies |
Expand Down
Loading

0 comments on commit 94652f4

Please sign in to comment.