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 #398 from bbc/update-styles
Browse files Browse the repository at this point in the history
Update Component Dependencies
  • Loading branch information
ChrisBAshton authored Mar 28, 2019
2 parents e89b097 + cbe3380 commit 748f304
Show file tree
Hide file tree
Showing 26 changed files with 182 additions and 133 deletions.
2 changes: 2 additions & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Psammead Brand Changelog

<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 0.3.2 | [PR#398](https://github.com/bbc/psammead/pull/398) Update dependencies. Using `rem` for media queries. |
| 0.3.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.3.0 | [PR#338](https://github.com/BBC/psammead/pull/338) Limit banner svg to group 5 |
| 0.2.3 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
Expand Down
54 changes: 36 additions & 18 deletions packages/components/psammead-brand/package-lock.json

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

10 changes: 5 additions & 5 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": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"description": "Provides the BBC News logo (as SVG), nested a hardcoded link to https://www.bbc.co.uk/news",
"repository": {
Expand All @@ -17,14 +17,14 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-brand/README.md",
"dependencies": {
"@bbc/gel-foundations": "^0.1.2",
"@bbc/psammead-styles": "^0.1.3",
"@bbc/psammead-visually-hidden-text": "^0.1.0",
"@bbc/gel-foundations": "^0.3.0",
"@bbc/psammead-styles": "^0.3.2",
"@bbc/psammead-visually-hidden-text": "^0.1.10",
"react": "^16.6.3",
"styled-components": "^4.1.2"
},
"devDependencies": {
"@bbc/psammead-test-helpers": "^0.3.0"
"@bbc/psammead-test-helpers": "^0.3.3"
},
"keywords": [
"bbc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`Brand should render correctly 1`] = `
}
.c1 {
max-width: 80em;
max-width: 80rem;
margin: 0 auto;
}
Expand Down Expand Up @@ -51,19 +51,19 @@ exports[`Brand should render correctly 1`] = `
fill: #fff;
}
@media (max-width:25em) {
@media (max-width:25rem) {
.c0 {
padding: 0 0.5rem;
}
}
@media (min-width:25em) {
@media (min-width:25rem) {
.c0 {
padding: 0 1rem;
}
}
@media (min-width:62.9375em) {
@media (min-width:62.9375rem) {
.c0 {
padding: 0 1rem;
}
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 |
|---------|-------------|
| 0.3.2 | [PR#398](https://github.com/bbc/psammead/pull/398) Update dependencies |
| 0.3.1 | [PR#393](https://github.com/bbc/psammead/pull/393) Remove padding from left/right of caption. |
| 0.3.0 | [PR#365](https://github.com/bbc/psammead/pull/365) Remove background colour, update colour to Cloud Dark. Use font style italic. |
| 0.2.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-caption/package-lock.json

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

6 changes: 3 additions & 3 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": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"description": "React styled components for a Caption",
"repository": {
Expand All @@ -22,8 +22,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@bbc/psammead-test-helpers": "^0.3.0",
"@bbc/psammead-inline-link": "^0.3.3",
"@bbc/psammead-test-helpers": "^0.3.3",
"@bbc/psammead-inline-link": "^0.3.4",
"@bbc/psammead-visually-hidden-text": "^0.1.10",
"react": "^16.6.3"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Psammead Headings Changelog

<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 0.3.4 | [PR#398](https://github.com/bbc/psammead/pull/398) Update dependencies |
| 0.3.3 | [PR#329](https://github.com/BBC/psammead/pull/329) Adding Visually Hidden Text to copyright component story. |
| 0.3.2 | [PR#334](https://github.com/BBC/psammead/pull/334) Improve examples of using Figure and Copyright |
| 0.3.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
Expand Down
8 changes: 4 additions & 4 deletions packages/components/psammead-copyright/package-lock.json

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

8 changes: 4 additions & 4 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": "0.3.3",
"version": "0.3.4",
"main": "dist/index.js",
"description": "React styled component for overlaid copyright or source attribution.",
"repository": {
Expand All @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-copyright/README.md",
"dependencies": {
"@bbc/gel-foundations": "^0.2.2",
"@bbc/psammead-styles": "^0.3.0"
"@bbc/gel-foundations": "^0.3.0",
"@bbc/psammead-styles": "^0.3.2"
},
"keywords": [
"bbc",
Expand All @@ -28,7 +28,7 @@
"figure"
],
"devDependencies": {
"@bbc/psammead-test-helpers": "^0.3.0",
"@bbc/psammead-test-helpers": "^0.3.3",
"@bbc/psammead-visually-hidden-text": "^0.1.8"
}
}
2 changes: 2 additions & 0 deletions packages/components/psammead-figure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Psammead Figure Changelog

<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 0.1.9 | [PR#398](https://github.com/bbc/psammead/pull/398) Update dependencies |
| 0.1.8 | [PR#334](https://github.com/BBC/psammead/pull/334) Improve examples of using Figure and Copyright |
| 0.1.7 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.1.6 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
Expand Down
Loading

0 comments on commit 748f304

Please sign in to comment.