Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ files:
ignore:
# These are themes of outside libraries we import
- 'src/components/series_chart/**/*.s+(a|c)ss'
- 'src/components/date_picker/**/*.s+(a|c)ss'
- 'src/global_styling/react_date_picker/**/*.s+(a|c)ss'
rules:
quotes:
- 2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Fixed usage of `outsideClickCloses` prop of `EuiFlyout` ([#4986](https://github.com/elastic/eui/pull/4986))

**Theme: Amsterdam**

- Updated styles for `EuiDatePicker` ([#5000](https://github.com/elastic/eui/pull/5000))

## [`37.1.0`](https://github.com/elastic/eui/tree/v37.1.0)

- Added `isDisabled` prop to `EuiFormRow` that disables the child field element ([#4908](https://github.com/elastic/eui/pull/4908))
Expand Down
7 changes: 7 additions & 0 deletions src-docs/src/views/icon/icon_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ export const IconExample = {
use the default size of{' '}
<EuiCode language="js">size=&quot;m&quot;</EuiCode>.
</p>
<p>
If you would like to contribute to our growing list of glyphs,
you can follow{' '}
<EuiLink to="https://github.com/elastic/eui/blob/master/wiki/creating-icons.md">
these guidelines
</EuiLink>.
</p>
</>
),
demo: <Icons />,
Expand Down
Loading