-
Notifications
You must be signed in to change notification settings - Fork 843
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
[EUI+] Fix/update various docs examples to match production #8118
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
21feb82
Update getting started + theming pages to remove references to Sass a…
cee-chen dc97d41
Fix EuiFormControlLayoutDelimited docs
cee-chen 700879f
Update EuiDraggable portal/popover docs
cee-chen 578be7d
Update EuiResizable docs to match prod/use `accountForScrollbars`
cee-chen 5ba0f55
Update EuiSuperDatePicker from prod
cee-chen 230715d
Update EuiCallOut docs to match prod
cee-chen 7efa516
EuiIcons updates/fixes
cee-chen f58a363
Update/fix EuiToast docs
cee-chen e1437d4
Delete EuiPopover `panelClassName` example
cee-chen 218ac57
Fix broken EuiDatePicker `className` demo
cee-chen ea436d2
Update EuiDatePicker display toggles to match prod
cee-chen 3473798
Update first `EuiComboBox` example to not autoFocus/attempt to open o…
cee-chen 4485dbb
Update various form row `display` props to match propd
cee-chen 54344d0
Update/fix markdown links
cee-chen ca9ae70
Fix EuiSearchBar demos
cee-chen 74c399a
Fix EuiDatePicker `customInput` example
cee-chen 5dc1233
Fix EuiSuperDatePicker demos
cee-chen 39e88b6
Fix EuiText sizing example + custom CSS
cee-chen deee3ec
Fix EuiAvatar icon example
cee-chen 5b8baa9
Fix broken EuiContextMenu example
cee-chen 750e7f2
Fix EuiEmptyPrompt multiple types example
cee-chen 1d6a216
Update table selection demo to allow toggling uncontrolled + controll…
cee-chen b56e233
[PR feedback] Typo
cee-chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
packages/website/docs/components/display/toast/preview_wrapper.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default ({ children }) => ( | ||
<div style={{ maxWidth: 320 }}>{children}</div> | ||
); |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Lol, I see this for the first time 😆