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
Promote updated `DialogHeader` component to core. `DialogHeader`'s update follows our standardized header for container components and app regions, and it can be added to provide a structured header for dialog. The header includes a title and actions that follows our Header Block pattern.
6
+
7
+
- Fixed default `initialFocus` to close button (if used) as per accessibility guidance.
8
+
- Updated bottom padding of DialogHeader from `--salt-spacing-300` to `--salt-spacing-100`
9
+
- Updated close button position in `DialogHeader` to horizontally align with header icon using the new `actions` prop.
10
+
- Updated overflow border to be above and below `DialogContent` instead of below `DialogHeader` to make scrolling area more evident.
11
+
- Added `description` to `DialogHeader`. the description text is displayed just below the header.
0 commit comments