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
Carousel: add CLASS_NAME_PAUSE and CLASS_NAME_PLAY JS constants to define play/pause CSS class names (#2502)
Colors: dark mode red color hexadecimal value has been updated from #f66 to #ff4d4d after a change in the design specifications to enhance the contrast for a better accessibility (#2549 / #2567)
🚀 Features
CLASS_NAME_PAUSE
andCLASS_NAME_PLAY
JS constants to define play/pause CSS class names (#2502)#f66
to#ff4d4d
after a change in the design specifications to enhance the contrast for a better accessibility (#2549 / #2567)🐛 Fixes
.bg-body
instead of.bg-white
in Utilities > Overflow for dark mode rendering (#2671)scss/_variables.scss
comment (#2718)focusable="false"
for SVGs (#2678)alt
s of Brand logos for accessibility (#2709)role="img"
to<svg>
with<title>
in "Download app" example (#2707).figure-caption
color in dark mode for accessibility (#2697)<h2>
to the table of contents for accessibility (#2705)alt
attribute for decorative images (#2690)alt
attribute and eliminate therole="img"
(for placeholder avatar imagesalt
for decorative images in the Vite, webpack, and Parcel guides, but also in the homepage Orange Design System sectiontitle
andaria-label
to Bootstrap's licence link in the footer for accessibility (#2706)aria-label
andtitle
attributes for the button on the Guidelines page (#2703)<aside>
to<nav>
for accessibility (#2727)role="img"
(#2704).overflow-visible
when used with SVGs in some components: Badge, Buttons, Orange navbar, and Form example page (#2701)📖 Docs
boosted-guidelines.png
(#2559)<details><summary>
s to hide Bootstrap variant examples incompatible with Orange Design System (#2548)🧰 Chore
@stackblitz/sdk
dependency for Dependabot (dff19af)vite.config.js
to avoid auto-migration warning messages (34b6228)The text was updated successfully, but these errors were encountered: