Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
@patternfly/[email protected]
@patternfly/[email protected]
Major Changes
-
62a5d64: Remove
focus-ring,pfe-typography, andpfe-c-typogrpahymixinsTo implement focus-ring, see
pfe-accordion-headerorpfe-jump-links.outline: none; position: relative; &::before { position: absolute; content: ""; top: -2px; left: -2px; width: calc(100% + #{pfe-var(ui--border-width--active)}); height: calc(100% + #{pfe-var(ui--border-width--active)}); border-radius: pfe-var(ui--border-radius); border: pfe-var(ui--border-width--md) pfe-var(ui--border-style) transparent; } &:focus::before { border-color: #6b9ff0; } &:focus:not(:focus-visible)::before { border: unset; }
To implement typography, see
core/pfe-sass/extends/_typography_extends.scss
@patternfly/[email protected]
Patch Changes
- b6f89a8: allow HTML literals to be optimized by aliasing static html tag
- Updated dependencies [999cdfd]
- @patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- 999cdfd: Register context providers even if they upgrade after the consumers
@patternfly/[email protected]
Patch Changes
- b6f89a8: allow HTML literals to be optimized by aliasing static html tag
- Updated dependencies [999cdfd]
- @patternfly/[email protected]
@patternfly/[email protected]
@patternfly/[email protected]
Minor Changes
- cfd010f: add
singleFileBuildto esbuild helpers
@patternfly/[email protected]
Patch Changes
- cbf0c49: Update dependencies
@patternfly/[email protected]
Patch Changes
- 8771887: Restores chevrom in pfe-select, and passes click events on it to the select menu.