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
|`color` + `status` mutual exclusion | Both accepted | React enforces via TypeScript union types (`color` and `status` cannot both be set). The web component accepts both; `status` takes visual precedence via CSS cascade. |
37
+
38
+
### Added
39
+
40
+
| Web component API | Notes |
41
+
|---|---|
42
+
|`--pf-v6-c-banner--BackgroundColor`| Override the default background color |
43
+
|`--pf-v6-c-banner--Color`| Override the default text color |
44
+
|`--pf-v6-c-banner--FontSize`| Override the font size |
45
+
|`--pf-v6-c-banner--PaddingBlockStart`| Override the block padding |
46
+
|`--pf-v6-c-banner--PaddingInlineStart`| Override the inline padding |
47
+
|`--pf-v6-c-banner--BorderColor`| Override the border color (high-contrast mode) |
48
+
|`--pf-v6-c-banner--BorderWidth`| Override the border width (high-contrast mode) |
49
+
|`--pf-v6-c-banner--m-sticky--ZIndex`| Override the z-index when sticky |
50
+
|`--pf-v6-c-banner--m-sticky--BoxShadow`| Override the box shadow when sticky |
51
+
| Per-color/status CSS custom properties | Each color (e.g., `--pf-v6-c-banner--m-red--BackgroundColor`) and status variant has overridable background and text color properties |
0 commit comments