eui
eui copied to clipboard
Elastic UI Framework 🙌
## 1. Moved Amsterdam-specific Sass overrides to [default `global_styling/` folder](https://github.com/elastic/eui/pull/5989/files?file-filters%5B%5D=.js&file-filters%5B%5D=.scss&file-filters%5B%5D=.ts&file-filters%5B%5D=.tsx&show-deleted-files=true&show-viewed-files=true#diff-5674c8706c106341e37480fb7a595ded17a3caf3b7b697302d1531a1e9261443) This just cleans up some of the unnecessary overrides and Sass files. But mostly leaves the variable / mixins in...
### Summary > **Note** this PR goes to a [feature branch](https://github.com/elastic/eui/pull/6092). The main goal of this PR is to convert all the range styles to emotion. But other updates were...
I'm not currently able to load https://elastic.github.io/eui/#/ or https://eui.elastic.co in Safari (15.6) -- I just get a blank page. Seems to be working in Chrome (103.0.5060). In Safari I see...
### Summary I strongly recommend [following along by commit](https://github.com/elastic/eui/pull/6119/commits)! - Removes the exported `BREAKPOINTS`, `BREAKPOINT_KEYS`, `getBreakpoint`, `isWithinBreakpoints`, `isWithinMaxBreakpoint`, and `isWithinMinBreakpoint` breakpoint services - Adds new `useIsWithinMaxBreakpoint` and `useIsWithinMinBreakpoint` hooks. These...
#4548 started the discussion (resounding positive reaction) and #5527 began the exploration, but we want to generate proper builds for development and production environments. Considerations: * `kbn-ui-shared-deps` * Uses the...
A discussion was brought up through the effort to support React 17 (#5584) that we will likely need to find a new testing framework to replace Enzyme, as those tests...
If a user clicks fast it's possible both popovers stay open. This should be prevented (only allow one of the popovers to be open at a time): ![Kapture 2022-02-10 at...
I know the legacy theme is on it's way out, so solving this issue is more dependent on how much effort it would require. But it looks like the hook...
### New prop The new top level `isDisabled` prop will propagate this to any `` elements as `disabled`, removes the `onClick` behavior, and applies specific styling to subdue the basic...
### Summary Like it says on the tin. Also, * Adds a `onPositionChange` callback to `EuiPopover` for getting arrow placement * Fixes a proptype warning when using `useEuiTour` because it...