Cee Chen
Cee Chen
## Summary Basically every component that isn't on the medium impact list (https://github.com/elastic/eui/issues/7561) and was easier to do a quick skim through. Some of the commits/components have extra cleanup in...
Note: This applies to **both** EUI docs site's props tabs, and Storybook's controls pane. ## Problem Renaming props during their destructuring leads to either TS or React not correctly "seeing"...
All links below point to local dev - these issues do not appear to occur on staging. - [ ] [EuiToolTip](http://localhost:8030/#/display/tooltip) - no tooltips work anywhere across the site -...
VSCode 1.67 released bracket pair colorization as defaulting to on: https://code.visualstudio.com/updates/v1_67#_bracket-pair-colorization-enabled-by-default Unfortunately it looks like the default bracket colors are very primary and clash with Spacegray's more delicate muted tones....
👋 I know this repo is probably no longer maintained - I'm opening this issue for others out there on the internet who still might be using `$.deparam` and care...
See https://github.com/cowboy/jquery-bbq/issues/62 for a more in-depth description of how to reproduce the prototype pollution. Using `Object.create(null)` prevents prototype pollution because the objects it creates have no prototype/constructor, and therefore does...
## Summary closes https://github.com/elastic/eui/issues/7829 I originally started this work hoping it would be a quick fix/workaround solution to the broken docs example, but I quickly realized that `EuiThemeProvider` needed to...
## Problem https://eui.elastic.co/#/theming/breakpoints/values#custom-values Broken EuiProvider example: https://github.com/elastic/eui/blob/5c4031565d1f0fef7e08e2377ea5b29bf8963b54/packages/eui/src-docs/src/views/theme/breakpoints/breakpoints.tsx#L54 The PR that broke this was https://github.com/elastic/eui/pull/6949 - we now return early for nested `EuiProvider`s, meaning there can only be one top-level provider...
This is reproducible on the baseline EuiSelectable component on production: https://eui.elastic.co/#/forms/selectable  Note how when navigating down/away from an item, it re-announces the previous item and its state, but does...
`v95.7.0` ⏩ `v95.9.0` > [!CAUTION] > This PR contains the final set of Emotion conversions for all EuiForm components. > If your plugin contains any custom CSS/styling to **EuiFormRow, EuiCheckbox,...