[EuiDescriptionList] titleProps and descriptionProps extends CommonProps#5166
[EuiDescriptionList] titleProps and descriptionProps extends CommonProps#5166thompsongl merged 9 commits intoelastic:masterfrom
titleProps and descriptionProps extends CommonProps#5166Conversation
|
💚 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 CommonPropstitleProps and descriptionProps extends CommonProps
titleProps and descriptionProps extends CommonPropstitleProps 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/ |
cchaos
left a comment
There was a problem hiding this comment.
👍 LGTM! Thanks for the PR @MukulKolpe
|
Thank you @thompsongl and @cchaos for helping me with this issue!! |

Fixes #5148
EuiDescriptionListPropsis 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