-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiDescriptionList] titleProps
and descriptionProps
extends CommonProps
#5166
Conversation
💚 CLA has been signed |
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Hey thanks, @MukulKolpe! Can you please sign the CLA if you haven't already? |
I signed it actually |
Also, @MukulKolpe, be sure to check off or cross out all checklist items. For instance, this PR will require a changelog entry. |
EuiDescriptionListProps
extends CommonProps
titleProps
and descriptionProps
extends CommonProps
titleProps
and descriptionProps
extends CommonProps
titleProps
and descriptionProps
extends CommonProps
I've also unchecked the PR checklist item about jest tests. We should add a specific test for passing the For example, in that file, if you move the describe('titleProps', () => {
test('is rendered', () => {
const component = render(<EuiDescriptionList listItems={listItems} titleProps={requiredProps} />);
expect(component).toMatchSnapshot();
});
}); |
Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
jenkins test this |
Hey, why was this build failing? |
That was just a failed run. And yes, that is the file to add the tests too. After adding them, be sure to run |
Jenkins, test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_5166/ |
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_5166/ |
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! Thanks for the PR @MukulKolpe
Thank you @thompsongl and @cchaos for helping me with this issue!! |
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, @MukulKolpe!
Fixes #5148
EuiDescriptionListProps
is extendingCommonProps
.Checklist
~- [ ]
Check against all themes for compatibility in both light and dark modes~- [ ]
Checked in mobile~- [ ]
Checked in Chrome, Safari, Edge, and Firefox~- [ ]
Added documentation~- [ ]
Checked Code Sandbox works for any docs examples~- [ ]
Checked for breaking changes and labeled appropriately~- [ ]
Checked for accessibility including keyboard-only and screen reader modes