Skip to content

Commit

Permalink
[EuiDatePicker] Update styles for Amsterdam (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Aug 19, 2021
1 parent 5910360 commit 0a9857d
Show file tree
Hide file tree
Showing 24 changed files with 1,549 additions and 929 deletions.
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 @@ -38,6 +38,10 @@

- Fixed `EuiFormRow` ignoring `isDisabled` prop on the child element. ([#5022](https://github.com/elastic/eui/pull/5022))

**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

0 comments on commit 0a9857d

Please sign in to comment.