| @patternfly/elements | major |
|---|
All elements are now versioned with a pf-v5- prefix.
This is a breaking change. Update your HTML to use the new element names,
e.g. <pf-button> becomes <pf-v5-button>, <pf-accordion> becomes
<pf-v5-accordion>, etc.
CSS custom properties are also renamed from --pf-c-* to --pf-v5-c-*.
Global tokens (--pf-global--*) are unchanged.