Commit f14b779
Update EUI to v109.1.0 (#243270)
- `@elastic/eui`: `v109.0.0` ⏩ `v109.1.0`
- `@elastic/eslint-plugin-eui`: `v2.5.0` ⏩ `v2.6.0`
---
## Changes
- Updated i18n EUI mapping 6cc95b0
- Updated test in Unified Search
668948f
## Package updates
### `@elastic/eui`
[`v109.1.0`](https://github.com/elastic/eui/releases/v109.1.0)
- Added `--euiBottomBarOffset` CSS variable to `EuiBottomBar` for
positioning other fixed elements relative to the bottom bar's height
([#9211](elastic/eui#9211))
- Updated `boxesVertical` icon and restored `checkInCircleFilled`,
`errorFilled`, and `warningFilled` icons.
([#9194](elastic/eui#9194))
- Updated `EuiSuperDatePicker` with new time zone information, opt-in
via `timeZoneDisplayProps`.
([#9191](elastic/eui#9191))
- Updated the position of `EuiModal` by removing bottom padding in
`EuiOverlayMask` ([#9190](elastic/eui#9190))
- Added `EuiPopover` and `EuiToolTip`'s `repositionOnScroll` to
`componentDefaults` ([#9152](elastic/eui#9152))
- Updated `EuiSuperDatePicker` with new time window buttons for time
shifting and zoom out, opt-in via `showTimeWindowButtons` boolean prop.
([#9151](elastic/eui#9151))
- Added beta prop `hasAriaDisabled` to all base button components:
`EuiButton`, `EuiButtonEmpty`, `EuiButtonIcon`, `EuibuttonGroup`,
`EuiFilterButton` ([#9201](elastic/eui#9201))
- Added `euiDisabledSelector` variable that combines CSS selectors
`:disabled` and `[aria-disabled="true"]`
([#9201](elastic/eui#9201))
- Added custom test matchers that check for both `disabled` and
`aria-disabled` attributes:
([#9201](elastic/eui#9201))
- React testing Library: `.toBeEuiDisabled()`
- Enzyme: `.toHaveEuiDisabledProp()`
- Cypress: `should('be.euiDisabled)`
**Bug fixes**
- Fixed unexpected duplicate columns in `EuiDataGrid` crashing the
column sorting by removing duplicate columns entirely
([#9209](elastic/eui#9209))
- Fixed a visual bug in `EuiTable` where long table row content would be
cut off on mobile screens
([#9206](elastic/eui#9206))
- Fixed virtualized `EuiCodeBlock` rendering blank lines when content
updates if scrolled. ([#9196](elastic/eui#9196))
- Fixed `EuiButtonGroup` button sizing to ensure square buttons when
used with `isIconOnly=true`
([#9170](elastic/eui#9170))
**Accessibility**
- Fixed an issue where portalled components like `EuiPopover` were not
included in `EuiFlyout`'s focus trap through
`includeSelectorInFocusTrap`, making them inaccessible to keyboard users
([#9103](elastic/eui#9103))
### `@elastic/eslint-plugin-eui`
[`v2.6.0`](https://github.com/elastic/eui/blob/main/packages/eslint-plugin/changelogs/CHANGELOG_2025.md#v260)
- Added new `require-table-caption` rule.
([#9168](elastic/eui#9168))
---------
Co-authored-by: Elastic Machine <[email protected]>1 parent 970b451 commit f14b779
File tree
6 files changed
+86
-16
lines changed- src
- core/packages/i18n/browser-internal/src
- __snapshots__
- dev/license_checker
6 files changed
+86
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
1486 | | - | |
| 1486 | + | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | 1489 | | |
| |||
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1341 | 1341 | | |
1342 | 1342 | | |
1343 | 1343 | | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1344 | 1372 | | |
1345 | 1373 | | |
1346 | 1374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2631 | 2631 | | |
2632 | 2632 | | |
2633 | 2633 | | |
2634 | | - | |
2635 | | - | |
2636 | | - | |
2637 | | - | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
| 2637 | + | |
2638 | 2638 | | |
2639 | 2639 | | |
2640 | 2640 | | |
| |||
2650 | 2650 | | |
2651 | 2651 | | |
2652 | 2652 | | |
2653 | | - | |
2654 | | - | |
2655 | | - | |
2656 | | - | |
| 2653 | + | |
| 2654 | + | |
| 2655 | + | |
| 2656 | + | |
2657 | 2657 | | |
2658 | 2658 | | |
2659 | 2659 | | |
| |||
2696 | 2696 | | |
2697 | 2697 | | |
2698 | 2698 | | |
2699 | | - | |
| 2699 | + | |
2700 | 2700 | | |
2701 | 2701 | | |
2702 | 2702 | | |
| |||
18598 | 18598 | | |
18599 | 18599 | | |
18600 | 18600 | | |
| 18601 | + | |
| 18602 | + | |
| 18603 | + | |
| 18604 | + | |
| 18605 | + | |
18601 | 18606 | | |
18602 | 18607 | | |
18603 | 18608 | | |
| |||
31721 | 31726 | | |
31722 | 31727 | | |
31723 | 31728 | | |
31724 | | - | |
| 31729 | + | |
31725 | 31730 | | |
31726 | 31731 | | |
31727 | 31732 | | |
| |||
31739 | 31744 | | |
31740 | 31745 | | |
31741 | 31746 | | |
| 31747 | + | |
| 31748 | + | |
| 31749 | + | |
| 31750 | + | |
| 31751 | + | |
| 31752 | + | |
| 31753 | + | |
| 31754 | + | |
| 31755 | + | |
31742 | 31756 | | |
31743 | 31757 | | |
31744 | 31758 | | |
| |||
31831 | 31845 | | |
31832 | 31846 | | |
31833 | 31847 | | |
31834 | | - | |
| 31848 | + | |
31835 | 31849 | | |
31836 | 31850 | | |
31837 | 31851 | | |
| |||
31845 | 31859 | | |
31846 | 31860 | | |
31847 | 31861 | | |
| 31862 | + | |
| 31863 | + | |
| 31864 | + | |
| 31865 | + | |
| 31866 | + | |
| 31867 | + | |
| 31868 | + | |
31848 | 31869 | | |
31849 | 31870 | | |
31850 | 31871 | | |
| |||
34656 | 34677 | | |
34657 | 34678 | | |
34658 | 34679 | | |
34659 | | - | |
| 34680 | + | |
34660 | 34681 | | |
34661 | 34682 | | |
34662 | 34683 | | |
| |||
34682 | 34703 | | |
34683 | 34704 | | |
34684 | 34705 | | |
| 34706 | + | |
| 34707 | + | |
| 34708 | + | |
| 34709 | + | |
| 34710 | + | |
| 34711 | + | |
| 34712 | + | |
| 34713 | + | |
| 34714 | + | |
34685 | 34715 | | |
34686 | 34716 | | |
34687 | 34717 | | |
| |||
34804 | 34834 | | |
34805 | 34835 | | |
34806 | 34836 | | |
34807 | | - | |
| 34837 | + | |
34808 | 34838 | | |
34809 | 34839 | | |
34810 | 34840 | | |
| |||
34814 | 34844 | | |
34815 | 34845 | | |
34816 | 34846 | | |
| 34847 | + | |
| 34848 | + | |
| 34849 | + | |
| 34850 | + | |
| 34851 | + | |
34817 | 34852 | | |
34818 | 34853 | | |
34819 | 34854 | | |
| |||
0 commit comments