aybolit
aybolit copied to clipboard
Lightweight web components library built with LitElement.
Bumps [karma](https://github.com/karma-runner/karma) from 4.1.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
This is an "epic" for tabs. - [ ] base class - [ ] bootstrap. See https://getbootstrap.com/docs/4.3/components/navs/#tabs - [ ] bulma. See https://bulma.io/documentation/components/tabs/ - [ ] material. See https://material-ui.com/components/tabs/ -...
This is an "epic" for tooltip. - [ ] base class - [ ] bootstrap. See https://getbootstrap.com/docs/4.3/components/tooltips/ - [ ] bulma. See https://wikiki.github.io/components/steps/ - [ ] material. See https://wikiki.github.io/elements/tooltip/ -...
This is an "epic" for stepper. - [ ] base class - [ ] bootstrap. See https://github.com/Johann-S/bs-stepper - [ ] bulma. See https://wikiki.github.io/components/steps/ - [ ] material. See https://material-ui.com/components/steppers/ -...
global.scss: `@import "./global-nav";` _global-nav.scss when edited doesn't create updated global-css.js
https://github.com/web-padawan/aybolit/blob/116c91840792132bece7f784a364f707537d6d9f/packages/core/src/mixins/delegate-focus-mixin.js Some `@aybolit/core` components are using it, but a few are not. What is the decision criteria? https://github.com/Polymer/lit-element/issues/586 may be related on upstream end?
Wanting to dynamically import only a single element not has to deep dive into the `dist-src` directory: ``` import('@aybolit/material/dist-src/components/abm-button').then() ``` I find this uncommon as well as providing a bundled...
This is an "epic" for textarea. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label
This is an "epic" for text-field. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label
This is an "epic" for radio-button. - [ ] base class - [ ] bootstrap - [ ] bulma - [ ] material - [ ] white-label Note: `radio-group` is...