Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove fundamental specific classes from Avatar, add Storybook #1129

Merged
merged 3 commits into from
Jun 12, 2020

Conversation

InnaAtanasova
Copy link
Contributor

@InnaAtanasova InnaAtanasova commented Jun 9, 2020

Description

  • Avatar was using fd-has-background-color-accent-* which are now removed and replaced by modifier class fd-avatar--accent-color-*
  • Avatar docs were moved to Storybook
  • remove old testing templates and visual regression images

BREAKING CHANGES:
fd-has-background-color-accent-* classes have been removed from Avatar markup. They are replaced by fd-avatar--accent-color-*
Before:
<span class="fd-avatar fd-avatar--m sap-icon--money-bills fd-has-background-color-accent-1" role="presentation"></span>

After:
<span class="fd-avatar fd-avatar--accent-color-1 fd-avatar--m sap-icon--money-bills" role="presentation"></span>

@InnaAtanasova InnaAtanasova added this to the Sprint 39 - Osaka milestone Jun 9, 2020
@InnaAtanasova InnaAtanasova requested a review from a team June 9, 2020 19:40
@InnaAtanasova InnaAtanasova self-assigned this Jun 9, 2020
@netlify
Copy link

netlify bot commented Jun 9, 2020

Deploy preview for fundamental-styles ready!

Built with commit 34b36de

https://deploy-preview-1129--fundamental-styles.netlify.app

@InnaAtanasova InnaAtanasova force-pushed the feat/avatar-storybook-accent-colors branch from 2473504 to 6522066 Compare June 9, 2020 21:17
Copy link
Contributor

@jbadan jbadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 💯

@InnaAtanasova InnaAtanasova merged commit af021b4 into master Jun 12, 2020
@InnaAtanasova InnaAtanasova deleted the feat/avatar-storybook-accent-colors branch June 12, 2020 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants