David Menendez
David Menendez
Closes #16846 switches the outside click detector event in `Modal` and `ComposedModal` from `onMouseDown` to `onClick` in order to alleviate some strange behaviors noticed with components built on `ListBox` inside...
### The problem this issue is a follow up to #5351 currently when using columns with resize it's possible to end up with a value that gets hidden with ellipses....
while working on a fix for `window.matchMedia` breaking in server side rendering apps i implemented a [less than optimal fix](https://github.com/carbon-design-system/ibm-products/pull/4968#issuecomment-2086131736) in order to get the fix out ASAP. basically we...
while trying to address #4966 i took a closer look at `SidePanel` and i think it needs to be cleaned up. Namely it needs to be broken up into separate...
refactor feature flag tests to follow carbon approach. they should use our feature flags specific to C4P. remove explicit `false` setting.
### Package Carbon for IBM Products ### Description when `EditInPlace` is in focus, if you click `cancel` the focus remains on the component, but if you click `cancel` focus is...
Some components, patterns, and tooling has the potential to be (re)categorized as a "utility", which is something we really haven't thought about in the past. `Cascade` is a great example...
Closes #4140 and #4074 adds `.deprecated` to `UserProfileImage`