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

A few prop export fixes #2869

Merged
merged 9 commits into from
Feb 20, 2020
Merged

Conversation

cchaos
Copy link
Contributor

@cchaos cchaos commented Feb 18, 2020

EuiSelectable

  • Better export and display of props
  • Also added id to the Option type
  • Setting searchable to required but adding a default of false

EuiListGroup

  • Exporting props at top level

Checklist

  • [ ] Check against all themes for compatibility in both light and dark modes
  • [ ] Checked in mobile
  • [ ] Checked in IE11 and Firefox
  • Props have proper autodocs
  • [ ] Added documentation examples
  • [ ] Added or updated jest tests
  • [ ] Checked for breaking changes and labeled appropriately
  • [ ] Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

cchaos added 3 commits February 18, 2020 18:36
- Also added `id` to the `Option` type
- Setting `searchable` to required but adding a default of false
Copy link
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

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

One nit, one question.

Pulled, built eui.d.ts locally to confirm exports, tested docs+props changes locally.

src/components/selectable/selectable.tsx Outdated Show resolved Hide resolved
src/components/selectable/types.tsx Outdated Show resolved Hide resolved
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_2869/

Copy link
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

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

Changes LGTM; pulled & tested locally, built & verified eui.d.ts

@cchaos cchaos merged commit 070acd1 into elastic:master Feb 20, 2020
@cchaos cchaos deleted the a_few_prop_export_fixes branch February 20, 2020 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants