-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiCollapsibleNavBeta] Various API updates and cleanups (#7228)
- Loading branch information
Showing
24 changed files
with
804 additions
and
300 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/components/collapsible_nav_beta/__snapshots__/collapsible_nav_body_footer.test.tsx.snap
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,26 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`EuiCollapsibleNavBody renders 1`] = ` | ||
<div | ||
aria-label="aria-label" | ||
class="euiFlyoutBody euiCollapsibleNav__body testClass1 testClass2 emotion-euiFlyoutBody-euiCollapsibleNav__body-euiTestCss" | ||
data-test-subj="test subject string" | ||
> | ||
<div | ||
class="euiFlyoutBody__overflow css-18yrfj9-noBanner" | ||
tabindex="-1" | ||
> | ||
<div | ||
class="euiFlyoutBody__overflowContent" | ||
/> | ||
</div> | ||
</div> | ||
`; | ||
|
||
exports[`EuiCollapsibleNavFooter renders 1`] = ` | ||
<div | ||
aria-label="aria-label" | ||
class="euiFlyoutFooter euiCollapsibleNav__footer testClass1 testClass2 emotion-euiFlyoutFooter-euiCollapsibleNav__footer-euiTestCss" | ||
data-test-subj="test subject string" | ||
/> | ||
`; |
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
Oops, something went wrong.