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

fix: Fix issues after canvas-colors-web-upgrade #741

Merged
merged 8 commits into from
Jun 15, 2020

Conversation

anicholls
Copy link
Contributor

Summary

Found some more issues with this during testing. Also removed our .find() usage within theming so we don't have to worry about polyfills.

@anicholls anicholls added the 4.x label Jun 12, 2020
@cypress
Copy link

cypress bot commented Jun 15, 2020



Test summary

369 0 1 0


Run details

Project canvas-kit
Status Passed
Commit 31b105f ℹ️
Started Jun 15, 2020 5:33 PM
Ended Jun 15, 2020 5:38 PM
Duration 04:22 💡
OS Linux Ubuntu Linux - 18.04
Browser Electron 80

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@lychyi lychyi added the ready for review Code is ready for review label Jun 15, 2020
@@ -207,7 +207,6 @@ const Swatch = styled('li')<{bg: string; primary?: boolean}>(

const colorNames = Object.keys(colors)
.map(color => color.replace(/\d+$/, '')) // Remove shade numbers
.filter(key => key !== 'primary' && key !== 'gradients')
Copy link
Member

Choose a reason for hiding this comment

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

I'm guessing this line is no longer needed?

@NicholasBoll NicholasBoll merged commit 33bfa49 into Workday:prerelease/v4 Jun 15, 2020
@anicholls anicholls deleted the fix-colors branch June 15, 2020 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x ready for review Code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants