patternfly-elements
patternfly-elements copied to clipboard
PatternFly Elements. A set of community-created web components based on PatternFly design.
## Description of the issue Netlify builds will tend to fail, e.g. https://app.netlify.com/teams/patternfly-elements/builds/621e4e78fff2bb000701761a These types of failures are caused by the netlify runner failing to bust the node_modules cache under...
## Description of the issue The PFE docs site and demos have issues showing up on the audit tools (lighthouse, aXe devtools) as well as issues discovered through manual user...
The new nav is sending an event for Adobe Analytics to pick up when a top level item that's an `` tag has been clicked. This is an issue on...
## Description of the issue When I view PFE-Icons in the Samsung Internet (Galaxy S20), the circled backgrounds are not round and do not fully cover the icon. ### Impacted...
## Description of the issue pfe-tools' `packageVersion` esbuild plugin reads the package.json version and interpolates it into each component's source code. The problem is that this appears to happen *before*...
## Description of the issue When an accordion (maybe tab as well) is clicked in pfe-content-set there isn't enough information to tell what has been expanded/collapsed, making analytics based on...
General updates to Codeblock to make it better for wider use: * Add more CSS vars for custom styling * Support `none` for language and set as default value for...
I saw this list of rules for good autocomplete behavior on the TLDR newsletter and I think we should review them. They're pretty thorough. [Rules for Autocomplete](http://jeremymikkola.com/posts/2019_03_19_rules_for_autocomplete.html) For each rule,...
By incorporating `@media (prefers-color-scheme: dark)` into our code and using that to invoke our dark mode settings, we can add support to all our components for the user preference for...
pfe-accordion and pfe-collapse have the same animations in them and a lot of duplicate code. pfe-accordion should use pfe-collapse as the base class and then add any additional functionality on...