diff --git a/site/content/docs/5.3/components/accordion.md b/site/content/docs/5.3/components/accordion.md index d142a54951..f0b74473a6 100644 --- a/site/content/docs/5.3/components/accordion.md +++ b/site/content/docs/5.3/components/accordion.md @@ -206,8 +206,6 @@ Omit the `data-bs-parent` attribute on each `.accordion-collapse` to make accord ## Dark variant -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "accordion" >}} ## Accessibility @@ -218,8 +216,6 @@ Please read the [collapse accessibility section]({{< docsref "/components/collap ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, accordions now use local CSS variables on `.accordion` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="accordion-css-vars" file="scss/_accordion.scss" >}} diff --git a/site/content/docs/5.3/components/alerts.md b/site/content/docs/5.3/components/alerts.md index 8248a0c6c5..9c63a8caa1 100644 --- a/site/content/docs/5.3/components/alerts.md +++ b/site/content/docs/5.3/components/alerts.md @@ -131,16 +131,12 @@ When an alert is dismissed, the element is completely removed from the page stru ## Dark variant -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "alert" >}} ## CSS ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, alerts now use local CSS variables on `.alert` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="alert-css-vars" file="scss/_alert.scss" >}} @@ -155,8 +151,6 @@ Customization through CSS variables can be seen on the `.alert-sm` class where w ### Sass mixins -{{< deprecated-in "5.3.0" >}} - {{< scss-docs name="alert-variant-mixin" file="scss/mixins/_alert.scss" >}} ### Sass loops diff --git a/site/content/docs/5.3/components/back-to-top.md b/site/content/docs/5.3/components/back-to-top.md index ca6435382c..75a140f2cc 100644 --- a/site/content/docs/5.3/components/back-to-top.md +++ b/site/content/docs/5.3/components/back-to-top.md @@ -86,8 +86,6 @@ Use a `title` attribute instead of `data-bs-label` to ensure a visible label is ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, Back to tops now use local CSS variables on `.back-to-top` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="back-to-top-css-vars" file="scss/_back-to-top.scss" >}} diff --git a/site/content/docs/5.3/components/badge.md b/site/content/docs/5.3/components/badge.md index 580669a16f..b83c4dc24c 100644 --- a/site/content/docs/5.3/components/badge.md +++ b/site/content/docs/5.3/components/badge.md @@ -76,8 +76,6 @@ Please refer to our Boosted [Navbars]({{< docsref "/examples/navbars" >}}) examp ## Background colors -{{< added-in "5.2.0" >}} - {{< design-callout-alert >}} These component variants should not be used because they do not exist in the Orange Design System specifications. {{< /design-callout-alert >}} @@ -116,8 +114,6 @@ Instead, consider using our Boosted [Tags]({{< docsref "/components/tags" >}}). ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, badges now use local CSS variables on `.badge` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="badge-css-vars" file="scss/_badge.scss" >}} diff --git a/site/content/docs/5.3/components/breadcrumb.md b/site/content/docs/5.3/components/breadcrumb.md index d3d6b5923f..57e582fafb 100644 --- a/site/content/docs/5.3/components/breadcrumb.md +++ b/site/content/docs/5.3/components/breadcrumb.md @@ -98,8 +98,6 @@ $breadcrumb-divider: none; ## Dark variant -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "breadcrumb" >}} @@ -113,8 +111,6 @@ For more information, see the [ARIA Authoring Practices Guide breadcrumb pattern ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, breadcrumbs now use local CSS variables on `.breadcrumb` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="breadcrumb-css-vars" file="scss/_breadcrumb.scss" >}} diff --git a/site/content/docs/5.3/components/buttons.md b/site/content/docs/5.3/components/buttons.md index 6057b3e4d1..168881295c 100644 --- a/site/content/docs/5.3/components/buttons.md +++ b/site/content/docs/5.3/components/buttons.md @@ -161,8 +161,6 @@ Supported social networks are declared in a dedicated Sass map—meaning you're ## Dark variant -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "btn" >}} @@ -380,8 +378,6 @@ document.querySelectorAll('.btn').forEach(buttonElement => { ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, buttons now use local CSS variables on `.btn` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="btn-css-vars" file="scss/_buttons.scss" >}} diff --git a/site/content/docs/5.3/components/card.md b/site/content/docs/5.3/components/card.md index 1a8594ed7b..e86741603b 100644 --- a/site/content/docs/5.3/components/card.md +++ b/site/content/docs/5.3/components/card.md @@ -419,8 +419,6 @@ Cards include various options for customizing their backgrounds, borders, and co ### Background and color -{{< added-in "5.2.0" >}} - Set a `background-color` with contrasting foreground `color` with [our `.text-bg-{color}` helpers]({{< docsref "helpers/color-background" >}}). Previously it was required to manually pair your choice of [`.text-{color}`]({{< docsref "/utilities/colors" >}}) and [`.bg-{color}`]({{< docsref "/utilities/background" >}}) utilities for styling, which you still may use if you prefer. {{< example >}} @@ -739,8 +737,6 @@ In `v4` we used a CSS-only technique to mimic the behavior of [Masonry](https:// ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, cards now use local CSS variables on `.card` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="card-css-vars" file="scss/_card.scss" >}} diff --git a/site/content/docs/5.3/components/carousel.md b/site/content/docs/5.3/components/carousel.md index 379a9b58fd..4179b3aefd 100644 --- a/site/content/docs/5.3/components/carousel.md +++ b/site/content/docs/5.3/components/carousel.md @@ -102,8 +102,6 @@ Carousel progress indicator is paused under multiple conditions: ### With pause/play button -{{< added-in "5.2.0" >}} - Adding a pause and play button is recommended to setup an accessible carousel. When using this button, do not forget to turn off the pause on hover by adding `data-bs-pause="false"` to your carousel. diff --git a/site/content/docs/5.3/components/close-button.md b/site/content/docs/5.3/components/close-button.md index 2e98097cf0..7ffccfb087 100644 --- a/site/content/docs/5.3/components/close-button.md +++ b/site/content/docs/5.3/components/close-button.md @@ -26,8 +26,6 @@ Disabled close buttons change their `color`. We've also applied `pointer-events: ## Dark variant -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "btn-close" >}} ## Eco-design variant @@ -66,8 +64,6 @@ If you choose this option, please be aware that if the design of close buttons c ### Variables -{{< added-in "5.2.1" >}} - As part of Boosted’s evolving CSS variables approach, close button now use local CSS variables on `.btn-close` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="close-css-vars" file="scss/_close.scss" >}} diff --git a/site/content/docs/5.3/components/dropdowns.md b/site/content/docs/5.3/components/dropdowns.md index 1ac8c399ec..68496ba49f 100644 --- a/site/content/docs/5.3/components/dropdowns.md +++ b/site/content/docs/5.3/components/dropdowns.md @@ -393,8 +393,6 @@ Please refer to the [Dropdown](https://system.design.orange.com/0c1af118d/p/910b ## Dark dropdowns -{{< deprecated-in "5.3.3" >}} - {{< callout-deprecated-dark-variants "dropdown-menu" >}} ## Directions @@ -1023,8 +1021,6 @@ The 3 last auto close behavior variants should not be used because featuring a s ### Variables -{{< added-in "5.2.0" >}} - As part of Boosted's evolving CSS variables approach, dropdowns now use local CSS variables on `.dropdown-menu` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="dropdown-css-vars" file="scss/_dropdown.scss" >}} diff --git a/site/content/docs/5.3/components/footer.md b/site/content/docs/5.3/components/footer.md index 08b1c3fa23..6cd283a40b 100644 --- a/site/content/docs/5.3/components/footer.md +++ b/site/content/docs/5.3/components/footer.md @@ -6,8 +6,6 @@ group: components aliases: - "/docs/components/footer/" toc: true -added: - version: "5.2" --- ## How it works diff --git a/site/content/docs/5.3/components/list-group.md b/site/content/docs/5.3/components/list-group.md index 498dfe76ef..557ce44c4a 100644 --- a/site/content/docs/5.3/components/list-group.md +++ b/site/content/docs/5.3/components/list-group.md @@ -335,8 +335,6 @@ You can use `.stretched-link` on `