You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backgroundColor prop has no effect on DismissibleBox. It looks like that it is accidentally exposed because normally one would prefer to use the variant prop to control the background colour instead.
## [145.0.0](v144.22.1...v145.0.0) (2024-12-17)
### ⚠ BREAKING CHANGES
* The `roundedCornersOptOut` feature flag has been removed completely. If passed to
the `CarbonProvider` it will need to be removed, if consumers are also relying on previous
non-rounded corners styling this will also no longer be available.
### Features
* remove roundedCornersOptOut feature flag ([a21e2b9](a21e2b9))
### Bug Fixes
* **dismissible-box:** remove background color props from type interface ([882d28c](882d28c)), closes [#7108](#7108)
Description
The
backgroundColor
prop has no effect onDismissibleBox
. It looks like that it is accidentally exposed because normally one would prefer to use thevariant
prop to control the background colour instead.Reproduction
https://stackblitz.com/edit/parsium-carbon-starter-2jcuzf?file=src%2FApp.tsx
Steps to reproduce
No response
JIRA ticket numbers (Sage only)
No response
Suggested solution
Remove
backgroundColor
from TS props definition and documentation for theDismissibleBox
componentCarbon version
144.9.3
Design tokens version
No response
Relevant browsers
Chrome
Relevant OSs
MacOS
Additional context
No response
Confidentiality
The text was updated successfully, but these errors were encountered: