Steven Spriggs
Steven Spriggs
🐛 Little bug in the tokens pages. Looks like we have a couple of places header id's duplicates: [Icon's](https://ux.redhat.com/tokens/icon/) have two headers named "Icon" which will translate to a header...
Fix generator script to properly stub out element docs I'm thinking this might require some tweaks upstream in @patternfly/elements /cc @alypilkons
Related links: - https://github.com/RedHat-UX/red-hat-design-system/wiki/Adding-New-Components - https://ux.redhat.com/get-started/developers/contributing/ The developer contributing guide should be updated to have more complete instructions for fixing the docs stubs that is until we have resolved https://github.com/RedHat-UX/red-hat-design-system/issues/1725...
If you try and add `rh-site-status` to footer there is no simple way of doing so without overriding footer's CSS pretty dramatically. An optional additional slot in `rh-footer` would be...
Remove the unnecessary `url` filters from links and img tags: https://www.11ty.dev/docs/filters/url/
### Describe the bug View https://codepen.io/zeroedin/pen/zYQbJRr in Chrome version 126.0.6478.116 and 126.0.6478.127 (only versions tested so far) ``` :not(.hasCta) #cta, :not(.hasIcon) #icon, :not(.hasStatistic) #statistic, :not(.hasTitle) #title { display: none; }...
update window usage to globalThis to prep for DSD. https://github.com/RedHat-UX/red-hat-design-system/blob/96b5df39d5d4cd25d80d9c51e0abe92f09a1a4c0/elements/rh-subnav/rh-subnav.ts#L44
# DO NOT MERGE - Proof of concept ## What I did 1. Explored what if all `color-palette` values ~~were available as~~ **replaced the idea of** `ColorTheme` in a consumer?...
Currently we have a couple different ways we are creating carets for when menus open and close. - [ ] `rh-accordion` - [ ] `rh-navigation-secondary` - [ ] `rh-subnav` -...
Because `` shadowRoot `#container` is `display: contents`, setting a margin or padding on this element won't apply when trying to provide spacing between elements for page content flow. I suggest...