You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated `EuiIcon` with a new `crossInCircle` glyph ([#7924](https://github.com/elastic/eui/pull/7924))
4
+
5
+
**Bug fixes**
6
+
7
+
- Fixed `EuiEmptyPrompt` to correctly collapse and expand responsively when used with custom breakpoints larger than the default `xl` breakpoint ([#7935](https://github.com/elastic/eui/pull/7935))
8
+
9
+
**CSS-in-JS conversions**
10
+
11
+
- Converted `EuiDatePicker` to Emotion ([#7937](https://github.com/elastic/eui/pull/7937))
12
+
- Removed `$euiDatePickerCalendarWidth`
13
+
- Removed `$euiDatePickerPadding`
14
+
- Removed `$euiDatePickerGap`
15
+
- Removed `$euiDatePickerCalendarColumns`
16
+
- Removed `$euiDatePickerButtonSize`
17
+
- Removed `$euiDatePickerMinControlWidth`
18
+
- Removed `$euiDatePickerMaxControlWidth`
19
+
- Removed `@mixin datePickerCaret`
20
+
- Removed `@mixin datePickerArrow`
21
+
22
+
**Accessibility**
23
+
24
+
- Improved the experience of `EuiModal` by ensuring nested `EuiPopover` closes on `Escape` keypress instead of the modal ([#7939](https://github.com/elastic/eui/pull/7939))
0 commit comments