helix-ui
helix-ui copied to clipboard
Web Component library for the Helix Design System
As a consumer of HelixUI, I would like to use deep module imports, so that I can import specific functionality from a HelixUI submodule. ----- With #309, we have the...
## Describe the Bug Tooltips gained some functionality to automatically update their control element to make it keyboard accessible. However, due to a bug with IE and Edge 12-17, the...
## Describe the Bug The menu should automatically close after a user has clicked/selected an option, but it stays open until you click away to blur. Perhaps this is by...
The menu and menu item are very useful for providing the form for a menu, but their function is limited to displaying and hiding the dropdown. Some other useful features...
Update instances of `a[href]` (011 specificity) to `:link` (010 specificity) in LESS/CSS. * https://github.com/rackerlabs/helix-ui/search?l=Less&q=a%5Bhref%5D * [caniuse `:link` compatibility](https://caniuse.com/#feat=css-sel2) * [MDN `:link` browser compatibility](https://developer.mozilla.org/en-US/docs/Web/CSS/:link#Browser_compatibility) Categorized as `Bug: CSS` due to increased...
Other tab implementations I've seen hide tab focus outlines and don't allow selecting text.  This can be achieved by setting `outline: none` and `user-select: none` respectively.
## Problems * Vanilla `` elements cannot be disabled without the use of javascript. * Using `pointer-events: none;` in CSS will prevent _mouse_ interaction, but as long as `a[href]` is...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.2. Release notes Sourced from json5's releases. v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...