-
Notifications
You must be signed in to change notification settings - Fork 12
v5.1.x Extended release notes
Taylor Seamans edited this page Nov 1, 2023
·
2 revisions
v5.1 includes small refinements to colors, typography sizes, and font-weights.
Color | Mode | v5.0 | v5.1 |
---|---|---|---|
text | light | #6F6F6F |
#555555 |
text-strong | light | #444444 |
#333333 |
text | dark | #FFFFFFE6 |
#FFFFFF |
text-strong | dark | #FFFFFFF5 |
#FFFFFF |
- These changes affect Anchor, Paragraph, and Text.
- To align with text styles, icons at size
large
andxlarge
have been adjusted to22px
and24px
, respectively.
Size | v5.0 (font-size / line-height) | v5.1 |
---|---|---|
large | 24px / 30px | 22px / 28px |
xlarge | 30px / 38px | 24px / 30px |
- Increased Heading level 1 and xxlarge paragraph font-weight from
400
to500
. - Reduced font-weight for Button labels and active Tab label from
700
(bold) to600
(semibold).- The exception is
primary
buttons which will continue to have a bold label in order to meet color contrast requirements on a HPE brand green background. - These weight changes will also affect Button-based components like Menu and Pagination.
- The exception is
- Added back thin border around toolbar buttons to have parity with surrounding inputs.
- Border changed from
undefined
toborder-width: 1px, border-color: border
.
- Border changed from
- Reduced height of Button size
small
from 36px (same dimension as sizemedium
) to 30px in order to provide greater visual hierarchy between button sizes. This aligns with the sizesmall
dimension from v4. - Added back thin bottom border on Tabs that extends the full-width of the container in order to give more visual boundary in layout between tab content and other page content.