-
Notifications
You must be signed in to change notification settings - Fork 159
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(background-media): expose gradient-hidden option #11518
feat(background-media): expose gradient-hidden option #11518
Conversation
Deploy preview created for package Built with commit: 74640ad01758d2b0c458b2eaa01c37685abc66a4 |
Deploy preview created for package Built with commit: 74640ad01758d2b0c458b2eaa01c37685abc66a4 |
Deploy preview created for package Built with commit: 74640ad01758d2b0c458b2eaa01c37685abc66a4 |
Deploy preview created for package Built with commit: 74640ad01758d2b0c458b2eaa01c37685abc66a4 |
Deploy preview created for package Built with commit: 74640ad01758d2b0c458b2eaa01c37685abc66a4 |
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.
Perfect! love it when past-us does the work for now-us
Related Ticket(s)
Jira Ticket
Description
We already had functionality built-in to the Background Media component that can optionally hide the gradient effect that overlays the media. This PR exposes that option to end users and documents the feature in Storybook.
Changelog
Changed
DDSBackgroundMedia
'sgradient-hidden
option that, when true, disables the gradient overlay.To Test
Visit the Background Media stories in the deploy preview and verify the "hide gradient" checkbox functions as expected.