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
`Alert` - Deprecated the `Generic` yielded block which renders below actions and added `GenericContent` and `GenericFooter` yielded blocks for including custom content either above or below `Alert` actions.
`Pagination` - Added keyboard focus management at the beginning and end of pagination. When an arrow button becomes disabled after clicking because a boundary has been reached, focus moves to the opposite arrow button.
`Modal` - Fixed issue causing `Modal` to close unexpectedly by checking that a click on the `Overlay` both starts and ends within the `Overlay` before closing
`Flyout` - Replaced custom box shadow with standard `elevation-overlay-box-shadow` token.
67
68
68
-
69
-
70
69
`Form Primitives` - Replaced rendering of text via HDS `Text` component and used standard HTML tags, then updated CSS styles to use newly added component-level design tokens.
71
70
72
71
Components updated:
@@ -78,21 +77,15 @@ Components updated:
78
77
-`FormLabel`
79
78
-`FormLegend`
80
79
81
-
82
80
`IconTile` - Replaced `[product]-colored` icon with standard `[product]` icon in `@logo="[product]"` variant.
83
81
84
-
85
-
86
82
`LinkStandalone` - Set explicit secondary hover state color to avoid possible overrides.
87
83
88
-
89
-
90
84
`Pagination` - Multiple changes:
91
85
92
86
- Added extra modifier classes `hds-pagination--numbered`/`hds-pagination—compact` to variants.
93
87
- Removed extra whitespace in label for `PaginationSizeSelector`.
94
88
95
-
96
89
`Tag` - Multiple changes:
97
90
98
91
- Added extra modifier classes `hds-tag--is-interactive`/`hds-tag--is-static` to variants.
0 commit comments