-
Notifications
You must be signed in to change notification settings - Fork 861
feat: Add a new boolean hasChildBackground prop to the Flyout to use for child flyouts only
#9056
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
Merged
tsullivan
merged 18 commits into
elastic:feat/flyout-system
from
paulinashakirova:flyout-props-shaded-bg
Oct 15, 2025
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
12d31c8
feat: add backgroundStyle prop to flyout
paulinashakirova 8748ea9
also add examples how to use it inside managed flyouts
paulinashakirova a974094
reset state as in feature branch
paulinashakirova e1f1014
feat: Add childBgShaded prop to managed flyout
paulinashakirova 1f764c3
update snap
paulinashakirova bd3abec
update md + add new line
paulinashakirova f380e55
remove line
paulinashakirova 1e6e55b
Update packages/eui/src/components/flyout/flyout.component.tsx
paulinashakirova aaee46e
rename + clean up
paulinashakirova dd21ae3
revert changes to 2 files since they were deleted in main and i need …
paulinashakirova 3e78537
Merge branch 'feat/flyout-system' into flyout-props-shaded-bg
paulinashakirova b75aee2
update stories after file restructure
paulinashakirova f5ae409
update flyout sessions story
paulinashakirova 6e1ea99
rename in md
paulinashakirova 8a2c247
Merge branch 'feat/flyout-system' into flyout-props-shaded-bg
paulinashakirova b8900dc
add to omit childBackgroundShaded
paulinashakirova 0cfb396
rename var + story loki skip
paulinashakirova 8a1b42c
add comment for skipping sessions story
paulinashakirova 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 hidden or 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 @@ | ||
| Added a new `hasChildBackground` boolean prop (defaults to false) to `EuiFlyout` |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
37 changes: 0 additions & 37 deletions
37
packages/eui/src/components/flyout/manager/flyout_child.styles.ts
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
In this file, let's change line 97-98 to:
97 is ok, 98 should have the mention background styles removed