Arturo Castillo Delgado
Arturo Castillo Delgado
- [x] use trigger element (child inside slot) for events, and not the host itself, to avoid margins triggering the tooltip - [x] warn if used without a trigger element...
Replaces #1174 - [x] multi-thumb aka range - [x] deprecate props `trackSmall`, etc. - [x] update styles (use part selector [attr~=value]) - [x] styles for Android and iOS - [x]...
β¦with the new [`dist-custom-elements`](https://stenciljs.com/docs/custom-elements#distributing-custom-elements). This dist allows bypassing Stencil's lazy loading, and import only a specific set of components programatically (no magic), e.g. ```js import { defineCustomElementScaleButton } from '@telekom/scale-components'...
- [x] new styles - [x] storybook - [ ] visual tests update π΅βπ«
This combines Notification Banner, Message and Toast into a single Notification component. - [x] right tokens - [ ] ~~keyboard interaction~~ - [x] ARIA roles, states and props - [x]...
- [x] right tokens - [x] keyboard interaction - [x] ARIA roles, states and props - [ ] stories make sense (nothing overly complicated, nothing superficial) - [x] has usage...
- [x] right tokens - [ ] ~~keyboard interaction~~ - [ ] ~~ARIA roles, states and props~~ - [x] stories make sense (nothing overly complicated, nothing superficial) - [x] has...
https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ - [x] right tokens - [x] keyboard interaction - [x] ARIA roles, states and props - [ ] stories make sense (nothing overly complicated, nothing superficial) - [ ]...
While working on responsiveness and the [fluid typography](https://www.smashingmagazine.com/2022/01/modern-fluid-typography-css-clamp/#accessibility-concerns) topic we found ourselves wondering whether we should put `clamp(0.64rem, 0.69rem + -0.27vw, 0.5rem)` in a design token. (We would use this...
After installing with npm as stated in the REAME, requiring the package with ``` js var fluidvids = require('fluidvids')(); ``` fails because `npm` installs the package under `node_modules/fluidvids.js` just because...