-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Emotion] Convert `modal` * Fix weird bug in Chrome with parent `overflow: hidden` and children with `image-mask` * Better styles and fixed `euiOverflowShadowStyles` * Adding CL * Added `euiAnimSlideInUp` * Removing unnecessary class name * REVERT ME - To test bug with `mask-image` * Added `shouldRenderCustomStyles()` tests * Cleaned up docs code and converted to TS * Adding bug fix in CL * CL again * CL again 😭 * Changing examples source types to TSX * Reverting example and renaming to `*.tsx` * Remove bug fix entry from CL * DRY out `initialFocus` types/prop docs + add `defaultFocusedButton` prop docs * [EuiModalHeader] misc cleanup * Clean up unnecessary width CSS * Simplify `style` logic + switch to logical property * [opinionated] Rename `defaultMaxWidth` class modifier - to match `defaultMinWidth` modifier, used in EuiButtonDisplay (#6373) * Fix `maxWidth` conditional class logic + write unit tests * Use `inset` shorthand * [EuiModal] Fix box-shadows * Restore `!important`s required for style.width overrides Co-authored-by: Constance Chen <[email protected]>
- Loading branch information
1 parent
f753bc7
commit 9efedf2
Showing
36 changed files
with
433 additions
and
275 deletions.
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
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
File renamed without changes.
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
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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
src/components/modal/__snapshots__/modal_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
4 changes: 2 additions & 2 deletions
4
src/components/modal/__snapshots__/modal_header.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
12 changes: 5 additions & 7 deletions
12
src/components/modal/__snapshots__/modal_header_title.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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`renders EuiModalHeaderTitle 1`] = ` | ||
<div | ||
exports[`EuiModalHeaderTitle is rendered 1`] = ` | ||
<h1 | ||
aria-label="aria-label" | ||
class="euiModalHeader__title testClass1 testClass2" | ||
class="euiTitle euiModalHeader__title testClass1 testClass2 emotion-euiTitle-m" | ||
data-test-subj="test subject string" | ||
> | ||
<h1> | ||
children | ||
</h1> | ||
</div> | ||
children | ||
</h1> | ||
`; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.