-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(range): add rh-range #870
base: main
Are you sure you want to change the base?
Conversation
…ex controller is resolved
* feat(label): add rh-label * test(label): rename e2e tests * fix(label): fix package-lock installed under incorrect npm version * docs(label): improve docs * fix(label): incorrect dep version in package.json * fix(label): use latest pfe-icon api and correct icon size * fix(label): revert dep version shorthand, increment * style(label): linting * refactor(label): rename to rh-tag * test(tag): fix import of RhTag * fix(tags): fix broken package-lock * docs(tag): import pfe-icon in demo js * fix(tags): add pfe-icon as a dependency * fix(tag): remove pfe-codeblock * docs(tag): improve README.md * fix(tag): remove orphaned pfe-band slots * fix(tag): remove set attribute * test(tag): improve spec tests * docs(tag): add changeset * docs(tag): imporove README.md
* fix(docs): removed spinner demo page from ux dot nav * docs(spinner): update package-lock * fix(docs): update package-lock and node modules * test(tag): don't test shadow dom * perf(tag): optimize css * fix(tag): implement abstract props Co-authored-by: Michael Potter <[email protected]> Co-authored-by: Benny Powers <[email protected]>
* doc: adding event listener example to rh-alert * doc: rh-alert event listener documentation reasoning * fix(alert): remove state switching to error after element is removed * docs(alert): adding section for preventing default close behavior to readme
* fix(tooltip): making on property private, adding wrapper to render, css for wrapper * chore(tooltip): fixing whitespace * chore: adding changeset * fix(tooltip): removing position test as it tests the shadow dom * docs: update changeset Co-authored-by: Benny Powers <[email protected]>
* docs(footer): fix demo icons * chore: revert previous * docs(footer): fix icons in demo
* feat: initial commit, adding rh-accordion, rh-accordion-panel, rh-accordion-header * fix: updating accordion styles * fix: adding in the styles from the ux docs, adding in large style and slotted font sizes * fix: adding dark theme support * fix: updating the styles to match the updated pfe-accordion styles, fixing stylelint issues * fix: adding disclosure to the accordion as an optionwhen only one panel is present * fix: removing disclosure specific code * fix: updating importmap for demo, updating instances of pfe-accordion to rh-accordion * fix: making border color dynamic between dark and light themes * fix: fixing styling on not-first-child rh-accordion-header and top for after element * chore: updating stylesheet to move vars into rh-accordion* files * chore: updating accordion version * fix: styling changes to the accordion, cleaning up variables * fix: updating the icon in the rh-accordion header to the new format * fix: angle down instead of arrow down * chore: adding changeset and removing max-width property * fix: package.json / package-lock and adding readme details and rh-footer fix * fix: renaming e2e spec file * fix: fixing import map to point to latest version, updating accordion njk to not have a demo for now * chore: Updating the demo page to not include disclosure and secondary dark theme demo * fix: adding cascade for large accordion, fixing header text wrapper and fixing shadow on top of panel * fix: updating package-lock sinon * fix: updating dark theme accent color to ff442b, adding token * style: updating rh-accordion var to match conventions and stylelint rules * docs(accordion): updating rh-accordion elements with descriptions of slots and purpose * fix(accordion): removing pfe-band, replacing with rh-context-provider and updating imports in rh-accordion * docs: update changeset * docs: uncomment example element * docs: update readme * docs(footer): update readme * fix(accordion): update upstream pfe-accordion * docs: update demos * fix: refactor accordion css * chore: update deps * docs: remove references to pfe-accordion * fix(demo): remove references to pfe-accordion * fix(footer): remove references to pfe-accordion * docs(secondary-nav): remove references to pfe-accordion * fix(accordion): remove pfe icon * fix(accordion): privatize `on` * fix(accordion): adding color context property, icon fill color, css panel spacing * fix(accordion): removing relect attr for consumer for panel, header * fix(accordion): dark theme border color, arrow direction, rotation, border right length on header * chore: skipping failing tag tests from merge * fix: removing skip from test, updating package-lock.json * fix(accordion): making border-right, padding css var into logical properties * fix(accordion): making on property private * docs(accordion): split off context demo * fix(accordion): context * fix(context)!: remove `attribute` from context consumer * fix(context): get attribute name from decorated property * docs(accordion): rtl * fix: make `on` private Co-authored-by: brian <[email protected]> Co-authored-by: Benny Powers <[email protected]> Co-authored-by: Benny Powers <[email protected]>
…o feat/rh-audio-player
- use `en-US` as default language code instead of `en` - eagerly load copy for `en-US` - revamp MicrocopyController to be a map of language tables - add option to slot `<script type="application/json" data-language="${langCode}">` - Rename MicrocopyController to I18nController
…fixed hidden menu z-index
…esign-system into feat/rh-audio-player
…o feat/rh-audio-player
…o feat/rh-audio-player
🦋 Changeset detectedLatest commit: 2aacc7f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Size Change: +46.1 kB (+25%) 🚨 Total Size: 229 kB
ℹ️ View Unchanged
|
@nikkimk this may need some revisiting, since it's old. Do you mind closing if this needs to be? Or provide more context if we're keeping this open? Thanks! |
What I did
rh-range
its own branch so thatrh-audio-player
can continue without the component.Resolve accessibility issues identified by axe DevTools:
aria-label attribute cannot be used on a rh-range with no valid role attribute
aria-hidden element must not be focusable nor contain focusable elements
Testing Instructions
Notes to Reviewers