-
Notifications
You must be signed in to change notification settings - Fork 54
Move Media Icons from psammead-media-indicator into psammead-assets #2115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs package-lock.json, package.json and changelog.md update on both packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Though as mentioned package.json
, package-lock.json
and CHANGELOG.md
need to be updated for @bbc/psammead-media-indicator
, and CHANGELOG.md
needs to be updated for @bbc/psammead-assets
I removed all of my changes for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the first step.
So for now I am not removing anything from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can you raise an issue to add these media icons to storybook as isolated stories please :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Just a point about naming consistently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for the updates, @OlgaLyubin! Looks great.
LGTM 👍 |
Resolves #1834
Overall change:
Moved Media Icons SVGs from
psammead-media-indicator
intopsammead-assets
so that they could be used by other components.Code changes:
Moved media icons into
psammead-assets
.Bumped up the version of
psammead-assets
and included them as dependencies ofpsammead-media-indicator
.