eui icon indicating copy to clipboard operation
eui copied to clipboard

Elastic UI Framework 🙌

Results 507 eui issues
Sort by recently updated
recently updated
newest added

## 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...

breaking change

### 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...

skip-changelog
emotion

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

bug

### 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...

breaking change

#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...

platform
skip-stale-check

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

platform
meta

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

stale-issue

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

documentation
stale-issue

### 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...

emotion