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 security-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Blaut committed Apr 6, 2020
2 parents fa213eb + 4c2cd79 commit ba485c1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-radio-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 0.1.0-alpha.29 | [PR#3318](https://github.com/bbc/psammead/pull/3318) Fix `StartTime` clock icon styling in Safari |
| 0.1.0-alpha.28 | [PR#3321](https://github.com/bbc/psammead/pull/3321) Fix radio schedules duration markup |
| 0.1.0-alpha.27 | [PR#3309](https://github.com/bbc/psammead/pull/3309) Fix Program Card styling |
| 0.1.0-alpha.26 | [PR#3312](https://github.com/bbc/psammead/pull/3312) Fix `ProgramCard` border on Windows High Contrast Mode |
Expand Down

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

2 changes: 1 addition & 1 deletion packages/components/psammead-radio-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-radio-schedule",
"version": "0.1.0-alpha.28",
"version": "0.1.0-alpha.29",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`StartTime should render LTR correctly 1`] = `
.c1 > svg {
color: #5A5A5A;
margin: 0;
overflow: visible;
}
.c3 {
Expand Down Expand Up @@ -192,6 +193,7 @@ exports[`StartTime should render RTL correctly 1`] = `
.c1 > svg {
color: #5A5A5A;
margin: 0;
overflow: visible;
}
.c3 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const StyledClock = styled.span`
> svg {
color: ${C_RHINO};
margin: 0;
overflow: visible;
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ exports[`RadioSchedule should render ltr radio schedules correctly 1`] = `
.c6 > svg {
color: #5A5A5A;
margin: 0;
overflow: visible;
}
.c8 {
Expand Down Expand Up @@ -1339,6 +1340,7 @@ exports[`RadioSchedule should render rtl radio schedules correctly 1`] = `
.c6 > svg {
color: #5A5A5A;
margin: 0;
overflow: visible;
}
.c8 {
Expand Down

0 comments on commit ba485c1

Please sign in to comment.