Description
Several dark variants of components are deprecated in v5.3.0. Close button message regarding this deprecation is not correctly aligned with the one from the dark carousels for example (see https://twbs-bootstrap.netlify.app/docs/5.3/components/carousel/#dark-variant).
This PR suggests to:
- add the
deprecated-in
shortcode - change the level of the "Heads up!" message from
info
towarning
Motivation & Context
Consistency in the doc.
Type of changes
-
Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed